Retrieve Seller

Use this request to retrieve a seller's record.

To retrieve a seller's record, use the following URL and the GET 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}GET

Parameters

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

Did this page help you?