BusinessEntities
Lists legal or business entities associated with a shop, used for tax or corporate reporting.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- Id supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM BusinessEntities WHERE Id = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier for the business entity record. | |
| CompanyName | String | The registered company name associated with the merchant's business entity. | |
| DisplayName | String | The public or display name of the merchant's business entity, often used for storefront or billing purposes. | |
| Primary | Bool | Indicates whether this business entity is designated as the merchant's primary or default entity. | |
| Address1 | String | The first line of the business entity's address, typically including the street name or PO Box. | |
| Address2 | String | The second line of the business entity's address, such as an apartment, suite, or unit number. | |
| AddressCountryCode | String | The two-letter ISO country code representing the country of the business entity's address. | |
| AddressProvince | String | The province, state, or regional subdivision associated with the business entity's address. | |
| AddressCity | String | The city or locality where the business entity is located. | |
| AddressZip | String | The postal or ZIP code associated with the business entity's address. | |
| ShopifyPaymentsAccountId | String | The unique identifier of the Shopify Payments account linked to this business entity. |