--- title: New fees and net fields for balance transactions - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-fees-and-net-fields-for-balance-transactions md: https://shopify.dev/changelog/new-fees-and-net-fields-for-balance-transactions.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2025 Tags: * Admin GraphQL API * Admin REST API * 2025-04 # New fees and net fields for balance transactions As of API version 2025-04, you can view the fees and net amount in adjustment orders for balance transactions using the GraphQL Admin API and REST Admin API. These fields are helpful in financial reconciliation, where balance adjustments are used for multiple order transactions. * In the GraphQL Admin API, the `fees` and `net` fields are available under the [`adjustmentsOrders`](https://shopify.dev/docs/api/admin-graphql/2025-04/objects/ShopifyPaymentsBalanceTransaction#field-adjustmentsorders) field on the `ShopifyPaymentsBalanceTransaction` object. * In the REST Admin API, the `fee` and `net` properties are available under the `adjustment_order_transactions` property on the [`Transactions`](https://shopify.dev/docs/api/admin-rest/2025-04/resources/transactions) resource.