Name | Description | Type | Additional information |
---|---|---|---|
PickOrderNumber |
Required. Indicates the unique identifier of the pick order. |
string |
None. |
RecordSource |
Optional. It is used to specify where this transaction came from (i.e. Kiosk 1, Warehouse DR3). |
string |
None. |
ReceiptDate |
Optional. Indicates when the pick transaction occurred. By default, it will set to Today UTC. |
date |
None. |
Notes |
Optional. Indicates the notes about the pick transaction. |
string |
None. |
PickLines | Collection of PickLineItemModel |
None. |
|
AllowCommitOnPartialValidationFailures |
default behavior is to DISALLOW commit when some of the order lines failed preliminary validation. If this flag is enabled, then the pick order is now inconsistent, and it will be difficult to determine which order lines were picked, and which were not. default behavior is to allow partial commits, which is a legacy behvior and a NON-deterministic behavior. |
boolean |
None. |