JDBC Driver for BigCommerce

Build 26.0.9655

StoreApps

Returns the list of applications installed on stores in the account.

Table-Specific Information

Select

Returns all applications associated with the stores.

The driver uses the BigCommerce API to process WHERE clause conditions built with the following columns and operators:

ColumnSupported 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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655