SSIS Components for BigCommerce

Build 22.0.8509

ProductVideos

Returns Embedded videos displayed on product listings.

Table Specific Information

Select

The component 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 component.

  • 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509