Skip to main content

OrderLineOptionInput

type OrderLineOptionInput {
productOptionId: String!
productOptionsSetId: String!
values: [OrderLineOptionValueInput!]!
}

Fields

productOptionIdString!required

It is the option id.

productOptionsSetIdString!required

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.