Cancel Order Shipment

POST {{baseUrl}}/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

OAuth Scopes


orders.read_write

Request Body

{"shipment_number"=>"846984644455", "shipment_type"=>"shipment"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring