Flo commented on create webhook via API (Required parameter missing or invalid)
Okay. Fixed it myself.I was not aware that i had to create $payload = array('webhook' => array('topic' => $event,'address' => $address,'format' => $format ) );instead of $payload =...
View ArticleNeed step by step procedure to place plugin on shopify by Sweety Webashlar
Hi,I am totally new to Shopify and I want to have an app which should be accessible publicly, I was thinking to use the AngularJS, Javascript, jQuery for all the work needed to be done for my app. My...
View ArticleGet a previous version of templates from the API by Daniel Ristic
From the Template Editor, it is possible to access a previous version of template files like product.liquid. You can then revert back to older versions.Is it possible to do the same via the API?Cheers.
View ArticleBryant Cobarrubias commented on JSON Product Query
Hi BIll. The lack of end point is basically the problem. I need to load the products in the selected collection. But, the products are not available via any (non-admin) JSON API call. I can get the...
View ArticleHunkyBill commented on JSON Product Query
Huh? Just redirect to the URL selected. /collections/foo or collections/fizzbuzz... whatever the drop down value was. That is not a problem... you never want to load products with JSON.. that is clunky...
View ArticleBryant Cobarrubias commented on JSON Product Query
I'm not trying to display the collection. My site buys & sells collectible cards. I'm trying to display a list of products with an associated buy price (as opposed to the sell price). As a hack...
View ArticleAPI + Image Size by stirling thomas
My pos system stores all of my images at the Master size of 2048x2040. They are fed to Shopify via an API channel. Does anyone know why these images are resized to the 'Original' size when they are...
View ArticleHow do you fulfill a line item with the python SDK? by Arian Solberg
I'm trying to fulfill a line item on an order with the python API but I'm getting an error. I'm trying to do this:xxxx is the line_item ID and yyyy is the order_idline_items =[{"id":...
View ArticleJohn Wei commented on Question about the sort order when GET endpoints with...
Not sure if anybody has ever taken a look at this question...Is it too simple a question to ask?
View Articleshopify_questions commented on Trying to update inventory is returning "not...
Hi, did you ever resolve this?
View ArticleGHH commented on Setting created_at on an order created from api
That would be a great feature. Any timeline on when this might happen?
View ArticleGHH commented on Order API - Backdate Orders
Also having the same problem. My understanding is that the order_date field is read-only. Please, Shopify, can you modify this? I also have a recurring need to backdate orders (do to the structure of...
View ArticleKshitij shukla commented on App development: how to install my app into my...
Hii all...I am getting this error on install : Fatal error: Call to a member function findByShopDomain() on a non-object .Also can anyone tell me what will be the difference between...
View ArticleRecurring Charge - Is there a "Declined" Webhook by Paul Hughes
Hello, everyone;First post in this forum—I did a search for some information on this and found a lot of threads, although none that answered this questions specifically, so far as I could tell. I'm...
View ArticleKshitij shukla commented on App development: how to install my app into my...
I am getting this error on installing my App in devShop : Fatal error: Call to a member function findByShopDomain() on a non-object .
View ArticleFull Mollie API intergration by champ
Hello,I want to use Mollie for all transaction (mostly IDEAL and Creditcard)But while the API is there and IDEAL seams to work creditcard is still no option. Mollie tells me the API is there only...
View ArticleEditing Custom Collections through the API by Dan Mort
Hi all,I've been struggling for a while with the API functionality for editing custom collections, specifically using the ruby gem. Until now, I've been using a really strange work-around to make...
View ArticleHunkyBill commented on Editing Custom Collections through the API
Given a product... eg: p = ShopifyAPI::Product.find(123)given a collection... eg: c = ShopifyAPI::CustomCollection.find(123)c.add_product p adds itc.remove_product p removes...
View ArticleMissing API Functionality - Fulfillments by HunkyBill
Hi,I have a client doing custom fulfillments. When they hit fulfill, the order is marked immediately as fulfilled (not pending), and the webhook for fulfillments/create sends the fulfillment info off...
View ArticleOAUTH error when logging in with staff account. by Jeremy
Hello there!As of today we have been noticing that multiple stores with staff accounts have been having trouble accessing our app through the app admin page. The error that is being thrown is:Error...
View Article