DRAGON_LISTINGS

Shows seller listing rows with ASIN, SKU, title, fulfillment, status, and optional attributes.

Syntax

=DRAGON_LISTINGS(account, [ASIN/SKU], [marketplace], [language], [fulfillment], [condition], [status], [columns], [attributes], [header], [transpose])

Parameters in [brackets] are optional. Leave an optional parameter blank to include everything.

This page is also available inside Sheets – type =DRAGON_LISTINGS("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_LISTINGS("Myaccount", "", "US", "FBA")
ABCDEFGHI
1marketplaceskuasinfnskutitleproduct_typeconditionsearchable
2USMB-TEE-BLK-L_FBAB0EXAMPLE1X0EXAMPLE1Mybrand Classic Logo Tee (Black, L)SHIRTNew… 11 more
3USMB-TEE-NVY-M_FBAB0EXAMPLE2X0EXAMPLE2Mybrand Classic Logo Tee (Navy, M)SHIRTNew… 11 more
4USMB-HAT-GRY_FBAB0EXAMPLE3X0EXAMPLE3Mybrand Leather Patch Hat (Grey)HATNew… 11 more
5USMB-MUG-11OZ_FBAB0EXAMPLE4X0EXAMPLE4Mybrand Ceramic Mug 11ozMUGNew… 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.
languageOptionalOptional listing language such as en, fr, or fr_CA. Defaults to the marketplace default language.
fulfillmentOptionalOptional fulfillment filter: FBA, FBM, or PARENT.
conditionOptionalOptional Amazon condition value such as new_new.
statusOptionalOptional listing status such as Active or Inactive.
columnsOptionalOptional comma-separated output columns.
attributesOptionalOptional comma-separated extra attributes such as color, size, material.
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.

ColumnDefaultDescription
marketplaceYesMarketplace
marketplace_idNoMarketplace id
skuYesSKU
languageNoLanguage
asinYesASIN
fnskuYesFNSKU
titleYesTitle
product_typeYesProduct type
descriptionNoDescription
keywordsNoKeywords
conditionYesCondition
searchableYesSearchable
statusYesStatus
fulfillmentYesFulfillment
parent_childYesParent child
parent_skuYesParent SKU
parent_asinYesParent ASIN
relationship_typeYesRelationship type
variation_themeYesVariation theme
price_amountYesPrice amount
price_currencyYesPrice currency
inventory_snapshot_dateNoLatest inventory snapshot date
warehouse_quantityNoLatest FBA warehouse quantity
fulfillable_quantityNoLatest FBA fulfillable quantity
unsellable_quantityNoLatest FBA unsellable quantity
reserved_quantityNoLatest FBA reserved quantity
total_quantityNoLatest FBA total quantity
inbound_working_quantityNoLatest FBA inbound working quantity
inbound_shipped_quantityNoLatest FBA inbound shipped quantity
inbound_receiving_quantityNoLatest FBA inbound receiving quantity
researching_quantityNoLatest FBA researching quantity
future_supply_buyable_quantityNoLatest FBA future supply buyable quantity
mfn_fulfillable_quantityNoLatest MFN fulfillable quantity
MAINNoMAIN
PT01NoPT01
PT02NoPT02
PT03NoPT03
PT04NoPT04
PT05NoPT05
PT06NoPT06
PT07NoPT07
PT08NoPT08
PT09NoPT09
bullet_1NoBullet 1
bullet_2NoBullet 2
bullet_3NoBullet 3
bullet_4NoBullet 4
bullet_5NoBullet 5
created_dateYesCreated date
last_updated_dateYesLast updated date

Attributes

Extra fields that can be added to the output via the attributes parameter.

AttributeDescription
colorColor
styleStyle
sizeSize
materialMaterial
manufacturerManufacturer
part_numberPart number
item_type_nameItem type name
country_of_originCountry of origin
departmentDepartment
themeTheme
item_package_weightItem package weight
item_package_weight_unitItem package weight unit
item_package_dimensions_lengthItem package dimensions length
item_package_dimensions_widthItem package dimensions width
item_package_dimensions_heightItem package dimensions height
item_package_dimensions_length_unitItem package dimensions length unit
item_package_dimensions_width_unitItem package dimensions width unit
item_package_dimensions_height_unitItem package dimensions height unit
unit_countUnit count
number_of_itemsNumber of items

Examples

=DRAGON_LISTINGS("Myaccount", "", "US", "FBA")