Nimble Action: Apply shipping method to ProForma order
Overview
The Apply shipping method to Proforma order Nimble Action is specifically tailored for associations to seamlessly add a shipping method to an order item line in proforma order. Nimble Actions are Nimble AMS specific Salesforce Apex Actions, designed with App builders in mind, to configure in the association’s org and automate the inclusion of shipping method to order processing.
Associations often seek mechanisms that enable them to incorporate subscriptions into their order management system without friction, and Nimble AMS is introducing the Apply shipping method to Proforma order action to serve this exact purpose. This ensures that shipping methods are applied to shippable products within the overarching Pro forma Order architecture.
Input
Input | Type | Description |
---|---|---|
Account Id | Text | The salesforce account ID of the person placing the order. |
Order Id | Text | The ID of the order that the shipping method applies to. |
Ship Method Id | Text | The ID of the order item line that the shipping method applies to. |
Output
Output | Type | Description |
---|---|---|
Error Message | Text | An error is returned if the process fails. That is, the screen is populated with an error message if Success is false. |
Is Success | Boolean | This indicates whether the process was successful or not. If True, then the operation was successful. |