Need to pass UniqueID to Shopify to be included in purchase details
278 views
Skip to first unread message
Josh
unread,
Mar 3, 2012, 2:02:30 AM3/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shopi...@googlegroups.com
Hi,
I'm a new Shopify developer and I've got a website that is selling a product, but I need to associate a unique code to each purchase, basically it's their CustomerID from my website. This is how I'm going to tie the transaction from Shopify back to my system. Is there a way to do this in the API, or is there an easier way I can pass this information along to Shopify (in the querystring or hidden POST variable) so it would come across in the Cart and also in the email that is generated?
Thanks in advance!
Josh
Soren Pedersen
unread,
Mar 3, 2012, 5:20:28 AM3/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shopi...@googlegroups.com
It is possible. However, you will have to make it a purely javascript based solution (all Shopify product pages are cached very aggressively and you cannot read query parameters through liquid).