--- title: Node - Partner API description: An object with an ID to support global identification. api_version: 2025-01 api_name: partner type: interface api_type: graphql source_url: html: https://shopify.dev/docs/api/partner/2025-01/interfaces/node md: https://shopify.dev/docs/api/partner/2025-01/interfaces/node.md --- # Node interface An object with an ID to support global identification. ## Fields * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null A globally unique identifier. *** ## Types implemented in * [App](https://shopify.dev/docs/api/partner/2025-01/objects/App) OBJECT A Shopify [app](https://shopify.dev/concepts/apps). * api​Key [String!](https://shopify.dev/docs/api/partner/2025-01/scalars/String) non-null A unique application API identifier. * events [App​Event​Connection!](https://shopify.dev/docs/api/partner/2025-01/connections/AppEventConnection) non-null A list of app events. * after [String](https://shopify.dev/docs/api/partner/2025-01/scalars/String) ### Arguments Returns the elements in the list that come after the specified cursor. * before [String](https://shopify.dev/docs/api/partner/2025-01/scalars/String) Returns the elements in the list that come before the specified cursor. * first [Int](https://shopify.dev/docs/api/partner/2025-01/scalars/Int) Returns the first *n* elements from the list. * last [Int](https://shopify.dev/docs/api/partner/2025-01/scalars/Int) Returns the last *n* elements from the list. * types [\[App​Event​Types!\]](https://shopify.dev/docs/api/partner/2025-01/enums/AppEventTypes) Returns app events of the specified types. * shop​Id [ID](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) Returns app events associated with the specified shop ID. Example value: `gid://partners/Shop/1234`. * charge​Id [ID](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) Returns app events associated with the specified [app charge](https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api). Example value: `gid://shopify/AppUsageRecord/1234`. * occurred​At​Min [Date​Time](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) Returns app events that occurred on or after the specified date and time. * occurred​At​Max [Date​Time](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) Returns app events that occurred on or before the specified date and time. *** * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The ID of the app. Example value: `gid://partners/App/1234`. * name [String!](https://shopify.dev/docs/api/partner/2025-01/scalars/String) non-null The name of the app. * [App​Credit](https://shopify.dev/docs/api/partner/2025-01/objects/AppCredit) OBJECT A [credit](https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit) issued to a merchant for an app. Merchants are entitled to app credits under certain circumstances, such as when a paid app subscription is downgraded partway through its billing cycle. * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The amount that can be used towards future app purchases in Shopify. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null A globally unique identifier. * name [String!](https://shopify.dev/docs/api/partner/2025-01/scalars/String) non-null The description of the app credit. * test [Boolean!](https://shopify.dev/docs/api/partner/2025-01/scalars/Boolean) non-null Whether the app credit was a test transaction. * [App​One​Time​Sale](https://shopify.dev/docs/api/partner/2025-01/objects/AppOneTimeSale) OBJECT A transaction corresponding to a one-time app charge. * app [App!](https://shopify.dev/docs/api/partner/2025-01/objects/App) non-null The app associated with the sale. * charge​Id [ID](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) The ID of the [app charge](https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api) associated with the transaction. Example value: `gid://shopify/AppUsageRecord/1234`. This value might be `null` for transactions that occurred before September 2020. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the sale. * [App​Purchase​One​Time](https://shopify.dev/docs/api/partner/2025-01/objects/AppPurchaseOneTime) OBJECT A one-time app charge for services and features purchased once by a store. For example, a one-time migration of a merchant's data from one platform to another. * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The amount of the app charge. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null A globally unique identifier. * name [String!](https://shopify.dev/docs/api/partner/2025-01/scalars/String) non-null The name of the app charge. * test [Boolean!](https://shopify.dev/docs/api/partner/2025-01/scalars/Boolean) non-null Whether the app purchase was a test transaction. * [App​Sale​Adjustment](https://shopify.dev/docs/api/partner/2025-01/objects/AppSaleAdjustment) OBJECT A transaction corresponding to a refund, downgrade, or adjustment of an app charge. * app [App!](https://shopify.dev/docs/api/partner/2025-01/objects/App) non-null The app associated with the refund. * charge​Id [ID](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) The ID of the [app charge](https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api) associated with the transaction. Example value: `gid://shopify/AppUsageRecord/1234`. This value might be `null` for transactions that occurred before September 2020. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the adjustment. * [App​Sale​Credit](https://shopify.dev/docs/api/partner/2025-01/objects/AppSaleCredit) OBJECT A transaction corresponding to an [app credit](https://shopify.dev/docs/admin-api/rest/reference/billing/applicationcredit). * app [App!](https://shopify.dev/docs/api/partner/2025-01/objects/App) non-null The app associated with the sale. * charge​Id [ID](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) The ID of the [app charge](https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api) associated with the transaction. Example value: `gid://shopify/AppUsageRecord/1234`. This value might be `null` for transactions that occurred before September 2020. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the sale. * [App​Subscription](https://shopify.dev/docs/api/partner/2025-01/objects/AppSubscription) OBJECT A recurring charge for use of an app, such as a monthly subscription charge. * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The amount of the app charge. * billing​On [Date​Time](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) The date when the merchant will next be billed. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null A globally unique identifier. * name [String!](https://shopify.dev/docs/api/partner/2025-01/scalars/String) non-null The name of the app charge. * test [Boolean!](https://shopify.dev/docs/api/partner/2025-01/scalars/Boolean) non-null Whether the app purchase was a test transaction. * [App​Subscription​Sale](https://shopify.dev/docs/api/partner/2025-01/objects/AppSubscriptionSale) OBJECT A transaction corresponding to an app subscription charge. * app [App!](https://shopify.dev/docs/api/partner/2025-01/objects/App) non-null The app associated with the sale. * billing​Interval [App​Pricing​Interval](https://shopify.dev/docs/api/partner/2025-01/enums/AppPricingInterval) The billing frequency for the app. * charge​Id [ID](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) The ID of the [app charge](https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api) associated with the transaction. Example value: `gid://shopify/AppUsageRecord/1234`. This value might be `null` for transactions that occurred before September 2020. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the sale. * [App​Usage​Record](https://shopify.dev/docs/api/partner/2025-01/objects/AppUsageRecord) OBJECT An app charge. This charge varies based on how much the merchant uses the app or a service that the app integrates with. * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The amount of the app charge. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null A globally unique identifier. * name [String!](https://shopify.dev/docs/api/partner/2025-01/scalars/String) non-null The name of the app charge. * test [Boolean!](https://shopify.dev/docs/api/partner/2025-01/scalars/Boolean) non-null Whether the app purchase was a test transaction. * [App​Usage​Sale](https://shopify.dev/docs/api/partner/2025-01/objects/AppUsageSale) OBJECT A transaction corresponding to an app usage charge. * app [App!](https://shopify.dev/docs/api/partner/2025-01/objects/App) non-null The app associated with the sale. * charge​Id [ID](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) The ID of the [app charge](https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api) associated with the transaction. Example value: `gid://shopify/AppUsageRecord/1234`. This value might be `null` for transactions that occurred before September 2020. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the sale. * [Legacy​Transaction](https://shopify.dev/docs/api/partner/2025-01/objects/LegacyTransaction) OBJECT A transaction of a type that is no longer supported. * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * [Referral​Adjustment](https://shopify.dev/docs/api/partner/2025-01/objects/ReferralAdjustment) OBJECT A transaction corresponding to a shop referral adjustment. * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * category [Referral​Category!](https://shopify.dev/docs/api/partner/2025-01/enums/ReferralCategory) non-null The referral type. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The referred shop. * [Referral​Transaction](https://shopify.dev/docs/api/partner/2025-01/objects/ReferralTransaction) OBJECT A transaction corresponding to a shop referral. * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to your payout. * category [Referral​Category!](https://shopify.dev/docs/api/partner/2025-01/enums/ReferralCategory) non-null The referral type. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * shop [Shop!](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) non-null The referred shop. * [Service​Sale](https://shopify.dev/docs/api/partner/2025-01/objects/ServiceSale) OBJECT A transaction corresponding to a paid invoice for a service. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the sale. * [Service​Sale​Adjustment](https://shopify.dev/docs/api/partner/2025-01/objects/ServiceSaleAdjustment) OBJECT A transaction corresponding to a refund, downgrade, or adjustment of a service sale. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the adjustment. * [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) OBJECT A Shopify shop. * avatar​Url [Url](https://shopify.dev/docs/api/partner/2025-01/scalars/Url) A URL referencing the avatar associated with the actor. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null A globally unique identifier for the actor. Example value: `gid://partners/Shop/1234`. * myshopify​Domain [Url!](https://shopify.dev/docs/api/partner/2025-01/scalars/Url) non-null The shop's `.myshopify.com` domain name. * name [String!](https://shopify.dev/docs/api/partner/2025-01/scalars/String) non-null The name of the actor. This might be a Partner organization or shop name. * [Tax​Transaction](https://shopify.dev/docs/api/partner/2025-01/objects/TaxTransaction) 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. * amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * type [Tax​Transaction​Type!](https://shopify.dev/docs/api/partner/2025-01/enums/TaxTransactionType) non-nullDeprecated * [Theme​Sale](https://shopify.dev/docs/api/partner/2025-01/objects/ThemeSale) OBJECT A transaction corresponding to a theme purchase. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the sale. * theme [Theme!](https://shopify.dev/docs/api/partner/2025-01/objects/Theme) non-null The theme associated with the purchase. * [Theme​Sale​Adjustment](https://shopify.dev/docs/api/partner/2025-01/objects/ThemeSaleAdjustment) OBJECT A transaction corresponding to a refund, downgrade, or adjustment of a theme sale. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/2025-01/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/2025-01/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/2025-01/objects/Money) The amount that Shopify retained from the adjustment. * theme [Theme!](https://shopify.dev/docs/api/partner/2025-01/objects/Theme) non-null The theme associated with the refund. *** ##### Variables ```json { "id": "" } ``` ##### Schema ```graphql interface Node { id: ID! } ```