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/changeOrderSummarySubmit

HTTP Methods 

GET, HEAD, POST

Authentication 

Authorization: Bearer token

Format 

JSON

Inputs 

InputTypeDescription
changeOrderAdjustmentGroupSummariesInputCollectionA collection of order adjustment group summary changes to submit. Each record contains the details for one adjustment group change.
changeOrderDeliveryGroupSummariesInputCollectionA collection of order delivery group summary changes to submit. Each record contains the details for one delivery group change.
changeOrderItemAdjustmentLineSummariesInputCollectionA collection of order item adjustment line summary changes to submit. Each record contains the details for one adjustment line change.
changeOrderItemSummariesInputCollectionA collection of order item summary changes to submit. Each record contains the details for one item change.
changeOrderItemTaxLineItemSummariesInputCollectionA collection of order item tax line item summary changes to submit. Each record contains the details for one tax line item change.
changeOrderReferenceNumberStringThe reference number of the change order associated with the order summary.
changeReasonStringThe reason for the requested changes to the order.
orderSummaryObjectThe order summary record to submit changes for.
orderSummaryIdIDRequired. The ID of the order summary record to submit changes for.

Outputs 

OutputTypeDescription
submitChangeOrderSummaryOutputObjectThe result of submitting the change order summary, including the change order ID and status.