Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Transaction Journal Details

The details of the transaction journal that's created.
JSON example
This example shows a sample response.
1
2    {
3      "discountsAppliedList": [
4        {
5          "discountType": "ProvideDiscount",
6          "discountAmount": 15
7        }
8      ],
9      "gamesAssignedList": [
10        {
11          "gameDefinitionName": "SpintheWheelGame",
12          "gameExpirationDate": "2025-10-10T00:00:00.000Z",
13          "gameParticipantRewardId": "3PRSB0000004LFZ"
14        }
15      ],
16      "id": "0lVSB00000E76ev",
17      "voucherIssuedList": [
18        {
19          "discountPercent":10,
20          "effectiveDate": "2025-10-09T00:00:00.000Z",
21          "expirationDate": "2025-10-10T00:00:00.000Z",
22          "faceValue": 100,
23          "productId":"01txx0000006iTsAAI",
24          "promotionId": "0c8SB000000HASn",
25          "voucherCode": "SALE-4F8G-RT2P",
26          "voucherDefinitionName": "$100 off",
27          "voucherId": "0kDSB0000000LNp"
28        }
29      ]
30    }
Property Name Type Description Filter Group and Version Available Version
discounts​AppliedList Discount Details[] List of discounts applied to the cart for customers. Big, 65.0 65.0
games​AssignedList Game Details[] List of games assigned to the customers. Big, 65.0 65.0
id String The ID of the transaction journal that is created. Big, 65.0 65.0
voucher​IssuedList Voucher Details[] List of vouchers issued to the customers. Big, 65.0 65.0