No content to show

User Activity

Is there a way to filter a collection by a metafield value through Storefront API or Admin API? 
Hello, thanks for taking the time to reply.  I found out that the issue was that the product wasn't active and the Sales channels and apps didn't had the Online Store selected.  Fixing the above issues made it work. 
This answer doesn't really help the case. 
We migrated from Magento to Shopify with all the metafield values and we have been trying to integrate an ERP system with Shopify and we had a lot of issue regarding collecting products with metafield values (ERP ID).  Reading a lot of forum discussi...
Extending this question to give more context: The GraphQL query for collecting a product with a specific ERP ID through a collection is the below:   query ProductERP { collection(handle: "erp") { products(first: 1, filters: { pro...
We migrated from Magento to Shopify with all the metafield values and we have been trying to integrate an ERP system with Shopify and we had a lot of issue regarding collecting products with metafield values (ERP ID).  Reading a lot of forum discussi...
Changing endpoint to: https://{{ store }}.myshopify.com/api/{{api_version}}/graphql.json From: https://{{ store }}.myshopify.com/admin/api/graphql.json  Made it work.
I'm trying to query a product based on a metafield value through a collection since this is the only possible way at the moment:  I have written the query below:   query Collection { collection(id: "gid://shopify/Collection/429854163254") { ...
Looking around i found out there is a file called "shopify.app.toml" which stores configurations for a shopify app, adding the scopes there made it work, although i don't get why there is a scopes variable inside the .env file, doesn't make sense. 
I'm trying to develop an app which integrates with a shipping provider and I'm trying to grab the orders. Using Laravel Stack and following the documentation to setup the project the default .env values for the scope were to read and write products, ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.