products
query
List products
Retrieves a paginated list of products for the specified company, with support for filtering by category, type, reference, name, stock status, and more.
query {
products(companyId: Int!, options: ProductOptions): Products!
}Returns: Products!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ProductOptions |