Shopify - Get transactions action

This action retrieves transactions by order ID in Shopify. A transaction is created when an order results in an exchange of money.

Refer to the Shopify documentation for more information on the transaction resource.

Input

FieldDescription
Order IDProvide the order ID.

Output

The output to this action is a list of transactions. Each transaction include the following datapills.

FieldDescription
IDThe unique ID of this transaction.
Order IDThe ID for the order that the transaction is associated with.
AmountThe gross amount of the transaction, in a decimal formatted string.
KindThe type of the transaction.
StatusThe status of the transaction.
GatewayThe name of the gateway the transaction was issued through.
MessageA string generated by the payment provider with additional information about why the transaction succeeded or failed.
TestWhether the transaction was created for a test mode Order or payment.
AuthorizationThe authorization code associated with the transaction.
CurrencyThe ISO 4217 currency code of the transaction.
Location IDThe ID of the physical location where the transaction was processed
User IDThe ID for the user who was logged into the Shopify POS device when the order was processed, if applicable.
Parent IDThe ID of an associated transaction.
Device IDThe ID for the device.
Error codeA standardized error code, independent of the payment provider.
Source nameThe origin of the transaction. This is set by Shopify and can't be overridden.
Created atThe date and time when the transaction was created.
ReceiptA transaction receipt attached to the transaction by the gateway. The value of this field depends on which gateway the shop is using.

Last updated: