| Name | Description | Type | Additional information |
|---|---|---|---|
| RowNumber |
Internal. This is used to help identify errors if any. |
integer |
None. |
| PickOrderNumber |
The unique order number for the pick order. |
string |
None. |
| CustomerNumber |
Indicates the customer number the product is being picked for. |
string |
None. |
| ReferenceNumber |
Indicates the reference number of the order. |
string |
None. |
| SiteName |
Indicates the Pick Order Site Name |
string |
None. |
| AltReferenceNumber |
Indicates the Alt Reference Number of the order for edi 945 . |
string |
None. |
| OrderDate |
Indicates the date on which the order was placed. |
date |
None. |
| DueDate |
Indicates the date on which the order is due. |
date |
None. |
| ShipperName |
ship method is being returned, so as might as well return shipper name (such as FedEx, USPS, UPS, DHL, etc) |
string |
None. |
| ShipMethod |
Indicates the shipping method used to ship the order. |
string |
None. |
| ShippingCost |
Indicates the cost of shipping the entire order. |
decimal number |
None. |
| TaxPercentage |
Indicates the tax percentage used on the order. |
decimal number |
None. |
| IssueOrder |
By default the pick orders are created in a "Draft" state that require validation on the web. By setting this value to true pick orders, it will be created in a "Ready" state to immediately be picked, bypassing the "Draft" state. |
boolean |
None. |
| OrderStatus |
Indicates the status of the order. |
string |
None. |
| OrderStatusCode |
Indicates the Order Status Code. |
string |
None. |
| OrderStatusReasonCode |
Indicates the Order Status Reason Code. |
string |
None. |
| ShipToContact |
Indicates the location the pick order is being shipped to. |
AddressInfo |
None. |
| BillToContact |
Indicates the billing information. |
AddressInfo |
None. |
| PickOrderLines |
Indicates the line item information of the order. |
Collection of PickOrderLineInfo |
None. |
| PickOrderNotes |
Indicates the notes related to the pick order. |
Collection of NoteInfo |
None. |
| CustomFields | Collection of DcfValueInfo |
None. |