Skip to main content
Published: June 08 2011, 10:55:00 AMUpdated: August 18 2022, 2:40:44 PM

Question

I made a call to GetSellerList with a single SKU, but the response returns no results. If I call GetItem with the ItemID I get the Item, along with the correct SKU.

 

Answer

SKU can be used as an identifier for a listing only if the item was listed with InventoryTrackingMethod as SKU. In your case it appears that the item was not listed with InventoryTrackingMethod as SKU and therefore cannot be pulled by passing the SKU in the GetSellerList request.

How well did this answer your question?