-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add Amazon shipping endpoint #353
base: master
Are you sure you want to change the base?
Conversation
cea7572
to
2b48510
Compare
@@ -36,6 +36,9 @@ | |||
"FedexAccount", | |||
"FedexSmartpostAccount", | |||
] | |||
_CARRIER_ACCOUNT_TYPES_WITH_CUSTOM_OAUTH = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: do we know if other carriers will reuse this same endpoint? Otherwise this name may be too generic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know; there could be a carrier that uses this endpoint in the future. This name is similar to what we have for FedEx _CARRIER_ACCOUNT_TYPES_WITH_CUSTOM_WORKFLOWS
Putting this PR to draft until we finalize the update endpoint in Q1 |
Description
Routes
AmazonShippingAccount
create/update requests to the new/register_oauth
endpointTesting
Added new unit tests
Pull Request Type
Please select the option(s) that are relevant to this PR.