Kevin Hughes commented on Creating image using API ignores filename
Hi Casper,Metafields on images were not 'whitelisted' on the products endpoint until earlier today. If you try your original approach again it should work now.
View ArticleFileMaker Pro 11 and Shopify by Jjaw
Looking at changing our ecommerce shopping cart to Shopify. Is there a script that can be written or maybe it already exists, that can export orders from Shopify and import to our Filemaker data base?...
View ArticleCasper S. Lafrenz commented on Creating image using API ignores filename
Hi againI retried the original product creation with the embedded product image. The product is still created as expected and the image alt text now appears correctly in the Admin page for the product....
View ArticleKevin Hughes commented on FileMaker Pro 11 and Shopify
I can't say if one exists already but I don't know of one. However it should be pretty easy to do using our API! A developer might see this post and reach out otherwise I'd recommend contacting one of...
View ArticleKevin Hughes commented on Creating image using API ignores filename
Hi Casper,Yup looks like 'filename' needed to be whitelisted as well. I am shipping a patch now you should see it live in under an hour.
View Article406 Not Applicable on Post Order by Ian Stull
I'm successfully posting orders, but still receiving a 406 response which is causing exceptions on my end. My XML to be posted takes this form:<?xml version="1.0" encoding="utf-8"?><order>...
View ArticleMerchant api returns {"errors": "Contact Support"} by Cory Dominguez
Our customer http://bodys.myshopify.com api seems to be broken, all requests to admin over ssl returns: {"errors": "Contact Support"} Any ideas?
View ArticleCasper S. Lafrenz commented on Creating image using API ignores filename
Sweeeeeet, that is excellent service. I must say I am impressed by the speed with which you got this fixed. Thanks....Casper
View ArticleOrder Payment Webhook Test not working by Alex Ververis
Hi,Like the title says, I am having trouble sending a test notification from the /settings/notifications page. I tried with both a simple express.js application as well as with http://requestb.in/I can...
View ArticleMark Macdonald commented on Heartbleed considerations
You can find our update here:http://www.shopify.com/blog/13569149-what-is-heartbleed-and-how-does-it-affect-your-ecommerce-website#axzz2yOcdnyhyHope that helps.
View Articlewhat is the function of the 'published_scope' field? by Eric Howard
Is there any more documentation about the "published_scope" field for custom collections? What is the field used for?From: http://docs.shopify.com/api/customcollectionpublished_scope{ "published_scope"...
View ArticleKevin Hughes commented on what is the function of the 'published_scope' field?
"global" means it will be visible everywhere and "web" means it won't show up on Point of Sale.
View Articlenote_attributes not saving by Aidan Feldman
I'm trying to add a couple custom attributes to Orders, e.g. whether the order is "rush" or not. Ideally this attribute would be visible in /admin/orders, but doesn't seem like there's a way to do...
View ArticleWebHooks Send Test Notification Not Working by Adam Green
I am trying to test webhooks, but it seems nothing happens. I have pointed them to a RequestBin location, but nothing is ever delivered when I click "Send Test Notification". I've also tried to send to...
View ArticleHunkyBill commented on WebHooks Send Test Notification Not Working
If you're at all serious about using webhooks, you should create the webhook you want to use using the API. That is the only way to get Shopify to send you a proper authenticated webhook since the API...
View ArticleAdam Green commented on WebHooks Send Test Notification Not Working
Ah, I see. Thanks for the information. I'm kinda new to all this - could you please provide a link to how to get started with this? Thanks!
View ArticleRetrieve ALT Tag from image using API by AMSDFW
I'm trying to retrieve the alt tag of the images through the api but it appears that the api as wel as a basic product json doesn't supply the alt tag. I'm kinda in need for this in order to display...
View ArticleKevin Hughes commented on WebHooks Send Test Notification Not Working
That is really weird I just made myself a test webhook to request bin and it worked for me. Maybe try again with a new bin?
View ArticleHunkyBill commented on Retrieve ALT Tag from image using API
They're stored as metafields attached to the image resource. Get yourself the metafields, iterate through them, and you'll find the alt tag. I think it's probably under the global namespace. You know...
View ArticleAMSDFW commented on Retrieve ALT Tag from image using API
Thanks for your quick reply. I also just stumbled upon the metafields solution. http://docs.shopify.com/api/metafield.html. This works but I need to iterate over each image and check if it is the alt...
View Article