InventoryArrivalType
Represents the arrival restrictions for a product.
type InventoryArrivalType {
minimum: Int
maximum: Int
}
Fields
InventoryArrivalType.minimum
● Int
scalar
Minimum length of the arrival period.
InventoryArrivalType.maximum
● Int
scalar
Maximum length of the arrival period.
Member Of
LengthOfStay
object