API Reference

Returns the result of a create consolidated shipment request.

If the request is still being processed and validated, you will see the response:

{"message": "The request is being processed."}

If the request has been processed and is invalid, you will see all the validation errors needed to fix the request.

If the request has finished being processed and is valid, you will see a response with a summary of the shipment details:

{
    "id": "conship_9D2u2dOtWZFdYQ",
    "awb_num": "01481140900",
    "supplier": {
        "name": "TEMU",
        "email": null,
        "phone": "1-604-780-9615",
        "address1": "76 NANCUN ROAD",
        "address2": null,
        "city": "Guangzhou",
        "state": "44",
        "postal_code": "510240",
        "country": "CN",
        "unloco": "CNGGZ"
    },
    "currency": "CAD",
    "total_commercial_invoices": 21,
    "total_line_items": 105,
    "total_packages": 155,
    "goods_description": "N/A",
    "total_weight": 46.83,
    "weight_unit": "kg",
    "eta": "2023-12-22 19:01:27",
    "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ac libero quis quam bibendum molestie nec dignissim ipsum. Sed luctus egestas erat sit amet condimentum. Nulla vestibulum et orci ac venenatis. Etiam sed tortor vestibulum, fringilla risus semper, vestibulum lorem.",
    "date_created": "2023-12-20 19:01:27",
    "created": "2024-01-02"
}