Stores
Returns the stores associated with the account.
Table-Specific Information
Select
Returns all stores associated with the account.
The connector uses the BigCommerce API to process WHERE clause conditions built with the following columns and operators:
| Column | Supported Operators |
| Id | =, IN |
| StoreHash | =, IN |
SELECT * FROM Stores;
SELECT * FROM Stores WHERE Id = 'bc/account/store/8bjfqkmtug';
SELECT * FROM Stores WHERE StoreHash IN ('8bjfqkmtuh','8bjfqkmtug');
Columns
| Name | Type | Description |
| Id [KEY] | String | The ID of the Store. |
| AccountId | String | The ID of the Account. |
| Name | String | The name of the store. |
| StoreHash | String | The hash that uniquely identifies the store. |