Webhook for creating/updating and cancelling transport orders.
This is the fully asynchronous version of the order upload api. The documented schema is our default input format, but we can also map custom formats.
Note that this webhook uses Basic Auth instead of the OAuth credentials used for the api. Please contact integrations@qargo.com to request credentials.
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
- OrderInput
- string (binary)
{ "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
- OrderImportResponse
- null
{ "errors": { "error_message": "The payload is invalid.", "error_type": "USER_INPUT_ERROR" } }