-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to access the Tracking API? #28
Comments
@stevenfdearborn any ideas here? I noticed that when I create an app on developer-cat.usps.com, it gets given access to the "[Shipping Version 3]" API product, rather than the "[Shipping Default]" product that developer.usps.com assigns. Is there a reason this is different? |
were you able to figure this out? I'm having the same issue. |
@grakes87 Nope. I emailed their support twice with no response, and nothing here either. Not sure what else I could do at this point |
I'm in the same situation but with the Locations API. Support does not reply for any mails... :( |
Pinging @stevenfdearborn again. Is this API supported? It's difficult to build applications against it without any feedback/support. |
I'm in the same boat - in my case my App Product is "Public Access I" and gives by default, "scope": "addresses international-prices service-standards prices shipments", If I manually request "scope":"tracking" it comes back empty. There are no other App Products I can select using |
Has anyone solved this? I'm in the same boat as verbunk.
|
Hey Everyone - The path forward is to create a business account and email their dev support team for access. You will be asked to fill out a google forms doc with extra information and then some QA on why you need this, also, inexplicably the google docs from will require 400% cpu for all ~6 pages. The scope is intentionally not provided in the default. I guess (hinting in email) they will add the scope AND some monitoring to prevent abuse of the endpoint. |
I have created an app in the developer portal, and only see the following options for "selecting an API":
When I obtain an OAuth token from the v3 endpoint, I receive the following response:
As shown, the
tracking
scope is not included in the response, and when I try to issue a GET request tohttps://api.usps.com/tracking/v3/tracking/{{tracking_number}}?expand=summary
, I receive the following error response:Is there any way to access the tracking API to track packages via the API? I see the API documented here, but can't seem to access it.
Also, I have tried supplying
"scope": "tracking"
in my OAuth token POST request, but that doesn't seem to work and I receive the following token response (with an emptyscope
value):Any help here would be great.
The text was updated successfully, but these errors were encountered: