Search
Search TaxRates This call returns an array of objects, but detailed information about each object’s attributes might not be included. See https://devdocs.magento.com/codelinks/attributes.html#TaxRateRepositoryInterface to determine which call to use to get detailed information about all attributes for an object.
Query parameters
searchCriteria[filterGroups][0][filters][0][field]stringOptionalExample:
Field
<string>searchCriteria[filterGroups][0][filters][0][value]stringOptionalExample:
Value
<string>searchCriteria[filterGroups][0][filters][0][conditionType]stringOptionalExample:
Condition type
<string>searchCriteria[sortOrders][0][field]stringOptionalExample:
Sorting field.
<string>searchCriteria[sortOrders][0][direction]stringOptionalExample:
Sorting direction.
<string>searchCriteria[pageSize]stringOptionalExample:
Page size.
<integer>searchCriteria[currentPage]stringOptionalExample:
Current page.
<integer>Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/V1/taxRates/searchGET /V1/taxRates/search HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
"items": [
{
"tax_country_id": "<string>",
"rate": "<number>",
"code": "<string>",
"id": "<integer>",
"tax_region_id": "<integer>",
"region_name": "<string>",
"tax_postcode": "<string>",
"zip_is_range": "<integer>",
"zip_from": "<integer>",
"zip_to": "<integer>",
"titles": [
{
"store_id": "<string>",
"value": "<string>",
"extension_attributes": "<object>"
},
{
"store_id": "<string>",
"value": "<string>",
"extension_attributes": "<object>"
}
],
"extension_attributes": "<object>"
},
{
"tax_country_id": "<string>",
"rate": "<number>",
"code": "<string>",
"id": "<integer>",
"tax_region_id": "<integer>",
"region_name": "<string>",
"tax_postcode": "<string>",
"zip_is_range": "<integer>",
"zip_from": "<integer>",
"zip_to": "<integer>",
"titles": [
{
"store_id": "<string>",
"value": "<string>",
"extension_attributes": "<object>"
},
{
"store_id": "<string>",
"value": "<string>",
"extension_attributes": "<object>"
}
],
"extension_attributes": "<object>"
}
],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "consequat enim labore est",
"value": "culpa",
"condition_type": "dolor incididunt in consec"
},
{
"field": "anim",
"value": "aute laborum dolor dolore eu",
"condition_type": "Ut"
}
]
},
{
"filters": [
{
"field": "non dolor dolor adipisicing",
"value": "ut occaecat cillum",
"condition_type": "magna esse"
},
{
"field": "anim proident qui ",
"value": "ut",
"condition_type": "nulla ut nisi"
}
]
}
],
"sort_orders": [
{
"field": "ea veniam labore",
"direction": "dolor laboris culpa esse"
},
{
"field": "dolor ut",
"direction": "elit labore sunt velit non"
}
],
"page_size": 96025803,
"current_page": -12327803
},
"total_count": 94233452
}