--- title: ThemeSale - Partner API description: A transaction corresponding to a theme purchase. api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/objects/ThemeSale' md: 'https://shopify.dev/docs/api/partner/latest/objects/ThemeSale.md' --- # Theme​Sale object A transaction corresponding to a theme purchase. ## 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 sale. * theme [Theme!](https://shopify.dev/docs/api/partner/latest/objects/Theme) non-null The theme associated with the purchase. *** ## 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 *** ## ||-ThemeSale Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node) * ||-[Transaction](https://shopify.dev/docs/api/partner/latest/interfaces/Transaction)