Set Seller Settings

Use this request to set the settings for a specified seller.

To set the settings for a specified seller, use the following URL and the PUT method:

{service_url}/marketplace/v1/sellers/{seller_code}/settings/{effective_date}/{settings_path}

Here, {service_url} is the URL of the sandbox or production environment, {seller_code} is the unique code assigned to the seller, {effective_date} is the date when the settings were created, and {settings_path} is where the setting resides.

Example:

https://sellers-api.sandbox.marketplace.taxamo.com/marketplace/v1/sellers/VERX123

Details

EndpointMethod
/marketplace/v1/sellers/{seller_code}/settings/{effective_date}/{settings_path}PUT

Parameters

ParameterDescription
{seller_code}The unique code assigned to the seller.
{effective_date}The date when the settings were created.
{settings_path}The path where the setting resides.

Did this page help you?