Developers Program

How to track an item by SKU

Published: April 11 2013, 3:09:00 PMยทUpdated: August 29 2022, 10:34:48 AM

Products

Question

How can I track an item using SKU?

Answer

Summary

This article will focus on how to use the SKU with a few different API's (GetItem, GetMyeBaySelling, GetSellerList) to track or find you items by SKU


Detailed Description

Prerequisite - make sure when you add/list your item you are setting the InventoryTrackingMethod to SKU, http://developer.ebay.com/DevZone/XML/docs/Reference/ebay/AddFixedPriceItem.html#Request.Item.InventoryTrackingMethod. If you do not do this you will not be able to track/find you items using SKU.

There are 2 ways to pull up the items using the SKU,

1. You can search for each SKU individually using GetItem or GetSellerList

2. You can get a list of all your inventory and check the SKU associated with each item

Other questions:

A. Can I revise an exisiting item and set the InventoryTrackingMethod to SKU? (NO, you will have to end and re-add your item setting InventoryTrackingMethod to SKU)

B. Can I enter a SKU and get all the items using that SKU? (NO, if you are using InventoryTrackingMethod set to SKU, you are not allowed to have multiple items using the same SKU. If you are not setting InventoryTrackingMethod to SKU, you can have multiple items with the same SKU, but GetItem for example will pull up the newest item listed with the SKU)


Additional Resources

GetItem - http://developer.ebay.com/DevZone/XML/docs/Reference/ebay/GetItem.html

GetMyeBaySelling - http://developer.ebay.com/DevZone/XML/docs/Reference/ebay/GetMyeBaySelling.html

GetSellerList - http://developer.ebay.com/DevZone/XML/docs/Reference/ebay/GetSellerList.html

Additional Comments
How well did this answer your question?