Newer Version Available
ConnectApi.OrderSummaryInputRepresentation
An order from which to create an OrderSummary. Optionally, you can
specify OrderSummary-specific information such as its Status and whether it is managed in
Salesforce Order Management.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| businessModel | String |
The order’s business model. It can have one of these
values:
|
Optional | 53.0 |
| externalReferenceIdentifier | String | Used internally to prevent duplicate records. This value is case-sensitive. | Optional | 56.0 |
| name | String | Specifies an OrderNumber to assign to the order summary. | Optional | 50.0 |
| orderId | String | ID of the original order. | Required | 48.0 |
| orderLifeCycleType | String |
Specifies whether the order is managed in
Salesforce Order Management or by an external system. It can have one of these
values:
|
Optional | 49.0 |
| sourceProcess | String |
Describes the order process creating the OrderSummary.
It can have one of these values:
|
Optional | 57.0 |
| status | String | Specifies a status to assign to the order summary. The value must match one of the picklist values on the Status field of the OrderSummary object. | Optional | 50.0 |