products_get_product_collection
Retrieve product collections by name or IDs from GoHighLevel, with pagination and location scoping for targeted catalog queries.
Instructions
Fetch Product Collections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Query to search collection based on names | |
| altId | No | Location Id Defaults to GHL_LOCATION_ID when omitted. | |
| 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 | No | The type of alt. For now it is only LOCATION Defaults to GHL_LOCATION_ID when omitted. | |
| collectionIds | No | Ids of the collections separated by comma(,) for search purposes |