Readonly
addedDate and time (UTC) the ShoppingListLineItem was added to the ShoppingList.
Optional
Readonly
customCustom Fields of the ShoppingListLineItem.
Optional
Readonly
deactivatedIf the Product or Product Variant is deleted, deactivatedAt
is the date and time (UTC) of deletion.
This data is updated in an [eventual consistent manner](/general-concepts#eventual-consistency) when the Product Variant cannot be ordered anymore.
Readonly
idUnique identifier of the ShoppingListLineItem.
Optional
Readonly
keyUser-defined identifier of the ShoppingListLineItem. It is unique per ShoppingList.
Readonly
nameName of the Product.
This data is updated in an [eventual consistent manner](/general-concepts#eventual-consistency) when the Product's name changes.
Readonly
productUnique identifier of a Product.
Optional
Readonly
productSlug of the current ProductData.
Returned when expanded using `expand=lineItems[*].productSlug`. You cannot expand only a single element of the array.
Readonly
productThe Product Type defining the Attributes of the Product.
Readonly
quantityNumber of Products in the ShoppingListLineItem.
Optional
Readonly
variantData of the ProductVariant.
Returned when expanded using `expand=lineItems[*].variant`. You cannot expand only a single element of the array.
Optional
Readonly
variantid
of the ProductVariant the ShoppingListLineItem refers to. If not set, the ShoppingListLineItem refers to the Master Variant.
ShoppingListLineItems are Line Items that contain references to ProductVariants in a Product.