BusinessEntities
List of Business Entities associated with the shop.
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 | A globally-unique ID. | |
| CompanyName | String | The name of the company associated with the merchant's Business Entity. | |
| DisplayName | String | The display name of the merchant's Business Entity. | |
| Primary | Bool | Whether it's the merchant's primary Business Entity. | |
| Address1 | String | The first line of the address. Typically the street address or PO Box number. | |
| Address2 | String | The second line of the address. Typically the number of the apartment, suite, or unit. | |
| AddressCountryCode | String | The country code of the merchant's Business Entity. | |
| AddressProvince | String | The region of the address, such as the province, state, or district. | |
| AddressCity | String | The name of the city, district, village, or town. | |
| AddressZip | String | The zip or postal code of the address. | |
| ShopifyPaymentsAccountId | String | A globally-unique ID. |