Variable ListInboundShipmentsShipmentStatusEnumConst
ListInboundShipmentsShipmentStatusEnum: {
Cancelled: "CANCELLED";
Closed: "CLOSED";
Created: "CREATED";
Delivered: "DELIVERED";
InTransit: "IN_TRANSIT";
Receiving: "RECEIVING";
Shipped: "SHIPPED";
} = ...
Type declaration
Readonly
Cancelled: "CANCELLED"
Readonly
Closed: "CLOSED"
Readonly
Created: "CREATED"
Readonly
Delivered: "DELIVERED"
Readonly
InTransit: "IN_TRANSIT"
Readonly
Receiving: "RECEIVING"
Readonly
Shipped: "SHIPPED"
Export