jlevers / selling-partner-api

A PHP client library for Amazon's Selling Partner API
BSD 3-Clause "New" or "Revised" License
398 stars 185 forks source link

Vendor api #3

Closed fbosman closed 3 years ago

fbosman commented 3 years ago

Amazon enabled this api also for vendors. I do have the json files for this api. Can these be added to your repository?

jlevers commented 3 years ago

How does the Vendor API differ from the existing version? Are all the endpoints different?

fbosman commented 3 years ago

Yes, it is also open api and uses the same authorization as the sp api, it is a set of seperate json’s. When these are implemented I can also serve the vendor customers of Amazon. I use your library to integrate the orderprocessing in the Dolibarr Erp. Can I pm you with the spec’s?

Met vriendelijke groet,

Frans Bosman

Verstuurd vanaf mijn iPhone

Op 16 mrt. 2021 om 04:45 heeft Jesse Evers @.***> het volgende geschreven:

 How does the Vendor API differ from the existing version? Are all the endpoints different?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jlevers commented 3 years ago

If I'm understanding correctly, it sounds to me like the vendor API should be its own package. I don't want to make this package unnecessarily large, and it sounds like this would be a somewhat separate chunk of functionality from the existing library.

I'm happy to discuss how you could create your own library with the Vendor API JSON models, though -- feel free to respond here, or email me at jesse [at] jesseevers.com.

fbosman commented 3 years ago

Hi Jesse,

That is correct, it should be a seperate library. I know how generate with swagger or operapi but I do not know what is needed to implement the authorization stuff. This is the same for vendor and sellers Can you give me a hand? Regards,

Frans

Op 17 mrt. 2021, om 05:06 heeft Jesse Evers @.***> het volgende geschreven:

If I'm understanding correctly, it sounds to me like the vendor API should be its own package. I don't want to make this package unnecessarily large, and it sounds like this would be a somewhat separate chunk of functionality from the existing library.

I'm happy to discuss how you could create your own library with the Vendor API JSON models, though -- feel free to respond here, or email me at jesse [at] jesseevers.com.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jlevers/selling-partner-api/issues/3#issuecomment-800777744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBN5SNM5DSJJL4NMFGMMPDTEATFDANCNFSM4ZGGWZ4A.

jlevers commented 3 years ago

Hey Frans -- I'm realizing that this discussion is outside the scope of this repository. Shoot me an email and we can continue there.