DRAGON_FINANCE_DETAILS

Shows finance event lines at detail grain for product, order, or transaction audit work.

Syntax

=DRAGON_FINANCE_DETAILS(account, [ASIN/SKU], [marketplace], [order ID], [period], [event], [kind], [type], [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_FINANCE_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_FINANCE_DETAILS("Myaccount", "", "US", "112-1234567-1234567")
ABCDEFGHI
1marketplaceeffective_dateeventkindtypeamountcurrencyasin
2US2026-07-21SHIPMENTEVENTLISTCHARGEPRINCIPAL25.95USDB0EXAMPLE1… 3 more
3US2026-07-20SHIPMENTEVENTLISTFEECOMMISSION26.95USDB0EXAMPLE2… 3 more
4US2026-07-19SHIPMENTEVENTLISTCHARGEFBAPERUNITFULFILLMENTFEE35.95USDB0EXAMPLE3… 3 more
5US2026-07-18SHIPMENTEVENTLISTFEETAX23.95USDB0EXAMPLE4… 3 more

Parameters

ParameterRequiredDescription
accountRequiredAccount nickname or Amazon account id.
ASIN/SKUOptionalOne of ASIN/SKU, order ID, event, kind, or type is required. 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.
order IDOptionalOne of ASIN/SKU, order ID, event, kind, or type is required. Amazon order id filter.
periodOptionalOptional period such as last 12 months, 2026-04, or 2026. Default: last 12 months.
eventOptionalOne of ASIN/SKU, order ID, event, kind, or type is required. Finance event type filter.
kindOptionalOne of ASIN/SKU, order ID, event, kind, or type is required. Finance line kind filter such as FEE, CHARGE, or TAX_WITHHELD.
typeOptionalOne of ASIN/SKU, order ID, event, kind, or type is required. Finance line type or subtype 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.
posted_dateNoPosted date.
effective_dateYesEffective date.
eventYesEvent.
kindYesLine kind.
typeYesLine type.
subtypeNoLine subtype.
amountYesAmount.
currencyYesCurrency.
asinYesAsin.
skuYesSku.
quantityYesQuantity.
amazon_order_idYesAmazon order id.
seller_order_idNoSeller order id.
order_item_idNoOrder item id.
tax_collection_modelNoTax collection model.
marketplace_nameNoMarketplace name.
marketplace_idNoMarketplace id.
line_idxNoLine idx.

Examples

=DRAGON_FINANCE_DETAILS("Myaccount", "", "US", "112-1234567-1234567")