I would like to use the API provided by Amazon to create a PHP script which will do the following things - reprice listings every 15 mins (I sell in a competitive market) according to current lowest selling price for that item in same condition (so it needs to know that figure!) - process order notifications into a database (received by email) It's not a hugely complex, but a bit too tough for me right now. If anybody can point me in the direction of a good tutorial then that would be great. Otherwise, sensible offers please (I'm a student!!) Cheers!!
afaik, the amazon api only updates every 60m, so sending requests at 15m intervals would be pointless.