This request is used to void previously created parcel orders
Method | URI | Headers |
---|---|---|
POST | parcel-orders/void | default |
Field | Required | Type | Description |
---|---|---|---|
shipment_order_id | Yes | Integer | This field is used to identify the shipment (can be obtained from ship method). |
Field | Type | Description |
---|---|---|
success | Boolean | true or false |
message | String | Message |
data | Object | Shipment order id container |
+shipment_order_id | Integer | This is the id of your shipment |
+void_fee | Integer | If a void fee is charged it will be shown here |
Successful
Failed