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.
campaignIdStringIf the adjustment is associated to the campaign, it will show the campaign id.
campaignTypeCampaignTypeEnumIf the adjustment is associated to the campaign, it will show the campaign id.
couponIdStringIt 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.
transactionIdStringThe amount is the id of the transaction.