GET

Get Tax Region


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a tax region.

Permissions
Manage eCommerce - all permissions
Manage Stores - all permissions
Manage Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/billing/v1/tax-regions/{taxRegionId}

Path Params
taxRegionIdstringRequired

ID of the tax region to retrieve.

Response Object
taxRegionTaxRegion

Retrieved tax region.

Get TaxRegion

Gets a TaxRegion by id

Request
cURL
curl --location 'https://www.wixapis.com/billing/v1/tax-regions/88a175be-7cc3-427d-bd79-d9aa21b10108' \ --header 'accept: application/json, text/plain, */*' \ --header 'accept-language: en-US,en;q=0.9' \ --header 'authorization: <AUTH>' \ --header 'content-type: application/json' \
Response
JSON
{ "taxRegion": { "id": "88a175be-7cc3-427d-bd79-d9aa21b10108", "country": "IE", "subdivision": "CN", "appId": "7516f85b-0868-4c23-9fcb-cea7784243df", "taxIncludedInPrice": false, "revision": "1", "createdDate": "2024-02-06T07:48:26.246Z", "updatedDate": "2024-02-06T07:48:26.246Z" } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?