Interface Shopware6CheckoutJson
Properties
products
products
: { accessories
?: { isSingleCartItem
: boolean; productId
: string; quantity
: number }[]; main
: { customFields
?: CheckoutProductCustomFields[]; imageUrl
?: string; price
: number; productId
: string; productText
?: string; quantity
: number; title
?: string } }[]