ProductVideos
Returns Embedded videos displayed on product listings.
Table Specific Information
Select
The connector uses the BigCommerce API to process WHERE clause conditions built with the following columns and operators:
- Id supports the = comparison.
- ProductId supports the = comparison.
The rest of the filter is executed client-side within the connector.
For example, the following queries are processed server-side:
SELECT * FROM ProductVideos WHERE Id = 1
SELECT * FROM ProductVideos WHERE ProductId = 1
Columns
| Name | Type | References | Description |
| Id [KEY] | String | ID of this video. | |
| ProductId [KEY] | Integer |
Products.Id | ID of the associated product. |
| SortOrder | Integer | Sort order for this video. | |
| Name | String | The title for the video. | |
| Length | String | The duration of the video. | |
| Description | String | The description for the video. | |
| VideoId | String | The ID of the video on a host site. | |
| Type | String | The video type (a short name of a host site) | |
| VideoURL | String | The URL for the video. |