I'd love some clarity on how to create a $0 recurring application charge. We have a usage based payment model that does not require the merchant to pay a recurring application fee. According to the A...
No content to show
User Activity
Still, no traction on this although I was hopeful since they added the ability to add line item properties at the same time as adding the line item as mentioned in #1 above. Unfortunately, it still ignores the properties in the second call. I added a...
Unfortunately, it looks like Shopify has no interest in fixing this. Both here and on the github issue we've heard nothing but crickets. We're having to engineer some pretty significant work arounds since it's not getting the attention it deserves.
Hi there @maxcamey we've been seeing the same thing with merchants using our application. This is pretty impactful since so many people use Shop Pay and our app relies on line item properties being present. Has anyone at Shopify looked into this at ...
This bug relates to all versions of App Bridge, all POS devices, and all instances of App Bridge when interacting with the cart.Currently, when adding to the cart in POS, app bridge allows us to specify the variant and quantity we want to add, amongs...
Can you share how you're adding line items to your cart? The cart and subsequently checkout will obtain the price for each line item from the payload that you use to create the line item. So if you want to use a custom price from the metafield, you'l...
Have you tried without calling JSON.stringify on the data payload. I think axios will work fine with straight JSON and the stringify may actually be throwing off how the body is sent in the request. Haven't tested but just a thought.
05-08-2020
I'm not sure if you've checked this already but Shopify does limit the orders that you can fetch to those within the last 60 days and I believe if you try to fetch older orders without having `read_all_orders` on your token permission scope, you'll r...
Duplicate but responding here for completion. So I believe I was able to solve this issue by doing a rolling release of the events even by just 1ms. Seems the App Bridge event receiver was throttling or skipping events if they came in too quick succe...
So I believe I was able to solve this issue by doing a rolling release of the events even by just 1ms. Seems the App Bridge event receiver was throttling or skipping events if they came in too quick succession. Using the following code snippet for em...
I'm attempting to make use of the app bridge functionality in the latest POS version for my app and I'm seeing some strange behavior. Steps that I'm taking.- Add customer to cart (works great)protected setCustomer = (data: CustomerPayload): void => {...
I'm attempting to make use of the app bridge functionality in the latest POS version for my app and I'm seeing some strange behavior. Steps that I'm taking.- Add customer to cart (works great)protected setCustomer = (data: CustomerPayload): void => {...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
5938 | 05-08-2020 01:03 PM | |
1177 | 05-07-2020 07:26 PM | |
688 | 05-07-2020 07:23 PM |