05-24-2024 04:05 AM
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.
05-24-2024 04:39 PM
Are you able to show the offer payload here?
05-26-2024 11:00 PM
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.