Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to integrate ebay, amazon product listing APIs in .net core 3.1. As I have searched and found in the documentation of ebay, amazon that they have .net framework SDK but not found anything specific to .net core how to api integration. Please suggest me if anyone here in the community has integrated the ebay, amazon marketplace APIs in .net core.

What I have tried:

I have searched and found in the documentation of ebay, amazon that they have .net framework SDK but not found anything specific to .net core how to api integration.
Posted
Updated 18-Aug-20 7:32am
v2
Comments
[no name] 18-Aug-20 11:22am    
If it don't, use .NET standard for the interface. The differences would be so minimal, waiting for an answer will take longer than trying it.
[no name] 18-Aug-20 12:40pm    
Trying... but need is only using.net core

1 solution

If you need to have .NET Core compatible SDK:

Well, to get you started (atleast with Amazon), following should help:
Configuring the AWS SDK for .NET with .NET Core - AWS SDK for .NET[^]
Configuring AWS SDK with .NET Core | AWS Developer Blog[^]

Have a look.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900