Skip to main content
GET
Get Product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sku
string
required

Response

Successful Response

sku
string
required

Unique product identifier (SKU code)

name
string
required

Product display name

brand
string | null

Product brand name

category_path
string | null

Category hierarchy, e.g. "Dairy > Milk"

unit
string | null

Unit of measurement: "pcs", "kg", "l", "g", "ml"

description
string | null

Product description for search and AI context

ingredients
string | null

Ingredients list (plain text)

country
string | null

Country of origin

weight
number | null

Product weight in grams (for packaged goods)

volume
number | null

Product volume in milliliters (for liquids)

barcode
string | null

EAN/UPC barcode

attributes
Attributes · object | null

Custom key-value attributes (e.g. {"organic": true, "fat_percent": "2.5"})