ripe-tech/ups-api-js

OAuth2.0 and replace deprecated endpoints

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

Relates to: https://developer.ups.com/oauth-developer-guide?loc=en_US

UPS has implemented an OAuth 2.0 security model for their APIs. UPS will deprecate the existing Access Key-based authorization for their APIs after June 3, 2024. UPS will require clients to implement the OAuth security model by sending a bearer token with every API request.

Additionally, UPS APIs will undergo changes to fit a RESTful pattern. The endpoints supporting Access Key authentication and the older API structure will be deprecated.

Describe the solution you'd like

Migrate this API client to deal with OAuth flow and use the new RESTful endpoints.