Skip to main content
GET
Delivers the tax rates a Connector endpoint currently reports for a single connector account.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

salesChannelId
string
required

Sales channel id of the connector account whose tax rates are listed (composite id, ADR-69), tenant-local, not a UUID.

Response

Success.

rate
number<decimal>
required

The tax rate as reported by the Connector endpoint, in percent - 19 means 19 %, not a factor. Published exactly as reported: the value is neither converted nor plausibility-checked, so it stays directly comparable to the Wawi-side rate (dbo.tSteuersatz.fSteuersatz), which the protocol maps onto this very field.

countryCode
string

Country the tax rate applies to, as an ISO 3166-1 alpha-2 code in canonical uppercase form (ADR-85), or null if the endpoint reported no usable code. Named CountryCode, not CountryIso, to match the ADR-85 vocabulary and the sibling CurrencyCode. The pattern is strict uppercase rather than the case-insensitive form ADR-85 shows for request fields: this is a response-only field, so there is no incoming value to accept leniently, and the canonical form is guaranteed by normalization at the read boundary. Only the FORM of the code is validated; membership in the ISO 3166-1 register is not verified. A reported value that is not two letters is published as null rather than as an invalid code. Exactly one country per rate - unlike the Wawi's own tax rate model, which distinguishes a departure and a shipment country.