Lightburn commented on Adding Metafields to a Product results in 422...
I believe I may have figured it out. I was under the impression that metafields could be updated in this way, however it appears you can only create new metafields using this method. Updating...
View ArticleChris Saunders commented on Product Properties Lengths
For the larger areas just assume TEXT.
View ArticleChris Saunders commented on Embedded App SDK Redirects
The redirect needs to happen as part of the OAuth flow as per the docs here. In particular this bit:Since the application is loaded inside an iframe it is critical that the initial OAuth request...
View ArticleIs there an API to calculate taxes for products in a cart? by Alex
Hi,I am trying to figure out a way to get calculated sales tax information for products in my cart through the Shopify APIs, but I cannot find anything in the API documentation or in the forums. Would...
View ArticleHow can I perform payment transactions through the API? by Alex
Hi,I would like to know if I create an Order through the Shopify API, and then create a Transaction through the API specifying the Order ID, will a payment actually be processed through the gateway...
View ArticleHow to test app as if I were store owner by JoelS
I have set up my app and my test store. The API calls all appear to work. Is there any way to view my app on the site as if this were a real situation, so I can test it? I need to be able to test it...
View ArticleMimic unlimited variants, or product add-ons that affect price by Charles Trout
With the current features available in the API, If I wanted to have a product that allowed options that would affect price, I can only think of a couple really odd techniques that might work:"1. Tie my...
View ArticleProduct Modify Ignoring Images?? by Jonathan Schwartz
With the new product_image stuff, does passing the array of image data in the product/modify call no longer work? Here is the JSON I'm passing. Note the "images" element. The variant data is updating...
View ArticleJason commented on Shipping Rates endpoints failing (weight based, price based)
I think there's other endpoints killed off too. I am sure there was a files.json but alas that's also dead now. Clearly some changes have been made but it would be nice to get some official word.
View Article[API] Is there any filters which will list all the products based on keyword...
I am using this api /admin/products.json?Please let me know if any filters are available?
View ArticleJedV commented on Embedded App SDK Redirects
Hi Chris,Ok thanks for clearing this up - slightly annoying for development but hopefully clients won't mind the brief flash change. If anyone else has any input past this though please reply!Thanks,Jed.
View ArticleShayne commented on How to test app as if I were store owner
Have you checked out the following document? http://docs.shopify.com/api/introduction/getting-startedAfter creating your app in your partners dashboard, you should be able to create a dev shop to test...
View ArticleShayne commented on Apps developed specifically for the Dubai/UAE markets?
It looks like Aramex has actually already created their own app for Shopify integration, you can check it out on the app store here : https://apps.shopify.com/aramex
View ArticleShayne commented on [API] Is there any filters which will list all the...
Hi Thomas,You can see all of the filters available on /admin/products.json at the following link : http://docs.shopify.com/api/product#index
View ArticleShayne commented on Mimic unlimited variants, or product add-ons that affect...
In the past I've seen a few people create a separate product for each of the product add-ons, and then use Liquid to hide the "add-on" products anywhere that they didn't want them to show up...
View ArticleChris Saunders commented on Product Modify Ignoring Images??
Could you use the code field or link to a gist. This is impossible to read at the moment.
View ArticleChris Saunders commented on How can I perform payment transactions through...
Orders created through the API do not leverage the payment gateway whatsoever at the moment. You can use it as a way to import orders from other cart systems or whatever, but that is about it.
View ArticleHalley Carleton commented on What's the best way to store images that are not...
Does anyone have any ideas?I need to allow my client to upload color images, but I'm not sure where to store them. Would theme assets be the appropriate place?
View ArticleAlex commented on How can I perform payment transactions through the API?
Thank you Chris. Does the API have any way to associate payment information with the order created through the API?
View Article