Skip to main content
GET
Get product

Authorizations

X-Api-Key
string
header
required

Restaurant API Key. Can be obtained from Tools > API Access in the xMenu dashboard.

Query Parameters

uid
string
required

Unique product identifier

Response

Product response

success
boolean
required

Operation result: true if successful, false if failed

product
object

Menu product

error
string

Error code if the operation failed. Possible values:

  • PRODUCT_NOT_FOUND = Requested product not found

See Error codes for general error codes that may also occur.

message
string

Human-readable error description if the operation failed