Variable InboundShipmentStatusConst
InboundShipmentStatus: {
Cancelled: "CANCELLED";
Closed: "CLOSED";
Created: "CREATED";
Delivered: "DELIVERED";
InTransit: "IN_TRANSIT";
Receiving: "RECEIVING";
Shipped: "SHIPPED";
} = ...
Type Declaration
ReadonlyCancelled: "CANCELLED"
ReadonlyClosed: "CLOSED"
ReadonlyCreated: "CREATED"
ReadonlyDelivered: "DELIVERED"
ReadonlyInTransit: "IN_TRANSIT"
ReadonlyReceiving: "RECEIVING"
ReadonlyShipped: "SHIPPED"
Possible shipment statuses used by shipments.