apparel - order confirmation

 avatar
unknown
json
2 years ago
782 B
10
Indexable
{
    items: [
        {
            name	:	Savanna Wicking Shirt - Women's,
            image	:	https://cfstage.corporategift.com/260x260/s/a/savanna-wicking-shirt-womens-4.jpg,
            sku	:	S-FA-4462-Black-L,
            category	:	Apparel,
            attributes		[...],
            customizations	:	...,
            variations: [
                {
                    value: 'White, XXL',
                    price: num,
                    qty: num,
                    subTotal: num
                },
                ...
            ],
            qty	:	null
            price	:	null
            subtotal	:	null
            total	:	null
            taxAmount	:	0.0000
        }
    ]
    shippingMethod: ...
    giftMessage	:	...
    vendorName : string|null NEW VALUE
}
Editor is loading...