Test Tracking UAT

SANDBOX
https://sandbox.sellingpartnerapi-eu.amazon.com/shipping/v2/tracking
Risposta API
🤖 RISPOSTA MOCK (sempre identica in sandbox) 575ms HTTP 200
Stato ✅ Consegnato
Tracking ID TEST_CASE_200
Carrier ID AMZN_IT
Tipo spedizione N/A
Consegna promessa 2019-03-13T20:00:00Z
Timeline eventi 5 eventi
Delivered
🕐 2019-04-14T16:23:29Z 📍 Bardon Leicestershire LE67 1LD GB
DeliveryAttempted
🕐 2019-04-13T16:23:29Z 📍 Bardon Leicestershire LE67 1LD GB
Departed
🕐 2019-04-12T12:23:29Z 📍 Peterborough Northamptonshire PE2 6YG GB
PickupDone
🕐 2019-04-12T05:23:29Z 📍 Bardon Leicestershire LE67 1LD GB
ReadyForReceive
🕐 2019-03-12T14:04:50Z
Risposta JSON grezza
{
    "payload": {
        "eventHistory": [
            {
                "eventTime": "2019-03-12T14:04:50Z",
                "eventCode": "ReadyForReceive",
                "location": null
            },
            {
                "eventTime": "2019-04-12T05:23:29Z",
                "eventCode": "PickupDone",
                "location": {
                    "stateOrRegion": "Leicestershire",
                    "countryCode": "GB",
                    "city": "Bardon",
                    "postalCode": "LE67 1LD"
                }
            },
            {
                "eventTime": "2019-04-12T12:23:29Z",
                "eventCode": "Departed",
                "location": {
                    "stateOrRegion": "Northamptonshire",
                    "countryCode": "GB",
                    "city": "Peterborough",
                    "postalCode": "PE2 6YG"
                }
            },
            {
                "eventTime": "2019-04-13T16:23:29Z",
                "eventCode": "DeliveryAttempted",
                "location": {
                    "stateOrRegion": "Leicestershire",
                    "countryCode": "GB",
                    "city": "Bardon",
                    "postalCode": "LE67 1LD"
                }
            },
            {
                "eventTime": "2019-04-14T16:23:29Z",
                "eventCode": "Delivered",
                "location": {
                    "stateOrRegion": "Leicestershire",
                    "countryCode": "GB",
                    "city": "Bardon",
                    "postalCode": "LE67 1LD"
                }
            }
        ],
        "summary": {
            "status": "Delivered"
        },
        "trackingId": "TEST_CASE_200",
        "promisedDeliveryDate": "2019-03-13T20:00:00Z"
    }
}