Get v1 international autocomplete context term
GET /V1/international/autocomplete/{context}/{term}
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/international/autocomplete/{context}/{term}
Response examples (200)
{
"matches": [
{
"value": "string",
"label": "string",
"description": "string",
"precision": "string",
"context": "string",
"highlights": [
{
"offsets": [
42
]
}
]
}
]
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}