DRAGON_INBOUND_FBA

Shows inbound FBA shipments per SKU: shipped vs received units, status, destination FC, and product names in one list. Use basis=SHIPMENT for one row per shipment.

Syntax

=DRAGON_INBOUND_FBA(account, [ASIN/SKU], [marketplace], [period], [shipment ID], [status], [destination FC], [basis], [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_INBOUND_FBA("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_INBOUND_FBA("Myaccount", , "US", "last 90 days")
ABCDEFGHI
1marketplaceshipment_idshipment_namestatusdestination_fcshipment_dateshipped_datesku
2USFBA1EXAMPLE1ACTIVE2026-07-212026-07-21MB-TEE-BLK-L_FBA… 7 more
3USFBA1EXAMPLE2ACTIVE2026-07-202026-07-20MB-TEE-NVY-M_FBA… 7 more
4USFBA1EXAMPLE3ACTIVE2026-07-192026-07-19MB-HAT-GRY_FBA… 7 more
5USFBA1EXAMPLE4ACTIVE2026-07-182026-07-18MB-MUG-11OZ_FBA… 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 30 days, 2026-04, or 2026.
shipment IDOptionalOptional shipment id filter.
statusOptionalOptional shipment status filter.
destination FCOptionalOptional destination FC filter.
basisOptionalOptional row basis: ITEM or SHIPMENT. Default: ITEM.
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.
shipment_idYesFBA shipment id.
shipment_nameYesShipment name.
statusYesCurrent shipment status.
destination_fcYesDestination fulfillment center.
shipment_dateYesShipment creation date (from the shipment name, else plan created).
shipped_dateYesDate the shipment shipped: ready-to-ship window start, shown only once status is in transit or later; null before then.
skuYesSeller sku.
asinYesAsin.
fnskuNoFnsku.
friendly_nameYesProduct name: nickname when set, else the listing title, else the asin.
sku_countNoDistinct SKUs in the shipment (SHIPMENT basis only).
quantity_shippedYesUnits shipped (planned quantity until Amazon reports shipped).
quantity_receivedYesUnits received at the FC.
quantity_discrepancyYesReceived minus shipped when both are known.
quantity_in_caseNoUnits per case.
inbound_plan_idNoAmazon inbound plan id when the shipment is v2024-planned.
plan_statusNoInbound plan status when the shipment is v2024-planned.
last_updateYesAmazon's last recorded activity: latest FC receipt event, else the inbound plan's last-updated time.
days_since_updateYesDays since Amazon's last recorded activity.

Examples

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