v1
latestOpenAPI 3.1.02026-07-1342112262.5 KBItem Brands
Fetch an item brand
Fetch an item brand
Required scope: business/catalogue:read
Deprecated alias: business/products:read (still accepted, will be removed in a future release)
get/v1/item_brands/{item_brand_id}
Path parameters
item_brand_idstring required
The unique identifier of the item brand.
The unique identifier of the item brand.
Response
Successful Response
Example response
{
"created_at": "2024-11-19T15:27:02+00:00",
"description": "Italy's iconic coffee brand, blending tradition and innovation for rich, authentic flavor.",
"id": "1757511249592-ab46acf9-7c86-4ee0-92b9-6b43e1429337",
"image": {
"created_at": "2024-11-19T15:27:02+00:00",
"id": "1757533814961-58f649da-81e3-4877-8769-f407cfba8aff",
"mime_type": "image/jpeg",
"type": "image",
"updated_at": "2024-11-19T16:27:23+00:00",
"url": "https://images.yoco.com/foo/bar.jpg"
},
"name": "Lavazza",
"updated_at": "2024-11-19T16:27:23+00:00"
}