Skip to main content

GORILLA_INBOUNDSHIPITEMSAWD() - Dump AWD inbound shipment items data

Updated over 3 weeks ago

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_INBOUNDSHIPITEMSAWD("TOY STORE", )
=GORILLA_INBOUNDSHIPITEMSAWD("TOY STORE", "1HD-XYZ")
=GORILLA_INBOUNDSHIPITEMSAWD("TOY STORE", A1:A100, , 50)
=GORILLA_INBOUNDSHIPITEMSAWD("TOY STORE", "SKU12345", "FBA12XYZ34", 50, "AllButDeleted", "Custom", "2021-01-01", "2021-02-01")

Syntax Description

Description

Get the full inventory AWD shipment data by item or SKU of the shipments created in the Seller Central account.

Syntex

=GORILLA_INBOUNDSHIPITEMSAWD(Seller ID, [FILTER], [SHIPMENTID], [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”.

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

status – OPTIONAL
The shipment status. Valid values:

  • AllButDeleted (default)

  • Closed

  • Receiving

  • Deleted

  • Delivered

  • Shipped

  • In_Transit

  • Cancelled

  • Working

  • Check-In

  • All

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

Today

This month

Last 3 Months

Yesterday

This quarter

Last 12 Months

Same day last week

This year

Last 7 Days Week Ago

Same day last month

This Year-to-Last-Month

Last 7 Days Year Ago

Same day last year

Last Week

Last 30 Days Month Ago

Last 7 Days

Last Month

Last 30 Days Year Ago

Last 14 Days

Last Quarter

Last Week Year Ago

Last 30 Days

Last Year

Last Month Year Ago

Last 90 Days

Last 60 Days

YYYY-MM (change format to text)

This week

YYYY

YYYYQ1… YYYYQ4

Custom

start_date – OPTIONAL
Starting date for the returning range when the period is set to “custom”.

end_date – OPTIONAL
Ending date for the returning range when the period is set to “custom”.

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_INBOUNDSHIPITEMSAWD("TOY STORE")

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

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

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

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

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

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

The complete formula looks up the shipment data for SKU12345 in a specific shipment ID, FBA12XYZ34. It will display all units received and show the last 50 results for the period from '2021-01-01' to '2021-02-01'.

Output Screenshot

Did this answer your question?