DRAGON_INVENTORY_LOCATION

Shows current FBA inventory balances by fulfillment center and disposition.

Syntax

=DRAGON_INVENTORY_LOCATION(account, [ASIN/SKU], [marketplace], [period], [FC], [disposition], [columns], [header], [transpose])

Parameters in [brackets] are optional. Leave an optional parameter blank to include everything.

This page is also available inside Sheets – type =DRAGON_INVENTORY_LOCATION("help") in any cell to get the same reference without leaving your spreadsheet.

Sample output

Illustrative values – your sheet shows your account's live data.

A1fx=DRAGON_INVENTORY_LOCATION("Myaccount", "", "US")
ABCDEFGHI
1marketplaceledger_dateskuasinfnskufulfillment_centerdispositionending_balance
2US2026-07-21MB-TEE-BLK-L_FBAB0EXAMPLE1X0EXAMPLE1CLT2SELLABLE… 3 more
3US2026-07-20MB-TEE-NVY-M_FBAB0EXAMPLE2X0EXAMPLE2LAX9SELLABLE… 3 more
4US2026-07-19MB-HAT-GRY_FBAB0EXAMPLE3X0EXAMPLE3MDW2SELLABLE… 3 more
5US2026-07-18MB-MUG-11OZ_FBAB0EXAMPLE4X0EXAMPLE4RIC2SELLABLE… 3 more

Parameters

ParameterRequiredDescription
accountRequiredAccount nickname or Amazon account id.
ASIN/SKUOptionalOptional ASIN, SKU, or comma/space separated list. Also accepts a cell range like A2:A100 or INDIRECT() pointing to a list.
marketplaceOptionalOptional marketplace/country code such as US, CA, or MX.
periodOptionalOptional period such as last 30 days, 2026-04, or 2026.
FCOptionalOptional FC filter.
dispositionOptionalOptional inventory disposition filter.
columnsOptionalOptional comma-separated output columns.
headerOptionalUse no, false, or 0 to suppress the output header row. Default: Yes.
transposeOptionalUse yes, true, or 1 to transpose the output.

The period accepts values like last_30_days, this_month, 2026Q1, or ranges like 2026-01-01..today – see the full period reference.

Columns

Columns are evaluated left to right: a field or group name adds columns, a leading - removes them. default and all select the default or full column set.

ColumnDefaultDescription
marketplaceYesMarketplace.
marketplace_idNoMarketplace id.
ledger_dateYesLedger date.
skuYesSku.
asinYesAsin.
fnskuYesFnsku.
fulfillment_centerYesFC.
dispositionYesDisposition.
ending_balanceYesEnding balance.
warehouse_cityYesWarehouse city.
warehouse_stateYesWarehouse state.
warehouse_countryYesWarehouse country.
in_transit_between_warehousesNoIn transit between warehouses.
starting_balanceNoStarting balance.
receiptsNoReceipts.
customer_shipmentsNoCustomer shipments.
customer_returnsNoCustomer returns.
vendor_returnsNoVendor returns.
warehouse_transferNoWarehouse transfer.
foundNoFound.
lostNoLost.
damagedNoDamaged.
disposedNoDisposed.
other_eventsNoOther events.
unknown_eventsNoUnknown events.

Examples

=DRAGON_INVENTORY_LOCATION("Myaccount", "", "US")