Seller Assistant API
HomeSeller AssistantHelp CenterAccount
HomeSeller AssistantHelp CenterAccount
Get API Keys
  1. Products
  • Introduction
  • Authentication
  • Throttling
  • Error Handling
  • Marketplace IDs and Categories
  • User Info
    • Get current user info
      GET
  • Products
    • Get product info
      GET
    • Get product statistics
      GET
    • Calculate product profit
      POST
  • UPC-EAN-ASIN converters
    • Get product ASINs based on identifiers (UPC or EAN)
      GET
    • Get product identifiers (UPC, EAN, etc.) based on ASIN
      GET
  • Restrictions
    • Check ASIN restrictions
      GET
  • Sales Estimation
    • Estimate sales by ASIN
      GET
    • Estimate sales by BSR and category
      POST
  • Keepa
    • Get Keepa product
      GET
  1. Products

Get product info

GET
/api/v1/products/{asin}
Products
Get product info. The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it here.

Request

Authorization
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
Path Params
asin
required
Amazon product ASIN.
Example:
B00U26V4VQ
Query Params
domain
optional
Amazon marketplace domain. Domain amazon.com is used by default if domain and marketplaceId are not provided. If both domain and marketplaceId are chosen, domain has bigger priority. Options: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.es, amazon.it, amazon.fr, amazon.in, amazon.com.mx, amazon.com.br.
Example:
amazon.com
marketplaceId
optional
Amazon marketplace id. Domain amazon.com is used by default if domain and marketplaceId are not provided. If both domain and marketplaceId are chosen, domain has bigger priority. See all options here.
Example:
ATVPDKIKX0DER

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.sellerassistant.app/api/v1/products/B00U26V4VQ' \
--header 'X-Api-Key;'

Responses

🟢200OK
application/json
Product info
Body
asin
string 
required
Amazon product ASIN
Example:
B00U26V4VQ
parentAsin
string 
required
Parent ASIN if the product is a variation. If no variations, it will return null.
Example:
B0CTP7MWMF
title
string 
required
Title of the product
Example:
CATAN Board Game (Base Game) | Family Board Game | Board Game for Adults and Family | Adventure Board Game | Ages 10+ | for 3 to 4 Players | Average Playtime 60 Minutes | Made by Catan Studio
brand
string 
required
Brand name of the product
Example:
CATAN
model
string 
required
Model number of the product
Example:
CN3071
modelName
string 
required
Model name of the product
Example:
12271002985
partNumber
string 
required
Part number of the product
Example:
CN3071
releaseDate
string <date>
required
Release date of the product
Example:
2015-04-23
bsr
object (ProductBsr) 
required
BSR information of the product
current
integer 
required
Best Seller Rank of the product
Example:
308
top
number <float>
required
Top rank in the category
Example:
0.01
estimatedSales
integer 
required
Estimated number of sales per month
Example:
10000
bulletPoints
array[string]
required
List of bullet points highlighting features of the product
category
object (ProductCategory) 
required
Category information of the product
name
string 
required
Name of the product category
Example:
Toys & Games
id
integer 
required
Unique identifier for the category
Example:
165793011
productCount
integer 
required
Number of products in this category
Example:
9038711
websiteDisplayGroup
string 
required
Website display group
Example:
toy_display_on_website
variations
object (ProductVariations) 
required
Product variations
theme
string 
required
Theme of variations (e.g. size, color)
Example:
SIZE_NAME
variationItems
array[object (ProductVariation) {1}] 
required
Variations of the product. If no variations, it will return null.
packageQuantity
integer 
required
Quantity of items in a package
Example:
1
numberOfItems
integer 
required
Total number of items
Example:
1
marketplace
object (ProductMarketplace) 
required
Marketplace information
id
string 
required
Unique identifier for the marketplace
Example:
ATVPDKIKX0DER
domain
string 
required
Domain name of the marketplace
Example:
amazon.com
urls
object (ProductUrls) 
required
URLs related to the product
productUrl
string 
required
URL to the product page on Amazon
Example:
https://www.amazon.com/dp/B00U26V9CU
imageUrl
string 
required
URL to the product image
Example:
https://m.media-amazon.com/images/I/41CZwtw9d7L.jpg
prices
object (ProductPrices) 
required
Price information of the product
currency
object (Currency) 
required
Currency information for the prices
regularPrice
string <decimal>
required
Regular price in the standard unit of the currency
Example:
43.97
buyBox
object 
required
Product buy box prices
fba
object 
required
Product FBA prices
fbm
object 
required
Product FBM prices
competitivePriceThreshold
string <decimal>
required
Competitive price threshold for offers in the standard unit of the currency
Example:
43.97
size
object (ProductSize) 
required
Size details of the product
packageDimensions
object 
required
Product package dimensions
packageWeight
object 
required
Weight of the product with its package
sizeType
string 
required
Type of the product size
Example:
L Std
restrictionStatus
string 
required
Options: ALLOWED_TO_SELL, NOT_ELIGIBLE, APPROVAL_REQUIRED
Example:
ALLOWED_TO_SELL
riskFactors
object (ProductRisks) 
required
Risk assessment related to the product
isMeltable
boolean 
required
Is the product meltable?
Example:
false
isFragile
boolean 
required
Is the product fragile?
Example:
false
isOversize
boolean 
required
Does the product exceed standard sizes?
Example:
false
isHazMat
boolean 
required
Is the product hazardous material?
Example:
false
isAdultProduct
boolean 
required
Is the product for adults?
Example:
false
isGenericBrand
boolean 
required
Is the product brand generic?
Example:
false
isHighRisk
boolean 
required
Is the product considered high risk for potential intellectual property (IP) issues by Seller Assistant IP-Alert based on historical claims?
Example:
false
isBatteriesIncluded
boolean 
required
Are batteries included?
Example:
false
isPesticide
boolean 
required
Has the product pesticides?
Example:
false
offers
object (ProductOffers) 
required
Offers for the product
fbaOffersQty
integer 
required
Total number of FBA offers
Example:
4
fbmOffersQty
integer 
required
Total number of FBM offers
Example:
6
competitors
object 
required
Competitors by offers
fees
object (ProductFees) 
required
Product fees
currency
object (Currency) 
required
Currency information for the prices
fbaFee
string <decimal>
required
FBA fee in the standard unit of the currency
Example:
6.62
variableClosingFee
string <decimal>
required
Variable closing fee in the standard unit of the currency
Example:
0.00
referralFee
string <decimal>
required
Referral fee in the standard unit of the currency
Example:
6.60
referralFeeRate
number <float>
required
Referral fee rate (e.g., 0.15 means 15%)
Example:
0.15
storageFee
string <decimal>
required
Storage fee in the standard unit of the currency
Example:
0.17
inboundPlacementFees
object 
optional
Inbound placement service fee for amazon.com
Example
{
  "asin": "B00U26V4VQ",
  "parentAsin": "B0CTP7MWMF",
  "title": "CATAN Board Game (Base Game) | Family Board Game | Board Game for Adults and Family | Adventure Board Game | Ages 10+ | for 3 to 4 Players | Average Playtime 60 Minutes | Made by Catan Studio",
  "brand": "CATAN",
  "model": "CN3071",
  "modelName": "12271002985",
  "partNumber": "CN3071",
  "releaseDate": "2015-04-23",
  "bsr": {
    "current": 308,
    "top": 0.01
  },
  "estimatedSales": 10000,
  "bulletPoints": [
    "EXPLORE CATAN: Set sail to the uncharted island of Catan and compete with other settlers to establish supremacy."
  ],
  "category": {
    "name": "Toys & Games",
    "id": 165793011,
    "productCount": 9038711,
    "websiteDisplayGroup": "toy_display_on_website"
  },
  "variations": {
    "theme": "SIZE_NAME",
    "variationItems": [
      {
        "asin": "B00U26V9CU"
      }
    ]
  },
  "packageQuantity": 1,
  "numberOfItems": 1,
  "marketplace": {
    "id": "ATVPDKIKX0DER",
    "domain": "amazon.com"
  },
  "urls": {
    "productUrl": "https://www.amazon.com/dp/B00U26V9CU",
    "imageUrl": "https://m.media-amazon.com/images/I/41CZwtw9d7L.jpg"
  },
  "prices": {
    "currency": {
      "code": "USD",
      "symbol": "$"
    },
    "regularPrice": "43.97",
    "buyBox": {
      "price": "43.97"
    },
    "fba": {
      "minPrice": "43.97"
    },
    "fbm": {
      "minPrice": "43.97"
    },
    "competitivePriceThreshold": "43.97"
  },
  "size": {
    "packageDimensions": {
      "inches": {
        "size": "3.11x12.323x9.764",
        "height": 3.11,
        "length": 12.323,
        "width": 9.764,
        "volume": 0.217
      },
      "meters": {
        "size": "0.079x0.313x0.248",
        "height": 0.079,
        "length": 0.313,
        "width": 0.248,
        "volume": 0.006
      },
      "centimeters": {
        "size": "7.9x31.3x24.8",
        "height": 7.9,
        "length": 31.3,
        "width": 24.8,
        "volume": 6132.296
      }
    },
    "packageWeight": {
      "pounds": 2.822,
      "kilograms": 1.28
    },
    "sizeType": "L Std"
  },
  "restrictionStatus": "ALLOWED_TO_SELL",
  "riskFactors": {
    "isMeltable": false,
    "isFragile": false,
    "isOversize": false,
    "isHazMat": false,
    "isAdultProduct": false,
    "isGenericBrand": false,
    "isHighRisk": false,
    "isBatteriesIncluded": false,
    "isPesticide": false
  },
  "offers": {
    "fbaOffersQty": 4,
    "fbmOffersQty": 6,
    "competitors": {
      "fbaWithin2Percent": 2,
      "fbaWithin3Percent": 2,
      "fbaWithin5Percent": 2,
      "fbmWithin2Percent": 1,
      "fbmWithin3Percent": 2,
      "fbmWithin5Percent": 2
    }
  },
  "fees": {
    "currency": {
      "code": "USD",
      "symbol": "$"
    },
    "fbaFee": "6.62",
    "variableClosingFee": "0.00",
    "referralFee": "6.60",
    "referralFeeRate": 0.15,
    "storageFee": "0.17",
    "inboundPlacementFees": {
      "minimalShipment": {
        "min": "0.32",
        "max": "0.49"
      },
      "partialShipment": {
        "min": "0.17",
        "max": "0.34"
      },
      "optimizedShipment": {
        "min": "0.00",
        "max": "0.00"
      }
    }
  }
}
🟠400Bad Request
🟠402402
🟠403Forbidden
🟠404Record Not Found
🟠422Parameter Error
🟠429429
🔴500Server Error
Modified at 2025-01-16 08:37:58
Previous
Get current user info
Next
Get product statistics
Built with