Update Seller
Use this request to edit a seller's record.
Caution
If you use this request to edit a seller's record, you must include all the fields for the entire record in the JSON request. Omitted fields may be deleted.
You can also use the Set Seller Setting to edit individual settings in a record.
To edit a seller record, use the following URL and a PUT method:
{Taxamo_MP_URL}/marketplace/v1/sellers/{current_seller_code}
where:
{service_uri}
is the service's URI.{current_seller_code}
is the ID of the record that you want to update.
For example:
$ curl \
-H "x-marketplace-token: ms_{ACCESS_TOKEN}" \
-X PUT \
https://sellers-api.sandbox.marketplace.taxamo.com/marketplace/v1/sellers/liz.doe.123
where {ACCESS_TOKEN}
is your access token used for authentication.
Details
API Component Type | API Component |
---|---|
Endpoint | /marketplace/v1/sellers/{current_seller_code} |
Method | PUT |
API Reference Document | Update Seller |
where {current_seller_code}
is the ID of the record that you want to retrieve.
Path Parameter
Parameter | Description |
---|---|
current_seller_code | This is the ID of the record that you want to retrieve. |
Fields
Updated 4 months ago