Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

CartExtension.ItemArrangementRequest

Request object that is passed into [CartExtension.SplitShipmentService](./SplitShipmentService.md).arrangeItems().

Returns the CartExtension.Cart object contained in the request.

TypeDescription
CartCart

Returns the list of CartExtension.ItemArrange objects contained in the request.

TypeDescription
List<ItemArrange>List

Builds an instance of ItemArrangementRequest. This should only be used for Apex unit testing.