# BusinessEntity - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a merchant's Business Entity. ### Access Scopes ## Fields * [address](/docs/api/admin-graphql/2024-10/objects/BusinessEntityAddress): BusinessEntityAddress! - The address of the merchant's Business Entity. * [companyName](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the company associated with the merchant's Business Entity. * [displayName](/docs/api/admin-graphql/2024-10/scalars/String): String! - The display name of the merchant's Business Entity. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [primary](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether it's the merchant's primary Business Entity. * [shopifyPaymentsAccount](/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsAccount): ShopifyPaymentsAccount - Shopify Payments account information, including balances and payouts. ## Connections ## Related queries * [businessEntities](/docs/api/admin-graphql/2024-10/queries/businessEntities) Returns a list of Business Entities associated with the shop. * [businessEntity](/docs/api/admin-graphql/2024-10/queries/businessEntity) Returns a Business Entity by ID. ## Related mutations ## Related Unions ## Examples