Promotion Cart Item Input
- JSON example
-
"cartItems": [ { "id": "id1", "type": "Product", "sku": "Tee Size L", "quantity": 2, "listPrice": 100, "salesPrice": 100 }, { "id": "id2", "type": "Product", "sku": "Shorts Size L", "quantity": 2, "listPrice": 25, "salesPrice": 25 }, { "id": "id3", "type": "Product", "sku": "Shoe Size 9", "quantity": 2, "listPrice": 25, "salesPrice": 25 } ]
- Properties
-