Saravana Kumar commented on Embed App :: Get all store Tags using the Shopify...
I have written a blog regarding this http://sarkware.com/how-to-get-all-tags-product-types-and-product-vendors-using-shopify-api/ also i have a demo application ( just for fun coding - its php not an...
View ArticleCollections update/delete webhooks are not sent by Kelsey Judson
I've tested this with RequestBin (saving with updated title, description and conditions) and collections/create is sent through just fine, however neither update nor delete come through at all (unless...
View Articlekilua gank commented on Rails - Shopify_api
Hi Ben, Thanks for the answer, now I have an idea.. The docs never mentioned about this kind of things. Another thing, What is page? And how do I know how many page should I loop into? Lets say I have...
View ArticleModify existing fulfillment not working by Jeff Lange
$endpoint1 = 'https://xx:yy@domain.myshopify.com/admin/orders/{order_id}/fulfillments/{line_item}.json';; $fulfillment1 = array( 'fulfillment' => array( 'tracking_number' =>...
View ArticleRemiB commented on Currency switcher displays symbol. How do I prevent that?
Hi Askel,If I understand correctly, you use the Currency.money_with_currency_format formatting.Currency.money_with_currency_format['SEK'] = "{{amount_with_comma_separator}} SEK" and...
View Articlekilua gank commented on Rails - Shopify_api
Hi Ben Another thing, is there any way that I could find all methods and arguments that I can use in the Product ?? I was wondering, some people in stackoverflow post something that I could not find...
View ArticleAksel B. commented on Currency switcher displays symbol. How do I prevent that?
Hi again. I tried replacing as you suggested, but then the amounts displays as "{{amount_with_comma_separator}} SEK" If I change the "d's" to "e's" then I get the amounts, but still no "." to seperate...
View ArticlePrivate App order read permission by Debanjan Sengupta
My api is 5c3889cdeec47c1b9b59098da56b6ab0The app is able to read products but what do I have to do to read orders?Can anyone please help me with this.
View ArticleUrgent : Shopify App embedded admin popup loading outside of screen / window...
Hi,we have several apps for which we enabled Embedded Settings , my app admin pages are now embedded in shopify admin. I have loaded all the modal popup using "ShopifyApp.Modal.open" function....
View ArticleRob Curry commented on Image cropping
Shopify is a closed, hosted platform so you wont have any access to modify the code. You would need to use a 3rd party cropping solution.You could look at the aviary.com web editor, which will embed a...
View ArticleLeon Templin commented on Modify existing fulfillment not working
Also, have you tried writing the endpoint var out completely and then going to it in your browser to see if it resolves correctly?
View ArticleJeff Lange commented on Modify existing fulfillment not working
I'm using PHP and it just adds that when I paste the code.
View ArticleJeff Lange commented on Modify existing fulfillment not working
Good idea about going directly to URL. it also shows: {"errors":"Not Found"}
View ArticleJeff Lange commented on Modify existing fulfillment not working
I tried another product/line_item and that also says not found. Not sure why everything shows not found.
View ArticleLeon Templin commented on Modify existing fulfillment not working
Okay so your url is definetly malformed, if you have verified the ids against shopify and you know them to be correct then either your store name-myshopify.com, APIkey or password are incorrect /...
View ArticleJeff Lange commented on Modify existing fulfillment not working
I'm certain the username/password/subdomain are all accurate as I use this for other things. It doesn't want to work with pre existed fulfilled items. I will fulfill an order. Few days later I will add...
View ArticleLeon Templin commented on Modify existing fulfillment not working
LOL, i wish, I am as we speak bashing my head against the fact that no matter what I do shopify claims I have successfully updated my variant inventory however it never changes.I will say this, if you...
View ArticleJeff Lange commented on Modify existing fulfillment not working
So frustrating :( spent 2 days trying everything. I wish they would respond to this and test for themselves. I don't get it.
View ArticleIan Ryder commented on Query Results Not Doing As Expected
Hi Ben, Many thanks for the direction. I have now been able to query the Shop correctly with the statuses that you provided and a few things I learnt along the way is that if you pass an unknown field...
View ArticlePOST Not Returning Expected Result by Ian Ryder
Hi,I have successfully been able to write a .NET Wrapper to communicate with my shop and GET the information I need but I am struggling with POST-ing a Transaction back to my shop from my Client...
View Article