DRAGON_STRANDED

Shows stranded FBA inventory rows with status and reason fields.

Syntax

=DRAGON_STRANDED(account, [ASIN/SKU], [marketplace], [period], [status], [reason], [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_STRANDED("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_STRANDED("Myaccount", "", "US", "last 90 days")
ABCDEFGHI
1marketplacedate_strandedasinskufnskuproduct_namestranded_reasonstatus_primary
2US2026-07-21B0EXAMPLE1MB-TEE-BLK-L_FBAX0EXAMPLE1Mybrand Classic Logo Tee (Black, L)CUSTOMER_RETURN… 7 more
3US2026-07-20B0EXAMPLE2MB-TEE-NVY-M_FBAX0EXAMPLE2Mybrand Classic Logo Tee (Navy, M)DAMAGED… 7 more
4US2026-07-19B0EXAMPLE3MB-HAT-GRY_FBAX0EXAMPLE3Mybrand Leather Patch Hat (Grey)NO_LONGER_NEEDED… 7 more
5US2026-07-18B0EXAMPLE4MB-MUG-11OZ_FBAX0EXAMPLE4Mybrand Ceramic Mug 11ozDEFECTIVE… 7 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 90 days, 2026-04, or 2026. Default: last 90 days.
statusOptionalOptional primary status filter.
reasonOptionalOptional stranded reason 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.
date_strandedYesDate stranded.
asinYesASIN.
skuYesSKU.
fnskuYesFNSKU.
product_nameYesProduct name.
stranded_reasonYesStranded reason.
status_primaryYesPrimary status.
status_secondaryYesSecondary status.
primary_actionYesPrimary action.
fulfillable_qtyYesFulfillable quantity.
unfulfillable_qtyYesUnfulfillable quantity.
reserved_quantityYesReserved quantity.
inbound_shipped_qtyYesInbound shipped quantity.
date_to_take_auto_removalYesAuto removal date.
your_priceNoYour price.
item_conditionNoItem condition.
fulfilled_byNoFulfilled by.
error_messageNoError message.
marketplace_idNoMarketplace id.
seller_idNoSeller id.

Examples

=DRAGON_STRANDED("Myaccount", "", "US", "last 90 days")