Skip to main content

GORILLA_INBOUNDSHIPITEMS() – Get inbound shipment data by SKU

Updated over 4 months ago

GORILLA_INBOUNDSHIPITEMS() – Get inbound shipment data by SKU

Sample Usage

🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for quicker results and to prevent Google from blocking your account for 24 hrs due to overloading their resources. 
=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

INBOUNDSHIPITEMS Gorilla ROI

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], [END_DATE])

Seller ID – REQUIRED
Enter the seller ID or nickname you entered in your Gorilla account.

Filter – OPTIONAL
SKU to filter the results. Can be a range of values like A1:A100 where A1 to A100 consists of values like SKU111, SKU222, SKU333 or SKU123.

ShipmentID – OPTIONAL
FBA Shipment ID filter. Can be a range of values like A1:A100 where A1 to A100 consists of values like “FBA16FV6TKG3, FBA16FV5D2MW, FBA16FLJ360X”

Received – OPTIONAL
The units received. Use Mismatch to only load records where units received and shipped do not match. Valid values are: All (default) or Mismatch.

Count – OPTIONAL
The number of shipments to retrieve (default value is 50).

Status – OPTIONAL
The shipment status. Valid values:

  • Closed

  • Receiving

  • Deleted

  • Delivered

  • Shipped

  • In_Transit

  • Canceled

  • All

Period – OPTIONAL
Predefined period to get returns or use custom to specify a start and end date. Default “Last 60 days”.

Examples:

🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for quicker results and to prevent Google from blocking your account for 24 hrs due to overloading their resources. 
=GORILLA_INBOUNDSHIPITEMS("TOY STORE")

The default and easiest formula to use that will load the last 50 shipments lines of shipments of SKUs shipped.

=GORILLA_INBOUNDSHIPITEMS("TOY STORE", "1HD-XYZ")

This one will only show the shipment data for SKU “1HD-XYZ”.

=GORILLA_INBOUNDSHIPITEMS("TOY STORE", A1:A100, , 50)

It will filter and only display 50 of the last shipments where the SKU is listed in A1:A100.

=GORILLA_INBOUNDSHIPITEMS("TOY STORE", "SKU12345", "FBA12XYZ34", "All", 50, "AllButDeleted", "Custom", "2021-01-01", "2021-02-01")

The full complete formula. Looks up the shipment data for SKU12345 in a particular shipment ID FBA12XYZ34. Will display all units received, display last 50 results, for status AllButDeleted

Did this answer your question?