Partners can extend delivery delay of the product. If you plan a vacation, stocktaking or you know you will not have the product in stock in time by any reason, this is the right time to use supply delay. Set supply delay and the shipment date will stay accurate every time. Supply delay set on product has higher priority than partner supply delay.
POST
/products/{productId}/supply-delay
curl \
-X POST https://mpapi.proxy.omnicado.com/v1/products/{productId}/supply-delay?client_id=api_token_value \
-H "Content-Type: application/json" \
-d '{"valid_from":"2017-01-27 00:00:00","valid_to":"2017-02-05 00:00:00"}'
Request example
{
"valid_from": "2017-01-27 00:00:00",
"valid_to": "2017-02-05 00:00:00"
}
Request examples
{
"valid_from": "2017-01-27 00:00:00",
"valid_to": "2017-02-05 00:00:00"
}