CartExtension.ItemArrangementRequest

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

Methods 

global Cart getCart() 

Returns the CartExtension.Cart object contained in the request.

Returns 

TypeDescription
CartCart

global List<ItemArrange> getItemArrangeList() 

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

Returns 

TypeDescription
List<ItemArrange>List

Classes 

Builder 

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

Constructors 

global Builder() 


Methods 

global Builder withCart(Cart cart) 

global Builder withItemArrangeList(List<ItemArrange> itemArrangeList) 

global ItemArrangementRequest build() 



Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!