Get v1 international address context dispatch country
GET /V1/international/address/{context}/{dispatchCountry}
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/international/address/{context}/{dispatchCountry}
Response examples (200)
[
"string"
]
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"
}