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

# Cart tax registration schema

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

Gets the corresponding JSON Schema for attaching tax registrations to a cart. For schema definition, please refer to JSON Schema Specification for more information.

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

## Query parameters

- `apiKey` string
- `token` string

## Response `200`

Successful response.

- TaxRegistrationsSchema
  - `oneOf` object[]
    - `type` string
    - `title` string
    - `additionalProperties` boolean
    - `required` string[]
    - `properties` object
      - `customerType` object
        - `type` string
        - `readOnly` boolean
        - `enum` string[]
      - `taxRegistrations` object
        - `type` string
        - `title` string
        - `minItems` integer
        - `maxItems` integer
        - `items` object[]
          - `$ref` string
      - `companyId` object
        - `type` string
      - `siteId` object
        - `type` string
  - `definitions` object
    - `{TAX_KEY}` object — Tax registration key
      - `type` string
      - `additionalProperties` boolean
      - `properties` object
        - `key` object
          - `type` string
          - `readOnly` boolean
          - `enum` string[]
        - `value` object
          - `type` string
          - `title` string
          - `description` string
          - `pattern` string

---

[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)
