Syntax
=DRAGON_ASIN2SKU(account, [ASIN], [marketplace], [language], [fulfillment], [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_ASIN2SKU("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_ASIN2SKU("Myaccount", "B0C87GTM5G", "US", "FBA")| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | marketplace | asin | sku | fnsku | fulfillment | condition | status |
| 2 | US | B0EXAMPLE1 | MB-TEE-BLK-L_FBA | X0EXAMPLE1 | FBA | New | ACTIVE |
| 3 | US | B0EXAMPLE2 | MB-TEE-NVY-M_FBA | X0EXAMPLE2 | FBA | New | ACTIVE |
| 4 | US | B0EXAMPLE3 | MB-HAT-GRY_FBA | X0EXAMPLE3 | FBA | New | ACTIVE |
| 5 | US | B0EXAMPLE4 | MB-MUG-11OZ_FBA | X0EXAMPLE4 | FBA | New | ACTIVE |
Parameters
| Parameter | Required | Description |
|---|---|---|
| account | Required | Account nickname or Amazon account id. |
| ASIN | Optional | Optional ASIN or comma/space separated ASIN list. Also accepts a cell range like A2:A100 or INDIRECT() pointing to a list. |
| marketplace | Optional | Optional marketplace/country code such as US, CA, or MX. |
| language | Optional | Optional listing language such as en, fr, or fr_CA. Defaults to the marketplace default language. |
| fulfillment | Optional | Optional fulfillment filter: FBA or FBM. |
| columns | Optional | Optional comma-separated output columns. |
| header | Optional | Use no, false, or 0 to suppress the output header row. Default: Yes. |
| transpose | Optional | Use 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.
| Column | Default | Description |
|---|---|---|
| marketplace | Yes | Marketplace |
| asin | Yes | ASIN |
| sku | Yes | SKU |
| fnsku | Yes | FNSKU |
| fulfillment | Yes | Fulfillment |
| condition | Yes | Condition |
| status | Yes | Status |
Examples
=DRAGON_ASIN2SKU("Myaccount", "B0C87GTM5G", "US", "FBA")