Tax Registration

Update tax registration on cart

Updates the tax regitrations data to the customer's cart.

Notes: Below path has been deprecated.
POST /carts/{cartId}/tax-registrations

post/v1/shoppers/me/carts/active/tax-registrations

Query parameters

tokenstring required

Authorized or anonymous token for a customer.

Request body

keystring

Tax Registration Key

valuestring

Tax ID value

Example request

[
  {
    "key": "UK_VAT",
    "value": "GB698588737"
  }
]

Response

Successful response.

keystring

Tax Registration Key

valuestring

Tax ID value

Example response

[
  {
    "key": "UK_VAT",
    "value": "GB698588737"
  }
]