Skip to main content

OrderAdjustmentAppliedOrderLine

type OrderAdjustmentAppliedOrderLine {
amount: Float!
appliedQuantity: Float!
isAutoCreated: Boolean
orderLineId: String!
}

Fields

amountFloat!required

Is he amount of the applied adjustment.

appliedQuantityFloat!required

It is the quantity of variants within the order line item to which the adjustment is applied.

isAutoCreatedBoolean

It is the quantity of variants within the order line item to which the adjustment is applied.

orderLineIdString!required

It is the id of the order line item to which the adjustment is applied.