--- title: LegacyTransaction - Partner API description: A transaction of a type that is no longer supported. api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/objects/LegacyTransaction' md: 'https://shopify.dev/docs/api/partner/latest/objects/LegacyTransaction.md' --- # Legacy​Transaction object A transaction of a type that is no longer supported. ## Fields * amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. *** ## Map No referencing types *** ## Interfaces * * [Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node) interface * [Transaction](https://shopify.dev/docs/api/partner/latest/interfaces/Transaction) interface *** ## ||-LegacyTransaction Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node) * ||-[Transaction](https://shopify.dev/docs/api/partner/latest/interfaces/Transaction)