GORILLA_SKUSTATUS() – Get the active or inactive status of the SKU

As explained in the tutorial video, the GORILLA_SKUSTATUS() function did not include a ‘fulfillment’ filter back then. We have now added this filter, allowing you to easily retrieve fulfillment status (FBA/FBM) information Sample Usage =GORILLA_SKUSTATUS(“TOY STORE”, “US”, A2:B100) =GORILLA_SKUSTATUS(“TOY STORE”, , A1:A1000) Syntax description Description: Bulk return the list of SKU’s status in your account….

GORILLA_ISFBA() – Check if a SKU or ASIN is FBA or FBM or both

Sample Usage =GORILLA_ISFBA(“TOY STORE”, D2) =GORILLA_ISFBA(“TOY STORE”, A1:A1000, “US”) =GORILLA_ISFBA(“TOY STORE”, A1:E10) Syntax Description Description: Check if a SKU or ASIN is FBA or FBM or both Syntax: GORILLA_ISFBA(Seller ID, sku, [marketplace]) Seller ID – REQUIREDEnter the seller ID or nickname you entered in your Gorilla account. sku – REQUIREDSKU or ASIN to filter the…

GORILLA_ASINSTATUS() – Get the active or inactive status of the ASIN

As explained in the tutorial video, the GORILLA_ASINSTATUS() function did not include a ‘fulfillment’ filter back then. We have now added this filter, allowing you to easily retrieve fulfillment status (FBA/FBM) information Sample Usage =GORILLA_ASINSTATUS(“TECH SHOP”, “US”, A2:B100) =GORILLA_ASINSTATUS(“TECH SHOP”, , A2:A1000) Syntax description Description: Bulk return the list of ASIN’s status in your account….