Item Arrangements Input

Arrangement of cart items into delivery groups. Includes instructions for one or more cart items.
Root XML tag
<cart>
JSON example
1{
2   "arrangements":[
3      {
4         "deliveryGroupId":"0a7xx000000004rAAA",
5         "cartItemId":"0a9xx000000004rAAA",
6         "quantity":"5"
7      }
8      {
9         "deliveryGroupId":"0a7xx000000007dAAY",
10         "cartItemId":"0a9xx000000005yAAY",
11         "quantity":"0"
12      }
13   ]
14}
Properties
Name Type Description Required or Optional Available Version
arrangements Item Arrange Input[] Set of instructions to arrange cart items into delivery groups. Optional 59.0