@cali_green
To select a collection using its name on Shopify, you can use the collection handle or ID. Here's how you can do it:
For example, if the handle of the collection is "winter-collection", you can use /collections/winter-collection to reference the collection in your theme files.
Alternatively, you can also use the Shopify API to retrieve collections by name. You can make a GET request to the Shopify API endpoint /admin/api/2021-10/custom_collections.json?title=collection-name to get the collection details by its name.