Change Input

A list of changes to order item summaries that make up an order change, such as a cancel or return.
Root XML tag
<changeInput>
JSON example
{
  "changeItems": [
    {
      "orderItemSummaryId": "10uxx0000004FYDAA2",
      "quantity": 1.0,
      "reason": "Wrong Item",
      "shippingReductionFlag": true
    }
  ]
}
Properties
Name Type Description Required or Optional Available Version
changeItems Change Item Input[] List of changes to OrderItemSummaries. Required 48.0