Neil Costford commented on 'orders/delete' Webhook
Hello again. Found the issue and should be deploying a fix later this afternoon. Thanks for taking the time to post what you discovered here!
View ArticleAndrew commented on 'orders/delete' Webhook
Thank you so much, Please let me know when its deployed.
View ArticleSpecial characters in params for application proxy causing signature not to...
Hello,I am running an application that makes use of application proxies. It is working great however I have recently discovered that if a param with a special character is passed to the proxy then it...
View ArticleNeil Costford commented on 'orders/delete' Webhook
Fix was deployed. It looks like you were adding the webhook via API call, so you should be fine; I have a small outstanding issue with adding an orders/delete webhook via the UI I still need to track...
View Articleravenna commented on Creating a new product metafield, getting...
I finally changed out my controller update method to grab the product a bit differently and now I am getting a 403. Which means that I am at least talking to the API.def update product_id =...
View ArticleUpdating application charge by Asa Carter
HiA couple of quick questions about updating the application charge or recurring application charge when an existing charge already exists...1. When a shop has an active recurring application charge...
View ArticleHunkyBill commented on Updating application charge
Hear hear! Ya! I love this... you asked some wicked questions my friend. I have been burned by these same issues in the past and await the answers!I just coded up for just one of those cases and it was...
View ArticleCharlie commented on Updating application charge
I am also interested in the answers to those questions. Subscribed.
View ArticleFulfillmentService API issues by edward marriner
Hi,We are developing an app that allow customers to fulfil their products with us at I-Fulfilment. Everything seems to go okay and the request to add us as a fulfilment service on a shop returns a 201...
View ArticleEver Espana commented on Login with facebook
you may be right, this is what their site looks like right now.http://screencast.com/t/fwKSiN2iH
View ArticleSocialShopWave commented on Login with facebook
Thanks for your interest! Please don't worry, it was just a DNS issues after our migration - we've just migrated to Amazon's cloud servers and we're preparing to invite more shops to SocialShopWave...
View ArticleAdding orders via a PHP script. by Aaron Issac
Hi everyone. I am just wondering if is it possible to add orders to my store (thus triggering order email) via PHP script located on another website.The Payment is handled separately in a unrelated way...
View ArticleMaarten van Grootel commented on Adding orders via a PHP script.
Hi Aaron, Unfortunately, there is no order creation endpoint on the API at this moment. But did you know that with the new POS app for the iPad, it is now possible to handle in-person cash...
View ArticleAIMS360ShopifyLink commented on How to find "Free Shipping" for paticular...
Hi, I checked in shopify webhook.But there was no way to find free-shipping orders.please let me know...
View ArticleChris Saunders commented on How to find "Free Shipping" for paticular order...
You can look at the shipping lines for an order. That will include some additional information such as the name of the shipping and the price of the shipping
View ArticleCustomerSavedSearch in Shopify API console? by Glenn Flåten
Hi,I just installed shopify_api Ruby gem. When I run the shopify console I can't find the CustomerSavedSearch object.shell> shopify console using xxxxxx.myshopify.com>> include ShopifyAPI...
View ArticleModify shipping charges by Gary Lyben
I'm in the free trial, and like most of what I see except the shipping calculations. I'd like to have essentially group shipping charge to work like this:If there is 1 or more product in group a, then...
View ArticleUnprocessable Entity - Product Add by JacoRoux
Hi, Does anyone know why I would get an error when trying to process this on a product add: array( 'product' => array( 'title' => 'BBB', 'body_html' =>...
View ArticleJacoRoux commented on Unprocessable Entity - Product Add
It also works when I have only one option:array( 'product' => array( 'title' => 'BBB', 'body_html' => '<p>dvvdsf</p>', 'vendor'...
View Article