Newer Version Available

This content describes an older version of this product. View Latest

VPL360_SubmitSupplementalOrder

This Integration Procedure submits the supplemental order created while cancelling an order.

Sample Input

1{
2    "supplementalOrderId": "8014W000001Zl6JQAS",
3    "orderId": "8014W000001Zl6E"
4}

Parameter

Required/Optional

orderId

Required

supplementalOrderId

Required

Sample Output

1{
2  "records": [
3    {
4      "orderStatusValue": "Superseded",
5      "Id": "8014W000001Zl6EQAS",
6      "vlocity_cmt__IsChangesAllowed__c": false,
7      "vlocity_cmt__OrderStatus__c": "Superseded",
8      "displaySequence": -1,
9      "messages": []
10    }
11  ],
12  "messages": [
13    {
14      "message": "Cancellation is accepted.",
15      "severity": "INFO",
16      "code": "309"
17    }
18  ],
19  "totalSize": 1
20}

Called By

  • Flows:

    • Self care: Subscription page, Order Cancellation

  • Components:

    • LWC: vplS360SelfCareSubscriptionAddOnsList.js

    • LWC: vplS360SelfCareSubscriptionBasePack.js

Calls

  • Remote Action:

    • Class: vlocity_cmt.CpqAppHandler

    • Method: submitCancelOrder