BomCreateBomPackagingPrioritiesSettingsInput
Specifies priorities of different packaging types. This affects the offer selection in the order list.
input BomCreateBomPackagingPrioritiesSettingsInput {
enabled: Boolean!
order: [BomPackagingType!]!
}
Fields
BomCreateBomPackagingPrioritiesSettingsInput.enabled ● Boolean! non-null scalar
Specifies whether to use packaging type priorities or not.
BomCreateBomPackagingPrioritiesSettingsInput.order ● [BomPackagingType!]! non-null enum
Specifies the preferred order of packaging types. Not specified packaging types will be assigned with the lowest priority.