DRAGON_BUYBOX_DETAILS

Shows detailed buy box offer rows and pricing signals.

Syntax

=DRAGON_BUYBOX_DETAILS(account, [ASIN], [marketplace], [fulfillment], [offer source], [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_BUYBOX_DETAILS("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_BUYBOX_DETAILS("Myaccount", "B0C87GTM5G", "US")
ABCDEFGHI
1seller_idasinmarketplaceoffer_sourcebuying_option_typerequest_item_conditionrequest_offer_typecustomer_membership
2A1MYSELLERIDB0EXAMPLE1US… 11 more
3A1MYSELLERIDB0EXAMPLE2US… 11 more
4A1MYSELLERIDB0EXAMPLE3US… 11 more
5A1MYSELLERIDB0EXAMPLE4US… 11 more

Parameters

ParameterRequiredDescription
accountRequiredAccount nickname or Amazon account id.
ASINOptionalOptional 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.
fulfillmentOptionalOptional fulfillment filter: FBA or FBM.
offer sourceOptionalOptional offer source filter: featured or lowest_priced.
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.

ColumnDefaultDescription
seller_idYesOffer seller id.
asinYesAsin.
marketplaceYesMarketplace.
offer_sourceYesOffer source.
buying_option_typeYesBuying option type.
request_item_conditionYesRequest item condition.
request_offer_typeYesRequest offer type.
customer_membershipYesCustomer membership.
sample_postal_country_codeYesSample postal country code.
sample_postal_codeYesSample postal code.
glance_view_weight_percentageYesGlance view weight percentage.
conditionYesCondition.
subconditionYesSubcondition.
fulfillmentYesFulfillment.
prime_eligibilityYesPrime eligibility.
listing_priceYesListing price.
shipping_priceYesShipping price.
landed_priceYesLanded price.
currencyYesCurrency.
shipping_price_currencyNoShipping price currency.
points_numberNoPoints number.
points_amountNoPoints amount.
points_currencyNoPoints currency.
marketplace_idNoMarketplace id.

Examples

=DRAGON_BUYBOX_DETAILS("Myaccount", "B0C87GTM5G", "US")
=DRAGON_BUYBOX_DETAILS("Myaccount", "B0C87GTM5G", "US", "", "featured")

Notes

  • offer source: use featured or lowest_priced. Leave empty to include both row kinds.