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
campaignId
StringIt is the campaign information that adjustment depends on.
couponId
StringIt 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