eBay · Schema

GetInventoryItem

The seller-defined Stock-Keeping Unit (SKU) of each inventory item that the user wants to retrieve is passed in the request of the bulkGetInventoryItem method.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
sku string An array of SKU values are passed in under the sku container to retrieve up to 25 inventory item records.

Use the View JSON Schema on GitHub

JSON Schema

ebay-getinventoryitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetInventoryItem",
  "title": "GetInventoryItem",
  "type": "object",
  "properties": {
    "sku": {
      "type": "string",
      "description": "An array of SKU values are passed in under the <strong>sku</strong> container to retrieve up to 25 inventory item records.<br><br>Use the <a href=\"/api-docs/sell/inventory/resources/inventory_item/methods/getInventoryItems\" target=\"_blank \">getInventoryItems</a> method to retrieve SKU values."
    }
  },
  "description": "The seller-defined Stock-Keeping Unit (SKU) of each inventory item that the user wants to retrieve is passed in the request of the <strong>bulkGetInventoryItem</strong> method."
}