OrderLineItemInput
type OrderLineItemInput {
id: ID
discount: OrderLineDiscountInput
discountPrice: Float
options: [OrderLineOptionInput!]
price: Float!
quantity: Float!
sourceId: String
variant: OrderLineVariantInput!
}
Fields
idIDdiscountOrderLineDiscountInputIt is the discount information that will be applied to the line item.
discountPriceFloatIt 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.
sourceIdStringIt 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.