Basic information
GET /{shopId}/tax-model
Returns the tax model of the shop.
Authorisation
OAuth 2.0 Token required with scopes:
products_read
URI parameters
Name | Type | Description |
---|---|---|
shopId |
string |
The unique identifier of the shop. Required:
true
Example:
DemoShop
|
Response attributes
Name | Type | Description |
---|---|---|
|
object of taxModel |
Response
HTTP 200
Media type application/json
{ "model": "gross", "displayTaxes": true, "noTaxesMessage": "According to ยง 19 UStG we do not charge the German sales tax, and consequently do not levy it (regulation for small business entrepreneurs).", "deliveryThresholdIsActive": false, "countryCode2": "DE" }