Newer Version Available

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

Order Summary Input

An order from which to create an OrderSummary, and whether it is managed in Salesforce Order Management. Optionally, you can specify an OrderNumber or Status.
Root XML tag
<orderSummaryInput>
JSON example
1{
2  "orderId": "801xx000003GbTgAAK"
3}
Properties
Name Type Description Required or Optional Available Version
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:
  • MANAGED—Managed in Salesforce Order Management.
  • UNMANAGED—Managed by an external system.
If no value is specified, the default is MANAGED.
Optional 49.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