StoreApps
Returns the list of applications installed on stores in the account.
Table-Specific Information
Select
Returns all applications associated with the stores.
The server uses the BigCommerce API to process WHERE clause conditions built with the following columns and operators:
| Column | Supported Operators |
| StoreId | =, IN |
SELECT * FROM StoreApps;
SELECT * FROM StoreApps WHERE StoreId = 'bc/account/store/8bjfqkmtug';
Columns
| Name | Type | Description |
| Id [KEY] | String | The ID of the App associated with a store. |
| AccountId | String | The ID of the Account. |
| StoreId | String | The ID of the Store. |
| Name | String | The name of the application. |