Create or update orders in Qargo. See the "Transport order creation & status" section for more info.
Additional freeform instructions for the planner.
Neutral order
User defined additional fields for this order.
List of contact emails to notify about the order
Flag indicating all consignment information is validated. Customers can only set this to true; only planners (or API/internal callers) can revert it.
Identifier of the order when created from an external source
Transport network within Qargo (Depot)
List of stops for a container export scenario
List of stops for a container import scenario
{ "transport_service": { "name": "string", "code": "string" }, "customer_reference_number": "string", "service_level": { "name": "string", "code": "string", "custom_fields": {} }, "planning_instructions": "string", "department": { "name": "string", "code": "string" }, "neutral_order_type": "NO_NEUTRAL_ORDER", "container": { "seal_number": "string", "port_of_loading": "string", "port_of_unloading": "string", "origin_of_goods": "string", "unique_consignment_number": "string", "ocean_liner_name": "string", "ocean_liner_scac": "string", "pin_code": "string", "ship_name": "string", "closing_date": "2019-08-24T14:15:22Z", "tare_weight": 0, "container_number": "string", "container_type": { … }, "container_scenario": "IMPORT", "secure_release": true }, "custom_fields": {}, "vehicle_category": { "name": "string", "code": "string", "custom_fields": {} }, "palletforce": { "ni_company_name": "string", "ni_description": "string", "ni_gbeori": "string", "ni_tss_job_reference": "string", "ni_tss_registration": "string" }, "kuehne_nagel": { "sender_depot_code": "string", "receiver_depot_code": "string" }, "palletline": { "terms_of_carriage": "1300" }, "transporeon": { "transport_id": "string", "transport_number": "string" }, "dachser": { "consolidator_reference_number": "string" }, "contact_emails": [ "string" ], "import_export": { "incoterm": "EXW", "destination_country_of_goods": "BE", "origin_country_of_goods": "BE" }, "is_consignment_info_validated": true, "operation": "CREATE", "order_identifier": "string", "import_configuration": { "code": "API" }, "consignments": [ { … } ], "customer": { "name": "string", "code": "string" }, "transport_network": { "name": "string", "code": "string" }, "pricing": { "requested_price": "string" }, "input_source": "string", "raw_input": { "content": "base64 encoded raw data", "mime_type": "mime type of content", "filename": "Filename of content" }, "order_status": "QUOTE", "setup_stops": [ { … } ], "teardown_stops": [ { … } ], "container_load_unload_stop": { "activity_label": "string", "note": "string", "reference_number": "string", "email": "string", "phone_number": "string", "mobile_number": "string", "time_window": { … }, "planning_instructions": "string", "extras": [ … ], "custom_fields": {}, "date": "2024-12-31", "custom_activity_label": "string", "duration": 0, "location": { … }, "drop_collect_empty": { … } } }
Successful Response
Status of the order import
URL to check the status of the order import, e.g. /v1/orders/order/upload/{upload_id}
Unique identifier for the order, only available when it's an update to an existing order
{ "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb", "upload_status": "TODO", "upload_url": "string", "order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe", "order_url": "string" }