Optional
Readonly
anonymousOptional
Readonly
customCustom Fields defined for the ShoppingList.
Optional
Readonly
customerThe Customer the ShoppingList should be associated to.
Optional
Readonly
deleteNumber of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the default value configured in the Project is used.
Optional
Readonly
descriptionDescription of the ShoppingList.
Optional
Readonly
keyUser-defined unique identifier for the ShoppingList.
Optional
Readonly
lineLine Items (containing Products) to add to the ShoppingList.
Readonly
nameName of the ShoppingList.
Optional
Readonly
slugHuman-readable identifiers usually used as deep-link URL to the related ShoppingList.
Each slug is unique across a Project, but a ShoppingList can have the same slug for different languages.
The slug must match the pattern [a-zA-Z0-9_-]{2,256}
.
Optional
Readonly
storeAssigns the new ShoppingList to the Store.
Optional
Readonly
textLine Items (containing text values) to add to the ShoppingList.
Identifies ShoppingLists belonging to an anonymous session.