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

Error while publishing the Offer

I have created inventory via sell API but they did not get displayed on the sellers hub.For this issue I did research and came to know that to display the products creates via API one needs to create offer for the product and then publish that offer.

I have created Offer successfully. But facing the following error for publishing it.

{
"errors": [
{
"errorId": 25604,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "REQUEST",
"message": "Input error. Seller Inventory Service can not publish the data. Availability not found. Please try again or contact customer support.."
}
]
}
Message 1 of 3
latest reply
2 REPLIES 2

Error while publishing the Offer

Are you able to show the offer payload here?

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

Error while publishing the Offer

Whenever I create an Offer i get following offer Id as response ,

{
"offerId": "12345667891"


After getting Offer Id , I go to publish it but gets the aforementioned error.

Message 3 of 3
latest reply