--- title: Node - Partner API description: An object with an ID to support global identification. api_version: 2026-01 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. *** ##### Variables ```json { "id": "" } ``` ##### Schema ```graphql interface Node { id: ID! } ```