All things Shopify and commerce
Hi I have created several collections in the Dawn format. I have a form on a custom page that the user would fill out. Once they hit submit, based on the inputs in the form, a certain collection would appear at the bottom of the page. However, I continue to get errors saying that the collection exists but there no products found etc. I have products in there and they are active, and I have deployed Shopify's storefront API and I still get the same error. It seems to recognize that a collection exists but it won't display the collect.
Any help would be appreciated!
Hi,
Hope the following will help
- Verify Product Status and Availability
- Review the Form Submission and Collection Loading Logic
Run a query like this in your console or GraphQL client to confirm the collection data
{
collectionByHandle(handle: "your-collection-handle") {
id
title
products(first: 10) {
edges {
node {
id
title
availableForSale
}
}
}
}
}
- Debug Collection Display Logic in Theme Code
- Check for Cache or Visibility Issues
- Troubleshoot Storefront API Permissions
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025