--- title: New fields for OrderTransaction and OrderCreateManualPayment - 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/added-new-fields-to-transaction-related-objects-and-mutations md: https://shopify.dev/changelog/added-new-fields-to-transaction-related-objects-and-mutations.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 13, 2025 Tags: * Admin GraphQL API * 2025-07 # New fields for OrderTransaction and OrderCreateManualPayment We've added three new fields to the `OrderTransaction` object to give you better insights into order processing: `device`, `location`, and `currency_exchange_adjustment`. These fields offer additional context about the point of sale device used, the physical location of the transaction, and any currency exchange adjustments applied. Additionally, the `processed_at` field is now available when using the `OrderCreateManualPayment` mutation. This allows you to specify the exact date and time a manual payment was processed, which is particularly useful for importing transactions from external platforms or applications. For further details, see [OrderTransaction](https://shopify.dev/api/admin-graphql/latest/objects/OrderTransaction) and [OrderCreateManualPayment](https://shopify.dev/api/admin-graphql/latest/mutations/ordercreatemanualpayment).