No content to show
User Activity
Is there a way to filter a collection by a metafield value through Storefront API or Admin API?
12-18-2022
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.
12-18-2022
This answer doesn't really help the case.
12-18-2022
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...
12-18-2022
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") {
...
11-16-2022
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.
11-16-2022
Bump
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, ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1116 | 12-18-2022 12:27 PM | |
2109 | 12-02-2022 08:34 AM | |
5793 | 11-16-2022 01:33 PM |