Skip to content

Instantly share code, notes, and snippets.

@65
Created March 11, 2012 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 65/2015446 to your computer and use it in GitHub Desktop.
Save 65/2015446 to your computer and use it in GitHub Desktop.
Using Your Associates ID with Amazon ECS
<cfset ASIN = "">
<!--- The asin code you just picked --->
<cfset accesskey = "">
<!--- Your unique API access key --->
<cfset ASIN = "sixfive-21">
<!--- Your associates ID --->
<cfset var AmazonURL = "http://ecs.amazonaws.co.uk/onca/xml?Service=AWSECommerceService&AWSAccessKeyId=#accesskey#&AssociateTag=#associateTag#&Operation=ItemLookup&MerchantID=All&ItemId=#ASIN#&ResponseGroup=Medium">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment