Skip to main content

OrderItemAdjustment

An adjustment to an OrderItem. Adjustments to orders occur for a variety of reasons, and are only allowed at certain stages of the order process.

type OrderItemAdjustment {
adjustedAt: Date!
adjustmentAmount: Float!
adjustmentReason: OrderItemAdjustmentReason!
adjustmentType: OrderItemAdjustmentType!
}

Fields

OrderItemAdjustment.adjustedAt ● Date! non-null scalar

OrderItemAdjustment.adjustmentAmount ● Float! non-null scalar

The amount of the adjustment.

OrderItemAdjustment.adjustmentReason ● OrderItemAdjustmentReason! non-null enum

The reason for the adjustment.

OrderItemAdjustment.adjustmentType ● OrderItemAdjustmentType! non-null enum

The type of adjustment.

Member of

PublicOrderItem object