Tax Registration

Get cart tax registrations

Gets all tax regitrations data to the customer's cart.

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

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

Query parameters

apiKeystring

The client identifier used to authorize the request. You must specify either an apiKey or a token.

tokenstring

Authorized or anonymous token for a customer. You must specify either an apiKey or a token.

Response

Successful response.

keystring

Tax Registration Key

valuestring

Tax ID value

Example response

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