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

product
integer<int64>
required

Numeric product id.

Required range: x >= 1

Response

The requested product.

id
integer
required
product_code
string | null
required
Example:

"HTB-001"

name
string | null
required
Example:

"Seasonal Hand-tied Bouquet"

currency
string
required
Example:

"GBP"

variants
ProductVariant · object[]
required
created_at
string<date-time> | null
required
Example:

"2026-06-01T09:00:00+01:00"

updated_at
string<date-time> | null
required
Example:

"2026-06-20T14:00:00+01:00"

Last modified on July 2, 2026