No content to show
User Activity
I cross-posted this after discovering what I assume is the better location to post:https://community.shopify.dev/t/consent-updated-at-only-updates-when-consent-changes/1683
I love the `email_marketing_consent` and `sms_marketing_consent` fields on the `customer` resource, but they have an inconvenient behavior. While it seems entirely natural to only update `consent_updated_at` if consent changes, this significantly low...
09-27-2024
Good to know that you're getting more than 1 variant, perhaps it's an issue related to my account. I tried your query, but it only returns 1 variant where there should be 2 at least.
09-26-2024
Thanks for the provided query, but I'm still getting just 1 variant. I'd expect to get all the variants from a specific product if I provide the product_id (as specified in the docs), like it happens in REST Admin
09-25-2024
Thank you for your response. I have already contacted support regarding this issue but have not yet received a reply. The problem I'm having is that, even if certain product has more than 1 variant, I always get the latest one and I can't find a way ...
09-02-2024
Why am I getting always only the last variant of a product, even if I specify to get more than 1 (e.g. first: 3)?I've tried a couple of things, the first was directly fetching variants by searching variants with the same product_id, and I've also tri...
@ShopifyWe have been experiencing the same issue since April 26, 2024. We receive checkout information via a webhook, but when we try to retrieve it through the checkouts endpoint, we get a 404 error.We are aware that the checkouts endpoint is going ...
06-06-2024
I wonder what what is the Admin GraphQL API equivalent to RESTAdmin checkouts endpoint (https://shopify.dev/docs/api/admin-rest/2023-10/resources/checkout#get-checkouts-token) to fetch checkout data using checkout token.It's supposed to be deprecated...
Thanks for your response, Liam, but what I'm looking for is a way to populate a field in app embed settings using deeplinks. Here is a previous question on this matter https://community.shopify.com/c/technical-q-a/autofill-app-settings-for-embed-bloc...
I wonder if you got a solution for this case?I can't figure out how to set the parameters in the url to populate a field in the app block
Considering that theme assets are not available to update from Shopify's Admin API 2023-04, I'm looking for some guidance on updating app embed settings post-installation for a Shopify app. I've been using the URL 'https://admin.shopify.com/store/<ST...