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
Type | Description |
---|---|
ID | s ID |
Get the desired quantity of the item to be arranged
Type | Description |
---|---|
Decimal | s Decimal |
Get the Cart Item Id of the item to be arranged
Type | Description |
---|---|
ID | s ID |
Get the Id of the Contact Point Address that should be associated with the item to be arranged
Type | Description |
---|---|
ID | s ID |
Get the Delivery Group Id that should be associated with the item to be arranged
Type | Description |
---|---|
ID | s ID |
Get the name of the Delivery Group that should be associated with the item to be arranged
Type | Description |
---|---|
String | s String |
Get the Delivery Address that should be associated with the item to be arranged
Type | Description |
---|---|
Address | s Address |
Get the name on the Delivery Address that should be associated with the item to be arranged
Type | Description |
---|---|
String | s String |
Get the first name on the Delivery Address that should be associated with the item to be arranged
Type | Description |
---|---|
String | s String |
Get the last name on the Delivery Address that should be associated with the item to be arranged
Type | Description |
---|---|
String | s String |
Get the company name on the Delivery Address that should be associated with the item to be arranged
Type | Description |
---|---|
String | s String |
Builds an instance of ItemArrange. This should only be used for Apex unit testing.