amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
611 stars 734 forks source link

c# working code sample thats works for both migrating mws to sp api and new users. #207

Closed coder771 closed 1 year ago

coder771 commented 2 years ago

Has anyone successfully able to create hybrid application for migrating existing MWS Auth to SP API and also new users. I can see some pieces here and there but not able to work out the complete solution for it to do with Authorization and Authentication

jadanah commented 2 years ago

Here's a link to my repo which has all the amazon selling partner api client's with some usage samples built via nswag using httpclient vs. amazon's restsharp implementation.

https://github.com/jadanah/amazon-selling-partner-api-csharp-samples

puppsupr commented 1 year ago

Hi @coder771,

You can refer to this blog for steps on generating C# SDK : https://developer-docs.amazon.com/sp-api-blog/docs/automate-your-sp-api-calls-using-the-c-sdk

Thanks and Regards, Supriya P Solutions Architect, Selling Partner API SP API Blogs | SP API YouTube Channel