Products
Get Category Products
Retrieves the products for a specific category within a location.
GET
/
locations
/
categories
/
{categoryId}
/
products
Authorizations
Path Parameters
The unique ID of the category.
Response
200 - application/json
The product's unique ID.
The product's name.
A description of the product.
The product's price.
The product's availability status (e.g., 'available', 'sold-out-today').
An array of image URLs for the product.
An array of modifier groups for the product (if applicable).