improved

Separate _id for Channel Cancellations [REMINDER]

Earlier in the year, we communicated an update relevant to POS integration partners or any integration receiving orders via Deliverect.

This changed behavior is now rolled out, allowing for the streamlining of cancellations, both in an API integration and within customer reporting and order management.

If you have yet to adapt to these changes, check how you handle cancellations for any needed alterations.

You can contact us at [email protected] to address any queries on this update.

New format
The new format sends the _id for the order cancellation, which matches the original _id, and continues to include "status": 100 to signify the cancellation request

{
    "_id": "6655bf36f231f2d853bca910",
    "channelOrderId": "TEST123",
    "status": 1,
...
}
{
    "_id": "6655bf36f231f2d853bca910",
    "channelOrderId": "TEST123",
    "status": 100,
...
}