Get Marketplace
Use this request to retrieve the full list of a marketplace's settings.
To retrieve the marketplace's settings, use a GET method and the following URL:
{service_uri}/marketplace/v1/marketplaces
where {service_uri}
is the service's Universal Resource Identifier (URI).
For example:
$ curl \
-H "x-marketplace-token: ms_{ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-X GET GET \
--data '{JSON}' \
https://sellers-api.marketplace.taxamo.com/marketplace/v1/marketplaces
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
Type | Value |
---|---|
Endpoint | /marketplace/v1/marketplaces |
Method | GET |
API Reference Document | Get Marketplace |
Response Fields
The response returns the marketplace's record. See Marketplace Settings Fields.
Response
When the record is created successfully, a 200 code is returned along with the settings in a JSON object.
Updated 4 months ago