# BusinessEntity - admin - OBJECT
Version: 2025-01

## Description
Represents a merchant's Business Entity.

### Access Scopes



## Fields
* [address](/docs/api/admin/2025-01/objects/BusinessEntityAddress): BusinessEntityAddress! - The address of the merchant's Business Entity.
* [companyName](/docs/api/admin/2025-01/scalars/String): String - The name of the company associated with the merchant's Business Entity.
* [displayName](/docs/api/admin/2025-01/scalars/String): String! - The display name of the merchant's Business Entity.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [primary](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether it's the merchant's primary Business Entity.
* [shopifyPaymentsAccount](/docs/api/admin/2025-01/objects/ShopifyPaymentsAccount): ShopifyPaymentsAccount - Shopify Payments account information, including balances and payouts.

## Connections



## Related queries
* [businessEntities](/docs/api/admin/2025-01/queries/businessEntities) Returns a list of Business Entities associated with the shop.
* [businessEntity](/docs/api/admin/2025-01/queries/businessEntity) Returns a Business Entity by ID.

## Related mutations

## Related Unions

## Examples