Create Unmanaged Order Summaries
To directly create an Order Summary record, you must create an activated order record and generate an order summary from it.
Creating an order summary is a three-step process:
-
Import a draft order into Salesforce.
-
Activate the order.
-
Create an order summary in one of four ways.
-
Use the Order Summaries Rest API to create an OrderSummary record based on an order.
-
Use the OrderSummaryCreation Apex class.
-
Use Process Builder to call an invocable action when an order is activated.
-
Use a flow that runs when an order is activated and a SalesStoreId is provided.
-