Rich Borek commented on What customer fields could be edited through the PUT...
Hey 7Spikes,I've been working extensively with this API recently and I will tell you that managing addresses is "Rocket Science" as they are structured in the API they are not individually addressable...
View ArticleAbsque commented on Problem with connecting to shopify API from non-web based...
Problem already solved, there was method that overwritten protocol setting, after inspecting whole code throughly i found it and replaced it with proper value.
View Articlenate beaty commented on 400 error returned when adding a product variant via API
I ended up just building a much simpler Flask app to handle this functionality. The older Rails 3.0 app proved too cumbersome to update, and building a new Rails 4 shopify_app from scratch was also not...
View ArticleAlexander commented on How get store admin email, name, store title on App...
Thank you, GET /admin/shop.json works fine )
View ArticleAPI Table References Diagram by fermat
Hi all,I have created a diagram that shows how the API Tables reference each other. This is an “unofficial” diagram.I would say its 95%+ accurate, so there maybe a couple of errors.Tables and Fields...
View ArticleMarius from SuppleApps commented on Discount API
There's obviously already an API made for managing discounts, as it's being used byhttp://docs.shopify.com/manual/more/official-shopify-apps/bulk-discountsThe Bulk Discounts app requires some time to...
View ArticleDavid Bunce commented on Could not create SSL/TLS secure channel
Thank you SO much. Problem solved :)I just needed to add the line:ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls
View Article7Spikes commented on What customer fields could be edited through the PUT...
Hi Rich,Thanks a lot for the information! It is interesting that now there is a CustomerAddress API.Please note that I have managed to update the addresses successfully as I wrote in my previous post....
View ArticleSeparate Webhook for customer/invited vs customer/updated by Andrew
Hello,I am responding to customer webhook events in my application. They are working great, however sometimes a shop will send out many 100,000+ account invites and I will receive 100,000 webhooks for...
View ArticleRecording an order via api sets customer accepts_marketing to false by Andrew
Hello,I recently noticed that if you record an order in Shopify via the api and specify a customer_id for the order the customers accepts marketing value will be set to false.You can remedy this by...
View ArticleStaff members & custom page by Ramesh
I want t create app for which staff member added how many products?
View ArticleHow to get staff membes list using App & API by Ramesh
How to get staff membes list using App & API.Anyone please help me..This is very critical for me please..Thanks in advance
View ArticleProgrammatically add products to cart without charging by A. K.
Hi,Does anyone have an idea how to add a product to the cart, through the API) without charging it. For instance I want to give a user the same product as a gift, something like "buy one get the second...
View ArticleVahe Abelyan commented on How can I add a bit of javascript code to the...
I found the answer to my last question but now I have another question.I want to add Ping Conversion Tracking code to my pages using app.But script tag doesn't allow me to give and id to scripts like...
View ArticleChris Saunders commented on Staff members & custom page
That information isn't available.
View ArticleChris Saunders commented on How to get staff membes list using App & API
Currently there is no way to get the list of staff members for a shop through the API.
View ArticleOrder creation webhook not firing after test purchase by Zach Sherman
Searched everywhere and couldn't find a good answer to this.I've set up a couple of webhooks in my app to fire after cart creation & order creation. For testing purposes I'm catching the responses...
View ArticleAndrew commented on Setting created_at on an order created from api
Any progress or news on this? It would be very helpfulThank You,-Andrew
View Article