Creating an Amazon commission-based storefront

Discussion in 'Amazon' started by sevnrock, Feb 12, 2010.

  1. #1
    Has anyone had experience with making a storefront using Amazon's products? Not talking aStore or pre-made scripts that make your website look generic. I'm talking about creating a whole new branded website, powered by Amazon and selling Amazon products.

    I'm looking into getting something like this running but do not know quite where to start. Do you integrate AWS into existing e-commerce programs? Or do you build it from scratch?

    Your input is greatly appreciated
     
    sevnrock, Feb 12, 2010 IP
  2. aGor

    aGor Member

    Messages:
    80
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #2
    I'm in the process of developing an amazon storefront now..

    I've started from scratch, using SOAP to get information from Amazons Product Advertising API.
    One thing you should think about is that amazon only lets you do one request per second, so you should cache the data you get. I'm not sure how long you can cache the data, but look at amazons tos or something.
     
    aGor, Feb 17, 2010 IP
  3. sevnrock

    sevnrock Peon

    Messages:
    241
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Since writing my original post I've learned a lot of new things about Amazon Product API. It's interesting you're using SOAP over REST - is it that much harder to use like people are saying?

    Also thanks for the heads-up with the one request / s alert. What method would you use for caching their data?
     
    sevnrock, Feb 19, 2010 IP
  4. freshdevelopment

    freshdevelopment Notable Member

    Messages:
    1,303
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    240
    #4
    I built my own script and have been using it for a few sites. It uses REST and I cache information locally in the database. I make sure I comply with Amazons TOS by updating the price of the products every 15 minutes.

    I would be interested to know any advantages of using SOAP. It seemed much more complex to me and potentially finicky on different hosts.

    Feel free to contact me if you need any advice.
     
    freshdevelopment, Feb 20, 2010 IP
  5. aGor

    aGor Member

    Messages:
    80
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #5
    I've never used REST, and this is the first time I'm using SOAP.
    REST might be easier to use (I wouldnt know), but SOAP isn't hard in PHP.

    I haven't started with the caching yet, but I have plans to save the info I need from the requests in a MySQL database.
     
    aGor, Feb 26, 2010 IP
  6. rubberjohnny

    rubberjohnny Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #6
    I find DETERGENT works best for me. Then if the weather's a bit wet I follow it up with TUMBLEDRIER.
     
    rubberjohnny, Feb 26, 2010 IP
  7. Unregistered

    Unregistered Peon

    Messages:
    155
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #7
    lol

    I use REST (easier IMHO)
     
    Unregistered, Mar 1, 2010 IP
  8. c0py

    c0py Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #8
    REST all the way!
     
    c0py, Mar 2, 2010 IP