OrderLineItemInput
type OrderLineItemInput {
id: ID
discount: OrderLineDiscountInput
discountPrice: Float
options: [OrderLineOptionInput!]
price: Float!
quantity: Float!
sourceId: String
variant: OrderLineVariantInput!
}
Fields
id
IDdiscount
OrderLineDiscountInputIt is the discount information that will be applied to the line item.
discountPrice
FloatIt is the discount price of the line item.
options
[OrderLineOptionInput!]It is the options information in the order line item.
It is the price of the line item.
It is the quantity of the line item.
sourceId
StringIt is the source id of the line item. If the order came from the marketplace, it shows the line id in the marketplace.
It is the variant information in the order line item.