OrderAdjustmentInput
type OrderAdjustmentInput {
amount: Float!
amountType: OrderAmountTypeEnum!
campaignId: String
couponId: String
name: String!
order: Float!
type: OrderAdjustmentEnum!
}
Fields
It is the amount of the order adjustment.
It is the amount type of the order adjustment
campaignIdStringIt is the campaign information that adjustment depends on.
couponIdStringIt is the coupon information of the campaign that adjustment is connected to.
It is the name of the order adjustment.
It is the order information in which the adjustment will be applied.
It is the type enum of the order adjustment