Skip to main content
All CollectionsGoogle Sheets FunctionsMarket Data Plan Functions
GORILLA_REMOVALSDETAILS() – Get details from Removal Orders.

GORILLA_REMOVALSDETAILS() – Get details from Removal Orders.

Updated over 2 months ago

GORILLA_REMOVALSDETAILS() – Get details from Removal Orders.

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_REMOVALSDETAILS("TOY STORE", "LAST YEAR")
=GORILLA_REMOVALSDETAILS("TOY STORE", "LAST YEAR", "B10K320E35")
=GORILLA_REMOVALSDETAILS("TOY STORE", "LAST MONTH", "B10K320E35")

Syntax Description

REMOVALSDETAILS.EXAMPLE Gorilla ROI

Description:

Get details from Removal Orders.

Syntax:

GORILLA_REMOVALSDETAILS(sellerId, period, [filter], [marketplace], [orderid], [type], [status], [disposition], [datapoint], [start_date], [end_date], [transpose], [header])

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

Period – REQUIRED
Predefined period to get sales information or use ‘custom’ to specify a start and end date.

Filter – OPTIONAL
SKU or FNSKU 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 FNSKU123…

Marketplace – OPTIONAL
Marketplace country filter. Country codes are US, CA, MX, BR, BE, UK, DE, ES, IT, FR, NL, PL, TR, IN, SE, AE, AU, SG, JP, EG, SA. Use ‘DEFAULT’ for your default market. Amazon Marketplace ID like ‘ATVPDKIKX0DER’ can be used too.

Order ID – OPTIONAL
Order Id. Can be a range of values.

Type – OPTIONAL
Order Type. Can be a range of values. Valid values are: ‘Return’, ‘Disposal’, ‘Liquidations’.

Status – OPTIONAL
Order Status. Can be a range of values. Valid values are: ‘Completed’, ‘Pending’, ‘Cancelled’.

Disposition – OPTIONAL
Item Disposition. Can be a range of values. Valid values are: ‘Sellable’, ‘Unsellable’.

Datapoint OPTIONAL
Return data for specific data points. Can be a range of values. Default is empty value for all data points.
Other Valid values are:

  • All

  • request-date

  • order-id

  • order-type

  • order-status

  • SKU

  • FNSKU

  • disposition

  • last-updated-date

  • requested-quantity

  • cancelled-quantity

  • disposed-quantity

  • shipped-quantity

  • in-process-quantity

  • removal-fee

  • currency

Start Date OPTIONAL
Starting date for the data when the period is custom. (Date is ignored if the days filter has a non-zero value like 5.)

End Date OPTIONAL
Ending date for the data when the period is custom. (Date is ignored if the days filter has a non-zero value like 5.)

Transpose OPTIONAL
If empty or FALSE, returns datapoints as header and SKU as a column. If TRUE, returns SKUs as headers and datapoints as a column.

Header OPTIONAL
Include the header line in the results. Possible values: TRUE/FALSE. Default: TRUE

GORILLA_REMOVALSDETAILS Attributes

Period Attributes:

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

Datapoint Attributes:

All

request-date

order-id

order-type

order-status

SKU

FNSKU

disposition

last-updated-date

requested-quantity

cancelled-quantity

disposed-quantity

shipped-quantity

in-process-quantity

removal-fee

currency

Screenshot:

REMOVALDETAILS 1 Gorilla ROI

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_REMOVALSDETAILS("TOY STORE", "LAST YEAR")

This will return details from removal orders for all the datapoints in last year.

=GORILLA_REMOVALSDETAILS("TOY STORE", "LAST YEAR", "B10K320E35")

This will return details from removal orders for all the datapoints in last year based on the SKU ‘B10K320E35’.

=GORILLA_REMOVALSDETAILS("TOY STORE", "LAST MONTH", "B10K320E35")

This will return details from removal orders for all the datapoints in the last month based on the SKU ‘B10K320E35’.

Did this answer your question?