Tables
The driver models the data in BigCommerce into a list of tables that can be queried using standard SQL statements.
Generally, querying BigCommerce tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
CData JDBC Driver for BigCommerce Tables
Name | Description |
Categories | Returns Product Categories. |
ChannelListings | Returns a list of all Channel Listings for a specific channel |
Channels | GET,CREATE,UPDATE Channels |
Currencies | Returns data from Currencies table. |
CustomerAddresses | Returns a list of Customer Addresses. Returns the addresses belonging to a customer. |
Customers | Returns data from Customers table. |
OrderItems | Returns Items ordered for every order. |
Orders | Returns data from Orders table. |
OrderShipments | Returns shipments and their corresponding orders. |
PriceListRecords | Returns a collection of price List records |
PriceLists | Returns a collection of price records |
ProductImages | Returns images registered for products. |
ProductOptions | Returns data from Products table. |
ProductOptionValues | Returns data from Products table. |
ProductReviews | Returns reviews registered for products. |
Products | Returns data from products table. |
ProductVariants | Returns data from Products table. |