Jan 15, 2021
I did a products query by $product_type. But I'm getting a mix of incorrect productTypes. Here is my query with variables, and the data response: query getProductType($product_type: String!)...
Nov 12, 2020
I'm having trouble with "Install Shopify App CLI". I also installed Ruby and Ubuntu 18.04 LTS, from the instructions. I'm building a React Node app. I just can't get past the installation process. I...
No content to show
User Activity
"shopify theme dev" is not working. I am logged in as the owner, and here is the system info. In the docs, dev can't be used with SHOPIFY PARTNER account. TOOLING AND SYSTEMShopify CLI 3.29.0OS windows-amd64Shell C:\Program Files\Git\usr\bin\bash.exe...
Have you figured out why the query argument can't be used simultaneously with products and variants? Is there a way around it? query getProductType {
products(first: 20, query: "product_type:microphone status:ACTIVE inventory_total:>0") {
edge...