Skip to content
Guides
API reference
stablesettings:read

Get tax settings

GET/v1/taxes/settings

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/taxes/settings"
{  "storeId": "string",  "serviceType": "manual",  "serviceActive": true,  "pricesIncludeTax": true,  "chargeTaxOnShipping": true,  "chargeVatOnDigitalGoods": true,  "collectDutiesAtCheckout": true}