Skip to content

SetupOnboardingController_taxConfigure

POST
/setup/v1/tax/configure
curl --request POST \
--url https://your-store.example.com/setup/v1/tax/configure \
--header 'Content-Type: application/json' \
--data '{ "businessCountry": "example", "defaultCurrency": "example", "taxMode": "none", "vatNumber": "example", "ossPosture": "below_threshold", "pricesIncludeTax": true }'
Media type application/json
object
businessCountry
required
string
/^[A-Za-z]{2}$/
defaultCurrency
required
string
/^[A-Za-z]{3}$/
taxMode
string
Allowed values: none eu_vat
vatNumber
string
>= 1 characters <= 32 characters
ossPosture
string
Allowed values: below_threshold above_or_opted_in
pricesIncludeTax
boolean