Newer Version Available

This content describes an older version of this product. View Latest

Order Summaries

Create an OrderSummary based on an order. That order is considered the original order for the OrderSummary. Subsequent change orders that apply to the OrderSummary are also represented as orders.
Resource
1/commerce/order-management/order-summaries
Available version
48.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
Order Summary Input
Root XML tag
<orderSummaryInput>
JSON example
1{
2  "orderId": "801xx000003GbTgAAK"
3}
Properties
Name Type Description Required or Optional Available Version
orderId String ID of the original order. Required 48.0
Response body for POST