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
)