Results 1 to 7 of 7

Thread: AWS: getting production description?

  1. #1
    Going strong! Kings's Avatar
    Join Date
    Aug 2003
    Posts
    61

    AWS: getting production description?

    I've looked through all the available docs, and as far as I know, it's not possible to get the description of a product, correct?

    Because I see some AWS-sites that do have the product descriptions.
    Dennis Pallett

  2. #2
    Registered flyingpylon's Avatar
    Join Date
    Sep 2003
    Location
    Fishers, IN USA
    Posts
    144
    It's possible, where they are available. They're just not available for all products via AWS, even though you see them on Amazon.com.

  3. #3
    Going strong! Kings's Avatar
    Join Date
    Aug 2003
    Posts
    61
    Originally posted by flyingpylon
    It's possible, where they are available. They're just not available for all products via AWS, even though you see them on Amazon.com.
    Ah, I see, so what is the item called in the XML? 'ProductDescription'?
    Dennis Pallett

  4. #4
    Senior Member chromate's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    2,348
    Not sure what it's called cause I normally use 'Features' for my sites. If you do print_r($item) when $item is the item array, you should see it there.

  5. #5
    Registered flyingpylon's Avatar
    Join Date
    Sep 2003
    Location
    Fishers, IN USA
    Posts
    144
    Yes, it's ProductDescription. The XPath to get to that node is ProductInfo/Details/ProductDescription.

  6. #6
    Registered
    Join Date
    Jan 2004
    Posts
    224
    I've tried this but nothing is coming up. I'm echoing ProductDescription, and I'm using SOAP and PHP.

  7. #7
    Going strong! Kings's Avatar
    Join Date
    Aug 2003
    Posts
    61
    Originally posted by flyingpylon
    Yes, it's ProductDescription. The XPath to get to that node is ProductInfo/Details/ProductDescription.
    Thanks
    Dennis Pallett

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •