ghl_product_collection_list
Fetches product collections from GoHighLevel, supporting pagination, search by name or IDs, and location-based filtering.
Instructions
Fetch Product Collections Internal API to fetch the Product Collections Endpoint: GET /products/collections (Version header: v3; source: v3/products-v3.json) OAuth scopes: products/collection.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Query to search collection based on names | |
| altId | Yes | Location Id | |
| limit | No | The maximum number of items to be included in a single page of results | |
| offset | No | The starting index of the page, indicating the position from which the results should be retrieved. | |
| altType | Yes | The type of alt. For now it is only LOCATION | |
| collectionIds | No | Ids of the collections separated by comma(,) for search purposes |