Interface: ClusterOptionCreateInput
Defined in: type/ClusterOptionCreateInput.ts:7
Input object for ClusterOptionCreateInput
Properties
defaultProductId?
optionaldefaultProductId?:number
Defined in: type/ClusterOptionCreateInput.ts:20
Identifier of the product preselected as the default choice for the option.
descriptions?
optionaldescriptions?:LocalizedStringInput[]
Defined in: type/ClusterOptionCreateInput.ts:11
descriptions input field
hidden
hidden:
YesNo
Defined in: type/ClusterOptionCreateInput.ts:17
Cluster option hidden status, defaults to N
isRequired?
optionalisRequired?:YesNo
Defined in: type/ClusterOptionCreateInput.ts:15
isRequired input field
names?
optionalnames?:LocalizedStringInput[]
Defined in: type/ClusterOptionCreateInput.ts:9
names input field
productIds?
optionalproductIds?:number[]
Defined in: type/ClusterOptionCreateInput.ts:22
Products that the customer can pick from for the option.
shortDescriptions?
optionalshortDescriptions?:LocalizedStringInput[]
Defined in: type/ClusterOptionCreateInput.ts:13
shortDescriptions input field
sources?
optionalsources?:SourceInput[]
Defined in: type/ClusterOptionCreateInput.ts:24
Pairs of external system names and the identifiers each system assigned to the cluster option.