Variable FulfillmentShipmentFulfillmentShipmentStatusEnumConst
FulfillmentShipmentFulfillmentShipmentStatusEnum: {
CancelledByFulfiller: "CANCELLED_BY_FULFILLER";
CancelledBySeller: "CANCELLED_BY_SELLER";
Pending: "PENDING";
Shipped: "SHIPPED";
} = ...
Type Declaration
-
ReadonlyCancelledByFulfiller: "CANCELLED_BY_FULFILLER"
-
ReadonlyCancelledBySeller: "CANCELLED_BY_SELLER"
-
ReadonlyPending: "PENDING"
-
ReadonlyShipped: "SHIPPED"