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( in New-Order).

Path Parameters

NameTypeDescription

orderId*

string

AWB Number / Shipment ID received when order is created

Headers

NameTypeDescription

API_KEY*

string

Contact Blowhorn team for API Key

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

Last updated