I am new to using Node. I have followed the Guide: https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react I used the Shopify CLI to Create Page called Settings and a webhook for ...
No content to show

User Activity

You are correct, when I buy a gift card it appears like any other product with a unique id etc.But I want to be able to know what gift card is being used when an order is paid partially or fully with a gift card. I will look into the transactions obj...
I am trying to get information on how much was paid with a gift card when I receive an order through the orders webhook.  The only information within the webhook payload that seems to contain any information about the gift cardis the following:paymen...
Solution Found:I had forgotten a crucial step, and that was to update the environment variable  HOST used by the registerWebhooks method.  The reason I was receiving a 403 Error, was because it was receiving I guess the secret from the previous insta...
When I try to manually test the webhook, I get 403 Forbidden Error. What I did:Run server: npm run dev or npm startSetup ngrok: ngrok http 8081 Update the App Setup URLs accordingly on the partner App page.  Install the App to the development store.N...
Problem: I am developing a Node / Next App (created using Shopify CLI) When I run the command shopify serve everything works perfectly on my local machine and also all the webhooks respond. When I do: Run server: npm run dev or npm startSetup ngrok: ...
Introduction: I am new to using Node. I have followed the Guide: https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-reactI used the Shopify CLI to create a Node appI am having problems calling my own API route from my index.js page. I am...
I was running in similar problems when following the Build a Shopify App with Node and React>Build your user interface with Polaris.error - ./pages/_app.jsModule not found: Can't resolve '@shopify/polaris/styles.css' in 'C:\Users\USER\Documents\shopi...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to