Luciano Laporta Podazza commented on "This product has been deleted and can...
Hello Shayne!, thanks for your reply!.I'm confused, if you take a look at my code, there's the "variant_id" (and it's valid 'cause it exists in my products and have remaining stock):a.line_items =...
View ArticleLuciano Laporta Podazza commented on "This product has been deleted and can...
Nevermind, you were right!, I was using a wrong variant_id!.Thanks a lot!, you rock |m|
View ArticleProgrammatically Interface with Shopify by Smitha
Hi,I'm looking into shopify to replace our ecommerce application. My company has a website which has informational section (kind of content management), ecommerce and customer portal. We are planning...
View ArticleCan you make API requests against a custom domain? by datahero
Google is not helping for this... If a store(e.g. https://a-cool-store.myshopify.com) is using a custom domain like `https://coolstore.com` or `https://www.coolstore.com` can you make API calls against...
View ArticleDon AP commented on API equivalent of customer "has account"/"no account"?
{"customer": { ..."state":"enabled", ... } } or {"customer": { ..."state":"disabled", ... } } Just answering my own question, in case anybody else is looking for this info.The enabled state (aka "has...
View ArticleShayne commented on Programmatically Interface with Shopify
Hi Smitha,1) What you're looking for is multipass, here's a document on the topic that you can take a look at : http://docs.shopify.com/api/uiintegrations/multipass2) You can have Shopify send a...
View ArticleJustin Stern commented on Can you make API requests against a custom domain?
Interesting question, I just gave this a try and it would appear that you cannot use the custom domain in API calls. At least in my quick test I got a `302 Found` response when trying, which makes...
View ArticleDon AP commented on Change state for a customer (Enabled -> Disabled,...
@James - your answer does not work, nor do any of the other obvious answers to the question "how do I get shopify to resend the account activation email"Once the customer object has been created...
View ArticleHow do I create a product with a metafield using a single API call? by Narek...
I want to create a product with a metafield using a single API call.Here's what I'm trying:require 'shopify_api' ShopifyAPI::Base.site =...
View ArticleNarek Aramjan commented on {:base=>["could not successfully be saved"]}
You're welcome. Please do let me know when you make the error explicit, so I can update my code to rescue the correct error.
View ArticleShayne commented on How do I create a product with a metafield using a single...
Hi Narek,It looks like you're putting the metafield on the variant in that example, and then at the end you're looking on the product to see if there are any metafields present. Both products and...
View ArticleShopify APP not rendering in shop theme by Amar
Hi there,New to Shopify and API.....developing an Embedded app....however it's front end(using a PROXY URL) does not render in shop's current theme. Is this normal or I missed something?Thanks,
View ArticleNate commented on Simple retrieve order not working?
Hi Jeff,To authenticate with the API you must create a private app (see: http://docs.shopify.com/api/authentication/creating-a-private-app) or authenticate through OAuth (see:...
View ArticleNate commented on Seed/Mock data for App Development?
That's not something we provide at this time.
View ArticleNate commented on Can you make API requests against a custom domain?
Justin is correct, you should use the myshopify.com domain to make API calls.
View ArticleNate commented on Shopify APP not rendering in shop theme
Hi Amar,Be sure to set the Content-Type header to 'application/liquid'. See: http://docs.shopify.com/api/uiintegrations/application-proxies#proxy-response
View ArticleNarek Aramjan commented on How do I create a product with a metafield using a...
Hi Shayne,Thanks a lot.For those who are interested, here's how to create a product with a product metafield:require 'shopify_api' ShopifyAPI::Base.site =...
View ArticleHow to test application charge for the development store by Igor Gamayunov
Hello,I have a Shopify Partner account and a development store.I send a test application charge and get back 'Not Acceptable' error.Array ([application_charge] =>Array([price] => 25.0[name]...
View ArticleChanging onClick behaviour of Product Images in Shopify by Edmund Lee
I am writing a Shopify app and I want to change the onClick behaviour of the product image for each product. I have quite a few questions regarding this.Is there any standard way to do this?As far as...
View ArticleJason commented on Changing onClick behaviour of Product Images in Shopify
Is there any standard way to do this?If this is for an app for many stores - No. There's no way you're going to be able to determine what the featured image is on the product page since the layout and...
View Article