products_list_invoices
Fetch product records from GoHighLevel CRM by ID, collection, or store with filters for search and pagination. Retrieve product details for automation and reporting.
Instructions
List Products
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of items to be included in a single page of results | |
| expand | No | Name of an entity whose data has to be fetched along with product. Possible entities are tax, stripe and paypal. If not mentioned, only ID will be returned in case of taxes | |
| offset | No | The starting index of the page, indicating the position from which the results should be retrieved. | |
| search | No | The name of the product for searching. | |
| storeId | No | fetch and project products based on the storeId | |
| sortOrder | No | The order of sort which should be applied for the date | |
| locationId | No | LocationId is the id of the sub-account Defaults to GHL_LOCATION_ID when omitted. | |
| productIds | No | List of product ids to be fetched. | |
| collectionIds | No | Filter by product category Ids. Supports comma separated values | |
| collectionSlug | No | The slug value of the collection by which the collection would be searched | |
| includedInStore | No | Separate products by which are included in the store and which are not | |
| availableInStore | No | If the product is included in the online store |