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.
Change Order Summary Submit
Submits the requested changes to an order summary, including item, delivery group, tax,
and adjustment changes.
Resource
1/services/data/vXX.X/actions/standard/changeOrderSummarySubmitHTTP Methods
GET, HEAD, POST
Authentication
Authorization: Bearer token
Format
JSON
Inputs
| Input | Type | Description |
|---|---|---|
| changeOrderAdjustmentGroupSummariesInput | Collection | A collection of order adjustment group summary changes to submit. Each record contains the details for one adjustment group change. |
| changeOrderDeliveryGroupSummariesInput | Collection | A collection of order delivery group summary changes to submit. Each record contains the details for one delivery group change. |
| changeOrderItemAdjustmentLineSummariesInput | Collection | A collection of order item adjustment line summary changes to submit. Each record contains the details for one adjustment line change. |
| changeOrderItemSummariesInput | Collection | A collection of order item summary changes to submit. Each record contains the details for one item change. |
| changeOrderItemTaxLineItemSummariesInput | Collection | A collection of order item tax line item summary changes to submit. Each record contains the details for one tax line item change. |
| changeOrderReferenceNumber | String | The reference number of the change order associated with the order summary. |
| changeReason | String | The reason for the requested changes to the order. |
| orderSummary | Object | The order summary record to submit changes for. |
| orderSummaryId | ID | Required. The ID of the order summary record to submit changes for. |
Outputs
| Output | Type | Description |
|---|---|---|
| submitChangeOrderSummaryOutput | Object | The result of submitting the change order summary, including the change order ID and status. |