list_products
List a product catalog with per-record and variant stock details. Filter by status, price, stock state, and variants to get onHand, reserved, and available quantities.
Instructions
List a product model's catalog with stock and variant info (onHand/reserved/available per record and variant).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort expression, e.g. 'createdAt' or '-updatedAt' | |
| limit | No | ||
| filter | No | ||
| offset | No | ||
| modelId | No | Product model id |