No content to show

User Activity

I developed an app with the post purchase extension, I followed the whole procedure also copying the Cloudflare dynamic link to make requests and get the data, every store I created works quietly, while for the shopify testers and even on the store c...
I have developed an app that charges the user based on usage, but I don't know how to charge the cost after it has reached the preset value, since the only way I know is through the admin auth in the loader as soon as the app is loaded, but I can't d...
I'm using the request in a post checkout extension.This is my code:let query = `query GetLeastExpensiveProducts { products(first: 20, reverse: false) { edges { node { id title media(first:1){ edges{ ...
Hi, I saw the documentation and according to it it is possible to pass a parameter sortKey= PRICE, but it gives me the error pasted below, for him this parameter does not exist can you help me?I call the function in a route, to get the products and u...
Hi, I'm trying to change the size of the text I use inside the post purchase extension, from the documentation it tells me that a numeric value is fine, but when I apply it I don't notice any changes, is there a bug or am I doing something wrong? I'm...
Apparently by default Shopify manages your payments, so it should be disabled from the settings https://shopify.dev/docs/apps/launch/billing/managed-pricing
When I try to request a link to charge my app to the user it throws me this error: userErrors: [ { field: null, message: 'Managed Pricing Apps cannot use the Billing API (to create charges).' } ],   This is my query:  const response = await adm...
Hi, I tried to use only the id number but it still gives me the same error, I saw from the documentation that the entire global id is needed (https://shopify.dev/docs/api/storefront/2024-01/scalars/ID).I tried to access with the try and catch, only t...
Hi via storefront API, I am trying to get recommended products, only every time I get this error: GraphqlQueryError: Variable $productId of type ID! was provided invalid value.  My codeobj.id="gid://shopify/Product/1234567890"; let response = await ...
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration client_id = "xxxxxxx" name = "xxxxxxx" application_url = "xxxxxxx" embedded = true [build] automatically_update_urls_on_dev = true dev_store_url = "xxx...
Ho seguito i passaggi di questa pagina: https://shopify.dev/docs/apps/build/checkout/product-offers/build-a-post-purchase-offer#step-2-test-the-extension, ma non mi carica nulla, mi da l'errore: TypeError: __vite_ssr_import_1__.authenticate.public is...
Today I created a project to make a Shopify app, only none of the jsx code I wrote no longer works, much less the onClick function in the divs, even inspecting the code in the browser, you can clearly see that onClick hasn't even been set, how is it ...
I'm trying to create a tag script using the documentation: https://shopify.dev/docs/api/admin-rest/2023-10/resources/scripttag#post-script-tagsBut when I try to use the code provided I am told that shopify is not defined, and furthermore shopify does...
I am developing an app where the customization is done within the app section, to then save the values on the prisma DB under a specific model and then I would like to obtain that data from a liquid file, so as to be able to create my own custom div ...
Yes, I have installed all the packages, here I leave the package.json, maybe something is missing that I don't know, but when I click on the variable for the quick connection the file finds it for me, so I don't know what it could be, I hope you can ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Likes given to