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() 



Newer Version Available

This content describes an older version of this product. View Latest