Promotion Product Input

Products for promotion product evaluation. Supports domain dependent requests based on productId and domain independent requests based on sku.
JSON example (domain dependent evaluation)
"products": [
            {
               "productId": "01txx000000001dAAA",
               "salesPrice": "60"
            },
            {
               "productId": "01txx000000001dABB",
               "salesPrice": "50"
            } 
        ]
JSON example (domain independent evaluation)
"products": [
        {
           "sku": "sku_1",
           "salesPrice": "60"
        },
        {
           "sku": "sku_2",
           "salesPrice": "50"
        } 
     ]
Properties
Name Type Description Required or Optional Available Version
productId String ID of the product. Required for domain dependent evaluation 58.0
salesPrice String Sales price of the product. Required 58.0
sku String Stock keeping unit (SKU) of the product. Required for domain independent evaluation 58.0