--- title: Node - Partner API description: An object with an ID to support global identification. api_version: 2025-10 api_name: partner type: interface api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/interfaces/Node' md: 'https://shopify.dev/docs/api/partner/latest/interfaces/Node.md' --- # Node interface An object with an ID to support global identification. ## Fields * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. *** ## Types implemented in * [App](https://shopify.dev/docs/api/partner/latest/objects/App) OBJECT A Shopify [app](https://shopify.dev/concepts/apps). * api​Key [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null A unique application API identifier. * events [App​Event​Connection!](https://shopify.dev/docs/api/partner/latest/connections/AppEventConnection) non-null A list of app events. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The ID of the app. Example value: `gid://partners/App/1234`. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The name of the app. * [App​Credit](https://shopify.dev/docs/api/partner/latest/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/latest/objects/Money) non-null The amount that can be used towards future app purchases in Shopify. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The description of the app credit. * test [Boolean!](https://shopify.dev/docs/api/partner/latest/scalars/Boolean) non-null Whether the app credit was a test transaction. * [App​One​Time​Sale](https://shopify.dev/docs/api/partner/latest/objects/AppOneTimeSale) OBJECT A transaction corresponding to a one-time app charge. * app [App!](https://shopify.dev/docs/api/partner/latest/objects/App) non-null The app associated with the sale. * charge​Id [ID](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the sale. * [App​Purchase​One​Time](https://shopify.dev/docs/api/partner/latest/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/latest/objects/Money) non-null The amount of the app charge. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The name of the app charge. * test [Boolean!](https://shopify.dev/docs/api/partner/latest/scalars/Boolean) non-null Whether the app purchase was a test transaction. * [App​Sale​Adjustment](https://shopify.dev/docs/api/partner/latest/objects/AppSaleAdjustment) OBJECT A transaction corresponding to a refund, downgrade, or adjustment of an app charge. * app [App!](https://shopify.dev/docs/api/partner/latest/objects/App) non-null The app associated with the refund. * charge​Id [ID](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the adjustment. * [App​Sale​Credit](https://shopify.dev/docs/api/partner/latest/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/latest/objects/App) non-null The app associated with the sale. * charge​Id [ID](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the sale. * [App​Subscription](https://shopify.dev/docs/api/partner/latest/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/latest/objects/Money) non-null The amount of the app charge. * billing​On [Date​Time](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) The date when the merchant will next be billed. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The name of the app charge. * test [Boolean!](https://shopify.dev/docs/api/partner/latest/scalars/Boolean) non-null Whether the app purchase was a test transaction. * [App​Subscription​Sale](https://shopify.dev/docs/api/partner/latest/objects/AppSubscriptionSale) OBJECT A transaction corresponding to an app subscription charge. * app [App!](https://shopify.dev/docs/api/partner/latest/objects/App) non-null The app associated with the sale. * billing​Interval [App​Pricing​Interval](https://shopify.dev/docs/api/partner/latest/enums/AppPricingInterval) The billing frequency for the app. * charge​Id [ID](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the sale. * [App​Usage​Record](https://shopify.dev/docs/api/partner/latest/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/latest/objects/Money) non-null The amount of the app charge. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The name of the app charge. * test [Boolean!](https://shopify.dev/docs/api/partner/latest/scalars/Boolean) non-null Whether the app purchase was a test transaction. * [App​Usage​Sale](https://shopify.dev/docs/api/partner/latest/objects/AppUsageSale) OBJECT A transaction corresponding to an app usage charge. * app [App!](https://shopify.dev/docs/api/partner/latest/objects/App) non-null The app associated with the sale. * charge​Id [ID](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the sale. * [Conversation](https://shopify.dev/docs/api/partner/latest/objects/Conversation) OBJECT A conversation with a merchant through the Experts Marketplace. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time the conversation was started. * dashboard​Url [Url!](https://shopify.dev/docs/api/partner/latest/scalars/Url) non-null The URL to access this conversation in the Partner Dashboard. * has​Unread​Messages [Boolean!](https://shopify.dev/docs/api/partner/latest/scalars/Boolean) non-null Whether the conversation has unread messages. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. * last​Event​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time of the most recent conversation event. Example events: a message being sent, or a proposal being accepted. * merchant​User [Merchant​User!](https://shopify.dev/docs/api/partner/latest/objects/MerchantUser) non-null The merchant account involved in the conversation. * messages [Message​Connection!](https://shopify.dev/docs/api/partner/latest/connections/MessageConnection) non-null The messages exchanged within the conversation. * status [Conversation​Status!](https://shopify.dev/docs/api/partner/latest/enums/ConversationStatus) non-null The status of the Experts Marketplace conversation. * [Job](https://shopify.dev/docs/api/partner/latest/objects/Job) OBJECT An [Experts Marketplace job](https://help.shopify.com/partners/selling-services). * confirmed​Completed [Boolean!](https://shopify.dev/docs/api/partner/latest/scalars/Boolean) non-null Whether the merchant has marked the job as complete. * conversation [Conversation](https://shopify.dev/docs/api/partner/latest/objects/Conversation) The conversation containing messages exchanged with the merchant. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time the job was submitted to your organization. * dashboard​Url [Url!](https://shopify.dev/docs/api/partner/latest/scalars/Url) non-null A URL to access this job in the Partner Dashboard. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. * last​Event​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time of the most recent job event. * requirements [\[Job​Requirement!\]!](https://shopify.dev/docs/api/partner/latest/objects/JobRequirement) non-null The job requirements that the merchant provided. * services [\[Service!\]!](https://shopify.dev/docs/api/partner/latest/objects/Service) non-null The services requested for this job. * shop [Shop!](https://shopify.dev/docs/api/partner/latest/objects/Shop) non-null The shop that submitted the job. * status [Job​Status!](https://shopify.dev/docs/api/partner/latest/enums/JobStatus) non-null The status of the job. * [Legacy​Transaction](https://shopify.dev/docs/api/partner/latest/objects/LegacyTransaction) OBJECT A transaction of a type that is no longer supported. * amount [Money!](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * [Merchant​User](https://shopify.dev/docs/api/partner/latest/objects/MerchantUser) OBJECT A merchant account. This might be a shop owner, a staff member, or a user that isn't associated with a shop. A single merchant account can be associated with many shops. * avatar​Url [Url](https://shopify.dev/docs/api/partner/latest/scalars/Url) A URL referencing the avatar associated with the actor. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier for the actor. Example value: `gid://partners/Shop/1234`. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The user's full name. * timezone [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The user's time zone. * [Message](https://shopify.dev/docs/api/partner/latest/objects/Message) OBJECT A message exchanged within a conversation. * body [String](https://shopify.dev/docs/api/partner/latest/scalars/String) The message body. * file​Urls [\[Url!\]!](https://shopify.dev/docs/api/partner/latest/scalars/Url) non-null A collection of URLs pointing to files attached to the message. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier. * sent​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time the message was sent. * sent​By [Message​Sender!](https://shopify.dev/docs/api/partner/latest/unions/MessageSender) non-null The organization or user that sent the message. * sent​Via [Message​Sent​Via!](https://shopify.dev/docs/api/partner/latest/enums/MessageSentVia) non-null The platform that was used to send the message. * [Organization](https://shopify.dev/docs/api/partner/latest/objects/Organization) OBJECT A Partner organization. * avatar​Url [Url](https://shopify.dev/docs/api/partner/latest/scalars/Url) A URL referencing the avatar associated with the actor. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier for the actor. Example value: `gid://partners/Shop/1234`. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The name of the actor. This might be a Partner organization or shop name. * [Referral​Adjustment](https://shopify.dev/docs/api/partner/latest/objects/ReferralAdjustment) OBJECT A transaction corresponding to a shop referral adjustment. * amount [Money!](https://shopify.dev/docs/api/partner/latest/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/latest/enums/ReferralCategory) non-null The referral type. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The referred shop. * [Referral​Transaction](https://shopify.dev/docs/api/partner/latest/objects/ReferralTransaction) OBJECT A transaction corresponding to a shop referral. * amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to your payout. * category [Referral​Category!](https://shopify.dev/docs/api/partner/latest/enums/ReferralCategory) non-null The referral type. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * shop [Shop!](https://shopify.dev/docs/api/partner/latest/objects/Shop) non-null The referred shop. * [Service​Sale](https://shopify.dev/docs/api/partner/latest/objects/ServiceSale) OBJECT A transaction corresponding to a paid invoice for a service. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the sale. * [Service​Sale​Adjustment](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the adjustment. * [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) OBJECT A Shopify shop. * avatar​Url [Url](https://shopify.dev/docs/api/partner/latest/scalars/Url) A URL referencing the avatar associated with the actor. * id [ID!](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/Url) non-null The shop's `.myshopify.com` domain name. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The name of the actor. This might be a Partner organization or shop name. * [Shopify​Employee](https://shopify.dev/docs/api/partner/latest/objects/ShopifyEmployee) OBJECT A Shopify employee. * avatar​Url [Url](https://shopify.dev/docs/api/partner/latest/scalars/Url) A URL referencing the avatar associated with the actor. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier for the actor. Example value: `gid://partners/Shop/1234`. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The Shopify employee's full name. * [Tax​Transaction](https://shopify.dev/docs/api/partner/latest/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/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * type [Tax​Transaction​Type!](https://shopify.dev/docs/api/partner/latest/enums/TaxTransactionType) non-nullDeprecated * [Team​Member](https://shopify.dev/docs/api/partner/latest/objects/TeamMember) OBJECT An owner or staff member of the Partner Organization. * avatar​Url [Url](https://shopify.dev/docs/api/partner/latest/scalars/Url) A URL referencing the avatar associated with the actor. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier for the actor. Example value: `gid://partners/Shop/1234`. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The team member's full name. * [Theme​Sale](https://shopify.dev/docs/api/partner/latest/objects/ThemeSale) OBJECT A transaction corresponding to a theme purchase. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the sale. * theme [Theme!](https://shopify.dev/docs/api/partner/latest/objects/Theme) non-null The theme associated with the purchase. * [Theme​Sale​Adjustment](https://shopify.dev/docs/api/partner/latest/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/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the adjustment. * theme [Theme!](https://shopify.dev/docs/api/partner/latest/objects/Theme) non-null The theme associated with the refund. *** ##### Variables ```json { "id": "" } ``` ##### Schema ```graphql interface Node { id: ID! } ```