Questions tagged [shopify-storefront-api]

No instructions have been provided for the utilization of this tag...at least not yet!

Exploring the capabilities of searching through a Shopify storefront using GraphQL within a Remix React

As a beginner in Remix React projects, I am currently struggling to grasp the project's structure. My goal is to create a SearchBar Component within the Header that displays the first 10 products based on user input. Below is the code snippet of my Search ...

Retrieving discount codes from Shopify

I'm currently working on developing a Shopify checkout extension that aims to retrieve available discount codes. However, I've encountered an error stating "Cannot read properties of undefined (reading 'codeDiscountNodes')." My approach ...