Nimble Action: Convert Cart to Pro forma Order
Overview
The Convert Cart to Pro forma Nimble Action provides a point-and-click solution for converting a Cart into a Pro forma Order. Nimble Actions are Nimble AMS specific Salesforce Apex Actions for App Builders to automate business processes.
Associations with configurations that still create carts can use this apex action to convert the cart to a pro forma order so that it can be processed further in the Pro forma Order architecture, including Experience Cloud Community Hub.
Input
Input | Type | Description |
---|---|---|
CartIds | Text | Provide the ID of the specific cart or a list of IDs in a comma separated format that needs to be converted to a Pro Forma Order. |
Output
Output | Type | Description |
---|---|---|
OrderIds | Text | Once the action is executed, a list of Order ids is returned once the carts are converted to a Pro Forma Order. |