OrderAdjustmentAppliedOrderLine
type OrderAdjustmentAppliedOrderLine {
amount: Float!
appliedQuantity: Float!
isAutoCreated: Boolean
orderLineId: String!
}
Fields
Is he amount of the applied adjustment.
It is the quantity of variants within the order line item to which the adjustment is applied.
isAutoCreated
BooleanIt is the quantity of variants within the order line item to which the adjustment is applied.
It is the id of the order line item to which the adjustment is applied.