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

Steps to draft list an item

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?

 

 

 

Message 1 of 2
latest reply
1 REPLY 1

Steps to draft list an item

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

Message 2 of 2
latest reply