count_products
Count all products in your store, applying filters by status, vendor, or product type to get tailored totals for inventory management.
Instructions
Count total products in the store, optionally filtered by status, vendor, or product_type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter count by product status. | |
| vendor | No | Filter count by vendor name. | |
| product_type | No | Filter count by product type. |