Parselv1.0.0
EShip

Cancel shipment

Cancel/void a shipment by `shipment_id` or `tracking_number`.

DELETE
/compatible/eship/rest/shipment

Authorization

authorization
AuthorizationBearer <token>

In: header

Query Parameters

shipment_id?string

Shipment ID

tracking_number?string

Tracking number

Response Body

application/json

application/json

curl -X DELETE "https://api.parsel.app/compatible/eship/rest/shipment"
{
  "object_id": "string",
  "status": "SUCCESS"
}
{
  "message": "string",
  "status": "ERROR"
}