# businessEntities - admin-graphql - QUERY Version: 2024-10 ## Description Returns a list of Business Entities associated with the shop. ### Access Scopes ## Arguments ## Returns * [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. ## Examples