Skip to main content

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 and OrderCreateManualPayment.

Was this section helpful?