CartExtension.ItemArrange

This Apex object holds the details of how to arrange an item between delivery groups

Get the Product Id of the item to be arranged

TypeDescription
IDs ID

Get the desired quantity of the item to be arranged

TypeDescription
Decimals Decimal

Get the Cart Item Id of the item to be arranged

TypeDescription
IDs ID

Get the Id of the Contact Point Address that should be associated with the item to be arranged

TypeDescription
IDs ID

Get the Delivery Group Id that should be associated with the item to be arranged

TypeDescription
IDs ID

Get the name of the Delivery Group that should be associated with the item to be arranged

TypeDescription
Strings String

Get the Delivery Address that should be associated with the item to be arranged

TypeDescription
Addresss Address

Get the name on the Delivery Address that should be associated with the item to be arranged

TypeDescription
Strings String

Get the first name on the Delivery Address that should be associated with the item to be arranged

TypeDescription
Strings String

Get the last name on the Delivery Address that should be associated with the item to be arranged

TypeDescription
Strings String

Get the company name on the Delivery Address that should be associated with the item to be arranged

TypeDescription
Strings String

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