ProductVideos
Returns Embedded videos displayed on product listings.
Table Specific Information
Select
The 本製品 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 本製品.
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 | ID of the associated product. | |
SortOrder | Integer | Sort order for this video. | |
Name | String | Name for this video. |