Update Shipment Order
PUT/api/v1/shipment_orders/:shipment_order_id
Update Shipment Order
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
`unauthorized`: Invalid or no credentials where supplied.
`could_not_validate_credentials`: Could not validate credentials.
`shipping_connector_not_found`: No shipping connector found for matching organization.
<br>`shipping_rate_not_found`: A shipping rate was not found with the given id.
<br>`order_channel_not_found`: The requested order channel does not exist.
`order_channel_mismatch`: The given order_channel_id does not match the given ext_order_channel_id.
<br>`missing_ext_shipment_order_id`: Missing ext_shipment_order_id in the payload.
<br>`missing_order_channel_id_or_ext_order_channel_id`: one of order_channel_id or ext_order_channel_id must be set.
<br>`cannot_update_shipment_order_order_channel`: The order channel cannot be updated for a shipment order. Create a new shipment order instead..
<br>`cannot_update_ext_shipment_order_id`: The ext_shipment_order_id cannot be updated for a shipment order. Create a new shipment order instead..