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'>)๏ƒ
Link:

https://github.com/amzn/selling-partner-api-docs/blob/main/references/sellers-api/sellers.md

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