Sellers

class pymazonian.Sellers(access_key, secret_key, account_id, region='US', domain='', uri='', version='', auth_token='')

Amazon MWS Sellers API

list_marketplace_participations()

Returns a list of marketplaces a seller can participate in and a list of participations that include seller-specific information in that marketplace. The operation returns only those marketplaces where the seller’s account is in an active state.

Returns:DictWrapper
list_marketplace_participations_by_next_token(token)

Takes a “NextToken” and returns the same information as “list_marketplace_participations”. Based on the “NextToken”.

Parameters:token
Returns:DictWrapper