OrderLineOption
type OrderLineOption {
name: String!
productOptionId: String!
productOptionsSetId: String!
type: ProductOptionTypeEnum!
values: [OrderLineOptionValue!]!
}
Fields
It is the name of order line option in the order line item.
It is the product option id of the product in the order line item.
It is the product option set id of the product in the order line item.
It is the type of the order line option.