Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon tracker not working #11

Open
jat255 opened this issue Aug 24, 2022 · 0 comments
Open

Amazon tracker not working #11

jat255 opened this issue Aug 24, 2022 · 0 comments

Comments

@jat255
Copy link
Owner

jat255 commented Aug 24, 2022

The https://track.amazon.com/ endpoint no longer responds with useful information. For example:

$ curl 'https://track.amazon.com/api/tracker/TBA084495348404' \
        -H 'Pragma: no-cache' \
        -H 'Cache-Control: no-cache' \
        -H 'Accept: application/json' \
        --compressed | jq '.progressTracker | fromjson'
{
  "progressMeter": null,
  "customerRescheduleRequestInfo": null,
  "errors": [
    {
      "errorCode": "TRACKING_ID_NOT_FOUND",
      "errorMessage": "INVALID TRACKING_ID"
    }
  ],
  "summary": {
    "status": null,
    "metadata": {},
    "proofOfDelivery": null,
    "containerStatusTags": null
  },
  "expectedDeliveryDate": null,
  "legType": null,
  "hasDeliveryDelayed": false,
  "trackerSource": "UNKNOWN"
}

This probably won't be fixed until something about the API changes, since it appears otherwise you have to login to your amazon account to see shipment details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant