ShipmentState:
    | "Backorder"
    | "Delayed"
    | "Delivered"
    | "Partial"
    | "Pending"
    | "Ready"
    | "Shipped"
    | string

Indicates the shipment status of the Order.