ERR_GOT_REQUEST_ERROR: Internal error. Looks like something went wrong on our end.
Shopify payment authorization
Upserting limit
on: ['shop', 'date']
, so in this case its for daily records against a shop. I'm now introducing another model which will be for a location for a shop daily, so I'll need to do something like on: ['shop', 'date', 'location]
Is it acceptable to do more than 2 fields in an upsert? Or is there a proper way to handle this?...Renaming custom models/fields
api.name1
-> api.name2
. But in terms of the already stored data, will this break?
I suppose the same goes for the fields on a model, can they also be renamed and data not affected?...Hi I just pushed the gadget update and i am gettinga cors error
Modify product prices on checkout page
Inventory Level Quantities
quantities
field doesn't seem to be available? Has this been missed by Gadget?
https://shopify.dev/docs/api/admin-graphql/2025-01/objects/InventoryLevel#field-quantities...
Did the Shopify GDPR Webhook URLs change?
https://app.gadget.dev/connections/webhooks/shopify/{{ uniqueId }}
I've just checked the documentation again and it appears that the URLs are now:
https://{{ appHandle }}.gadget.app/api/webhooks/shopify
...Invalid Api Key error
Access backend API through frontend
Can you use react for theme extensions?
Best way to trigger a sync?
Deleting existing extensions & adding a new one issue
I forked a project 'wishlist'. It had extensions (UI and online store). I set things up with the shopify CLI. I then deleted the extensions in my IDE. Then I ran 'shopify app create extension' to create a new extension. I gave it a name. I ran 'shopify app dev' and got this message : ...
app proxy from theme app extension
Fastify maxParamLength option
Error while loading app in Development
JS Playground - Can I use connections to create a Shopify connection and call Shopify?
const shopifyClient = await connections.shopify.forShopId(shopId);
?Rate limit 10 per minute
update an env variable from a global action