Shipments
Cancel an existing shipment using the ShipmentID.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"ShipmentID": "m1jlce8egkf"
}
Request samples
curl --location --request PUT 'https://partnerapi.flavorcloud.com/CancelShipment' \
--header 'Content-Type: application/json' \
--data-raw '{
"ShipmentID": "m1jlce8egkf"
}'
Responses
application/json The unique id for the shipment that can be used to retrieve it later
{
"ShipmentID": "string"
}
Modified at 2025-04-28 20:49:09