Skip to main content
All CollectionsGoogle Sheets FunctionsReimbursement Data Plan Functions
GORILLA_INVENTORYLEDGER() – Dump end-to-end inventory reconciliation capability

GORILLA_INVENTORYLEDGER() – Dump end-to-end inventory reconciliation capability

Updated over 2 months ago

GORILLA_INVENTORYLEDGER() – Dump end-to-end inventory reconciliation capability

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_INVENTORYLEDGER("TOY STORE", "THIS MONTH")
=GORILLA_INVENTORYLEDGER("TOY STORE", "THIS MONTH", "A1:A274")
=GORILLA_INVENTORYLEDGER("TOY STORE", "THIS MONTH", "A1:A274", "US")

Syntax Description

inventoryledger Gorilla ROI

Description:

Dump end-to-end inventory reconciliation capability.

Syntax:

GORILLA_INVENTORYLEDGER(sellerID, period, [filter], [marketplace], [start_date], [end_date])

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

PERIOD – REQUIRED
Predefined period to get data or use ‘custom’ to specify a start and end date.

FILTER – OPTIONAL
SKU or ASIN 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 ASIN123…

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 ‘ALL’ to combine values from a single account, ‘EU’ for all Europe markets EXCEPT UK, ‘EURO’ to combine countries using EURO currency. Amazon Marketplace ID like ‘ATVPDKIKX0DER’ can be used too.

START DATE – OPTIONAL
Starting date for the returning range when the period is custom.

END DATE – OPTIONAL
Ending date for the returning range when the period is custom.

GORILLA_INVENTORYLEDGER 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

Screenshot:

inventoryledger example Gorilla ROI

Check inventory values in UK marketplace

What you will see when using this is how Amazon provides inventory numbers across marketplaces.

For example, if you have 100 units in Germany, it is technically available in DE, UK, ES, FR, IT.

So Amazon enters your inventory as 100×5 = 500 inventory available.

So to get the number you want only for Germany, you have to enter the formula to be specific for the marketplace.

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_INVENTORYLEDGER("TOY STORE", "THIS MONTH")

It will give you a detailed record of your inventory for this month.

=GORILLA_INVENTORYLEDGER("TOY STORE", "THIS MONTH", "A1:A274")

It will give you a detailed record of your inventory for this month based on the SKU list A1:A274.

=GORILLA_INVENTORYLEDGER("TOY STORE", "THIS MONTH", "A1:A274", "US")

It will give you a detailed record of your inventory for this month based on the SKU list A1:A274 in the US marketplace.

Did this answer your question?