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