Products or variants with errors and not eligible for delivery.
GET
/checks/deliveries
curl \
-X GET https://mpapi.proxy.omnicado.com/v1/checks/deliveries?client_id=yourClientId&client_id=api_token_value \
-H "X-Application-Name: myApplicationName"
Response examples (200)
{
"errors": [
{
"code": "MISSING_PACKAGE_DELIVERY",
"attribute": "package_size",
"value": "smallbox",
"msg": "There is no delivery for 'smallbox' package size",
"articles": [
"1755",
"1756"
]
}
]
}
Response examples (200)
{
"errors": [
{
"code": "MISSING_PACKAGE_DELIVERY",
"attribute": "package_size",
"value": "smallbox",
"msg": "There is no delivery for 'smallbox' package size",
"articles": [
"1755",
"1756"
]
}
]
}