ListInboundShipmentsShipmentStatusEnum: {
    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"