DRAGON_INVENTORY_RESTOCK

Shows Amazon restock recommendations and inventory planning fields.

Syntax

=DRAGON_INVENTORY_RESTOCK(account, [ASIN/SKU], [marketplace], [alert], [recommended action], [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_INVENTORY_RESTOCK("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_INVENTORY_RESTOCK("Myaccount", "", "US")
ABCDEFGHI
1seller_idmarketplaceskufnskuasinitem_conditionsuppliersupplier_part_no
2A1MYSELLERIDUSMB-TEE-BLK-L_FBAX0EXAMPLE1B0EXAMPLE1… 23 more
3A1MYSELLERIDUSMB-TEE-NVY-M_FBAX0EXAMPLE2B0EXAMPLE2… 23 more
4A1MYSELLERIDUSMB-HAT-GRY_FBAX0EXAMPLE3B0EXAMPLE3… 23 more
5A1MYSELLERIDUSMB-MUG-11OZ_FBAX0EXAMPLE4B0EXAMPLE4… 23 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.
alertOptionalOptional alert filter.
recommended actionOptionalOptional recommended action 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.

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 – for example compact,-seller_id.

ColumnDefaultDescription
seller_idYesSeller id.
marketplaceYesMarketplace.
marketplace_idNoMarketplace id.
skuYesSku.
fnskuYesFnsku.
asinYesAsin.
item_conditionYesItem condition.
supplierYesSupplier.
supplier_part_noYesSupplier part no.
currencyYesCurrency.
priceYesPrice.
sales_last_30_daysYesSales last 30 days.
units_sold_last_30_daysYesUnits sold last 30 days.
total_unitsYesTotal units.
inboundYesInbound.
availableYesAvailable.
fc_transferYesFc transfer.
fc_processingYesFc processing.
customer_orderYesCustomer order.
unfulfillableYesUnfulfillable.
workingYesWorking.
shippedYesShipped.
receivingYesReceiving.
fulfilled_byYesFulfilled by.
total_days_of_supplyYesTotal days of supply.
days_of_supply_afnYesDays of supply afn.
alertYesAlert.
recommended_replenishment_qtyYesRecommended replenishment qty.
recommended_ship_dateYesRecommended ship date.
recommended_actionYesRecommended action.
unit_storage_sizeYesUnit storage size.
unit_storage_size_unitYesUnit storage size unit.

Column groups

Groups select several columns at once and combine with single fields in the columns parameter.

compact sku, asin, available, recommended_replenishment_qty, recommended_ship_date, recommended_action
identity sku, asin, marketplace
sales price, currency, sales_last_30_days, units_sold_last_30_days
stock available, total_units, inbound, unfulfillable
inbound inbound, working, shipped, receiving
reserved fc_transfer, fc_processing, customer_order
supply total_days_of_supply, days_of_supply_afn
action alert, recommended_replenishment_qty, recommended_ship_date, recommended_action
storage unit_storage_size, unit_storage_size_unit
admin seller_id, fnsku, item_condition, supplier, supplier_part_no, fulfilled_by

Examples

=DRAGON_INVENTORY_RESTOCK("Myaccount", "", "US")
=DRAGON_INVENTORY_RESTOCK("Myaccount", "", "US", "", "", "stock,action")
=DRAGON_INVENTORY_RESTOCK("Myaccount", "", "US", "", "", "all,-admin,-storage")

Notes

  • columns: use default, all, compact, identity, sales, stock, inbound, reserved, supply, action, storage, or admin.
  • columns are evaluated left to right. A field or group adds columns; prefix with - to remove a field or group. Example: stock,action,-alert.