BusinessEntities
Lists business entities associated with the shop for organizational context.
View-Specific Information
Select
The component uses the Shopify API to process WHERE clause conditions built with the following column and operators. The component processes other filters client-side within the component.
- 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 | The globally unique identifier of the business entity. | |
| CompanyName | String | The legal company name associated with the merchant's business entity. | |
| DisplayName | String | The public-facing display name of the merchant's business entity. | |
| Primary | Bool | Indicates whether this is the merchant's primary business entity. | |
| Address1 | String | The first line of the business entity's address, typically a street address or PO Box. | |
| Address2 | String | The second line of the business entity's address, typically an apartment, suite, or unit number. | |
| AddressCountryCode | String | The two-letter country code of the business entity's address. | |
| AddressProvince | String | The province, state, or district of the business entity's address. | |
| AddressCity | String | The city, town, district, or village of the business entity's address. | |
| AddressZip | String | The postal or ZIP code of the business entity's address. | |
| ShopifyPaymentsAccountId | String | The globally unique identifier of the Shopify Payments account associated with the business entity. |