Products & Store
List Store Products
Returns the list of products available in the store, with optional filtering by tag, type, and selected plans.
GET
List Store Products
List Store Products
Returns all products available in the ecommerce store for the current location. Supports filtering by tag, product type (time passes), and selected plans.Authentication
No authentication required for public product listing.Query Parameters
number
Customer profile ID to personalise available products. Defaults to
0.string
Filter by product tag. URL-encoded.
number
Filter to a specific product by ID.
boolean
When
true, returns only time-pass products.number[]
Array of plan IDs to filter products compatible with specific plans.
string
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Products.Name,Products.Price,Products.PriceFormatted.Response
Returns an object with aProducts array. Each product has the following fields:
Identity
Core
Pricing
Billing
Stock
Business
Timestamps (from base)
Examples
Fetch all store products
Fetch time passes only
TypeScript Integration
List Store Products