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
Example request
[
{
"key": "UK_VAT",
"value": "GB698588737"
}
]Response
Successful response.
Example response
[
{
"key": "UK_VAT",
"value": "GB698588737"
}
]