Get shipments

Get all the shipments created by your API key

Get Shipments

GET https://api-sandbox.shiplemon.com/v1/shipments

This endpoint allows you to get all shipments

{
    "status": "ok",
    "data": [
        {},{},
        {
            "id": "60476d7500e47cb69693a202",
            "driver": "dhl",
            "pickup_ref": null,
            "tracking_ref": "1190953890",
            "tracking_url": "http://www.dhl-usa.com/content/us/en/express/tracking.shtml?brand=DHL&AWB=1190953890",
            "tracking_status": "PRE_TRANSIT",
            "tracking_history": [],
            "label_url": "https://deliver.goshippo.com/2519d201e88b4be8a3500a84c1608374.pdf?Expires=1646829812&Signature=qjByvemk0FAA7fnKPpCtd~Almiz96cFGmKyGseVNSBD~sYu4b4Q5EdG~WEhjFRefknu5HQnA76P3YTEh2NGRYL~fRGeueyjPEEpqW~V1E5WIHkJBnpVDJFKutwevlryOPBDy0x3Px-KY7iFUgagDdofg4lPIoD-PZnWffPapgT1xZUZS~9esQOEcAqdrBPuSO1i3ufdBCJLRIoM7XALD2-VmWcQWi2qS5YokKDEcEuRj88lcBIxiY9V9Wp~cNukLidrJlEVmvsFPhBzY6Y5M5xwIrTKFZSyeTs-B7rZQUgE5jSvA7YNcm0raw-N2t72om47BXKp0uVKEtinQ6TUnOQ__&Key-Pair-Id=APKAJRICFXQ2S4YUQRSQ",
            "invoice_url": null,
            "address_from": {
                "country": "GR",
                "zip": "14451",
                "name": "SG1",
                "state": "I",
                "city": "Athens",
                "address": "Ermou 3",
                "email": "[email protected]",
                "phone": "+306933000000",
                "notes": ""
            },
            "address_to": {
                "name": "SG2",
                "country": "GR",
                "state": "I",
                "city": "Athens",
                "zip": "14451",
                "address": "Dimosthenous 45",
                "email": "[email protected]",
                "phone": "+306933000000"
            },
            "items": [
                {
                    "weight": 2000,
                    "height": 10,
                    "width": 30,
                    "length": 20,
                    "notes": "Nike air max",
                    "value": 10,
                    "currency": "EUR"
                },
                {
                    "weight": 2000,
                    "height": 10,
                    "width": 30,
                    "length": 20,
                    "notes": "Nike air max",
                    "value": 10,
                    "currency": "EUR"
                }
            ],
            "pickup": null,
            "rate": {
                "id": "dhl_dhlexpress-domesticexpressdoc_20531b76ce4943bb95c51509fc6e945d",
                "driver": "dhl",
                "provider": {
                    "name": "DHL Express",
                    "image": "https://shippo-static.s3.amazonaws.com/providers/200/DHL.png"
                },
                "service": {
                    "name": "DOMESTIC EXPRESS DOC",
                    "estimated_delivery_in_days": 1
                },
                "total_amount": 26.34,
                "currency": "EUR",
                "printing_required": true,
                "transportation": "road",
                "metadata": {
                    "items": [
                        {
                            "weight": 2000,
                            "height": 10,
                            "width": 30,
                            "length": 20,
                            "notes": "Nike air max",
                            "value": 10,
                            "currency": "EUR"
                        },
                        {
                            "weight": 2000,
                            "height": 10,
                            "width": 30,
                            "length": 20,
                            "notes": "Nike air max",
                            "value": 10,
                            "currency": "EUR"
                        }
                    ],
                    "address_from": {
                        "country": "GR",
                        "zip": "14451"
                    },
                    "address_to": {
                        "country": "GR",
                        "zip": "14121"
                    }
                }
            }
        }
    ]
}

Specific examples per language

Example response

Pagination

Response

Request (url params)

Last updated