Skip to main content
PUT
/
commerce
/
settings
/
general
/
taxableterritories
Error
A valid request URL is required to generate request examples
[
  {
    "countryCode": "<string>",
    "stateOrProvinceCode": "<string>",
    "isShippingTaxable": true
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
countryCode
string | null
stateOrProvinceCode
string | null
isShippingTaxable
boolean | null

Response

Success

countryCode
string | null
stateOrProvinceCode
string | null
isShippingTaxable
boolean | null