--- title: businessEntity - GraphQL Admin description: Returns a Business Entity by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/businessentity md: https://shopify.dev/docs/api/admin-graphql/latest/queries/businessentity.md --- # business​Entity query Returns a Business Entity by ID. ## Arguments * id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The ID of the Business Entity to return. Returns the primary Business Entity if not provided. *** ## Possible returns * Business​Entity [Business​Entity](https://shopify.dev/docs/api/admin-graphql/latest/objects/BusinessEntity) Represents a merchant's Business Entity. *** ## Examples * ### businessEntity reference ## Query Reference ```graphql { businessEntity { # businessEntity fields } } ```