Search zone tax codes
POST/v2/zone-tax-codes/search
Search zone tax codes
Request
- application/json
Body
Search zone tax codes
Pagination page number
Possible values: >= 1
1
1
Pagination offset number
Possible values: >= 1
12
12
createdAt
object
Date greater than provided date
2314-03-14T03:14:15.926Z
Date less than provided date
2314-03-14T03:14:15.926Z
lastModifiedAt
object
Date greater than provided date
2314-03-14T03:14:15.926Z
Date less than provided date
2314-03-14T03:14:15.926Z
List of Zone tax codes primary identifiers
["018fcdb1-52d3-7c32-bf7c-46d49b338bca","018fcdb1-52d3-72c4-85dc-4ade9c4de935","018fcdb1-52d3-74b6-86d6-5e705b84c1e2"]
List of Price primary identifiers
["018fcdb1-52d3-7c32-bf7c-46d49b338bca","018fcdb1-52d3-72c4-85dc-4ade9c4de935","018fcdb1-52d3-74b6-86d6-5e705b84c1e2"]
Discount type
Possible values: [[object Object]
]
["H"]
Search by zone code
["US","NL"]
Inputs to sort by
Responses
- 200
- 400
- 403
- 500
Paginated list of zone tax codes
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
required
List of items of type ZoneTaxCode
Primary identifier
Possible values: <= 36 characters
8bcacf9d-36a2-48d5-b713-eedb4eb8c28b
Price foreign identifier
Possible values: <= 36 characters
01905943-4866-7626-b54b-76ea11b2c507
Creation date
2022-01-01T00:00:00.000Z
Last modified date
2022-01-02T00:00:00.000Z
Zone code
Possible values: <= 5 characters
US
Tax code
Possible values: [H
, L
, N
]
H
Total number of items found
12
The amount of items to show per page
Possible values: >= 1
12
12
The current page
Possible values: >= 1
1
4
Total amount of pages
Possible values: >= 1
1
Start position of the current page
Possible values: >= 1
1
End position of the current page
Possible values: >= 1
12
{
"items": [
{
"id": "8bcacf9d-36a2-48d5-b713-eedb4eb8c28b",
"priceId": "01905943-4866-7626-b54b-76ea11b2c507",
"createdAt": "2022-01-01T00:00:00.000Z",
"lastModifiedAt": "2022-01-02T00:00:00.000Z",
"zone": "US",
"taxCode": "H"
}
],
"itemsFound": 12,
"offset": 12,
"page": 4,
"pages": 1,
"start": 1,
"end": 12
}
Bad request
Forbidden.
Unknown get zone tax codes error