Skip to main content
GET
Get product by ID

Authorizations

x-token
string
header
required

JWT access token obtained from /v2/auth endpoint

Path Parameters

id
string
required

Product ID

Response

Product retrieved successfully

id
integer
type
enum<string>
Available options:
GOODS,
DISH,
TIMER,
PREPARATION,
INGREDIENT,
MODIFICATION
name
string
full_name
string
status
integer
price
number
cost_price
number
has_modifications
boolean
modifications
object[]
modificator_groups
object[]
recipe
object[]
packages
object[]
setting
object | null
taxes
object[]
tags
object[]
created_at
string<date-time>
updated_at
string<date-time>