ghl_product_store_get_stats
Get product store statistics such as total, included, and excluded product counts. Optionally filter by product name or collection IDs.
Instructions
Fetch Product Store Stats API to fetch the total number of products, included in the store, and excluded from the store and other stats Endpoint: GET /products/store/{storeId}/stats (Version header: v3; source: v3/products-v3.json) OAuth scopes: products.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | Location Id or Agency Id | |
| search | No | The name of the product for searching. | |
| altType | Yes | ||
| storeId | Yes | Products related to the store | |
| collectionIds | No | Filter by product collection Ids. Supports comma separated values |