CME Asset Amend Input
Provide amendment request details and optional web store context for initiating a consumer asset amendment.
JSON Example
1{
2 "amendRequest": {
3 "assetIds": ["02ixx0000001AbcAAE"],
4 "amendmentStartDate": "2026-09-01",
5 "quantityChange": 1,
6 "outputRecordType": "Cart"
7 },
8 "webStoreId": "0ZE0Y0000001234WAA"
9}Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| amendRequest | Object | Revenue ARC amendment request payload, including asset IDs, start date, quantity change, and output record type. | Optional | 67.0 |
| webStoreId | String | Web store ID used when the output record type is Cart. | Optional | 67.0 |