GET
/V1/winkelstraat/shipping-estimates/delivery
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/winkelstraat/shipping-estimates/delivery'
Response examples (200)
[
{
"merchant_code": "string",
"carrier_code": "string",
"from": "string",
"to": "string",
"method_title": "string",
"expires": "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"
}