DRAGON_ORDERS

Shows order item rows with local order time, fulfillment, status, quantities, and amounts.

Syntax

=DRAGON_ORDERS(account, [ASIN/SKU], [marketplace], [fulfillment], [period], [order ID], [fulfillment status], [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_ORDERS("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_ORDERS("Myaccount", "", "US", "FBA", "last 30 days")
ABCDEFGHI
1marketplaceorder_idorder_timefulfillmentfulfillment_statusfulfillment_service_levelquantity_fulfilledquantity_unfulfilled
2US113-1234560-76543212026-07-21 9:17:04FBA00… 12 more
3US113-1234671-76532102026-07-20 12:26:04FBA1919… 12 more
4US113-1234782-76520992026-07-19 15:35:04FBA1212… 12 more
5US113-1234893-76509882026-07-18 18:44:04FBA8181… 12 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.
fulfillmentOptionalOptional fulfillment filter: FBA or FBM.
periodOptionalOptional period such as last 90 days, 2026-04, or 2026. Default: last 90 days.
order IDOptionalOptional Amazon order id filter.
fulfillment statusOptionalOptional fulfillment status filter. Default: ALL_BUT_CANCELLED.
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.
order_idYesOrder id.
order_item_idNoOrder item id.
order_timeYesOrder time.
sales_channel_nameNoSales channel name.
fulfillmentYesFulfillment.
fulfillment_statusYesFulfillment status.
fulfilled_byNoFulfilled by.
fulfillment_service_levelYesFulfillment service level.
quantity_fulfilledYesQuantity fulfilled.
quantity_unfulfilledYesQuantity unfulfilled.
package_statusNoPackage status.
package_detailed_statusNoPackage detailed status.
recipient_cityYesRecipient city.
recipient_state_or_regionYesRecipient state or region.
recipient_country_codeYesRecipient country code.
proceeds_grand_total_amountNoProceeds grand total amount.
proceeds_grand_total_currencyNoProceeds grand total currency.
quantity_orderedYesQuantity ordered.
asinYesAsin.
skuYesSeller sku.
unit_price_amountYesUnit price amount.
unit_price_currencyYesUnit price currency.
sales_amountYesSales amount.
sales_currencyYesSales currency.
marketplace_amountYesMarketplace amount.
marketplace_currencyYesMarketplace currency.
proceeds_total_amountNoProceeds total amount.
proceeds_total_currencyNoProceeds total currency.

Examples

=DRAGON_ORDERS("Myaccount", "", "US", "FBA", "last 30 days")