No content to show
User Activity
10-03-2024
Basic plan will work with Checkout UI but only for TQ and OS page
10-03-2024
Rest is depreacted, u can now use GraphQL query theme and also to read in the JSON template/config data.
same here too..
08-05-2024
it's already roll out for all plans except starter. u might need to create a dev store with checkout extensibility to test out.
05-29-2024
yes it's a bit confusing. app-owned is not appMetafields in checkout ui. as i said before, if u need to access app-owned meta, u will need to proxy fetch from your app server. but if u prefer not to use fetch, you can use reserve namespace meta and d...
03-28-2024
sorry was away cant reply earlier..you can use reserve namespace and define it private and storefront access.
03-20-2024
Yes you are right. useAppmeta is a hook. I was refering to your code and you need a hook to the data point. app metafield cannot be read in on checkoutUI as what I understand. If u use shop meta, it can be easily mutated by iQL by anyone, if i m not...
03-19-2024
you need to setup a hook to wait for the metafield data as it may take sometime to load in. Or, use await new promise(settimeout()..) but not the right way
03-07-2024
I am creating an apps that require to inject code on the order status page with checkout UI upon checkout and from what I read in the documentation, the Thank you & Order status extension is available to all plans except starter. as below; But on ...
09-08-2023
I have the same error after idling for a short while.Was working ok before I upgrade shopify cli. Error: GraphQL Error (Code: 401): {"response":{"error":"","status":401,"headers":{}},"request":{"query":"\n query FindApp($apiKey: String!) {\n app(apiK...
Hi Edaroit,Thks for the prompt reply.was a little confused with the doc https://shopify.dev/api/admin-graphql/2022-10/queries/metafields as it says not supported. It''s working now with appinstallation.Thks
I've created App owned metafield and able to access the Json value in liquid on my app extension.When I queried the GraphQL API using - privateMetafields(owner:"gid://shopify/AppInstallation/397455098112",first:2), I keep getting error 'Internal err...