Sellers๏
- class sp_api.api.Sellers(marketplace: ~sp_api.base.marketplaces.Marketplaces = Marketplaces.US, *, refresh_token=None, account='default', credentials=None, restricted_data_token=None, proxies=None, verify=True, timeout=None, version=None, credential_providers=None, auth_token_client_class=<class 'sp_api.auth.access_token_client.AccessTokenClient'>)๏
-
- get_marketplace_participation(self, **kwargs) ApiResponse ๏
Returns a list of marketplaces that the seller submitting the request can sell in and information about the sellerโs participation in those marketplaces.
Usage Plan:
Rate (requests per second)
Burst
.016
15
For more information, see โUsage Plans and Rate Limitsโ in the Selling Partner API documentation.
Examples
literal blocks:
res = Sellers().get_marketplace_participation()
- Parameters:
**kwargs
- Return type:
GetMarketplaceParticipationsResponse
- get_account(self, **kwargs) ApiResponse ๏
Returns information about a seller account and its marketplaces.
Usage Plan:
Rate (requests per second)
Burst
.016
15
For more information, see โUsage Plans and Rate Limitsโ in the Selling Partner API documentation.
Examples
literal blocks:
res = Sellers().get_account()
- Parameters:
**kwargs
- Return type:
GetAccountResponse