Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ConnectApi.ChangeOrderSummaryInputRepresentation
A change to an order summary. There are several general validations for this input. The
maximum number of changes allowed per request is 100. You must include at least one change for
an entity, and each change that's associated with an entity counts as one change. You can modify
only order item summaries in Ordered status.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| changeOrdersReferenceNumber | String | The order reference number value for the Change Order associated with the current request. | Optional | 66.0 |
| changeReason | String | The reason for the change. It has to be an active Picklist value from the OrderItemSummaryChange entity Reason field. | Required | 66.0 |
| orderAdjustmentGroupSummaries | List<ChangeOrderAdjustmentGroupSummaryInputRepresentation> | The list of order adjustment group summaries changes. | Optional | 66.0 |
| orderDeliveryGroupSummaries | List<ChangeOrderDeliveryGroupSummaryInputRepresentation> | The list of order delivery group summaries changes. | Optional | 66.0 |
| orderItemAdjustmentLineSummaries | List<ChangeOrderItemAdjustmentLineSummaryInputRepresentation> | The list of order item adjustment line summaries changes. | Optional | 66.0 |
| orderItemSummaries | List<ChangeOrderItemSummaryInputRepresentation> | The list of order item summaries changes. | Optional | 66.0 |
| orderItemTaxLineItemSummaries | List<ChangeOrderItemTaxLineItemSummaryInputRepresentation> | The list of order item tax line item summaries changes. | Optional | 66.0 |
| orderSummary | SObject | The order summary sObject representation that contains the changes for the Order Summary. | Optional | 66.0 |