Skip to content
sdepold edited this page Sep 13, 2010 · 1 revision

ProductType (Status Code 200 – application/xml – ProductType)

Products are the main resource of dawanda. A product has these fields:

XML Schema

Source:

plain parameters
parameter value description

id

integer

The product’s id

name

string

The product’s name

created-at

dateTime

When was this product created?

restful-path

anyURI

The product’s restful path

quantity

integer

This product is available x times

view-count

integer

This product has been viewd x times

materials

string

The materials this product was made from. Comma separated list.

tags

string

The tags for this. Comma separated list.

image

complexType (repeating)

A list of images for this user

  • XPath to value: images/image

image-25×25

anyURI

The URL to the image with the size 25×25 pixels

  • XPath to value: /images/image/image-25×25

image-50×50

anyURI

The URL to the image with the size 50×50 pixels

  • XPath to value: /images/image/image-50×50

image-80×80

anyURI

The URL to the image with the size 80×80 pixels

  • XPath to value: /images/image/image-80×80

image_100x75

anyURI

The URL to the image with the size image_100x75 pixels

  • XPath to value: /images/image/image-image_100x75

image-160×120

anyURI

The URL to the image with the size 160×120 pixels

  • XPath to value: /images/image/image-160×120

image-800×600

anyURI

The URL to the image with the size 800×600 pixels

  • XPath to value: /images/image/image-800×600

Clone this wiki locally