The Inventory API is used to create and manage offers on eBay marketplaces. Before diving into the specifics of the API, it is important to know the API's major components. These components are explained below:

  • Location - A seller must have at least one inventory location set up before that seller can start creating and publishing offers with the Inventory API. Every inventory location must also have a seller-defined merchant location key value.
  • Inventory Item - An inventory item record must exist for a product before an offer for that product is published on an eBay marketplace and made available for sale. An inventory item record defines a product and includes the following information:
    • A seller-defined SKU (Stock-Keeping Unit) value for the product. This value must be unique within that seller's inventory;
    • Product details, including a product description, product title, item specifics, and image links;
    • Quantity available for purchase through standard shipping, or pickup through the Click and Collect or In-Store Pickup programs;
    • Condition of the product.
  • Inventory Item Group - A group of related products, that will usually only differ by one or two aspects. For example, the same style of shirt will be available in multiple color and sizes. So, the seller will place each variation of that shirt into an inventory item group. An inventory item group includes the following information:
    • A seller-defined inventoryItemGroupKey value for the inventory item group. This value must be unique within that's seller inventory;
    • The products (defined by their SKU value) that are a part of the inventory item group;
    • Title and description of the inventory item group;
    • Product aspects that each item within the group share, and aspects where they differ, such as color and/or size;
    • Links to product images.
  • Offer - A published offer is the equivalent of an eBay listing. Through the inventory item entity, the product details have already been defined, so the actual offer object adds the following information:
    • The eBay marketplace where the product will be offered;
    • The available quantity of that product on that eBay marketplace;
    • The listing format;
    • The eBay category where the product will be listed;
    • Referenced Payment, Fulfillment, and Return listing policies that set payment, shipping, and return-related values and settings in the offer;
    • The price of the product, and if applicable, the Minimum Advertised Price and Strikethrough Price information;
    • Full paths to one or two eBay Store categories for sellers who own an eBay Store and wish to upload the product to one or two eBay Store categories;
    • Unique identifier of a merchant's store if the product will be made available for sale through the In-Store Pickup or Click and Collect programs;
    • Any tax-related information including the use of tax tables, VAT percentages, or third-party tax category exception codes.
  • Compatible Products - the product compatibility calls allow the seller to create a compatible vehicle list, or vehicles that are compatible with a motor vehicle part or accessory.