# ArticleFavorite new

An object representing an article favorite.

# Properties

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.

# 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.

# Methods

# delete

Returns empty array

# deleteItem

# get

# getSchema

Fetches the JSON Schema which can be used for client-side validation.

# Parameters

The unique identifier of an existing article favorite or null for a new article favorite.

# list

# set

# setItem