Skip to main content
The Void Parcel API lets you take out a declared parcel if you do not intend to send it or if it needs to be updated due to changed shipment requirements.
At least one order ID should be provided in the request — the Global-e OrderId or the merchant’s MerchantOrderId.
The endpoint is POST /Parcel/VoidParcel. Parameters: OrderId (mandatory) — order unique identifier; ParcelCode (mandatory) — code used to identify the ParcelCode to void; MerchantOrderId — the merchant’s order unique identifier.

Void Parcel — full request & response

Parameters, schema, examples, and the interactive playground for POST /Parcel/VoidParcel.

Error Handling