Order Status Object
WarehouseName
- Description: The warehouse descriptive name.
- Data Type: String
- Note: Read Only
OrderNumber
- Description: A unique alpha-numeric value to identify this order in the warehouse.
- Data Type: String
- Note: Read Only
OrderStatusCode
- Description: A value representing the order status type.
- Data Type: String
- Values: UNA (Unassigned), WTP (Waiting to be Picked), PIP (Picking in Progress), WFE (Waiting for Export), EXP (Exporting), CMP (Complete), REV (Needs Review), PRC (Processing), NEW (Unprocessed), WFS (Waiting for Shipment)
- Note: Read Only
OrderStatusDescription
- Description: The description of the order status.
- Data Type: String
- Note: Read Only
Example
[
{ "WarehouseName":"Warehouse", "OrderNumber":"ExampleOrder001", "OrderStatusCodeType":"WFS", "OrderStatusDescription":"Waiting For Shipment" }
]