PUT{{base_url}}/v1/external/shipments/{orderId}/cancelorderId (string): The unique identifier of the order whose shipment is to be canceled.200 OKapplication/jsonid (string): The unique identifier for the canceled shipment.createdAt (string): The timestamp when the cancellation was created.updatedAt (string): The timestamp when the cancellation was last updated.refundStatus (string): The status of the refund process.trackingCode (string): The tracking code associated with the shipment.curl --location --request PUT '/v1/external/shipments//cancel' \
--header 'Authorization: {{auth_token}}'{
"id": "shp_fe75ed838d8840a5b4d545ace8fba050",
"createdAt": "1750079495822",
"updatedAt": "1750079495822",
"refundStatus": "pending",
"trackingCode": "6901910800973"
}