Maybe I'm missing something, but Collection `published_at` or its equivalent does not seem to be available via GraphQL? I am able to get `updatedAt`. I know that it's possible to query by published/...
I'm seeing something strange with the pages endpoint of the API. The specific route I'm calling is: https://{shop}.myshopify.com/admin/api/2020-10/pages.json?limit=250&updated_at_min={ISO-timesta...
Sep 26, 2020
I need a few beta testers for my new app Keyword Monitor https://www.keywordmonitor.app/ In short, Keyword Monitor extracts the top 600 keyphrases from all of your site's product and content pa...
Jul 9, 2020
I am a Shopify Partner and have 3 apps in the app store. Given the persistent issues that massive platforms experience (like Google Cloud, AWS, Heroku, etc), it's so important to accurately list the...
In one case I'm seeing section.block code running twice based on the following observation: {% for block in section.blocks %} {{ block.shopify_attributes }} <s...
Feb 21, 2018
Am I missing something, or is the image ALT field not available through the Admin API? https://help.shopify.com/api/reference/product_image#show Only availbale through liquid? https://help.s...
I'm having an issue with my embedded partner app where the request to: wss://argus.shopifycloud.com/25408010/register?token= stays open and will not allow loading of the page to finish. It makes sens...
No content to show
User Activity
For admin block extensionhttps://shopify.dev/docs/apps/build/admin/actions-blocks/build-admin-block?extension=react Is there an easy way to access the shop handle or permanent_domain? Like foo.myshopify.com? I need to make a request to my server that...
This does not work for me. I DM'd you about my details. I followed all suggestions in this thread.
Is there a way to limit the number of times a merchant can "(+) Add block" from the app blocks? I'd like the merchant to only be able to add each block once. In the example screenshot below "Gallery" and "List" can be added many times. I tried limit:...
02-03-2022
After you get access to read all orders scope, this is the response from Partner support: Thanks for contacting Shopify. Your request to read all orders has been approved. Please update your application to also include the OAuth scope read_all_orders...
02-01-2022
I figured this out, orders older than 60 days will not show up unless you request all orders access from the Partner app dashboard, NOT in the access scopes. Weird one... https://community.shopify.com/c/shopify-apis-and-sdks/fetching-orders-of-a-cust...
02-01-2022
I'm trying to get a customer's orders filtered by status=any. I know the customer has orders for sure, the results are always empty []. I've tried both Admin API and GraphQL.' What am I missing?? Admin API: https://${shop}/admin/api/2022-01/orders.j...
Can't figure out why I keep getting error on customerUpdate mutation . Can anyone spot the issue?I've tried every permutation for the body that I can think of. I'm following this mutation: https://shopify.dev/api/examples/customer#update-a-customers-...
@phannigan I've found GQL and API to be comparable in terms of throughput. Kind of just depends which case. E.g. metafields are much better via GQL if applicable because metafields API cannot be pagedi haven't had to deal with 100K products in a sing...
@HunkyBill I like your idea of flag notifying that sort order has changed. They don't currently have anything like this except Collect, which is explicitly 1:1 mapping and not efficient at all for large product collectionsWhether it's just a new `upd...
+1 for this feature request
@Alex , any update if we might be able to get the `collection/updated` webhook fired when a collection product sort order is changed?It seems like the the Collect entries are 1:1, i.e. product to collection, so the only way to know if a sort order ha...
It seems like a webhook will only fire here if a product is overwritten by the data in the csv, not if it's a new product
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
4789 | 02-01-2022 10:48 AM | |
1452 | 05-28-2019 05:07 PM |