Delete Shipment Order With Exts
DELETE/api/v1/shipment_orders
Delete a shipment order for the given order channel.
Request
Responses
- 204
- 401
- 403
- 404
- 422
Successful Response
unauthorized
: Invalid or no credentials where supplied.
could_not_validate_credentials
: Could not validate credentials.
shipment_order_not_found
: The requested shipment order was not found.
order_channel_not_found
: The requested order channel does not exist.
missing_order_channel_id_or_ext_order_channel_id
: one of order_channel_id or ext_order_channel_id must be set.
order_channel_mismatch
: The given order_channel_id does not match the given ext_order_channel_id.