12-10-2023 08:13 PM
I have used the APIExplorer, and it seems to all work fine, I'm just don't see the a set of steps I would need to end up with a listing on Ebay that shows the product, images description, price, etc.
In plain English, without the Ebay vernacular. I want to sell items.
The items are unique, so I don't care about inventory.
I want to submit each item individually. I see the create createOrReplaceInventoryItem endPoint. But it seems to be for inventory, and then I have to list an offer that's associated with the item.
What is the order of operations for endpoints, once I have the Oauth in place to create, offer sell or whatever so that a customer can buy from a store?
Thanks,
12-10-2023 09:02 PM
I would recommend that you use the traditional Trading API for your simpler needs. It is "listing-based" rather than "Inventory/SKU-based". You can try it in the API Explorer. Use AddItem to create a listing (or VerifyAddItem to confirm that your values work). Requires OAuth or Auth-n-Auth.
https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/StandardListingIndex.html
Another option:
https://www.ebay.com/sh/reports/uploads
The Seller Hub > Reports > Uploads feature (formerly File Exchange or FX) uses similar Trading API data to manually upload a CSV file for listing creation or revision within Seller Hub. To create a listing, first download a template for the listing category, which will provide spreadsheet columns for most of the data required by a listing. Populate this template, save as CSV, and upload back to Seller Hub. No programming required. Because the fields are similar to the Trading API fields, it will provide a good idea of what should be sent.
This CSV file can also be uploaded as a feed from a remote server, if you prefer the spreadsheet method, but without logging into eBay. Requires OAuth.
https://developer.ebay.com/api-docs/sell/static/feed/fx-feeds.html
12-20-2023 04:08 AM
@maphil6778 wrote:I have used the APIExplorer, and it seems to all work fine, I'm just don't see the a set of steps I would need to end up with a listing on Ebay that shows the product, images description, price, etc.
In plain English, without the Ebay vernacular. I want to sell items. RTasks
The items are unique, so I don't care about inventory.
I want to submit each item individually. I see the create createOrReplaceInventoryItem endPoint. But it seems to be for inventory, and then I have to list an offer that's associated with the item.
What is the order of operations for endpoints, once I have the Oauth in place to create, offer sell or whatever so that a customer can buy from a store?
Thanks,
According to the Trading API User Guide, the general steps to list an item are:
If you want to use the Inventory API to list your items, you need to follow these steps: