Skip to content

Update the tenant tax settings (EU guardrail enforced)

PUT
/admin/v1/taxes/settings
curl --request PUT \
--url https://your-store.example.com/admin/v1/taxes/settings \
--header 'Content-Type: application/json' \
--data '{ "taxMode": "none", "pricesIncludeTax": true, "ossPosture": "below_threshold", "euVatRegistration": { "originCountry": "example", "vatNumber": "example" } }'
Media type application/json
object
taxMode
string
Allowed values: none eu_vat
pricesIncludeTax
boolean
ossPosture
string
Allowed values: below_threshold above_or_opted_in
euVatRegistration
object
originCountry
Any of:
string
/^[A-Za-z]{2}$/
vatNumber
Any of:
string
>= 1 characters <= 32 characters