Headless commerce and custom storefronts with Shopify APIs and SDKs
I use the storefront API to add items to a shopify checkout on my non-shopify site. I am trying to add gift cards to the site, but they aren't returned when I do a simple query of products. How can I add a gift card to a checkout?
Here's my simple query that isn't returning any gift cards:
query {
products(first:250) {
edges{
node {
id
title
}
}
}
}
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022