Orders
Void Order
Cancel one or more shipping orders
POST
Voids (cancels) one or more orders by tracking number. Voided orders cannot be shipped.Documentation Index
Fetch the complete documentation index at: https://docs.crbtrack.com/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
Unique key to prevent duplicate void operations (8-64 characters).
List of tracking numbers to void (1-100 items).
Reason for voiding (5-500 characters). Required for audit purposes.
Response
Whether the request succeeded
List of successfully voided tracking numbers
List of tracking numbers that could not be voided
Void Rules
| Parcel Status | Can Void? |
|---|---|
ORDERED | ✅ Yes |
LABEL_GENERATED | ✅ Yes |
MANIFEST_SUBMITTED | ⚠️ Depends on carrier |
CUSTOMS_CLEARANCE | ❌ No |
IN_TRANSIT | ❌ No |
DELIVERED | ❌ No |
ALREADY_VOIDED | ✅ Returns success (idempotent) |
Idempotency
If you retry a void request with the sameidempotencyKey, the original response is returned:
- If the original void succeeded, success is returned again
- Already-voided parcels return success without error