DRAGON_REIMBURSEMENTS

Shows FBA reimbursement rows by product, reason, marketplace, and period.

Syntax

=DRAGON_REIMBURSEMENTS(account, [ASIN/SKU], [marketplace], [period], [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_REIMBURSEMENTS("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_REIMBURSEMENTS("Myaccount", "", "US", "last 12 months")
ABCDEFGHI
1marketplaceapproval_datereimbursement_idcase_idamazon_order_idreasonskufnsku
2US2026-07-21113-1234560-7654321CUSTOMER_RETURNMB-TEE-BLK-L_FBAX0EXAMPLE1… 11 more
3US2026-07-20113-1234671-7653210DAMAGEDMB-TEE-NVY-M_FBAX0EXAMPLE2… 11 more
4US2026-07-19113-1234782-7652099NO_LONGER_NEEDEDMB-HAT-GRY_FBAX0EXAMPLE3… 11 more
5US2026-07-18113-1234893-7650988DEFECTIVEMB-MUG-11OZ_FBAX0EXAMPLE4… 11 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.
reasonOptionalOptional reimbursement 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.
marketplace_idNoMarketplace id.
approval_dateYesApproval date.
reimbursement_idYesReimbursement id.
case_idYesCase id.
amazon_order_idYesAmazon order id.
reasonYesReason.
skuYesSku.
fnskuYesFnsku.
asinYesAsin.
product_nameYesProduct name.
item_conditionYesItem condition.
currencyYesCurrency.
amount_per_unitYesAmount per unit.
amount_totalYesAmount total.
quantity_reimbursed_cashYesQuantity reimbursed cash.
quantity_reimbursed_inventoryYesQuantity reimbursed inventory.
quantity_reimbursed_totalYesQuantity reimbursed total.
original_reimbursement_idYesOriginal reimbursement id.
original_reimbursement_typeYesOriginal reimbursement type.
seller_idNoSeller id.

Examples

=DRAGON_REIMBURSEMENTS("Myaccount", "", "US", "last 12 months")