Variable GetShipmentsShipmentStatusListEnumConst
GetShipmentsShipmentStatusListEnum: {
Cancelled: "CANCELLED";
CheckedIn: "CHECKED_IN";
Closed: "CLOSED";
Deleted: "DELETED";
Delivered: "DELIVERED";
Error: "ERROR";
InTransit: "IN_TRANSIT";
ReadyToShip: "READY_TO_SHIP";
Receiving: "RECEIVING";
Shipped: "SHIPPED";
Working: "WORKING";
} = ...
Type declaration
Readonly
Cancelled: "CANCELLED"
Readonly
CheckedIn: "CHECKED_IN"
Readonly
Closed: "CLOSED"
Readonly
Deleted: "DELETED"
Readonly
Delivered: "DELIVERED"
Readonly
Error: "ERROR"
Readonly
InTransit: "IN_TRANSIT"
Readonly
ReadyToShip: "READY_TO_SHIP"
Readonly
Receiving: "RECEIVING"
Readonly
Shipped: "SHIPPED"
Readonly
Working: "WORKING"
Export