Sellers

class sp_api.api.Sellers(marketplace: 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)
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