# OrderAdjustment - admin-graphql - OBJECT Version: 2024-10 ## Description An order adjustment accounts for the difference between a calculated and actual refund amount. ### Access Scopes `read_orders` access scope or `read_marketplace_orders` access scope. ## Fields * [amountSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The amount of the order adjustment in shop and presentment currencies. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [reason](/docs/api/admin-graphql/2024-10/enums/OrderAdjustmentDiscrepancyReason): OrderAdjustmentDiscrepancyReason - An optional reason that explains a discrepancy between calculated and actual refund amounts. * [taxAmountSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The tax amount of the order adjustment in shop and presentment currencies. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples