Hi, I have problem with the PayPal Express checkout: When on the product page, I click on checkout with PayPal Express and it shows me the PayPal Popup. Now when entering all my data and clicking...
Hi, I have a business model where the payment should only be captured when the order was fulfilled by the shipping centre. I see that, with card payments, there is an option to manually capture paym...
No content to show

User Activity

Hi, we are using metafields to store data and on the other end read it from a headless Storefront. Using a metafield definition we give permission to read the metafield using the storefront API:   { "data": { "metafieldDefinitionCreate": ...
Hey Liam, thanks for the quick update – appreciate it! Just so that I understand it right: SHOP metafields are still safe to use though, there is just no UI for the merchant to edit those in admin. Is that correct? 
When creating metafield definitions using metafieldDefinitionCreate we can select different ownerType arguments like SHOP. Furthermore, we can describe the access mode, to let merchants see and modify these metafield values using admin.MERCHANT_READ_...
Hi Liam, thanks for your reply. It did work for other clients of ours but not on this store somehow. We generated the file multiple times already unfortunately the error persists
Hi, we are trying to enable Apple Pay on Storefront API according to the docs. However, when downloading the Shopify generated certificate signing request and then uploading it to Apple Developer Portal, we get the following error:   The signing requ...
Hi Blind-Mice, glad that it worked out!  Regarding your follow-up question: I understand that you want to unpublish products which have gone out of stock automatically. You can achieve this using Shopify Flow app. Simply install the app and create th...
Hi Liam, yeah, we tried this as well, though it does not reliably tell if a merchant has really upgraded yet. Would be cool to have some feature flag that lets developers know if functions can be applied or not. 
Hi Iozyigit, to find an order by order number using the GraphQL Admin API you can use the following query:   { orders(first:10, query:"name:1010") { edges { node { id name } } } }  In this case, the query runs ...
Hi Blind-Mice! to let Shopify automatically track inventory, you would need to set the "Variant Inventory Tracker" column to "shopify" in the CSV import file, as you said. Is this not working for you? Can you share a screenshot or example of the CSV ...
Hi PhyllistIt, thanks for the info! I was able to reproduce the issue with the parameters you provided, by modifying the path after {{ShopName}}.myshopify.com to an invalid string. For example, an extra whitespace after graphql.json got me the authen...
Hi PhyllstIt, a few things I see from the screenshot:  1. You are using an old API version (2022-04). Consider upgrading to a newer one, like 2023-10 to avoid runing into any stability issues.2. Is the ShopName variable in the URL containing a valid ...
Hi ColombiaDev, to perform an external network call you would need to allow external network access in your Checkout UI extension as described here.Please note, that there is an alternative way to avoid using using external APIs at all, by retrieving...
Hi, some of our features, like Functions, are not working with Shops that do still use checkout.liquid customizations. Is there a way to determine using the Admin API, if a shop still uses customizes checkout.liquid or already upgraded to Checkout Ex...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.