Cancel Order

Use this API to cancel any order created earlier in the blowhorn system.

Cancel an Order

PUT /api/orders/cancel/{orderId}

Use this API to cancel an order before it has been picked up(which is in the pending status) It will mark order as cancelled. OrderId is sent to the customer when the Order is created. NOTE - Order can be cancelled only when it's status is Pending (New-Order) and Pickup-Failed status.

Path Parameters

Name
Type
Description

orderId*

string

AWB Number / Shipment ID received when order is created

Headers

Name
Type
Description

API_KEY*

string

Contact Blowhorn team for API Key

{
  "status": "PASS",
  "message": "Order Cancelled Successfully"
}

Last updated

Was this helpful?