Create Shipment Order
POST/api/v1/shipment_orders
Create 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.
shipping_rate_not_found
: A shipping rate was not found with the given id.
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.
missing_order_channel_id_or_ext_order_channel_id
: one of order_channel_id or ext_order_channel_id must be set.
missing_shipping_rate_id_or_ext_shipping_rate_id
: one of shipping_rate_id or ext_shipping_rate_id must be set.
duplicate_line_items
: There are line items provided with the same ids.
shipment_order_already_exists
: A shipment order already exists with the ext_shipment_order_id given.
shipment_order_for_order_already_exists
: A shipment order already exists with the ext_order_id given.