v1
latestOpenAPI 3.1.02026-07-241765501.1 MBItems
Retrieve item
🔐 This endpoint requires HTTP authentication (either Basic or Bearer). For authenticating with Bearer token, required scopes are: catalog(r).
Retrieve an item.
get/v2/items/{item_id}
Path parameters
item_idstring required
Example:nike-shoes
Query parameters
keystring required
The key of the index to use.
Example:key_K2pX7vBnU0bgA5xp
sectionstring
The section of the index to use. Defaults to Products.
Example:Products
Response
OK
Example response
{
"data": {
"keywords": [
"running"
],
"url": "http://www.example.com/product/123",
"image_url": "http://www.example.com/images/product.jpg",
"group_ids": [
"shoes"
],
"description": "A comfortable running shoe with cushioned sole",
"active": true
}
}