SSIS Components for BigCommerce

Build 26.0.9655

Stores

Returns the stores associated with the account.

Table-Specific Information

Select

Returns all stores associated with the account.

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

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

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