Order Shipping Status Created / Updated date: November 7, 2019 Author: Sellercloud Developer Category: Resources Views: 1598 1 enum OrderShippingStatus { Unknown = 0 Unshipped = 1 PartiallyShipped = 2 FullyShipped = 3 ReadyForPickup = 4 } Was this article helpful? Yes No