Promotion Association Input

Cart and its cart items before any promotion discounts are associated with them.

This request body isn’t available in version 56.0 and later. In version 56.0 and later, use Promotion Evaluation Input.

Important

Root XML tag
<salesTransaction>
JSON example
{
   "effectiveAccountId":"001RM000004ywq7YAA",
   "couponCodes": ["CODEA", "CODEB"],
   "salesTransaction":{
      "attributes":{
         "type":"WebCart"
      },
      "Id":"0a6RM00000009XAYAY",
      "CurrencyIsoCode":"USD",
      "TotalAmount":1479.00,
      "CartItems":{
         "records":[
            {
               "attributes":{
                  "type":"CartItem"
               },
               "Id":"0a9RM0000004OseYAE",
               "Product2Id":"01tRM000000QVWKYA4",
               "Quantity":15,
               "TotalPriceAfterAllAdjustments":660.00
            },
            {
               "attributes":{
                  "type":"CartItem"
               },
               "Id":"0a9RM0000004OsfYAE",
               "Product2Id":"01tRM000000QVW7YAO",
               "Quantity":5,
               "TotalPriceAfterAllAdjustments":202.50
            },
            {
               "attributes":{
                  "type":"CartItem"
               },
               "Id":"0a9RM0000004OsgYAE",
               "Product2Id":"01tRM000000QVWFYA4",
               "Quantity":6,
               "TotalPriceAfterAllAdjustments":594.00
            }
         ]
      }
   }
}
Properties
Name Type Description Required or Optional Available Version
couponCodes List<String> List of coupon codes applied to the transaction. You can apply a maximum of two coupons. Optional 54.0
effective​AccountId String ID of the account for which the request is made. Required 53.0
sales​Transaction Map<String, Object> Map of a cart and its items. The fields shown in the example are required to process promotions. Additional fields are allowed but ignored.

In error messages, the TotalPriceAfterAllAdjustments field is referred to as TotalPrice.

Note

Required 53.0