Views
Views are composed of columns and pseudo columns. Views are similar to tables in the way that data is represented; however, views do not support updates. Entities that are represented as views are typically read-only entities. Often, a stored procedure is available to update the data if such functionality is applicable to the data source.
Queries can be executed against a view as if it were a normal table, and the data that comes back is similar in that regard.
Dynamic views, such as queries exposed as views, and views for looking up specific combinations of project_team work items are supported.
CData JDBC Driver for BigCommerce Views
| Name | Description |
| Blogposts | Returns all Blog Posts. |
| BlogTags | Returns a list of Blog Tags. |
| Brands | Gets the collection of brands. |
| Coupons | Lists all coupons. |
| CustomerGroups | Returns a list of Customer Groups. |
| GiftCertificates | Lists all gift certificates. |
| OrderCoupons | Lists all order coupons. |
| OrderItemOptionValues | Returns data from OrderItems table. |
| OrderMessages | Gets the messages associated with an order. |
| OrderRefunds | Returns a list of refunds. |
| OrderRefundsItems | List of Items refunded. |
| OrderRefundsPayments | Refund payments made to payment providers. |
| OrderShippingAddresses | Returns shipping addresses and their corresponding orders. |
| OrderStatuses | Returns order statuses. |
| OrderTaxes | Gets all order taxes related to an order. |
| Pages | Lists all pages. |
| PaymentMethods | Lists all payment methods. |
| PriceListAssignments | Returns an array of Price List Assignments matching a particular Customer Group and Price List and Channel. |
| ProductBulkPricingRules | Returns bulk pricing rules applied to a product. |
| ProductCustomFields | Lists all tax classes. |
| ProductRules | Returns rules that modify the properties of a product, such as weight, price, and product image. |
| ProductSkus | Returns Stock Keeping Unit identifiers associated with products or product options. |
| ProductVariantValues | Returns data from Products table. |
| ProductVideos | Returns Embedded videos displayed on product listings. |
| Redirects | Lists all redirect URLs. |
| ShipmentItems | Returns data from Items within a shipment. |
| ShippingMethods | Lists all shipping methods. |
| ShippingZones | Lists all shipping zones. |
| Stores | Lists all Stores. |
| TaxClasses | Lists all tax classes. |
| Transactions | Lists all transactions. |