GORILLA_INBOUNDSHIP() – Load inbound shipment data

Sample Usage =GORILLA_INBOUNDSHIP(“TOY STORE”) =GORILLA_INBOUNDSHIP(“TOY STORE”, “FBA16FZYHNDU”, “ALL”, 50) =GORILLA_INBOUNDSHIP(“TOY STORE”, A1:A100, “ALL”, 50) Syntax Description Description: Get the full inventory shipment data of the shipments created in the seller central account. Syntax: =GORILLA_INBOUNDSHIP(Seller ID, [SHIPMENTID], [STATUS], [COUNT], [PERIOD], [START_DATE], [END_DATE]) Seller ID – REQUIREDEnter the seller ID or nickname you entered in your Gorilla…

GORILLA_INBOUNDSHIPITEMS() – Get inbound shipment data by SKU

Sample Usage =GORILLA_INBOUNDSHIPITEMS(“TOY STORE”, ) =GORILLA_INBOUNDSHIPITEMS(“TOY STORE”, “1HD-XYZ”) =GORILLA_INBOUNDSHIPITEMS(“TOY STORE”, A1:A100, , 50) =GORILLA_INBOUNDSHIPITEMS(“TOY STORE”, “SKU12345”, “FBA12XYZ34”, “All”, 50, “AllButDeleted”, “Custom”, “2021-01-01”, “2021-02-01”) Syntax Description Description: Get the full inventory shipment data by item or SKU of the shipments created in the seller central account. Syntax: =GORILLA_INBOUNDSHIPITEMS(Seller ID, [FILTER], [SHIPMENTID], [RECEIVED], [COUNT], [STATUS], [PERIOD], [START_DATE],…