CheckoutProduct
CheckoutProduct: { ajustedPrice: number; customization: { id: string; values: { cost: number; name: string; value: string }[] }; imageUrl: string; listPrice: number; name: string; price: number; productAttributes: { name: string; type: number; value: string }[]; productId: number; productVariantId: number; quantity: number }
Type declaration
ajustedPrice: number
customization: { id: string; values: { cost: number; name: string; value: string }[] }
id: string
values: { cost: number; name: string; value: string }[]
imageUrl: string
listPrice: number
name: string
price: number
productAttributes: { name: string; type: number; value: string }[]
productId: number
productVariantId: number
quantity: number