Webhook Timing by Kelly Bleck
Hi there, I'm new to Shopify and the Webhooks. I am trying to capture a new order, check if a certain product was purchased. IF the product was purchased, I want to tag the customer and send the...
View ArticleHunkyBill commented on Change state for a customer (Enabled -> Disabled,...
@Don. This issue only ever comes up when migrating accounts from a different system, does it not? Why would you want to intercept new registrations? Why would you intercept forgotten password requests?...
View ArticleKelly Bleck commented on Change state for a customer (Enabled -> Disabled,...
@HunkyBill. Here's my use-case:I am trying to capture a new order and check if a certain product was purchased. If the product was purchased, I want to tag the customer and automatically send the...
View ArticleJVB93 commented on Product Variant Level Lower Than Fetch Stock Endpoint
Hey Kevin, This is still happening - now across roughly 40 of our stores and hundreds of SKUs, including the very busy http://foo-fighters-store.myshopify.com. Please tell me there has been progress on...
View ArticleHunkyBill commented on Change state for a customer (Enabled -> Disabled,...
If an order has a customer (it might not), then the customer is already invited. It makes no sense to re-invite an already active customer. If the customer is part of the order, but is not enabled, and...
View ArticleKevin Hughes commented on Product Variant Level Lower Than Fetch Stock Endpoint
The issue I was referring to above was fixed a long time ago. I took a quick look at the shop and here is why the numbers don't match for your case - the merchant is not fulfilling the orders which...
View ArticleJVB93 commented on Product Variant Level Lower Than Fetch Stock Endpoint
Makes sense. I will implement this now. thanksEdit:Actually, not so sure about the fulfillment webhook, sorry. We use the order creation webhook to place the order into our third party logistics...
View ArticleKelly Bleck commented on Change state for a customer (Enabled -> Disabled,...
@HunkyBill - So, from what I understand, a site can have anonymous users (people who can make orders but don't have a username/password). These anonymous users will have a "customer profile" created,...
View ArticleUsing the API from an external site by umbrella
Hi!I was wondering whether I can build a website (using my own CMS and server) and use all of the Shopify functionality through an API. I wasn't completely sure whether it's just "adding to cart" or...
View ArticleShowstopper: Different users getting the same cart token by Hidden Gears
Hi all,I have a client (whose site I did not develop, but am now the developer for) who uses the AJAX API to add products to the cart, using the code nearly verbatim from...
View ArticleChris Saunders commented on Showstopper: Different users getting the same...
How are you testing this functionality? Is this with two separate browser sessions running in Incognito / Privacy mode? Have you replicated this across computers? Across Browsers?
View ArticleHidden Gears commented on Showstopper: Different users getting the same cart...
I reproduced it with one browser in Chrome incognito and the other in Safari, after noticing oddities while browser testing other features I was developing. It's been reproduced by their staff...
View ArticleChris Saunders commented on Showstopper: Different users getting the same...
Cool. Thanks.We've pinpointed the issue and have some engineers looking into it. We'll update this post when it's been resolved.
View ArticleHidden Gears commented on Showstopper: Different users getting the same cart...
Awesome, thank you Chris, looking forward to it!
View ArticleLeon Templin commented on Modify existing fulfillment not working
You try asking your questions on stackoverflow? I always get help there faster than here..
View ArticleOlga Levicheva commented on Direct link to an .xml file
Ben, thank you for your answer! it helped.
View ArticleReading product data from another website using JSON API code by Majid Alzahrani
Dears, I'm trying to read product data from another website and they provided me only with the code and url of the API call. the code is as follow: { "key": "Your_API_Key", "currency": "GBP",...
View ArticleChris Saunders commented on Using the API from an external site
If you wanted you could do that. Our API is open and you could build a wrapper for your CMS if you wanted. As for checkouts you'd still need to use Shopify as the Add to Cart functionality only goes so...
View Articleumbrella commented on Using the API from an external site
Great, thanks for the reply. About the add to cart functionality, I understand that the add to cart button, the cart itself and the checkout will all be connected to Shopify either through an iframe or...
View Articlekapil commented on getting error when I am using the rails production ENV...
ANy progress on this one ?
View Article