Kevin Hughes commented on Auth Help... code param not received.
I think it is because you already have your token in the request so we don't send it again, not totally sure I'd need to know more about the exact state etc.
View ArticleRyan | Add to Cart Apps commented on Issue with API Order find resource
Watch out with the since Last Order. We have had issues with this in the past where an order will come in before an order before it and this will skip the order. If you want to retrieve orders use the...
View ArticleRyan | Add to Cart Apps commented on API Authentication
Matt,You can also simplify this with Guzzle if you ever plan to have more than one request in a controller. Plus moved the payload out to be a PHP array as you will come across quote issues if you try...
View ArticleRamesh Babu Pathimela commented on NoMethod to_yaml when trying to create a...
Hi,I am also facing this same issue. Can some one help? Best Regards,Ramesh
View ArticleFrank commented on What's the deal with landing_site_ref ?
Hi,I am seeing the same behaviour in my case. Any news on this issue?Thanks
View ArticleMatt Janus commented on API Authentication
Hey Ryan, I didn't realize (although I should have) that I could have just used the basic auth. Thanks! I did end up with something pretty close to your solution. I'm sure others will also find your...
View ArticleProduct Create Error: Omitting Vendor Name Incorrectly Returns HTTP 201 by...
Just a heads up that if you omit the vendor name from your API request Shopify will incorrectly respond with an HTTP 201 (Created) and return an empty product. They should actually be returning a HTTP...
View ArticleAlek commented on Product Create Error: Omitting Vendor Name Incorrectly...
Thanks again for pointing this out, Steve!FYI to all, this is unintended behaviour, and our development team is currently investigating. In the meantime, simply including a value for Product Type and...
View ArticlePrashant Bhure commented on 403 Forbidden error while adding/updating meta...
Hi,I have managed to create new metafield to an existing image by following API CallPUT/admin/products/632910392/images/850703190.jsonModify an existing product imageModify an image; change its...
View ArticleRails 4.1 API Error by Jason Mast
I just created an app using Rails 4.1 and the shopify_app gem. I set up the web app as per instructions but otherwise have not yet changed anything. When I access the app, I can get through the OAuth...
View Article3rd party conversion tracking by Frank
Hi,I am trying to use the 3rd party tracking capability as described here:http://docs.shopify.com/support/your-store/orders/can-i-use-conversion-trackingThis is my incoming link to a test...
View ArticleJason Mast commented on Rails 4.1 API Error
After some debugging, I discovered that the Shopify app won't work with Rails 4.1 due to the issue described here:...
View ArticleGetting 404 error while creating webhooks using API. by rashmi
HI ,I am trying to create webhook using api using following code. (https://github.com/sandeepshetty/shopify_api. )$shopify = shopify_api\client( $shop_data->store_name,...
View ArticleChris Saunders commented on 403 Forbidden error while adding/updating meta...
When you create a metafield you will be given a metafield object back.Simply send an HTTP Delete to the metafield.curl -X=DELETE https://foo:bar@shop.myshopify.com/admin/metafields/123456.json
View ArticleFulfill by API by Felix feliz
Hi, I want to fulfill orders by the shopify REST API.On http://docs.shopify.com/api/fulfillment#completeI found the following command:POST /admin/orders/#{id}/fulfillments/#{id}/complete.json -...
View ArticleKevin Hughes commented on Fulfill by API
The second ID is for the fulfillment object that you want to complete.
View ArticleFelix feliz commented on Fulfill by API
Hi Kevin, where I can see the fulfillment object? I'm reading the orders.rss feed and i can't see an Id for this object. Thank you!
View ArticleKevin Hughes commented on Fulfill by API
Hi Felix,Ahh you might not have a fulfillment object yet. The typical work flow that I am used to seeing is listening to the fulfillments/create webhook (the merchant still presses fulfill on orders in...
View ArticlePUT Method - Posting Changes back to Shopify API - Ruby On Rails by Ben Henry
HeyIm currently in the process ( Very Early ) of leaning Ruby on Rails. Im currently a Front End Dev at a web design company.Im having what im positive is a very newbie question however im really...
View ArticleAdding Discounts by Jason Messersmith
I cant seem to find documentation on how to create a discount with the API, Does the API support the creation of discounts?
View Article