--- title: Node - GraphQL Admin description: >- An object with an ID field to support global identification, in accordance with the [Relay specification](https://relay.dev/graphql/objectidentification.htm#sec-Node-Interface). This interface is used by the [node](https://shopify.dev/api/admin-graphql/unstable/queries/node) and [nodes](https://shopify.dev/api/admin-graphql/unstable/queries/nodes) queries. api_version: 2026-01 api_name: admin type: interface api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node' md: 'https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node.md' --- # Node interface An object with an ID field to support global identification, in accordance with the [Relay specification](https://relay.dev/graphql/objectidentification.htm#sec-Node-Interface). This interface is used by the [node](https://shopify.dev/api/admin-graphql/unstable/queries/node) and [nodes](https://shopify.dev/api/admin-graphql/unstable/queries/nodes) queries. ## Fields * id *** ## Types implemented in * AbandonedCheckout * AbandonedCheckoutLineItem * Abandonment * AddAllProductsOperation * AdditionalFee * App * AppCatalog * AppCredit * AppInstallation * AppPurchaseOneTime * AppRevenueAttributionRecord * AppSubscription * AppUsageRecord * Article * BasicEvent * Blog * BulkOperation * BusinessEntity * CalculatedOrder * CartTransform * CashTrackingAdjustment * CashTrackingSession * CatalogCsvOperation * Channel * ChannelDefinition * ChannelInformation * CheckoutProfile * Collection * Comment * CommentEvent * Company * CompanyAddress * CompanyContact * CompanyContactRole * CompanyContactRoleAssignment * CompanyLocation * CompanyLocationCatalog * CompanyLocationStaffMemberAssignment * ConsentPolicy * CurrencyExchangeAdjustment * Customer * CustomerAccountAppExtensionPage * CustomerAccountNativePage * CustomerPaymentMethod * CustomerSegmentMembersQuery * CustomerVisit * DeliveryCarrierService * DeliveryCondition * DeliveryCountry * DeliveryCustomization * DeliveryLocationGroup * DeliveryMethod * DeliveryMethodDefinition * DeliveryParticipant * DeliveryProfile * DeliveryProfileItem * DeliveryPromiseParticipant * DeliveryPromiseProvider * DeliveryProvince * DeliveryRateDefinition * DeliveryZone * DiscountAutomaticBxgy * DiscountAutomaticNode * DiscountCodeNode * DiscountNode * DiscountRedeemCodeBulkCreation * Domain * DraftOrder * DraftOrderLineItem * DraftOrderTag * Duty * ExchangeLineItem * ExternalVideo * Fulfillment * FulfillmentConstraintRule * FulfillmentEvent * FulfillmentHold * FulfillmentLineItem * FulfillmentOrder * FulfillmentOrderDestination * FulfillmentOrderLineItem * FulfillmentOrderMerchantRequest * GenericFile * GiftCard * GiftCardCreditTransaction * GiftCardDebitTransaction * InventoryAdjustmentGroup * InventoryItem * InventoryItemMeasurement * InventoryLevel * InventoryQuantity * InventoryShipment * InventoryShipmentLineItem * InventoryTransfer * InventoryTransferLineItem * LineItem * LineItemGroup * Location * MailingAddress * Market * MarketCatalog * MarketingActivity * MarketingEvent * MarketRegionCountry * MarketWebPresence * MediaImage * Menu * Metafield * MetafieldDefinition * Metaobject * MetaobjectDefinition * Model3d * OnlineStoreTheme * Order * OrderAdjustment * OrderDisputeSummary * OrderEditSession * OrderTransaction * Page * PaymentCustomization * PaymentMandate * PaymentSchedule * PaymentTerms * PaymentTermsTemplate * PointOfSaleDevice * PriceList * PriceRule * PriceRuleDiscountCode * Product * ProductBundleOperation * ProductDeleteOperation * ProductDuplicateOperation * ProductFeed * ProductOption * ProductOptionValue * ProductSetOperation * ProductTaxonomyNode * ProductVariant * ProductVariantComponent * Publication * PublicationResourceOperation * QuantityPriceBreak * Refund * RefundShippingLine * Return * ReturnableFulfillment * ReturnLineItem * ReturnReasonDefinition * ReverseDelivery * ReverseDeliveryLineItem * ReverseFulfillmentOrder * ReverseFulfillmentOrderDisposition * ReverseFulfillmentOrderLineItem * SaleAdditionalFee * SavedSearch * ScriptTag * Segment * SellingPlan * SellingPlanGroup * ServerPixel * Shop * ShopAddress * ShopifyPaymentsAccount * ShopifyPaymentsBalanceTransaction * ShopifyPaymentsBankAccount * ShopifyPaymentsDispute * ShopifyPaymentsDisputeEvidence * ShopifyPaymentsDisputeFileUpload * ShopifyPaymentsDisputeFulfillment * ShopifyPaymentsPayout * ShopPolicy * StaffMember * StandardMetafieldDefinitionTemplate * StoreCreditAccount * StoreCreditAccountCreditTransaction * StoreCreditAccountDebitRevertTransaction * StoreCreditAccountDebitTransaction * StorefrontAccessToken * SubscriptionBillingAttempt * SubscriptionContract * SubscriptionDraft * TaxonomyAttribute * TaxonomyCategory * TaxonomyChoiceListAttribute * TaxonomyMeasurementAttribute * TaxonomyValue * TenderTransaction * TransactionFee * UnverifiedReturnLineItem * UrlRedirect * UrlRedirectImport * Validation * Video * WebhookSubscription * WebPixel *** ##### Variables ```json { "id": "" } ``` ##### Schema ```graphql interface Node { id: ID! } ```