DRAGON_INVENTORY_DETAILS

Shows latest inventory snapshot details for matching products.

Syntax

=DRAGON_INVENTORY_DETAILS(account, [ASIN/SKU], [marketplace], [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_DETAILS("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_DETAILS("Myaccount", "B0C87GTM5G", "US")
ABCDEFGHI
1marketplacesnapshot_dateskuasinfnskuconditionwarehouse_quantityfulfillable_quantity
2US2026-07-21MB-TEE-BLK-L_FBAB0EXAMPLE1X0EXAMPLE1New00… 10 more
3US2026-07-20MB-TEE-NVY-M_FBAB0EXAMPLE2X0EXAMPLE2New1919… 10 more
4US2026-07-19MB-HAT-GRY_FBAB0EXAMPLE3X0EXAMPLE3New1212… 10 more
5US2026-07-18MB-MUG-11OZ_FBAB0EXAMPLE4X0EXAMPLE4New8181… 10 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.
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.

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 – for example compact,-seller_id.

ColumnDefaultDescription
seller_idNoSeller id
marketplaceYesMarketplace
snapshot_dateYesSnapshot date
skuYesSKU
asinYesASIN
fnskuYesFNSKU
conditionYesCondition
fulfillmentNoFulfillment
statusNoStatus
warehouse_quantityYesFBA warehouse quantity
fulfillable_quantityYesFBA fulfillable quantity
unsellable_quantityYesFBA unsellable quantity
reserved_quantityYesFBA reserved quantity
total_quantityYesFBA total quantity
inbound_working_quantityYesFBA inbound working quantity
inbound_shipped_quantityYesFBA inbound shipped quantity
inbound_receiving_quantityYesFBA inbound receiving quantity
researching_quantityYesFBA researching quantity
reserved_future_supply_quantityYesFBA reserved future supply quantity
future_supply_buyable_quantityYesFBA future supply buyable quantity
per_unit_volumeYesPer unit volume

Column groups

Groups select several columns at once and combine with single fields in the columns parameter.

compact warehouse_quantity, fulfillable_quantity, unsellable_quantity, reserved_quantity, total_quantity, inbound_working_quantity, inbound_shipped_quantity, inbound_receiving_quantity, researching_quantity, reserved_future_supply_quantity, future_supply_buyable_quantity, per_unit_volume

Examples

=DRAGON_INVENTORY_DETAILS("Myaccount", "B0C87GTM5G", "US")
=DRAGON_INVENTORY_DETAILS("Myaccount", "B0C87GTM5G", "US", "compact")

Notes

  • columns: use compact to show inventory quantity fields without marketplace, SKU, ASIN, FNSKU, or condition context. default and all are also supported.
  • columns are evaluated left to right. A field or group adds columns; prefix with - to remove a field or group.