Updating Product Variant Metafields by Xavier Sharp
I keep receiving an error when trying to use the PUT variant API with metafields as I want to update some of the metafields. Is this possible? If I remove the metafields in the call, the variant is...
View ArticleMaarten van Grootel commented on Updating Product Variant Metafields
What is the error that you are receiving? And can you post the code and/or json that you are sending and receiving?
View ArticleXavier Sharp commented on Updating Product Variant Metafields
"variant" => array( array("id" => [variant_id],"option1" => [name],"price" => [price],"sku" => [sku],"inventory_management" => "shopify","inventory_policy" =>...
View ArticleMaarten van Grootel commented on Updating Product Variant Metafields
It looks okay, but what error code & error message are you receiving from Shopify?
View ArticleXavier Sharp commented on Updating Product Variant Metafields
array(1) { ["errors"]=> array(2) { ["metafields.key"]=> array(1) { [0]=> string(53) "must be unique within this namespace on this resource" } ["sku"]=> array(0) { } } }
View ArticleMaarten van Grootel commented on Updating Product Variant Metafields
Ah, I see. You're trying to update the metafields, but you are not providing the IDs of these metafields. That way they are seen as new, but they can't be added because they already exist. If adding...
View ArticleXavier Sharp commented on Updating Product Variant Metafields
How exactly do you get the metafield ID? When you create metafields in a product variant, it doesn't give you back an ID in the response?
View ArticleMaarten van Grootel commented on Updating Product Variant Metafields
Yes, that is unfortunate, and something that we will improve in the future. For now, I really recommend using the metafields endpoint on product_variant to create and update metafields. That way you...
View ArticleMusic API to autoplay on my shopify site? by Marcel Kaminstein
I am trying to figure out how to add Music to my shopify site by adding an API to autoplay on my shopify site. Is this possible?
View ArticlePull product from my shopify e-commerce website and display in 3rd part...
Hi all,I have a e-commerce website with shopify, possible for me to pull out product from this e-commerce website to another 3rd party website? so that i can link them back to e-commerce website, like...
View ArticlePull product from my shopify e-commerce website and display in 3rd part...
Hi all,I have a e-commerce website with shopify, possible for me to pull out product from this e-commerce website to another 3rd party website? so that i can link them back to e-commerce website, like...
View ArticleMatt Smith-Stubbs commented on Pull product from my shopify e-commerce...
HI AJ,Have you looked at Shopify Widgets? It allows you to place a product on another web site.https://apps.shopify.com/shopify-widgetsHope that helps,Matt
View Articlein lieu of by Head Case
This is our first attempt to bring some of our external tools into our Shopify environment. We are tiring to import a simple html page that uses jquery to guide customers though a custom creation event...
View ArticleJulian Nadeau commented on How to get current shopping cart value via JS
Hi Jagan!Sorry about the delay there!From what I understand, you just want a way in Javascript to get the value of your cart. As long as you are on your Shopify site, you can useShopify.getCart() his...
View ArticleYong Ceih Lee commented on Pull product from my shopify e-commerce website...
Hi Matt,Thanks for your information, possible to pull out the entire product catalog instead of 1 by 1 product?Best regards,AJ Lee
View ArticleRandom failure to use carrier service during checkout for items with weights...
Hi all,I'm working on a store that involves serving up custom shipping rates generated through the Carrier Service API during checkout. I now understand from this olde threade -...
View ArticleGeoff Hamilton commented on Random failure to use carrier service during...
Gah! Naturally, the (completely unrelated) bug emerged moments after I hit post. Please disregard this red herring thread.
View ArticleMatt Smith-Stubbs commented on Pull product from my shopify e-commerce...
I don't think so. You'd need to use the API for that and build your own proxy.
View Article