OrderSummaryCreation Class

Create Order Summaries in Order Management.

Namespace

ConnectApi

OrderSummaryCreation Methods

The following are methods for OrderSummaryCreation. All methods are static.

createOrderSummary(orderSummaryInput)

Create an OrderSummary based on an order. That order is considered the original order for the OrderSummary. Subsequent change orders that apply to the OrderSummary are also represented as orders. You can specify whether the order is managed in Salesforce Order Management or by an external system. Most Salesforce Order Management APIs can run only on orders that it manages.

API Version

48.0

Requires Chatter

No

Signature

public static ConnectApi.OrderSummaryOutputRepresentation createOrderSummary(ConnectApi.OrderSummaryInputRepresentation orderSummaryInput)

Parameters

orderSummaryInput
Type: ConnectApi.OrderSummaryInputRepresentation
Input object that wraps the ID of the source order.