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 TypeAPI Component
Endpoint/marketplace/v1/sellers/{current_seller_code}
MethodPUT
API Reference DocumentUpdate Seller

where {current_seller_code} is the ID of the record that you want to retrieve.

Path Parameter

ParameterDescription
current_seller_codeThis is the ID of the record that you want to retrieve.

Fields

See Seller Settings Fields.