Skip to main content
interface

A Shopify Partner transaction.

•DateTime!
non-null

The date and time when the transaction was recorded.

•ID!
non-null

The transaction ID.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

A transaction corresponding to a one-time app charge.

•App!
non-null

The app associated with the sale.

•ID

The ID of the app charge associated with the transaction. Example value: gid://shopify/AppUsageRecord/1234. This value might be null for transactions that occurred before September 2020.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the sale.

•OBJECT

A transaction corresponding to a refund, downgrade, or adjustment of an app charge.

•App!
non-null

The app associated with the refund.

•ID

The ID of the app charge associated with the transaction. Example value: gid://shopify/AppUsageRecord/1234. This value might be null for transactions that occurred before September 2020.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the adjustment.

•OBJECT

A transaction corresponding to an app credit.

•App!
non-null

The app associated with the sale.

•ID

The ID of the app charge associated with the transaction. Example value: gid://shopify/AppUsageRecord/1234. This value might be null for transactions that occurred before September 2020.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the sale.

•OBJECT

A transaction corresponding to an app subscription charge.

•App!
non-null

The app associated with the sale.

•AppPricingInterval

The billing frequency for the app.

•ID

The ID of the app charge associated with the transaction. Example value: gid://shopify/AppUsageRecord/1234. This value might be null for transactions that occurred before September 2020.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the sale.

•OBJECT

A transaction corresponding to an app usage charge.

•App!
non-null

The app associated with the sale.

•ID

The ID of the app charge associated with the transaction. Example value: gid://shopify/AppUsageRecord/1234. This value might be null for transactions that occurred before September 2020.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the sale.

•OBJECT

A transaction of a type that is no longer supported.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•DateTime!
non-null

The date and time when the transaction was recorded.

•ID!
non-null

The transaction ID.

•Shop

The shop associated with the transaction.

•OBJECT

A transaction corresponding to a shop referral adjustment.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•ReferralCategory!
non-null

The referral type.

•DateTime!
non-null

The date and time when the transaction was recorded.

•ID!
non-null

The transaction ID.

•Shop

The referred shop.

•OBJECT

A transaction corresponding to a shop referral.

•Money!
non-null

The net amount that is added to your payout.

•ReferralCategory!
non-null

The referral type.

•DateTime!
non-null

The date and time when the transaction was recorded.

•ID!
non-null

The transaction ID.

•Shop!
non-null

The referred shop.

•OBJECT

A transaction corresponding to a paid invoice for a service.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the sale.

•OBJECT

A transaction corresponding to a refund, downgrade, or adjustment of a service sale.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the adjustment.

•OBJECT

Tax transactions are not computed for pending transactions. Instead, they're rolled up as one transaction per payout. The type of tax and the way it's computed is dependent on the type of transaction.

For sale transactions, such as app subscriptions or theme purchases, Shopify charges the Partner tax on the fee collected for brokering the transaction. The amount is a negative number in this scenario.

For referral transactions, such as a development store transfer, Shopify pays the Partner a commission. The tax represents any taxes on the referral commission that are payable to the Partner. The amount is a positive number in this scenario.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•DateTime!
non-null

The date and time when the transaction was recorded.

•ID!
non-null

The transaction ID.

•TaxTransactionType!
non-nullDeprecated
•OBJECT

A transaction corresponding to a theme purchase.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the sale.

•Theme!
non-null

The theme associated with the purchase.

•OBJECT

A transaction corresponding to a refund, downgrade, or adjustment of a theme sale.

•DateTime!
non-null

The date and time when the transaction was recorded.

•Money

The total amount that the merchant paid, excluding taxes.

•ID!
non-null

The transaction ID.

•Money!
non-null

The net amount that is added to or deducted from your payout.

•Shop

The shop associated with the transaction.

•Money

The amount that Shopify retained from the adjustment.

•Theme!
non-null

The theme associated with the refund.


Was this section helpful?