# ShoppingList new

An object representing a shopping list.

# Properties

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.

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

# Methods

# delete

# deleteItems

# get

# getSchema

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

# Parameters

# list

# set

# setItems