Basic information

GET /{shopId}/tax-classes/{taxClassId}

Returns a specific tax class of a shop identified by the provided tax class Id.

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
taxClassId string
Required: true

Query parameters

Name Type Description
locale string

Represents the language code according to ISO 639-1 and the country code according to ISO 3166-1. If not provided, the shop’s default language is used. We recommend to always send this parameter with your request. If the default language had been changed in the administration, it might take up to 1 day until this change affects the shop.

Required: false
Example: en_US

Response attributes

Name Type Description

object of taxClass

Response

HTTP 200

Media type application/json

{
  "taxClassId": "5446685F-D1DC-0823-D290-D5809AB30FB6",
  "name": "no VAT",
  "links": [
    {
      "rel": "self",
      "href": "https://pm.epages.com/rs/shops/apidocu/tax-classes/5446685F-D1DC-0823-D290-D5809AB30FB6"
    }
  ]
}