Skip to main content
GET
Get a product

Authorizations

Authorization
string
header
required

Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.

Path Parameters

id
integer
required

Response

The product

A product the organization sells over the counter.

productId
integer
name
string
description
string | null
clubId
integer | null

Club the product is sold at; null when available organization-wide.

categoryId
integer | null

Product category it is grouped under.

brandId
integer | null
sku
string | null

Stock-keeping code, if the gym uses one.

barcode
string | null

Scanned at the till. Unique across everything scannable in the organization.

price
number

What a customer pays, in the organization currency.

costPrice
number | null

What the gym pays for it; null when not tracked. Never shown to customers.

isActive
boolean

False for a product taken off the till without deleting its history.

visibility
enum<string>

Who may see it on customer-facing surfaces.

Available options:
Public,
Member_only,
Private
images
string[]
features
string[]
taxRateId
integer | null

Per-product VAT rate; takes precedence over the revenue account default at the till.

revenueAccountId
integer | null
createdAt
string<date-time>
updatedAt
string<date-time>