Skip to main content

OrderAdjustmentInput

type OrderAdjustmentInput {
amount: Float!
amountType: OrderAmountTypeEnum!
campaignId: String
couponId: String
name: String!
order: Float!
type: OrderAdjustmentEnum!
}

Fields

amountFloat!required

It is the amount of the order adjustment.

amountTypeOrderAmountTypeEnum!required

It is the amount type of the order adjustment

campaignIdString

It is the campaign information that adjustment depends on.

couponIdString

It is the coupon information of the campaign that adjustment is connected to.

nameString!required

It is the name of the order adjustment.

orderFloat!required

It is the order information in which the adjustment will be applied.

It is the type enum of the order adjustment