Initiate Asset Amend (POST)
Initiate a consumer asset amendment request and return the resulting order or cart context from Revenue ARC.
- Resource
-
1/connect/consumer/initiate-amend - Example URI
-
1https://yourInstance.salesforce.com/services/data/68.0/connect/consumer/initiate-amend - Available version
- 66.0
- HTTP methods
- POST
- Request body for POST
-
- 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
- Response body for POST
- Asset Amend Response