Newer Version Available

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

VPL360_PreValidateOrderCancellation

This Integration Procedure is used to determine whether an order is eligible for cancellation.

Sample Input

1{
2    "orderId": "8014x000000TTVVAA4"
3}

Parameter

Required/Optional

orderId

Required

Sample Output

1{
2  "canCancel": true
3}

Called By

  • Flows:

    • Self care: Subscription page, Order Cancellation

  • Components:

    • LWC: vplS360SelfCareSubscriptionAddOnsList.js

    • LWC: vplS360SelfCareSubscriptionBasePack.js

Calls

  • Remote Action:

    • Class: vlocity_cmt.CpqAppHandler

    • Method: unfreezeOrder

  • Remote Action:

    • Class: vlocity_cmt.CpqAppHandler

    • Method: preValidate