ReDoc documentation

taxRates/{rateId}

taxRates/{rateId}

get/V1/taxRates/{rateId}

Get tax rate

Request
path Parameters
rateId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Response samples
{
  • "id": 0,
  • "tax_country_id": "string",
  • "tax_region_id": 0,
  • "region_name": "string",
  • "tax_postcode": "string",
  • "zip_is_range": 0,
  • "zip_from": 0,
  • "zip_to": 0,
  • "rate": 0,
  • "code": "string",
  • "titles": [
    ],
  • "extension_attributes": { }
}

taxRates/{rateId}

delete/V1/taxRates/{rateId}

Delete tax rate

Request
path Parameters
rateId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
true