Morten Suhr Hansen commented on Integration between Shopify & Microsoft...
Super - Thanks!Best,Thomas
View ArticleProgramatically empty-ing customer's shopping cart by Bruno B
Hi everyone, our custom purchase flow includes sending customer from the cart to our site, doing custom payment processing and returning them back to shopify store. When they I forward them back, I...
View Articlereturning Variant fields in products.json results by Rzipper
The products api allows you to specify the fields you want to return in the output. I need product id, product handle, and variant sku(s)....
View Articlesathiyaseelan kt commented on How transcation the money using shopify api...
Hi ben, I want know clearly can i pass transaction through api with master or visa creditcard for gateway transaction.Will get merchant amount related this transction.Because we have...
View ArticleCorrect way to add Custom Script needing liquid variables by cloudpre
Hi - our service adds customer level analytics and I am trying to create an app. We have a domain api key available for each customer which we need to initiate in the JS API. Email address is needed to...
View ArticleHow to Configure API to shopify payment? by Jeba Imanuel
HI friends please help me with Basic information. How can i use shopify transaction. I have been studied basic information. But i can't get answer clearly..
View ArticleJamie commented on How to Configure API to shopify payment?
Shopify payments do not have a public API.
View ArticleJOE commented on What's the deal with landing_site_ref ?
This is a problem for me too. I have included {{ landing_site_ref }} in my tracking URL but it is empty. Is this even supported?
View ArticleNoob Getting Started help required with Shopify Order API! by Ian Mitchell
Hi all,we've set up our Shopify store and everythings running well. We're looking at importing all our offline sales (we're primarily bricks and morter) into Shopify as the customer tracking etc is...
View Articleusing fiddler to check api calls by Richard Crittenden
I'm just getting started with the api and see that I should check my calls with fiddler which I have installed to run a simple test I have...
View Articleapi create an order in c# by Richard Crittenden
im trying to create an order using the following methods but just seem to get bad request back are there any post examples out there?~ private string CreateOrder() { const...
View ArticleNoob: How would I load a view from my app onto a page in my shopify store? by...
I'm trying to get started with opening a shopify store and the API. However, I'm having trouble conceptualizing how to actually use the API.I just created a private app and hooked it up to my Ruby on...
View ArticleHow do I create an app that adds methods to existing models (Product, etc)?...
I am looking to create a Shopify app using Rails. However, I'm still not fully understanding how I would go about doing it. I created a private app, and hooked it up to my admin section using these...
View Articleselva commented on Overwrite product in XML API
Hello sir,I am new to shopify, and after several hours / days of trying to work it out, I have finally got our private app working to create new product, using shopify php api. (got the sample code...
View ArticleUpdating line-item fulfillment_status from fulfilled to null or unfulfilled...
Hi Guys,I need to update the line-item fulfillment status to null or unfulfilled for items I had already fulfilled using the 'Create a new fulfillment' call and have set the fulfillment_status to...
View ArticleRyan | Add to Cart Apps commented on How do I create an app that adds methods...
These are just metafields on that particular product id. `spr` is the namespace and `reviews` is the key and then it can be accessed in liquid with dot notation as mentioned from the base product...
View ArticleRyan | Add to Cart Apps commented on using fiddler to check api calls
What happens when you try that URL in a browser without Fiddler.
View ArticleRichard Crittenden commented on using fiddler to check api calls
in chrome I get the json response of orders
View Articlecreate an order in .net post request help! by Richard Crittenden
has anybody got a simple post request example in .net as no matter what I do I am just getting bad request returned ive tried json and xml to no avail any help would be much appreciated~ using (var...
View ArticleIs it possible to get link_lists information from API using private apps? by...
Hello,I'm trying to export product information in a different xml format than shopify's. I'm trying to include category information for each product. So far, I used collections and collects to map...
View Article