Selling Partner API SDK for JavaScript
    Preparing search index...
    ShipmentStatus: {
        Cancelled: "CANCELLED";
        CheckedIn: "CHECKED_IN";
        Closed: "CLOSED";
        Deleted: "DELETED";
        Delivered: "DELIVERED";
        Error: "ERROR";
        InTransit: "IN_TRANSIT";
        Receiving: "RECEIVING";
        Shipped: "SHIPPED";
        Working: "WORKING";
    } = ...

    Indicates the status of the inbound shipment. When used with the createInboundShipment operation, WORKING is the only valid value. When used with the updateInboundShipment operation, possible values are WORKING, SHIPPED or CANCELLED.

    Type Declaration

    • ReadonlyCancelled: "CANCELLED"
    • ReadonlyCheckedIn: "CHECKED_IN"
    • ReadonlyClosed: "CLOSED"
    • ReadonlyDeleted: "DELETED"
    • ReadonlyDelivered: "DELIVERED"
    • ReadonlyError: "ERROR"
    • ReadonlyInTransit: "IN_TRANSIT"
    • ReadonlyReceiving: "RECEIVING"
    • ReadonlyShipped: "SHIPPED"
    • ReadonlyWorking: "WORKING"