--- 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 metadata: effectiveApiVersion: 2025-07 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2025-06-05T11:15:38-04:00' postedAt: '2025-06-13T12:00:00-04:00' updatedAt: '2025-06-06T00:49:03-04:00' effectiveAt: '2025-06-13T12:00:00-04:00' --- 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).