OrderLineOptionInput
type OrderLineOptionInput {
productOptionId: String!
productOptionsSetId: String!
values: [OrderLineOptionValueInput!]!
}
Fields
It is the option id.
It is the options set id information that option is connected to.
- Is the entered id must be exist in ikas.
A list of option value objects, each containing input about an option value.