--- title: OrderAdjustment - GraphQL Admin description: >- An order adjustment accounts for the difference between a calculated and actual refund amount. api_version: 2026-01 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderAdjustment' md: 'https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderAdjustment.md' --- # Order​Adjustment object Requires `read_orders` access scope or `read_marketplace_orders` access scope. An order adjustment accounts for the difference between a calculated and actual refund amount. ## Fields * amountSet * id * reason * taxAmountSet *** ## Map ### Fields and connections with this object * [OrderAdjustmentConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/OrderAdjustmentConnection#returns-nodes) * [OrderAdjustmentEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderAdjustmentEdge#field-OrderAdjustmentEdge.fields.node) * [Refund.orderAdjustments](https://shopify.dev/docs/api/admin-graphql/latest/objects/Refund#field-Refund.fields.orderAdjustments) *** ## Interfaces * Node *** ## OrderAdjustment Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)