Optional ReadonlyaddedDate and time the ShoppingListLineItem is added to the ShoppingList. If not set, the current date and time (UTC) is used.
Optional ReadonlycustomCustom Fields for the ShoppingListLineItem.
Optional ReadonlykeyUser-defined identifier of the ShoppingListLineItem. Must be unique per ShoppingList.
Optional ReadonlyproductUnique identifier of a Product.
Optional ReadonlyquantityNumber of Products in the ShoppingListLineItem.
Optional Readonlyskusku of the ProductVariant.
Optional Readonlyvariantid of the ProductVariant. If not set, the ShoppingListLineItem refers to the Master Variant.
For a Project with [ProductCatalogModel](ctp:api:type:ProductCatalogModel) (BETA) set to `Modular`, when `variantId` is not set, the ShoppingListLineItem refers to the Product's default [Variant](ctp:api:type:Variant) (BETA) (`defaultVariant`) instead of the Master Variant. If no default Variant is set, the ShoppingListLineItem refers to the Variant with the lowest `variantId`.
The ProductVariant to be included in the ShoppingListLineItem must be specified using the
productIDandvariantID, or by thesku.