Replies: 1 comment
-
Hi and thanks for contributing. Just have a look how all the different endpoints are implemented. To create a new endpoint, please create a package named as in Amazon's documentation, then create a client extending Client from sp_api.base. A simple, working example method for post or put has a decorator, accepts **kwargs and returns
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Have been playing with the library and love what has been built so far.
Had a couple of questions:
Would the best way to do this simply be to create the class directly in the
/python-amazon-sp-api/sp_api/api
folder?So do I need to do some sort of Codegen to build the models, before I can start adding functionality? Apologies if this is a basic question but the swagger documentation was really poor and I have no experience with open API tools before.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions