TDV Adapter for BigCommerce

Build 22.0.8462

Redirects

Lists all redirect URLs.

Table Specific Information

Select

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

  • Id supports the '=' comparison.

For example, the following queries are processed server side:

SELECT * FROM Redirects

SELECT * FROM Redirects WHERE Id = 1 

Columns

Name Type Description
Id [KEY] Integer Numeric ID of the redirect.
SiteId Integer Site ID of the redirect.
FromPath String The path from which to redirect.
ToType String The type of redirect.
ToEntityId Integer EntityId of the redirect.
ToURL String URL of the redirect.
URL String Full destination URL for the redirect. Must be explicitly included via URL parameter.

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