/** * The order shipping status. */ export type OrderShippingStatus = 'shipped' | 'part_shipped' | 'not_shipped';