# Seller Assistant API ## Docs - [Introduction | Seller Assistant API](https://developer.sellerassistant.app/introduction.md): - [Authentication | Seller Assistant API](https://developer.sellerassistant.app/authentication.md): - [Throttling | Seller Assistant API](https://developer.sellerassistant.app/throttling.md): - [Error Handling | Seller Assistant API](https://developer.sellerassistant.app/error-handling.md): - [Marketplace IDs | Seller Assistant API](https://developer.sellerassistant.app/marketplace-ids.md): ## API Docs - User Info [Get current user info | Seller Assistant API](https://developer.sellerassistant.app/user-info/get-current-user-info.md): Get current user info including name, email and tokens left. - Products [Get product info | Seller Assistant API](https://developer.sellerassistant.app/products/get-product-info.md): 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](https://app.sellerassistant.app/integrations/seller-central). - Products [Get product statistics | Seller Assistant API](https://developer.sellerassistant.app/products/get-product-statistics.md): Fetch detailed statistics for a specific product identified by its ASIN. The statistics include monthly sales, various price metrics (Amazon price, marketplace new price, Buy Box price), Best Sellers Rank (BSR), number of offers, number of reviews, and BSR drops count. The limit is 60 requests per minute. - Products [Calculate product profit](https://developer.sellerassistant.app/calculate-product-profit.md): Calculate product profit. The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it [here](https://app.sellerassistant.app/integrations/seller-central). - UPC-EAN-ASIN converters [Get product ASINs based on identifiers (UPC or EAN) | Seller Assistant API](https://developer.sellerassistant.app/upc-ean-asin-converters/get-product-asin.md): Get array of product ASINs based on identifiers (UPC or EAN). It returns empty array if product is not found. The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it [here](https://app.sellerassistant.app/integrations/seller-central). - UPC-EAN-ASIN converters [Get product identifiers (UPC, EAN, etc.) based on ASIN | Seller Assistant API](https://developer.sellerassistant.app/upc-ean-asin-converters/get-product-identifiers.md): Get array of product identifiers (UPC, EAN, etc.) based on ASIN. It returns empty array if product is not found. The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it [here](https://app.sellerassistant.app/integrations/seller-central). - Restrictions [Check ASIN restrictions | Seller Assistant API](https://developer.sellerassistant.app/restrictions-check-asin-restrictions.md): Check ASIN restrictions by ASIN and domain. Returns one of the following statuses: `ALLOWED_TO_SELL`, `NOT_ELIGIBLE`, `APPROVAL_REQUIRED`. Be noticed that if ASIN is not found, it will return `ALLOWED_TO_SELL` anyway (for better performance). The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it [here](https://app.sellerassistant.app/integrations/seller-central). - Sales Estimation [Estimate sales by ASIN | Seller Assistant API](https://developer.sellerassistant.app/sales-estimation/estimate-sales-by-asin.md): Estimate approximate sales number for provided ASIN and domain. The limit is 60 requests per minute. The following marketplaces are available: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.es, amazon.it, amazon.fr, amazon.in, amazon.com.mx, amazon.com.br. - Sales Estimation [Estimate sales by BSR and category | Seller Assistant API](https://developer.sellerassistant.app/sales-estimation/estimate-sales-by-bsr.md): Estimate approximate sales number for provided BSR, category and domain. The limit is 60 requests per minute. The following marketplaces are available: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.es, amazon.it, amazon.fr, amazon.in, amazon.com.mx, amazon.com.br. - Keepa [Get Keepa product](https://developer.sellerassistant.app/keepa/get-product.md): Get detailed info of product from Keepa. The product object contains all of Keepa price history data and basic product information. The limit is 60 requests per minute.