Newer Version Available
Promotion Cart Item Input
- JSON example
-
1"cartItems": [ 2 { 3 "id": "id1", 4 "type": "Product", 5 "sku": "Tee Size L", 6 "quantity": 2, 7 "listPrice": 100, 8 "salesPrice": 100 9 }, 10 { 11 "id": "id2", 12 "type": "Product", 13 "sku": "Shorts Size L", 14 "quantity": 2, 15 "listPrice": 25, 16 "salesPrice": 25 17 }, 18 { 19 "id": "id3", 20 "type": "Product", 21 "sku": "Shoe Size 9", 22 "quantity": 2, 23 "listPrice": 25, 24 "salesPrice": 25 25 } 26 ] - Properties
-