cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

API

What should I do to publish items through API?

Message 1 of 3
latest reply
2 REPLIES 2

API

I have tried to explain it here

 

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 2 of 3
latest reply

API

Hi @doityourseft 

 

The basic flow of using the Inventory API to publish a single-variation offer (create an active listing) involves the use of the following three calls:

  1. The createOrReplaceInventoryItem call to create the inventory item record. See inventory_item for required fields.
  2. The createOffer call to add details of the listing, including price, eBay marketplace, eBay category, quantity, and listing polices (payment, fulfillment, and return policy). See offer for required fields.
  3. The publishOffer call to activate the offer on the eBay marketplace.

For more information, see the Selling Integration Guide here

 

 

You can also use the Trading API and Sell Feed API to list the items. 

For more information, see the Trading API guide for listing the item and Sell Feed API Guide

Best Regards,
eBay Developer Support
Message 3 of 3
latest reply