Admin GraphQL API2025-07
New fields for OrderTransaction and OrderCreateManualPayment
We've added three new fields to the object to give you better insights into order processing:
device
, location
, and . 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 field is now available when using the
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 and OrderCreateManualPayment.
Was this section helpful?