Skip to main content
Skip table of contents

Nimble Actions: Get an OrderSummary for passed-in orders

Overview

The Get an OrderSummary for passed-in orders Nimble Action is specifically tailored to allow associations seamlessly integrate all details about the order, such as: order item line, short description, prices, subtotal, taxes, shipping cost and total. 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 return of an order summary.

Associations often seek mechanisms that enable them to incorporate order summaries into their order management system without friction, and Nimble AMS is introducing the, Get an OrderSummary for passed-in orders Action, to serve this exact purpose. This ensures that order summaries are seamlessly processed, and order details are summarized and returned, within the overarching Order architecture.

Input

Input

Type

Description

Order Id

Text

The Id to get the order summary.

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.

Order Lines

Apex Defined

Order item line information of the order item id that was passed in.

OrderSummary

Apex Defined

Order Summary information of the order whose id was passed in.

Nimble Actions Library

Invocable Actions (Salesforce)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.