Update Seller

Use this request to update all the settings for a seller's record.

📘

Note

Use this request to provide the service with a complete set of settings for a seller's record. If you omit any required fields, the corresponding values may be missing after you update the settings. To avoid this, use Set Seller Settings to update individual settings.

Changed settings take effect at midnight on the day the request is received.

To update all the settings for a seller's record, use the following URL and the PUT method:

{service_url}/marketplace/v1/sellers/{seller_code}

Here, {service_url} is the URL of the sandbox or production environment, and {seller_code} is the unique code assigned to the seller.

Example:

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

Details

EndpointMethod
/marketplace/v1/sellers/{seller_code}PUT

Parameters

ParameterDescription
{seller_code}The unique code assigned to the seller.

Fields

For more information, see Sellers Fields Reference.


Did this page help you?