GET
/
locations
/
categories
/
{categoryId}
/
products

Authorizations

X-API-Key
string
headerrequired

Path Parameters

categoryId
string
required

The unique ID of the category.

Response

200 - application/json
id
string

The product's unique ID.

name
string

The product's name.

description
string

A description of the product.

price
string

The product's price.

availability
string

The product's availability status (e.g., 'available', 'sold-out-today').

images
string[]

An array of image URLs for the product.

modifierGroups
object[]

An array of modifier groups for the product (if applicable).