Commerce Subscription Actions History

Representation for subscription actions history.
JSON example
1{
2  "actions": [
3    {
4      "details": {
5        "changes": [
6          {
7            "field": "quantity",
8            "previousValue": 1,
9            "newValue": 0
10          },
11          {
12            "field": "subscriptionTerm",
13            "previousValue": 2,
14            "newValue": 0
15          }
16        ],
17        "errors": null,
18        "status": "Success"
19      },
20      "effectiveDateTime": "2026-01-21T23:59:59.000+0000",
21      "performedDateTime": "2025-12-21T08:33:58.000Z",
22      "type": "Cancel"
23    },
24    {
25      "details": {
26        "changes": [
27          {
28            "field": "quantity",
29            "previousValue": 2,
30            "newValue": 1
31          },
32          {
33            "field": "subscriptionTerm",
34            "previousValue": 4,
35            "newValue": 4
36          }
37        ],
38        "errors": null,
39        "status": "Success"
40      },
41      "effectiveDateTime": "2025-12-20T00:00:00.000Z",
42      "performedDateTime": "2025-11-20T09:39:59.000Z",
43      "type": "Amend"
44    }
45  ]
46}
Property Name Type Description Filter Group and Version Available Version
actions Subscription Action[] List of actions associated with a subscription. Small, 66.0 66.0