Jonathan_H
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-16-2019 07:18 AM
Topic Started
0
Topics Started
Topic Solutions
0
Solutions
Post Count
15
Posts
Post Kudos
5
Likes

Community Badges

Hi, I've misconfigured my application listing; If I enter my app website and the install?shop=name URL then the installation happens ok, but If I test using the GET button of the shopify app li...
When I onboard a new store to my app I need to pull their list of products from the products endpoint. I'm using the limit=250 querystring to get as many products as I can from the first page, but...
hen the shopify cart makes a call to get shipping rates from a carrier service - where does that call originate from? I've read there is a 15 second timeout so I want to minimise the chance of not re...
Is there a way to send a ‘no rates’ response from a carrier service with a custom message? Say for example someone tries to order a product to a destination that I cant ship t...
I've written an app which uses the carrier service to set shipping rates for merchants. I'm getting reports from some customers during testing that they don't get a shipping rate returned. When I che...
No content to show

User Activity

I got it working for my app. Here is a summary of the actions I took: In my main app.js I add the raw body to the req with bodyparser.json for any route that starts with '/webhooks' app.use(bodyParser.json({   type:'*/*',   limit: '50mb',   verify...
I'm a bit lost with this - I'vetried getting the hmac using the req body in a node session using the commands as outlined but can't figure out how the req body gets converted to rawdata? I also tried using https://www.npmjs.com/package/express-shopi...
I'm also having this issue, my latest search is this gist https://gist.github.com/andjosh/5c4f0244914adfd312e4 If I'm reading it right is says to use bodyParser to read the body as text rather than application/json -I guess that is what you are doi...
This widget could not be displayed.
This widget could not be displayed.