runTimeZero
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-18-2020 05:51 PM
Topic Started
4
Topics Started
Topic Solutions
0
Solutions
Post Count
20
Posts
Post Kudos
0
Likes

Community Badges

Hello, I have a "development" store where I am attempting to create gift cards via API calls. However my GET or POST API calls result 404 Not found errors. I am pretty sure that GI...
Hello, 1. Let's say a order has two line items. When a customer requests a refund for one of the items we first make a call to calculate refund endpoint. https://${shop}/admin...
Hello, We have developed an app to be used by a specific merchant for their POS system. we have some kind of payment contract with them. We do not want to expose the app to other shopify stores but ...
My development shopify POS store was working well for the past 1 month. I am logged in as the store owner I could add items to the cart and checkout. I am developing a POS app. &...
Hello, How do I add line items to a cart, with the item being non-taxable. I have tried the code below, but it doesn't seem to work. it doesn't add any item to the cart and also doesn't thr...
After the client installs my app on POS (IPAD) app, I redirect them to a post_authentication.html page which has the following script. As you can see in this script I am creating an appBridge o...
I am creating a private app for a customer for which I am using Nodejs and express. The app needs to show a pop-up when user clicks "checkout". This pop-up will ask for a special code and if t...
No content to show

User Activity

Hi Henry, Thank you for responding and looking into this.Cart.Action.Fetch should retrieve the cart details. I switched over to ShopifyPOS library and the fetchCart method works great in the same situation. best, 
I am developing an embedded Shopify POS application. On server we use nodejs+expres and on client-side we use pure Javascript (not React). Our server side code is pretty much based on the following tutorial and it seems to work well as far authorizat...
The way I verify is below: // in my html <div id="container"> //in my javascript  app.getState().then((state) => {    $("#container").html(JSON.stringify(state)); }).catch(error => { alert(error); });So using actions.Group.Cart  I was able to re...
In my embedded POS application, I am creating a Cart object (on cart page).However when I perform any actions on the cart I get no response back.I did verify that I have permissions to access the cart. const AppBridge = window['app-bridge']; const ac...
Shopify App version: 5.35.0IOS Version 12.3.1Device: IPAD
After following the App Bridge tutorial here : https://help.shopify.com/en/api/embedded-apps/app-bridge/oauth ,I am able to authenticate my application in Shopify Admin section. After instantiating App Bridge object, when I check featuresAvailable() ...
Hello,I am new to shopify development.I am using NodeJs + express.I am creating app for POS system and hence want to use appBridge. So far I have got my app to authenticate  and redirect and show up in Shopify admin. To give you an example, i authori...
This widget could not be displayed.
This widget could not be displayed.