GET
/
locations
/
categories
/
{categoryId}
/
products

Authorizations

X-API-Key
string
header
required

Path Parameters

categoryId
string
required

The unique ID of the category.

Response

200 - application/json
availability
string

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

description
string

A description of the product.

id
string

The product's unique ID.

images
string[]

An array of image URLs for the product.

modifierGroups
object[]

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

name
string

The product's name.

price
string

The product's price.