v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Tax Zone Rate

get/sites/multiscreen/{site_name}/ecommerce/tax-zones/{zone_id}/rates/{rate_id}

Path parameters

site_namestring required

The unique identifier for the target site.

zone_idstring required

The unique identifier for the tax zone.

rate_idstring required

The unique identifier for the tax rate.

Response

200

idstring
namestring
rateinteger
tax_number_for_invoicestring

Example response

{
  "id": "string",
  "name": "string",
  "tax_number_for_invoice": "string"
}