I'm working on ebay. I have created the application using sell api . I have fetched the Orders List using Postman. But when I try to fetch the items using SKU its giving me 500 [Internal Server error] . Although my request is complete and perfect. why i am getting this error ? Is there any other API to get active inventory ? or get inventory by sku. any link or suggestion will be helpful.
Asked
Active
Viewed 329 times
1 Answers
0
I also have the same problem while working on the ebay sell API[REST]. It turns out that we cant get inventory item by sku.
we can only fetch the inventory items that is created using inventory item API. here you can read more about it.
Try to use Trading API's.

Waheed Khan
- 104
- 2
- 10
-
1So it means we cant do anything. We have almost 1000 products. we have to create those products using inventory API's and then we will be able to fetch those ? – Aisha Khan Sep 30 '20 at 07:54
-
@Aisha yes. you have to create those items via inventory item API. – Waheed Khan Sep 30 '20 at 09:21
-
You also can use Trading API which are SOAP based. – Waheed Khan Sep 30 '20 at 09:22