You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
holy moly, when you use shopify as a headless cms, it removes the "seo" editable section from your product pages, for no discernible reason, so you can't edit your product's handle (the url shortname that we'll need)
surely a bug or silly mistake on shopify's part, they seem to think the product handles could only ever possibly be used with their online store builder (which i believe activates the editable seo section which harbors the information that is still used by headless api users...)
it's impossible to run product queries inside a collection
shopify.products_in_collection({collection_id, must_be_available: true})
shopify.products({query: {terms, tags}})
totalInventory
andquantityAvailable
are unreliable and often throw unsolvable scoping errorsThe text was updated successfully, but these errors were encountered: