An object representing an article favorite.
Property | Type | Description |
---|---|---|
uid | integer | The unique identifier of the favorite article list. |
webshop | integer | The unique identifier of the Webshop in which the favorite articles belongs. |
customer | integer | The unique identifier of the Customer owning the list of favorite articles. |
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. |
Returns empty array
Fetches the JSON Schema which can be used for client-side validation.
The unique identifier of an existing article favorite or null
for a new article favorite.