-
Notifications
You must be signed in to change notification settings - Fork 1
Data Type: Shop
sdepold edited this page Sep 13, 2010
·
2 revisions
Shop records extend user records to include information about the seller’s shop. Shops have these fields:
parameter | value | description |
---|---|---|
id |
The shop id |
|
name |
The shopname |
|
restful-path |
The path to this shop resource |
|
created-at |
When was this shop created? |
|
updated-at |
When was the last update updated of this shop? |
|
image |
complexType (repeating) |
Image for this shop
|
banner |
The URL to the banner image
|
|
shop-category |
complexType (repeating) |
A category this shop has
|