# ServiceSale - partner - OBJECT Version: 2024-10 ## Description A transaction corresponding to a paid invoice for a service. ### Access Scopes ## Fields * [createdAt](/docs/api/partner/2024-10/scalars/DateTime): DateTime! - The date and time when the transaction was recorded. * [grossAmount](/docs/api/partner/2024-10/objects/Money): Money - The total amount that the merchant paid, excluding taxes. * [id](/docs/api/partner/2024-10/scalars/ID): ID! - The transaction ID. * [netAmount](/docs/api/partner/2024-10/objects/Money): Money! - The net amount that is added to or deducted from your payout. * [shop](/docs/api/partner/2024-10/objects/Shop): Shop - The shop associated with the transaction. * [shopifyFee](/docs/api/partner/2024-10/objects/Money): Money - The amount that Shopify retained from the sale. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples