Open jat255 opened 8 months ago
@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 https://developer.usps.com
login and app account management.
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.