Store Staff commented on Customer ID
Is it possible to search customer (in the POS) by the auto generated ID? so we make customer cards with barcodes and be able to just scan the bardcode in there card (like costco,shoppers,IKEA,etc) when...
View ArticleShayne commented on Smart Collection Products Sticking When Updating Via API
Your best bet here is going to be to loop through all of your products in the collection, remove the tags that shouldn't be there, and then a little later come back and look at the collection to make...
View ArticleMike Burrows commented on Smart Collection Products Sticking When Updating...
How long should the script need to wait before checking to see if the collection has updated?
View ArticleShayne commented on Can't update products via the API by way of a private app
You may want to trying changing https://API-KEY:API-PASSWORD@MYSTORE.myshopify.com/admin/variants/#853811435.jsonto...
View ArticleShayne commented on Incorrect order_number in checkout
Hi Jrex! What are you getting, and what are you expecting to get?
View ArticleBBG commented on Webhook URL is called between 2-4 times
I use redis to store the unique ID with 3 days before the key expires.
View ArticleJack Lee commented on Fastest way to import a lot of products
I'm doing large imports from eBay with my app, "ESA". Over the past week I've seen unusual api lag. What used to take 2-4 seconds is now taking over 10 seconds just to add a product. Is the api...
View ArticleHunkyBill commented on Fastest way to import a lot of products
I think all generally useful API endpoints come with limits about how fast you can hammer them, but none come with a guarantee that they will process your inputs within a regular sized envelope or...
View ArticleBest way to include JS snippet across entire site by Jack Abdinoor
I'm developing an app that needs to have a bit of JS available on every page of the site. Ideally I want this to be done automatically when the app is installed. I'm not a fan of asking the user to...
View ArticleJrex commented on Incorrect order_number in checkout
Hey Shayne,I'm glad Shopify noticed this post. I've seen a lot go unanswered. I finally got an answer through support after blaming my tracking pixel on the problem. Basically the new Responsive...
View ArticleSingle Sign-On with other services and Shopify by Shawn Straffin
Hello Everyone,I am new to Shopify but a buddy (Shawn) of mine is getting my help setting some things up. He currently has an installation instance of Open Classifieds and we would like to tie that to...
View ArticleJack Lee commented on Fastest way to import a lot of products
Just did a quick test. Took 38 seconds to add a product.It's not all good at all.
View ArticleHunkyBill commented on Fastest way to import a lot of products
Be great to know the details. For example:- how long did it take for the request to travel from origin to destination. 500ms, 5000ms, 15000ms?- once the request was received by Shopify, how long did it...
View ArticleChris Lloyd commented on "error from gateway: you do not have permissions to...
I've been getting the first one recently, since upgrading the the new Responsive Checkout.Haven't got to the bottom of it yet though!
View ArticleLog into Shopify store via mobile app by Ritu Agarwal
I want to create a mobile app for my Shopify store and I need to create a login are where my store's customer can log into Shopify store. Is it possible? Is this possible to log into Shopify store via...
View ArticleShopify checkout via mobile app by Ritu Agarwal
I want to create mobile app for my Shopify store. I need to know checkout process from mobile app. Actually I don't know how can we send a user to checkout page from mobile app and order should be...
View ArticleIntegrating Shopify & 2Checkout by kedmyster
Hey,I'm trying to integrate Shopify with 2Checkout in order to allow for recurring payments while keeping the experience the same as a regular shopify add to cart/checkout.That's what I did:I created a...
View Article406 Not Acceptable with POST to /admin/script-tags.json by Mark Williams
I am getting a 406 Not Acceptable response when posting to the /admin/script-tags.json endpoint. I have a valid Shopify-Access-Token, it works for other requests.Here is the request (access token...
View ArticleCraig Christenson commented on Integrating Shopify & 2Checkout
2Checkout's system right now doesn't support a direct server-to- server API call for authorizing a credit card, that JS library client-side for the tokenization is required for a transaction.Would...
View ArticleJames MacAulay commented on 406 Not Acceptable with POST to...
You're using a hyphen in "/admin/script-tags.json", but it should be an underscore: "/admin/script_tags.json".
View Article