Optional
Readonly
addedDate and time the ShoppingListLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.
Optional
Readonly
customCustom Fields of the ShoppingListLineItem.
Optional
Readonly
keyUser-defined identifier of the ShoppingListLineItem. Must be unique per ShoppingList.
Optional
Readonly
productUnique identifier of a Product.
Optional
Readonly
quantityNumber of Products in the ShoppingListLineItem.
Optional
Readonly
skusku
of the ProductVariant.
Optional
Readonly
variantid
of the ProductVariant. If not set, the ShoppingListLineItem refers to the Master Variant.
The ProductVariant to be included in the ShoppingListLineItem must be specified using the
productID
andvariantID
, or by thesku
.