Interface ShopifyCheckoutJson
Properties
products
products
: { accessories
?: { productId
: string; quantity
: number }[]; main
: { categoryId
?: number; customFields
?: CheckoutProductCustomFields[]; imageUrl
?: string; price
: number; productId
: string; productText
?: string; quantity
: number; title
?: string; weight
?: number; weightUnit
?: string } }[]