--- title: ReferralAdjustment - Partner API description: A transaction corresponding to a shop referral adjustment. api_version: 2025-01 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/2025-01/objects/ReferralAdjustment' md: 'https://shopify.dev/docs/api/partner/2025-01/objects/ReferralAdjustment.md' --- # Referral​Adjustment object A transaction corresponding to a shop referral adjustment. ## Fields * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * category [Referral​Category!](https://shopify.dev/docs/api/partner/2025-01/enums/ReferralCategory) non-null The referral type. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The referred shop. *** ## Map No referencing types *** ## Interfaces * * [Node](https://shopify.dev/docs/api/partner/2025-01/interfaces/Node) interface * [Transaction](https://shopify.dev/docs/api/partner/2025-01/interfaces/Transaction) interface *** ## ||-ReferralAdjustment Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/partner/2025-01/interfaces/Node) * ||-[Transaction](https://shopify.dev/docs/api/partner/2025-01/interfaces/Transaction)