HunkyBill commented on Way to access a 1st party cookie set on my store from...
First off... affiliate parameters are already saved by Shopify and are part of the order. You get the landing page, and any affiliate codes in the order itself. Dealing with cookies and checkout will...
View ArticleAsa Carter commented on Shopify API Announcement: HTTPS mandatory as of May...
I'm a new user and was up until 3am trying to figure out why I couldn't connect with the php adapter. It would be useful if this information was included in the getting started guide rather than hidden...
View ArticleChange the price of an item in the cart? by Asa Carter
HiI'm new to shopify and just getting started with the API.I see it is it possible to change the price of a product, but is it possible to change the price of a product in an order (for example if...
View ArticleHow to post JSON formatted file to Shopify in C# by development shop
I'm trying to create new/update products by passing a JSON (example.json) formatted file into my shop in C# .NET.Is it possible to do something likedynamic createProductResponse =...
View ArticleAllan Gourdie commented on Way to access a 1st party cookie set on my store...
Hi Bill. When you say "affiliate parameters are already saved by Shopify and are part of the order", are you talking about the landing_site_ref feature where you do something ?ref=... ? If not could...
View ArticleHunkyBill commented on Way to access a 1st party cookie set on my store from...
When you capture the Affiliate code, scraping it out of the URL using Javascript in your theme, you can save it as a cart attribute. Those get passed to the order, and are available for the lifecycle...
View ArticleAllan Gourdie commented on Way to access a 1st party cookie set on my store...
Fantastic! That sounds like a great plan of action. Thanks
View Articledevelopment shop commented on How to post JSON formatted file to Shopify in C#
I should add, the error I'm getting when I try to pass the .json file through the API is (422) Unprocessable Entity. I know the format of the file is correct, but I don't think the way I'm...
View ArticleAPI Cart & Order Control by Erik Bogaard
Hi Shopify Forum,We are working on a technology solution for 1-touch checkout processing to help merchants optimize their order process for return customers. In our research we are looking at Shopify...
View ArticleAllan Gourdie commented on Way to access a 1st party cookie set on my store...
Got it working perfectly now using a custom cart attribute. Thanks for all your help.
View ArticleAdvice on updating legacy auth to OAuth2 by tsdbrown
Hi there,We (CustomerSure) have existing stores connected (via the ruby shopify_api gem) to our app which currently uses legacy auth. I am about to start the update to OAuth2 and get our shopify_api...
View ArticleHunkyBill commented on Advice on updating legacy auth to OAuth2
You just need to reassure them that it is normal and A-OK that they be prompted to reinstall the App. If they do accept that they get the new token you save in your App and all is well. Nothing changes...
View ArticleBlair Beckwith commented on Shopify API Announcement: HTTPS mandatory as of...
You're right, and our sincere apologies Asa. We'll get this updated.
View ArticleOrder payment webhook by Mark Jensen
Have anyone tested webhooks with the Bogus gateway?I have added the "Order payment" webhook, but after I do a checkout with the bogus payment provider, I don't receive anything.I'm testing the webhooks...
View ArticleMark Jensen commented on Order payment webhook
Never mind. I have received one now. I didn't expect such a large delay.
View Articleskipchris commented on Advice on updating legacy auth to OAuth2
This doesn’t sound totally right… I remember a note in a Shopify-published guide, around the time of the switch from Legacy to OAuth mentioning that Legacy tokens should be compatible with OAuth. Can’t...
View ArticleHunkyBill commented on Order payment webhook
webhooks can take seconds or even minutes... depends how busy Shopify is at that time.
View ArticleConverting an object into JSON object by development shop
I've created a hierarchy of classes to store all my JSON data. Here's a snippet: public class Product { public string body_html { get; set; } public string created_at { get; set; } public string handle...
View ArticleAsa Carter commented on Change the price of an item in the cart?
Anyone? I had a look through the available API again but I still cant see a way to change the price of an item in the cart? Is it possible?
View ArticleJason commented on Change the price of an item in the cart?
Is it possible?No. It makes sense for it to be that way - you can imagine how a sneaky retailer might take advantage of such a loophole suddenly changing the price from $9 to $999 and hoping no one...
View Article