POST

Query Tax Regions


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 list of tax regions, given the provided paging, filtering, and sorting.

For field support for filters and sorting, see Tax Regions: Supported Filters and Sorting.

To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.

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

Body Params
queryQuery

Query options.

Response Object
taxRegionsArray <TaxRegion>

Retrieved tax regions.


pagingMetadataPagingMetadata

Paging metadata.

Query Tax Regions

Returns all existing Tax Regions with basic info

Request
cURL
Response
JSON
Errors

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

Did this help?