python-amazon-sp-api/docs/client_usage.rst at master · DataChannelTechnologies/python-amazon-sp-api · GitHub
Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 309 Bytes

File metadata and controls

21 lines (11 loc) · 309 Bytes

Client Usage

All endpoint's clients have the following signature and default values:

SomeClient(
    marketplace=Marketplaces.US, *,
    refresh_token=None,
    account='default',
    credentials=None,
    restricted_data_token=None
)