No content to show
User Activity
When registering products, I got the option to select a "category" to it, with predefined values by Shopify:However, on the Storefront API, it does not seem to be possible to get this information or filter products by it.So, as far as I understand, t...
Hi! For the purpose of my application, I want to know when a product has no "options" defined, meaning it will only have one default variant representing the product itself. My first thought was to check if the variants array has length of 1, but I m...