DRAGON_OVERAGE_FEES

Shows FBA overage and storage-related fee rows by period.

Syntax

=DRAGON_OVERAGE_FEES(account, [marketplace], [period], [storage 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_OVERAGE_FEES("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_OVERAGE_FEES("Myaccount", "US", "last 12 months")
ABCDEFGHI
1marketplacecharged_datestorage_typecharge_ratestorage_usage_volumestorage_limit_volumeoverage_volumevolume_unit
2US2026-07-210.0300… 2 more
3US2026-07-200.1500… 2 more
4US2026-07-190.0800… 2 more
5US2026-07-180.1800… 2 more

Parameters

ParameterRequiredDescription
accountRequiredAccount nickname or Amazon account id.
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.
storage typeOptionalOptional storage type 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.
charged_dateYesCharged date.
country_codeNoCountry code.
storage_typeYesStorage type.
charge_rateYesCharge rate.
storage_usage_volumeYesStorage usage volume.
storage_limit_volumeYesStorage limit volume.
overage_volumeYesOverage volume.
volume_unitYesVolume unit.
charged_fee_amountYesCharged fee amount.
currencyYesCurrency.
seller_idNoSeller id.

Examples

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