v1
latestOpenAPI 3.1.02026-07-241765501.1 MBVariations
Retrieve variation
🔐 This endpoint requires HTTP authentication (either Basic or Bearer). For authenticating with Bearer token, required scopes are: catalog(r).
Retrieve an item variation.
get/v2/variations/{variation_id}
Path parameters
variation_idstring required
Example:red-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,
"is_default": true
}
}