DRAGON_STORAGE_FEES

Shows monthly FBA storage fee rows by product and marketplace.

Syntax

=DRAGON_STORAGE_FEES(account, [ASIN/SKU], [marketplace], [period], [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_STORAGE_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_STORAGE_FEES("Myaccount", "", "US", "last 12 months")
ABCDEFGHI
1marketplacemonthasinfnskufulfillment_centerproduct_size_tieraverage_quantity_on_handestimated_total_item_volume
2USB0EXAMPLE1X0EXAMPLE1CLT2025.95… 3 more
3USB0EXAMPLE2X0EXAMPLE2LAX91926.95… 3 more
4USB0EXAMPLE3X0EXAMPLE3MDW21235.95… 3 more
5USB0EXAMPLE4X0EXAMPLE4RIC28123.95… 3 more

Parameters

ParameterRequiredDescription
accountRequiredAccount nickname or Amazon account id.
ASIN/SKUOptionalOptional ASIN or comma/space separated ASIN 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 12 months.
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.
monthYesMonth of charge.
asinYesASIN.
fnskuYesFNSKU.
product_nameNoProduct name.
fulfillment_centerYesFC.
product_size_tierYesProduct size tier.
average_quantity_on_handYesAverage quantity on hand.
estimated_total_item_volumeYesEstimated total item volume.
estimated_monthly_storage_feeYesEstimated monthly storage fee.
currencyYesCurrency.
storage_typeYesDangerous goods storage type.
country_codeNoCountry code.
longest_sideNoLongest side.
median_sideNoMedian side.
shortest_sideNoShortest side.
measurement_unitsNoMeasurement units.
weightNoWeight.
weight_unitsNoWeight units.
item_volumeNoItem volume.
volume_unitsNoVolume units.
average_quantity_pending_removalNoAverage quantity pending removal.
storage_rateNoStorage rate.
eligible_for_inventory_discountNoEligible for inventory discount.
qualifies_for_inventory_discountNoQualifies for inventory discount.
total_incentive_fee_amountNoTotal incentive fee amount.
breakdown_incentive_fee_amountNoBreakdown incentive fee amount.
average_quantity_customer_ordersNoAverage quantity customer orders.
marketplace_idNoMarketplace id.
seller_idNoSeller id.

Examples

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