Skip to main content

OrderLineOption

type OrderLineOption {
name: String!
productOptionId: String!
productOptionsSetId: String!
type: ProductOptionTypeEnum!
values: [OrderLineOptionValue!]!
}

Fields

nameString!required

It is the name of order line option in the order line item.

productOptionIdString!required

It is the product option id of the product in the order line item.

productOptionsSetIdString!required

It is the product option set id of the product in the order line item.

It is the type of the order line option.