cartApprovalRequestOutput:
destination: cartApprovalRequest
Added notification for when an account member submits a cart requiring approval.
This notification is sent when the Cart’s status is updated to REQUIRES_APPROVAL
and if the associated CartActionAudit
is present.
This includes a new message binding, see New Message Bindings.
Changed how the rejection notification is triggered.
It is not sent directly after the cart status is updated with REJECTED
instead of requiring a second HTTP request from Cart ops.