-
Notifications
You must be signed in to change notification settings - Fork 28
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
Using Shipping API v2 #564
Comments
Could you please point to the docs for the source? @nguyentoanit Please add this, if we are indeed missing this model. |
The Shipping API v2 I'm talking about is at https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference This is the docs I tried to follow, is it part of the same API or I'm confused? Any help on this would be helpful, thanks. |
@Antonio0001999 : We were using models from API model's repo to generate classes automatically. Also, I opened an issue to ask them about this. |
Many thanks for your time. Please, let me know if you are able to add it in the future. |
@moltar : Should we generate API models from external sources? |
Let's hold off and see what they reply in the issue you created. @Antonio0001999 Please 👍 the issue @nguyentoanit created to give it more juice 😁 |
@Antonio0001999 We implemented v2 shipping about a year ago. We also made a bunch of selling partner helpers for reports and feeds in our fork. https://github.com/whitebox-co/selling-partner-api-sdk |
# [7.0.0](v6.13.8...v7.0.0) (2024-04-03) ### Bug Fixes * **deps:** update dependency aws4-axios to v3.3.4 ([#1018](#1018)) ([40f547d](40f547d)) * **deps:** update dependency axios to v1.6.8 ([#1023](#1023)) ([ae0275e](ae0275e)) * installs @scaleleap/semantic-release-config ([dccfedb](dccfedb)) * remove singing requests ([#951](#951)) ([4169903](4169903)) * update @scaleleap/semantic-release-config ([03d1fe4](03d1fe4)) ### Features * update API models ([#1031](#1031)) ([3215b39](3215b39)), closes [#1021](#1021) [#1022](#1022) [#564](#564) ### BREAKING CHANGES * - Removes authorization API client. Refer to the [SP-API Deprecations](https://developer-docs.amazon.com/sp-api/docs/sp-api-deprecations) table for more information. Adds support for: - Data Kiosk APi - Fulfillment Inbound API (`v20240320`) - Shipping API (`v2`) - Supply Sources API
🎉 This issue has been resolved in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hello. This library is the closest I have been to make Amazon's Shipping API work, but the ShippingAPIClient class only allows to make calls to Shipping API v1, would it be possible to make it work for Shipping API v2?
Many thanks.
The text was updated successfully, but these errors were encountered: