v1
latestOpenAPI 3.0.12026-07-242871595.3 MBView items in a subcategory
Retrieves details for an inventory item, primarily to view its associations with categories and subcategories. Include the expand=categories.items query parameter in your request to return a detailed categories section listing both top-level categories and subcategories linked to the item. You can identify subcategories by their parentCategory field. If you omit this parameter, the response does not include category or subcategory data. For more information, see Manage subcategories.
Path parameters
Merchant identifier.
Unique identifier of an item in the inventory.
Query parameters
Expandable fields to display additional nested information: [categories.items].
Headers
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Response
Successful response. Displays a single inventory item and its category associations.
Example response
{
"id": "V0VCQ4DC668E0",
"available": true,
"name": "Breakfast Burrito",
"price": 365,
"priceType": "FIXED",
"defaultTaxRates": true,
"isRevenue": true,
"modifiedTime": 1746637041000
}