List Sellers

Use this request to retrieve a list of sellers.

To retrieve details for a seller, use a GET method and the following URL:

{service_uri}/marketplace/v1/sellers

where {service_uri} is the service's URI.

For example:

$ curl \
    -H "x-marketplace-token: ms_{ACCESS_TOKEN}" \
    -H "Content-Type: application/json" \
    -X GET \
    --data '{JSON}' \
    https://sellers-api.sandbox.marketplace.taxamo.com/marketplace/v1/sellers

where:

  • {ACCESS_TOKEN} is your access token used for authentication.
  • {JSON} is the body of the request where you specify the seller's details.

Details

API Component TypeAPI Component
Endpoint/marketplace/v1/sellers
MethodGET
API Reference DocumentList sellers

Query Parameters

FieldDescription
pageSpecify the number of pages.
page_sizeSpecify the size of the pages.
emailSpecify the email address for the seller.

Response

When the record is created successfully, a 200 code is returned with the details in the attached JSON.