Cancel Order Shipment

POST https://api.salla.dev/admin/v2/orders/:order_id/cancel-shipment

You can cancel specific Order Shipment by providing the ID of the order you want to cancel in the order.id path parameter.

💡 Note

You will need to send the parameters in your request: shipment_number and shipment_type

Request Body

{"shipment_number"=>"<string>", "shipment_type"=>"return"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring