Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Authenticate using a Leyyow merchant API key.

Include the key in every request as a Bearer token:

Keys are scoped to a single store. All endpoints return data belonging to the store that issued the key — there is no X-Store-Id override.

Keys are created in the Leyyow merchant dashboard under Settings → Developer → API Keys.

Path Parameters

uid
string<uuid>
required

Response

Product detail.

uid
string<uuid>
required
read-only
name
string
required
read-only
description
string
required
read-only
story
string
required
read-only

Extended product story/description

category
string<uuid> | null
required
read-only
category_name
string
required
read-only
brand
string
required
read-only
unit
string
required
read-only

Unit of measurement (e.g. kg, bottles, packs). Free text.

is_variable
boolean
required
read-only
price
string
required
read-only
variants
string
required
read-only
images
string
required
read-only
created_at
string<date-time>
required
read-only