07-25-2024 03:10 PM
I'm a bit confused as to which APIs to call, to list an item, or even see an item in the inventory.
So far, I've called:
* CreateOrReplaceInventoryItem (with SKU)
* CreateOffer (With SKU, returns OfferId)
I saw another post that said I should
* PublishOffer (with OfferId)
I don't really want to publish my item to a full listing, but I'd like to see it in drafts.
What am I missing?
07-29-2024 05:52 AM
You can call this endpoint to retrieve the unpublished offer
https://api.sandbox.ebay.com/sell/inventory/v1/offer/{offerId}
For more information check the documentation below
https://developer.ebay.com/api-docs/sell/inventory/resources/offer/methods/getOffer