Skip to content

Delivery Cancellation Flow

After a delivery is created, it can be canceled by Public API at any point before it is fulfilled. This integration flow describes the possible scenarios of delivery cancelation. The process diagram describes the Delivery Cancelation Flow.

Cancellation Flow

  1. Public API requests to cancel a delivery by sending POST request to the partner application.

  2. Partner application processes the cancelation request and sends the result back to the Public API by sending POST request to v1/delivery/{deliveryReferenceId}/cancel.