Products
- class sp_api.api.Products(marketplace: sp_api.base.marketplaces.Marketplaces = Marketplaces.US, *, refresh_token=None, account='default', credentials=None, restricted_data_token=None)
-
- get_product_pricing_for_skus(self, seller_sku_list: [str], item_condition: str = None, **kwargs) ApiResponse
Returns pricing information for a seller’s offer listings based on SKU.
Usage Plan:
Rate (requests per second)
Burst
1
1
- Parameters
seller_sku_list – [str]
item_condition – str (“New”, “Used”, “Collectible”, “Refurbished”, “Club”)
**kwargs –
- Returns
- Return type
- get_product_pricing_for_asins(self, asin_list: [str], item_condition=None, **kwargs) ApiResponse
Returns pricing information for a seller’s offer listings based on ASIN.
Usage Plan:
Rate (requests per second)
Burst
1
1
- Parameters
asin_list – [str]
item_condition – str (“New”, “Used”, “Collectible”, “Refurbished”, “Club”) Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club. Available values : New, Used, Collectible, Refurbished, Club
kwargs –
- Returns
ApiResponse
- get_competitive_pricing_for_skus(self, seller_sku_list, **kwargs) ApiResponse
Returns competitive pricing information for a seller’s offer listings based on Seller Sku
Usage Plan:
Rate (requests per second)
Burst
1
1
- Parameters
seller_sku_list – [str]
kwargs –
- Returns
ApiResponse
- get_competitive_pricing_for_asins(self, asin_list, **kwargs) ApiResponse
Returns competitive pricing information for a seller’s offer listings based on ASIN
Usage Plan:
Rate (requests per second)
Burst
1
1
- Parameters
asin_list – [str]
kwargs –
- Returns
- get_listings_offer(self, seller_sku: str, **kwargs) ApiResponse
Returns the lowest priced offers for a single SKU listing
Usage Plan:
Rate (requests per second)
Burst
1
1
:param : param seller_sku: str :param key ItemCondition: str | Possible values: New, Used, Collectible, Refurbished, Club. :param key MarketplaceId: str
- Returns
- Return type
GetOffersResponse
- get_item_offers(self, asin: str, **kwargs) ApiResponse
Returns the lowest priced offers for a single item based on ASIN
Usage Plan:
Rate (requests per second)
Burst
5
10
:param : param seller_sku: str :param key ItemCondition: str | Possible values: New, Used, Collectible, Refurbished, Club. :param key MarketplaceId: str
- Returns
- Return type
GetOffersResponse