Paack APIs
Log In
Paack APIs

Get order status payload

Below shows the response for the OrderStatusGet request:

"data": {
        "id": "29730251-8380-48e3-97ef-b0ffdd4504ed",
        "tracking_id": "76472e43-2538-5937-a5a2-768420601245",
        "external_id": "a68b761f-d299-479d-86fe-1d8a571b21c9",
        "tracking_url":"https://t.paack.co/order_tracking?postal_code=08016&tracking_number=a68b761f-d299-479d-86fe-1d8a571b21c9"
        "event_id": "SP003",
        "event_name": "DELIVERED",
        "parcels": [
            {
                "barcode": "3a368e5d-3f87-4945-8609-dfb8516b2dfd-1",
                "height": 284.3,
                "length": 330.6,
                "weight": 420,
                "width": 420.56
            },
            {
                "barcode": "3a368e5d-3f87-4945-8609-dfb8516b2dfd-3",
                "height": 84.3,
                "length": 33.6,
                "weight": 42,
                "width": 22.56
            },
            {
                "barcode": "3a368e5d-3f87-4945-8609-dfb8516b2dfd-2",
                "height": 84.3,
                "length": 33.6,
                "weight": 69,
                "width": 22.56
            }
        ],
        "delivery_type": "direct",
        "updated_at": "2022-07-08 08:03:45.1940759 +0000 UTC",
        "service_type": "ST2",
        "customer": {
            "first_name": "Darrick Jacobi",
            "phone": "+34666666666",
            "email": "[email protected]"
        },
        "delivery_address": {
            "city": "Barcelona",
            "country": "ES",
            "line1": "Via Augusta 16",
            "post_code": "08006"
        },
        "expected_delivery_ts": {
            "start": {
                "date": "2022-07-08",
                "time": "16:11:00+00:00"
            },
            "end": {
                "date": "2022-07-08",
                "time": "18:22:00+00:00"
            }
        },
        "expected_pickup_ts": {
            "start": {
                "date": "2022-07-08",
                "time": "16:00:00+00:00"
            },
            "end": {
                "date": "2022-07-08",
                "time": "16:01:00+00:00"
            }
        },
        "pick_up_address": {
            "city": "Barcelona",
            "country": "ES",
            "line1": "Avenida Diagonal 490",
            "post_code": "08006"
        },
        "order_details": [
            {
                "name": "sale_number",
                "type": "string",
                "value": "2e0a3987-b097-4879-bb40-f06be2221dcd"
            },
            {
                "name": "paack_order_number",
                "type": "string",
                "value": "bf30ae81552ba68b761f-d299-479d-86fe-1d8a571b21c9"
            },
            {
                "name": "retailer_order_number",
                "type": "string",
                "value": "a68b761f-d299-479d-86fe-1d8a571b21c9"
            }
        ],
        "delivery_instructions": "Deliver to a neighbour",
        "pick_up_instructions": "The entrance is in Carrer Balmes"
    }