get_collection
Retrieve products from a specific collection by providing its handle. Use after listing collections to fetch the items within a selected collection.
Instructions
Get products belonging to a specific collection. Use after list_collections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Collection handle (e.g. "wedding-guest-dresses"). | |
| limit | No | Max products to return (default 20). |