---
title: "Get cart tax registrations"
method: GET
path: "/v1/shoppers/me/carts/active/tax-registrations"
tags: ["Tax Registration"]
---

# Get cart tax registrations

`GET /v1/shoppers/me/carts/active/tax-registrations`

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

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

## Query parameters

- `apiKey` string
- `token` string

## Response `200`

Successful response.

- object[]
  - `key` string — Tax Registration Key
  - `value` string — Tax ID value

## Other responses

- `409` — * ip-address-restriction-error

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-shopper-apis/revisions/4b69392f93b9/schema)
