--- title: ThemeSaleAdjustment - Partner API description: >- A transaction corresponding to a refund, downgrade, or adjustment of a theme sale. api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/objects/ThemeSaleAdjustment' md: 'https://shopify.dev/docs/api/partner/latest/objects/ThemeSaleAdjustment.md' --- # Theme​Sale​Adjustment object A transaction corresponding to a refund, downgrade, or adjustment of a theme sale. ## Fields * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​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. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the adjustment. * theme [Theme!](https://shopify.dev/docs/api/partner/latest/objects/Theme) non-null The theme associated with the refund. *** ## 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 *** ## ||-ThemeSaleAdjustment Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node) * ||-[Transaction](https://shopify.dev/docs/api/partner/latest/interfaces/Transaction)