{
"$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 sku container to retrieve up to 25 inventory item records.
Use the getInventoryItems 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 bulkGetInventoryItem method."
}