OrderAdjustment
type OrderAdjustment {
amount: Float!
amountType: OrderAmountTypeEnum!
appliedOrderLines: [OrderAdjustmentAppliedOrderLine!]
campaignId: String
campaignType: CampaignTypeEnum
couponId: String
name: String!
order: Float!
transactionId: String
type: OrderAdjustmentEnum!
}
Fields
It is the adjustment amount in the order. This amount can be positive or negative.
appliedOrderLines
[OrderAdjustmentAppliedOrderLine!]A list of order line items, each containing information about a order line item in the order.
campaignId
StringIf the adjustment is associated to the campaign, it will show the campaign id.
campaignType
CampaignTypeEnumIf the adjustment is associated to the campaign, it will show the campaign id.
couponId
StringIt is the coupon id generated depending on the campaign.
It is the name of the adjustment.
It is the order of the adjustment. Adjustments are applied in this order.
transactionId
StringThe amount is the id of the transaction.