The API Core Files
You will need to download these files in order to run any code found on this site, without these files, the code WILL NOT WORK.
These files are essentially the same files that come from awin, ie. the classes and the SOAP files. You will need to edit the constants.inc.php file to use your Affiliate ID and API Password.
define('API_USERNAME', 'ID_HERE'); // Your affiliate ID (e.g: 12345) define('API_PASSWORD', 'PASSWORD_HERE'); // Your API password V2 Hash (found in your user area)
For the V3 Version, you will need to add your API key on this line define(‘API_KEY’, ‘YOUR_API_KEY_HERE’); in the constants.inc.php file (this is your ProductServe API (ShopWindow Client) Password V3 MD5 Hash found in your password area in the Awin affiliate area)
These files alone won’t do a thing, they are just the core files needed by every call, I suggest you don’t rename them or the folders, as all the examples will use the original names.
Please download the zip file from the location below
Comments
2 Comments on The API Core Files
-
Joe on
Tue, 18th May 2010 11:33 am
-
apimonkey on
Tue, 18th May 2010 11:45 am
Thanks for your code. Very helpful.
My pleasure
Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
You must be logged in to post a comment.




