List products
Products
Products
Read and override your product catalog — packaging, logistics, and classification attributes
GET
List products
What’s in a product record?
Each product in SIMCEL carries three types of attributes: Classification — how the product is segmented and reported:category, subCategory, brands, productRange, strategicSegment, productType
Logistics — how the product is physically handled:
kgPerCarton, grossKgPerCarton, cartonsPerPallet, m3PerCarton
Planning rules — constraints used by the simulation engine:
shelfLifeInDays, incubationInDays, moq, status
Filtering and pagination
Get a single product
Override product attributes
UsePATCH to apply a local override. This is useful for:
- Updating MOQ without touching source data
- Marking a product as Discontinued for a specific planning cycle
- Correcting packaging specs (kg, CBM) that haven’t been updated in the source
Common use cases for AI agents
Authorizations
OAuth2 Client Credentials flow.
Query Parameters
The workspace ID to query master data from
Filter by product status
Available options:
Active, Discontinued, New Filter by product category
Filter by product type
Filter by brand
Search by product name or ID (partial match)
Maximum number of records to return (max 500)
Required range:
x <= 500Number of records to skip (for pagination)

