ReadonlyaddedDate and time (UTC) the ShoppingListLineItem was added to the ShoppingList.
Optional ReadonlycustomCustom Fields of the ShoppingListLineItem.
Optional ReadonlydeactivatedIf 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.
ReadonlyidUnique identifier of the ShoppingListLineItem.
Optional ReadonlykeyUser-defined identifier of the ShoppingListLineItem. It is unique per ShoppingList.
ReadonlynameName of the Product.
This data is updated in an [eventual consistent manner](/general-concepts#eventual-consistency) when the Product's name changes.
ReadonlyproductUnique identifier of a Product.
Optional ReadonlyproductSlug of the current ProductData.
Returned when expanded using `expand=lineItems[*].productSlug`. You cannot expand only a single element of the array.
ReadonlyproductThe Product Type defining the Attributes of the Product.
ReadonlypublishedWhether the related Product is published or not.
This data is updated in an [eventual consistent manner](/general-concepts#eventual-consistency) when the Product's published status changes.
ReadonlyquantityNumber of Products in the ShoppingListLineItem.
Optional ReadonlyvariantData of the ProductVariant. This data includes all the Product Attributes and Variant Attributes to ensure the full Attribute context of the Product Variant.
Returned when expanded using `expand=lineItems[*].variant`. You cannot expand only a single element of the array.
Optional Readonlyvariantid 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.