HunkyBill commented on Order Status unavailable through the API
Ya... me bad. Sorry for rubbing your nose in it. I guess I treated you like a puppy. I should care less when I give the right answer and people fail to read it and succeed.
View ArticleKirk Moore commented on Order Status unavailable through the API
Are you a Shopify employee Bill?In fact, whether you are or not, I'm going to make a point of bringing this thread to the attention of Shopify.I don't expect to be treated that way by anyone thank you...
View ArticleChris Saunders commented on Order Status unavailable through the API
Hi Kirk,It would appear things have gotten a little out of hand here. First I'll help answer your question though!Order statuses are based on various states on the order, specifically, various fields...
View ArticleNate commented on mirror shopify inventory
Hi Albert,The orders/fulfilled webhook will be sent every time an order is fulfilled. That could be valuable information depending on whether or not your application data depends on that...
View ArticleChris Saunders commented on How to get all the discount details created in...
There are ways to do it using Cookies but this requires collecting usernames and passwords from users and storing them in plaintext. Doing this is unsupported and really discouraged, but if you are...
View ArticleNate commented on Redirecting your app download to a website form
Oops! When someone clicks the 'Get App' button in the app store, they will be redirected to your site with the shop parameter set to their shop.For example, if your app URL was...
View ArticleNedda commented on Shopify and STamps.com
I too have been DYING to have Stamps.com integrated with my Shopify shop! And it's finally done!!!!! You can add it to your batch profiles in the stamps.com program.Yesss!!! No more horrible 3rd party...
View ArticleKirk Moore commented on Order Status unavailable through the API
Hi ChrisIt's Warwick here in this thread, not Kirk, but thank you very much for the explanation. I can see what you're saying and will relay that to our programmer.After my complaint to Shopify, I...
View ArticleWebhook not working on product/delete by Siam
So I set up a requestbin and a webhook on my test store. My test notifications work just as advertised but when I delete an actual product I don't get any webhook request. It's so simple I am not even...
View ArticleSiam commented on Webhook not working on product/delete
So I finally got received it with a delay for 2+ hrs. You have got to freaking kidding me. I know there was an announcement saying you can get a delay of up to 60 secs. I can even understand a couple...
View ArticleOrder.save ALWAYS sets updated_at field by Dave S
When calling save on a ShopifyAPI::Order object, the updated_at field is set to the current datetime, regardless of whether changes have been made.order = ShopifyAPI::Order.last order.updated_at =>...
View ArticleDave S commented on Order.save ALWAYS sets updated_at field
I also think this is some kind of change in the last 24 hours. My code has not changed, and it suddenly started reporting an exponential number of "updated" orders. This is because I use updated_at_min...
View ArticleRamy Alawssy commented on Payment Gateway Payfort for UAE
Yes please, integrate CashU and Payfort!
View ArticlePrinting off pending orders by Leblaireau
Hi, i am creating a site for a take away restaurant. The idea the orders come in and sit in a pending cue, then the admin clicks on multiple orders to sent to the kitchen for the meals to be cooked....
View ArticleAdding new customer metafields in private app by Juan Cortes
Every time I try to add new metafields to the customer account I get this message below:https://chicnurv.myshopify.com/admin/customers/XXXXXXX.json [status code] 400 [reason phrase] Bad requestClient...
View ArticleDave S commented on CDN cache serving stale content to new users
I've just tried this on my machine, and I also see cached pages.Is there any reason why you don't just redirect to the main URL? That's far better for search engines anyway.
View ArticleNate commented on Webhook not working on product/delete
Hi Siam,The delay you experienced is specific to webhooks delivered to requestbin. 'Real-world' webhook delivery times are much shorter, and we're working on fixing the delays to requestbin. If you...
View ArticleNate commented on Adding new customer metafields in private app
Hi Juan,Could you post example data for the request you're making to the API?Nate
View ArticleNate commented on Create Order via API not decreasing inventory?
Hi Ryan,Does your client have inventory tracking turned on for the product? (see: http://docs.shopify.com/manual/your-store/products/track-inventory)Nate
View ArticleAl Priest commented on CDN cache serving stale content to new users
I'm using the Shopify primary domain setup so Shopify is meant to do that for me as I understood, not sure how to redirect it purely at a DNS level. Also it won't help the problem as I get cached pages...
View Article