Item Arrange Input

Instructions to arrange a cart item into a delivery group.
Root XML tag
<cart>
JSON example
1{
2   "arrangements":[
3      {
4         "deliveryGroupId":"0a7xx000000004rAAA",
5         "cartItemId":"0a9xx000000004rAAA",
6         "quantity":"5"
7      }
8   ]
9},
Properties
Name Type Description Required or Optional Available Version
cartItemId String ID of the cart item. Optional 60.0
deliveryAddress Checkout Address Input Address data used for the delivery address. Optional 60.0
deliveryAddressId String ID of the contact pint address used to set the delivery address. Optional 60.0
deliveryGroupId String ID of the delivery group. Optional 60.0
deliveryGroupName String Name of the delivery group. Optional 60.0
productId String ID of the product to create a new cart item for. Optional 60.0
quantity String Quantity of the cart item. Optional 60.0