Dec 7, 2021
This is a bit off topic, but related. You mention that the cost is historical, so recorded at the time of the order. I don't see where I can pull this data in the admin api. The cos...
Jul 3, 2019
I am pulling orders from the Orders API (https://help.shopify.com/en/api/reference/orders/order). I do not see the compare at price. I would like to be able to create a report and have th...
No content to show
User Activity
Thanks. After uninstalling and reinstalling the app, I was able to select the correct permissions and run the query in the GraphiQL without the access error. I figured out the issue and I think this is a bug (or at least there should be some documen...
Do you have a link to instructions on how to update the scope?
I am using Postman as well as C# and both have the same result. When I use GraphiQL app, I receive the error "Access denied for customerEmailMarketingConsentUpdate field. Required access: `write_customers` access scope.". My understanding is I don't...
I am attempting up update the CustomerEmailMarketingState to "SUBSCRIBED" from "UNSUBSCRIBED" via a graphql mutation. The query is: mutation {customerEmailMarketingConsentUpdate(input: {customerId: "gid://shopify/Customer/{id-here}", emailMarketingC...
01-09-2024
Did you ever resolve this issue?
Does documentation exist for all of the available fields that can be added? For example, in your code you use "contact[first_name]". Where did you learn that was available? Thanks.
12-07-2021
According to this post, https://community.shopify.com/c/shopify-design/cost-per-item-historic-data/m-p/636121, shopify is storing the historic product cost. Any update on when this data will be available via the API?
03-11-2021
The Admin API has a field in the QueryRoot called productVariant with an id argument (https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot/index). The Storefront API does not have this field on the QueryRoot. How can I sear...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
950 | 01-16-2024 08:35 AM |