DRAGON_BUYBOX

Shows current buy box offer data for matching ASINs.

Syntax

=DRAGON_BUYBOX(account, [ASIN], [marketplace], [fulfillment], [eligibility], [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("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("Myaccount", "B0C87GTM5G", "US")
ABCDEFGHI
1seller_idasinmarketplaceis_my_offerconditionsubconditionfulfillmentis_buybox_winner
2A1MYSELLERIDB0EXAMPLE1USNoNewFBANo… 5 more
3A1MYSELLERIDB0EXAMPLE2USYesNewFBAYes… 5 more
4A1MYSELLERIDB0EXAMPLE3USYesNewFBAYes… 5 more
5A1MYSELLERIDB0EXAMPLE4USNoNewFBANo… 5 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.
eligibilityOptionalOptional Prime eligibility filter: NATIONAL or NONE.
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_idYesOffer seller id.
asinYesAsin.
marketplaceYesMarketplace.
marketplace_idNoMarketplace id.
is_my_offerYesIs my offer.
conditionYesCondition.
subconditionYesSubcondition.
fulfillmentYesFulfillment.
is_buybox_winnerYesIs buy box winner.
listing_priceYesListing price.
shipping_priceYesShipping price.
landed_priceYesLanded price.
currencyYesCurrency.
prime_eligibilityYesPrime eligibility.
offer_sourceNoOffer source.
buying_option_typeNoBuying option type.
request_item_conditionNoRequest item condition.
request_offer_typeNoRequest offer type.
customer_membershipNoCustomer membership.
sample_postal_country_codeNoSample postal country code.
sample_postal_codeNoSample postal code.
glance_view_weight_percentageNoGlance view weight percentage.
shipping_price_currencyNoShipping price currency.
points_numberNoPoints number.
points_amountNoPoints amount.
points_currencyNoPoints currency.

Column groups

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

compact fulfillment, is_buybox_winner, listing_price, shipping_price, landed_price, currency, prime_eligibility

Examples

=DRAGON_BUYBOX("Myaccount", "B0C87GTM5G", "US")
=DRAGON_BUYBOX("Myaccount", "B0C87GTM5G", "US", "", "NATIONAL")
=DRAGON_BUYBOX("Myaccount", "B0C87GTM5G", "US", "", "", "compact")

Notes

  • eligibility: use NATIONAL or NONE. Leave empty to include all eligibility values, including blank rows.
  • columns: use compact to drop seller, marketplace, ASIN, ownership, condition, and subcondition context. default and all are also supported.
  • columns are evaluated left to right. A field or group adds columns; prefix with - to remove a field or group.