-
Notifications
You must be signed in to change notification settings - Fork 1
Data Type: Product
Products are the main resource of dawanda. A product has these fields:
| parameter | value | description |
|---|---|---|
id |
The product’s id |
|
name |
The product’s name |
|
created-at |
When was this product created? |
|
restful-path |
The product’s restful path |
|
quantity |
This product is available x times |
|
view-count |
This product has been viewd x times |
|
materials |
The materials this product was made from. Comma separated list. |
|
tags |
The tags for this. Comma separated list. |
|
image |
complexType (repeating) |
A list of images for this user
|
image-25×25 |
The URL to the image with the size 25×25 pixels
|
|
image-50×50 |
The URL to the image with the size 50×50 pixels
|
|
image-80×80 |
The URL to the image with the size 80×80 pixels
|
|
image_100x75 |
The URL to the image with the size image_100x75 pixels
|
|
image-160×120 |
The URL to the image with the size 160×120 pixels
|
|
image-800×600 |
The URL to the image with the size 800×600 pixels
|