ProductVideos
Returns Embedded videos displayed on product listings.
Table Specific Information
Select
The driver will use the BigCommerce API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
- Id supports the '=' comparison.
- ProductId supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM ProductVideos SELECT * FROM ProductVideos WHERE Id = 1 SELECT * FROM ProductVideos WHERE ProductId = 1
Columns
Name | Type | Description |
Id [KEY] | String | ID of this video. |
ProductId [KEY] | Integer | ID of the associated product. |
SortOrder | Integer | Sort order for this video. |
Name | String | Name for this video. |