Skip to content
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

Closed
Antonio0001999 opened this issue Sep 14, 2022 · 9 comments · Fixed by #1031
Closed

Using Shipping API v2 #564

Antonio0001999 opened this issue Sep 14, 2022 · 9 comments · Fixed by #1031
Assignees
Labels

Comments

@Antonio0001999
Copy link

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.

@moltar
Copy link
Contributor

moltar commented Sep 14, 2022

Could you please point to the docs for the source?

@nguyentoanit Please add this, if we are indeed missing this model.

@Antonio0001999
Copy link
Author

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.

@nguyentoanit
Copy link
Contributor

@Antonio0001999 :
They only added them into documentation site, not model repository.

We were using models from API model's repo to generate classes automatically.
Therefore, we cannot make a call to Shipping API v2 from this SDK so far.

Also, I opened an issue to ask them about this.

@Antonio0001999
Copy link
Author

Many thanks for your time. Please, let me know if you are able to add it in the future.

@nguyentoanit
Copy link
Contributor

@moltar : Should we generate API models from external sources?
Like this Shipping API v2 model?

@moltar
Copy link
Contributor

moltar commented Sep 14, 2022

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 😁

@optikalefx
Copy link

@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

@moltar moltar closed this as completed in 3215b39 Apr 3, 2024
github-actions bot pushed a commit that referenced this issue Apr 3, 2024
# [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
Copy link
Contributor

github-actions bot commented Apr 3, 2024

🎉 This issue has been resolved in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants