An object representing a shopping list.
Property | Type | Description |
---|---|---|
uid | integer | The unique identifier of the shopping list. |
webshop | integer | The unique identifier of the Webshop in which the shopping list belongs. |
customer | integer | The unique identifier of the Customer owning the shopping list. |
name | string | Name of the shopping list. |
items | array | An array of items, see Item. |
These are the properties for the item object.
Property | Type | Description |
---|---|---|
article | integer | The unique identifier of an Article. |
choices | integer | The choices of an Article. |
quantity | integer | The quantity of this item. |
Fetches the JSON Schema which can be used for client-side validation.