Show Seller Settings
Use this request to retrieve the settings for a specified seller.
To retrieve the settings for a specified seller, use the following URL and the GET 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/VERX123Details
| Endpoint | Method |
|---|---|
/marketplace/v1/sellers/{seller_code}/settings/{effective_date}/{settings_path} | GET |
Parameters
| Parameter | Description |
|---|---|
{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. |
Updated 14 days ago
Did this page help you?
