Adobe Commerce Connector for CData Sync

Build 24.0.9175
  • Adobe Commerce
    • Establishing a Connection
    • Advanced Features
      • SSL Configuration
      • Firewall and Proxy
    • Data Model
      • Tables
        • AdobeStockAssetApiAsset
        • BundleProductOption
        • CatalogAttributeSet
        • CatalogProductAttribute
        • CmsBlock
        • CmsPage
        • ConfigurableProductOption
        • CustomerAddress
        • CustomerGroup
        • Customers
        • DownloadableLink
        • DownloadableSample
        • EavAttributeSet
        • GiftMessageCart
        • GiftMessageGuestCart
        • GiftMessageGuestItem
        • GiftMessageItem
        • GuestBillingAddresses
        • Inventory
        • InventoryApiSource
        • InventoryApiStock
        • OrderComments
        • Orders
        • ProductAttributeGroup
        • ProductAttributeOptions
        • ProductCategories
        • ProductCustomOption
        • ProductMedia
        • Products
        • QuoteCart
        • QuoteCartItem
        • QuoteGuestCartItem
        • SalesCreditmemo
        • SalesCreditmemoComments
        • SalesInvoice
        • SalesInvoiceComments
        • SalesRule
        • SalesRuleCoupon
        • SalesShipment
        • SalesShipmentComments
        • TaxClass
        • TaxRate
        • TaxRule
      • Views
        • AdobeStockAssetApiGetAssetList
        • AdobeStockImageApiGetImageList
        • AnalyticsLinkProvider
        • AsynchronousOperationsBulkStatus
        • AsynchronousOperationsOperation
        • BillingAddresses
        • BundleProductLinkChildren
        • CatalogCategoryAttribute
        • CatalogCategoryAttributeOptionOptions
        • CatalogCategoryLinkProducts
        • CatalogCategoryList
        • CatalogProductAttributeTypesList
        • CatalogProductLinkTypeList
        • CatalogProductRenderList
        • CatalogProductTierPriceTiers
        • CatalogProductTypeList
        • CheckoutAgreementsCheckoutAgreements
        • CheckoutAgreementsCheckoutAgreementsList
        • ConfigurableProductLinkChildren
        • CustomerAccountBillingAddress
        • CustomerAccountShippingAddress
        • CustomerGroupDefault
        • DirectoryCountryInformationAcquirer
        • DirectoryCurrencyInformationAcquirer
        • GuestPaymentInformation
        • GuestPaymentMethods
        • GuestPaymentSelectedMethods
        • GuestShippingMethods
        • InventoryApiGetSourcesAssignedToStockOrderedByPriority
        • InventoryApiGetStockSourceLinks
        • InventoryApiSourceItem
        • OrderItems
        • PaymentMethods
        • PaymentSelectedMethods
        • PayPalBraintreeAuth
        • ProductAttributes
        • QuoteCartTotal
        • QuoteGuestCart
        • QuoteGuestCartTotal
        • SalesTransaction
        • ShippingMethods
        • StoreGroup
        • Stores
        • StoreWebsite
    • Connection String Options
      • Authentication
        • AuthScheme
        • URL
        • User
        • Password
        • AccessToken
        • StoreCode
      • SSL
        • SSLServerCert
      • Firewall
        • FirewallType
        • FirewallServer
        • FirewallPort
        • FirewallUser
        • FirewallPassword
      • Proxy
        • ProxyAutoDetect
        • ProxyServer
        • ProxyPort
        • ProxyAuthScheme
        • ProxyUser
        • ProxyPassword
        • ProxySSLType
        • ProxyExceptions
      • Logging
        • LogModules
      • Schema
        • Location
        • BrowsableSchemas
        • Tables
        • Views
      • Miscellaneous
        • GenerateSchemaFiles
        • IncludeCustomAttributes
        • MaxRows
        • Other
        • Pagesize
        • PseudoColumns
        • RowScanDepth
        • Timeout
        • TypeDetectionScheme
        • UserDefinedViews
        • UseSimpleNames

Adobe Commerce Connector for CData Sync

Overview

The CData Sync App provides a straightforward way to continuously pipeline your Adobe Commerce data to any database, data lake, or data warehouse, making it easily available for Analytics, Reporting, AI, and Machine Learning.

The AdobeCommerce connector can be used from the CData Sync application to pull data from AdobeCommerce and move it to any of the supported destinations.

AdobeCommerce Version Support

The Sync App models entities in the AdobeCommerce REST APIs as relational tables.

Adobe Commerce Connector for CData Sync

Establishing a Connection

Adding a Connection to AdobeCommerce

To add a connection to AdobeCommerce:

  1. In the application console, navigate to the Connections page.
  2. At the Add Connections panel, select the icon for the connection you want to add.
  3. If the AdobeCommerce icon is not available, click the Add More icon to download and install the AdobeCommerce connector from the CData site.

For required properties, see the Settings tab.

For connection properties that are not typically required, see the Advanced tab.

Connecting to AdobeCommerce

To connect, set the URL; for example, http://yoursitename/magento2, and optionally provide the StoreCode of the store you are connecting to, if more than one are present.

Authenticating to AdobeCommerce

To authenticate to AdobeCommerce server versions, you can use either the Basic or the Token AuthScheme.

Basic

  • AuthScheme Set this to Basic.
  • User Set this to your user name in AdobeCommerce.
  • Password Set this to your password in AdobeCommerce.

Access Token

  • AuthScheme Set this to Token.
  • AccessToken Set this to your AccessToken in AdobeCommerce.

To generate the AccessToken, Log in to the AdobeCommerce Stores > Settings > Configuration > Services > OAuth > Access Token.

Adobe Commerce Connector for CData Sync

Advanced Features

This section details a selection of advanced features of the AdobeCommerce Sync App.

User Defined Views

The Sync App supports the use of user defined views, virtual tables whose contents are decided by a pre-configured user defined query. These views are useful when you cannot directly control queries being issued to the drivers. For an overview of creating and configuring custom views, see User Defined Views .

SSL Configuration

Use SSL Configuration to adjust how Sync App handles TLS/SSL certificate negotiations. You can choose from various certificate formats;. For further information, see the SSLServerCert property under "Connection String Options" .

Firewall and Proxy

Configure the Sync App for compliance with Firewall and Proxy, including Windows proxies and HTTP proxies. You can also set up tunnel connections.

Query Processing

The Sync App offloads as much of the SELECT statement processing as possible to AdobeCommerce and then processes the rest of the query in memory (client-side).

For further information, see Query Processing.

Logging

For an overview of configuration settings that can be used to refine CData logging, see Logging. Only two connection properties are required for basic logging, but there are numerous features that support more refined logging, which enables you to use the LogModules connection property to specify subsets of information to be logged.

Adobe Commerce Connector for CData Sync

SSL Configuration

Customizing the SSL Configuration

By default, the Sync App attempts to negotiate TLS with the server. The server certificate is validated against the default system trusted certificate store. You can override how the certificate gets validated using the SSLServerCert connection property.

To specify another certificate, see the SSLServerCert connection property.

Adobe Commerce Connector for CData Sync

Firewall and Proxy

Connecting Through a Firewall or Proxy

HTTP Proxies

To authenticate to an HTTP proxy, set the following:

  • ProxyServer: the hostname or IP address of the proxy server that you want to route HTTP traffic through.
  • ProxyPort: the TCP port that the proxy server is running on.
  • ProxyAuthScheme: the authentication method the Sync App uses when authenticating to the proxy server.
  • ProxyUser: the username of a user account registered with the proxy server.
  • ProxyPassword: the password associated with the ProxyUser.

Other Proxies

Set the following properties:

  • To use a proxy-based firewall, set FirewallType, FirewallServer, and FirewallPort.
  • To tunnel the connection, set FirewallType to TUNNEL.
  • To authenticate, specify FirewallUser and FirewallPassword.
  • To authenticate to a SOCKS proxy, additionally set FirewallType to SOCKS5.

Adobe Commerce Connector for CData Sync

Data Model

The CData Sync App models your account as relational databases through the AdobeCommerce 2.x API. The Data Models described in this chapter provide examples of what your AdobeCommerce environment might look like. The actual data model will be obtained dynamically based on your AdobeCommerce account.

Key Features

  • The Sync App models AdobeCommerce Products, Customers, Inventory, and more as relational tables, allowing you to write SQL to query AdobeCommerce data.
  • Stored procedures allow you to execute operations to AdobeCommerce, including downloading and uploading objects.
  • Live connectivity to these objects means any changes to your AdobeCommerce account are immediately reflected when using the Sync App.

Adobe Commerce Connector for CData Sync

Tables

The Sync App models the data in AdobeCommerce as a list of tables in a relational database that can be queried using standard SQL statements.

Adobe Commerce Connector for CData Sync Tables

Name Description
AdobeStockAssetApiAsset AdobeStockAssetApiAsset is an auto generated table
BundleProductOption BundleProductOption is an auto generated table. The supported operations are Delete, and Querying data from this table.
CatalogAttributeSet CatalogAttributeSet is an auto generated table. The supported operations are Update, Delete, and Querying data from this table.
CatalogProductAttribute CatalogProductAttribute is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
CmsBlock CmsBlock is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
CmsPage CmsPage is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
ConfigurableProductOption ConfigurableProductOption is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
CustomerAddress CustomerAddress is an auto generated table. The supported operations are Delete, and Querying data from this table.
CustomerGroup CustomerGroup is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
Customers Customers is an auto generated table. The supported operations are Update, Delete, and Querying data from this table.
DownloadableLink DownloadableLink is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
DownloadableSample DownloadableSample is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
EavAttributeSet EavAttributeSet is an auto generated table. The supported operations are Update, Delete, and Querying data from this table.
GiftMessageCart GiftMessageCart is an auto generated table. The supported operations are Insert, and Querying data from this table.
GiftMessageGuestCart GiftMessageGuestCart is an auto generated table. The supported operations are Insert, and Querying data from this table.
GiftMessageGuestItem GiftMessageGuestItem is an auto generated table. The supported operations are Insert, and Querying data from this table.
GiftMessageItem GiftMessageItem is an auto generated table. The supported operations are Insert, and Querying data from this table.
GuestBillingAddresses GuestBillingAddresses is an auto generated table. The supported operations are Insert, and Querying data from this table.
Inventory Inventory is an auto generated table. The supported operations are Update, and Querying data from this table.
InventoryApiSource InventoryApiSource is an auto generated table
InventoryApiStock InventoryApiStock is an auto generated table
OrderComments OrderComments is an auto generated table. The supported operations are Insert, and Querying data from this table.
Orders Orders is an auto generated table. The supported operations are Insert, Update, and Querying data from this table.
ProductAttributeGroup ProductAttributeGroup is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
ProductAttributeOptions ProductAttributeOptions is an auto generated table. The supported operations are Insert, Delete, and Querying data from this table.
ProductCategories ProductCategories is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
ProductCustomOption ProductCustomOption is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
ProductMedia ProductMedia is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
Products Products is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
QuoteCart QuoteCart is an auto generated table. The supported operations are Update, and Querying data from this table.
QuoteCartItem QuoteCartItem is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
QuoteGuestCartItem QuoteGuestCartItem is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
SalesCreditmemo SalesCreditmemo is an auto generated table. The supported operations are Insert, and Querying data from this table.
SalesCreditmemoComments SalesCreditmemoComments is an auto generated table. The supported operations are Insert, and Querying data from this table.
SalesInvoice SalesInvoice is an auto generated table. The supported operations are Insert, and Querying data from this table.
SalesInvoiceComments SalesInvoiceComments is an auto generated table. The supported operations are Insert, and Querying data from this table.
SalesRule SalesRule is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
SalesRuleCoupon SalesRuleCoupon is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
SalesShipment SalesShipment is an auto generated table. The supported operations are Insert, and Querying data from this table.
SalesShipmentComments SalesShipmentComments is an auto generated table. The supported operations are Insert, and Querying data from this table.
TaxClass TaxClass is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
TaxRate TaxRate is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
TaxRule TaxRule is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Adobe Commerce Connector for CData Sync

AdobeStockAssetApiAsset

AdobeStockAssetApiAsset is an auto generated table

Columns

Name Type ReadOnly Description
Id [KEY] Int False

ID

Category String False

This is an auto-generated column

CategoryId Int False

Category

CreationDate String False

Creation date

Creator String False

This is an auto-generated column

CreatorId Int False

The creator

ExtensionAttributes String False

This is an auto-generated column

IsLicensed Int False

Licensed

MediaGalleryId Int False

Media gallery asset id

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

BundleProductOption

BundleProductOption is an auto generated table. The supported operations are Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Sku or OptionId while the rest of the filter is executed client side within the Sync App.

You must specify the Sku column or the Sku and OptionId columns in the WHERE clause to retrieve results from BundleProductOption. Sku and OptionId can be used only with the equals (=) operator. For example:

SELECT * FROM [BundleProductOption] WHERE Sku = '123'

SELECT * FROM [BundleProductOption] WHERE Sku = '123' AND OptionId = '1'

Delete

You can delete Bundle options by providing the Sku and OptionId columns.

DELETE FROM BundleProductOption WHERE Sku = 'sjl-1999' AND OptionId = '1'

Columns

Name Type ReadOnly Description
ExtensionAttributes String False

This is an auto-generated column

OptionId [KEY] Int False

Option id

Position Int False

Option position

ProductLinks String False

Product links

Required Bool False

Is required option

Sku [KEY] String False

Product sku

Title String False

Option title

Type String False

Input type

Adobe Commerce Connector for CData Sync

CatalogAttributeSet

CatalogAttributeSet is an auto generated table. The supported operations are Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
AttributeSetId [KEY] Int False

Attribute set ID

AttributeSetName String False

Attribute set name

EntityTypeId Int False

Attribute set entity type id

ExtensionAttributes String False

This is an auto-generated column

SearchCriteria String False

This is an auto-generated column

SortOrder Int False

Attribute set sort order index

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

CatalogProductAttribute

CatalogProductAttribute is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
ApplyTo String False

Apply to value for the element

AttributeCode [KEY] String False

Code of the attribute.

AttributeId Int False

Id of the attribute.

BackendModel String False

Backend model

BackendType String False

Backend type.

DefaultFrontendLabel String False

Frontend label for default store

DefaultValue String False

Default value for the element.

EntityTypeId String False

Entity type id

ExtensionAttributes String False

This is an auto-generated column

FrontendClass String False

Frontend class of attribute

FrontendInput String False

HTML for input element.

FrontendLabels String False

Frontend label for each store

IsComparable String False

The attribute can be compared on the frontend

IsFilterable Bool False

It used in layered navigation

IsFilterableInGrid Bool False

It is filterable in catalog product grid

IsFilterableInSearch Bool False

It is used in search results layered navigation

IsHtmlAllowedOnFront Bool False

The HTML tags are allowed on the frontend

IsRequired Bool False

Attribute is required.

IsSearchable String False

The attribute can be used in Quick Search

IsUnique String False

This is a unique attribute

IsUsedForPromoRules String False

The attribute can be used for promo rules

IsUsedInGrid Bool False

It is used in catalog product grid

IsUserDefined Bool False

Current attribute has been defined by a user.

IsVisible Bool False

Attribute is visible on frontend.

IsVisibleInAdvancedSearch String False

The attribute can be used in Advanced Search

IsVisibleInGrid Bool False

It is visible in catalog product grid

IsVisibleOnFront String False

The attribute is visible on the frontend

IsWysiwygEnabled Bool False

WYSIWYG flag

Note String False

The note attribute for the element.

Options String False

Options of the attribute (key => value pairs for select)

Position Int False

Position

Scope String False

Attribute scope

SourceModel String False

Source model

UsedForSortBy Bool False

It is used for sorting in product listing

UsedInProductListing String False

The attribute can be used in product listing

ValidationRules String False

Validation rules.

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

CmsBlock

CmsBlock is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
Id [KEY] Int False

ID

BlockId String False

blockId

Active Bool False

Active

Content String False

Content

CreationTime String False

Creation time

Identifier String False

Identifier

Title String False

Title

UpdateTime String False

Update time

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

CmsPage

CmsPage is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
Id [KEY] Int False

ID

PageId String False

pageId

Active Bool False

Active

Content String False

Content

ContentHeading String False

Content heading

CreationTime String False

Creation time

CustomLayoutUpdateXml String False

Custom layout update xml

CustomRootTemplate String False

Custom root template

CustomTheme String False

Custom theme

CustomThemeFrom String False

Custom theme from

CustomThemeTo String False

Custom theme to

Identifier String False

Identifier

LayoutUpdateXml String False

Layout update xml

MetaDescription String False

Meta description

MetaKeywords String False

Meta keywords

MetaTitle String False

Meta title

PageLayout String False

Page layout

SortOrder String False

Sort order

Title String False

Title

UpdateTime String False

Update time

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

ConfigurableProductOption

ConfigurableProductOption is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Sku or Id while the rest of the filter is executed client side within the Sync App.

You must specify the Sku column or the Sku and Id columns in the WHERE clause to retrieve results from ConfigurableProductOption. Sku and Id can be used only with the equals (=) operator. For example:

SELECT * FROM [ConfigurableProductOption] WHERE Sku = '123' AND Id = '12'

Columns

Name Type ReadOnly Description
Id [KEY] Int False

This is an auto-generated column

Sku String False

sku

AttributeId String False

This is an auto-generated column

ExtensionAttributes String False

This is an auto-generated column

IsUseDefault Bool False

This is an auto-generated column

Label String False

This is an auto-generated column

Position Int False

This is an auto-generated column

ProductId Int False

This is an auto-generated column

Values String False

This is an auto-generated column

Adobe Commerce Connector for CData Sync

CustomerAddress

CustomerAddress is an auto generated table. The supported operations are Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by AddressId while the rest of the filter is executed client side within the Sync App.

You must specify the AddressId column in the WHERE clause to retrieve results from CustomerAddress. AddressId can be used only with the equals (=) operator. For example:

SELECT * FROM [CustomerAddress] WHERE AddressId = '123'

Columns

Name Type ReadOnly Description
Id [KEY] Int False

ID

AddressId String False

addressId

City String False

City name

Company String False

Company

CountryId String False

Country code in ISO_3166-2 format

CustomerId Int False

Customer ID

DefaultBilling Bool False

If this address is default billing address

DefaultShipping Bool False

If this address is default shipping address.

ExtensionAttributes String False

This is an auto-generated column

Fax String False

Fax number

Firstname String False

First name

Lastname String False

Last name

Middlename String False

Middle name

Postcode String False

Postcode

Prefix String False

Prefix

Region String False

This is an auto-generated column

RegionId Int False

Region ID

Street String False

Street

Suffix String False

Suffix

Telephone String False

Telephone number

VatId String False

Vat id

Adobe Commerce Connector for CData Sync

CustomerGroup

CustomerGroup is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Id

Code String False

Code

ExtensionAttributes String False

This is an auto-generated column

TaxClassId Int False

Tax class id

TaxClassName String False

Tax class name

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

Customers

Customers is an auto generated table. The supported operations are Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Customers table supports server-side processing for all columns in the WHERE clause. Most of these columns support server-side processing for the >, >=, <, <=, =, IN, NOT IN and LIKE operators.

The following examples show the types of queries processed server side.

  • Retrieve all customers from your AdobeCommerce server.
    SELECT * FROM Customers
  • Retrieve a single customer:
    SELECT * FROM Customers WHERE Id = '1'
  • Filter by status:
    SELECT * FROM Customers WHERE GroupId = 1
  • Filter by created date:
    SELECT * FROM Customers WHERE CreatedAt > '2017-08-01'
  • Example query with multiple filters:
    SELECT * FROM Customers WHERE DefaultBilling IN (1, 2) AND Firstname LIKE '%i%' AND WebsiteId = 1 LIMIT 50

Insert

To add a Customer, the FirstName, LastName, and Email fields are required.

INSERT INTO Customers (FirstName, LastName, Email, WebsiteId, GroupId) VALUES ('John', 'Doe', '[email protected]', 1, 1)

Update

AdobeCommerce allows updates for the FirstName, LastName, MiddleName, Suffix, Email, GroupId, Prefix, DisableAutoGroupChange, and Taxvat columns. WebsiteId is a required value.

UPDATE Customers SET FirstName = 'Jane', Email = '[email protected]', GroupId = 2, DisableAutoGroupChange = '0', Prefix = 'x', Middlename = 'J', LastName = 'Doe', Suffix = 'y', Taxvat = 1, WebsiteId = 1 WHERE Id = 4

Delete

Customers can be deleted by providing the Id of the Customer and issuing a DELETE statement.

DELETE FROM Customers WHERE Id = 4

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Customer id

Addresses String False

Customer addresses.

Confirmation String False

Confirmation

CreatedAt Datetime False

Created at time

CreatedIn String False

Created in area

DefaultBilling String False

Default billing address id

DefaultShipping String False

Default shipping address id

DisableAutoGroupChange Int False

Disable auto group change flag.

Dob String False

Date of birth

Email String False

Email address

ExtensionAttributes String False

This is an auto-generated column

Firstname String False

First name

Gender Int False

Gender

GroupId Int False

Group id

Lastname String False

Last name

Middlename String False

Middle name

Prefix String False

Prefix

StoreId Int False

Store id

Suffix String False

Suffix

Taxvat String False

Tax Vat

UpdatedAt Datetime False

Updated at time

WebsiteId Int False

Website id

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

DownloadableLink

DownloadableLink is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Sku while the rest of the filter is executed client side within the Sync App.

You must specify the Sku column in the WHERE clause to retrieve results from DownloadableLink. Sku can be used only with the equals (=) operator. For example:

SELECT * FROM [DownloadableLink] WHERE Sku = '123'

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Sample(or link) id

Sku String False

sku

ExtensionAttributes String False

This is an auto-generated column

IsShareable Int False

Shareable status

LinkFile String False

relative file path

LinkFileContent String False

This is an auto-generated column

LinkType String False

This is an auto-generated column

LinkUrl String False

Link url or null when type is 'file'

NumberOfDownloads Int False

Of downloads per user

Price Double False

Price

SampleFile String False

relative file path

SampleFileContent String False

This is an auto-generated column

SampleType String False

This is an auto-generated column

SampleUrl String False

file URL

SortOrder Int False

This is an auto-generated column

Title String False

This is an auto-generated column

Adobe Commerce Connector for CData Sync

DownloadableSample

DownloadableSample is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Sku while the rest of the filter is executed client side within the Sync App.

You must specify the Sku column in the WHERE clause to retrieve results from DownloadableSample. Sku can be used only with the equals (=) operator. For example:

SELECT * FROM [DownloadableSample] WHERE Sku = '123'

Insert

To create a new downloadable sample, the Sku, SampleType, SortOrder and Title columns are required.

INSERT INTO DownloadableSample (Sku, SampleType, SortOrder, Title) VALUES ('WJ02', 'crosssell', 12, 'simple')

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Sample(or link) id

Sku String False

sku

ExtensionAttributes String False

This is an auto-generated column

SampleFile String False

relative file path

SampleFileContent String False

This is an auto-generated column

SampleType String False

This is an auto-generated column

SampleUrl String False

file URL

SortOrder Int False

Order index for sample

Title String False

Title

Adobe Commerce Connector for CData Sync

EavAttributeSet

EavAttributeSet is an auto generated table. The supported operations are Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
AttributeSetId [KEY] Int False

Attribute set ID

AttributeSetName String False

Attribute set name

EntityTypeId Int False

Attribute set entity type id

ExtensionAttributes String False

This is an auto-generated column

SearchCriteria String False

This is an auto-generated column

SortOrder Int False

Attribute set sort order index

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

GiftMessageCart

GiftMessageCart is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column in the WHERE clause to retrieve results from GiftMessageCart. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [GiftMessageCart] WHERE CartId = '123'

Insert

To create a new gift message, the CartId, Message, Recipient and Sender columns are required.

INSERT INTO GiftMessageCart (Message, Recipient, Sender, CartId) VALUES ('sample', 'recipient name', 'sender name', '12')

Columns

Name Type ReadOnly Description
CustomerId Int False

Customer ID. Otherwise, null.

CartId String False

cartId

ExtensionAttributes String False

This is an auto-generated column

GiftMessageId [KEY] Int False

Gift message ID. Otherwise, null.

Message String False

Message text.

Recipient String False

Recipient name.

Sender String False

Sender name.

Adobe Commerce Connector for CData Sync

GiftMessageGuestCart

GiftMessageGuestCart is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column in the WHERE clause to retrieve results from GiftMessageGuestCart. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [GiftMessageGuestCart] WHERE CartId = '123'

Insert

To add a gift message, the CartId, Message, Recipient and Sender columns are required.

INSERT INTO GiftMessageGuestCart (Message, Recipient, Sender, CartId) VALUES ('sample', 'recipient name', 'sender name', '12')

Columns

Name Type ReadOnly Description
CustomerId Int False

Customer ID. Otherwise, null.

CartId String False

cartId

ExtensionAttributes String False

This is an auto-generated column

GiftMessageId [KEY] Int False

Gift message ID. Otherwise, null.

Message String False

Message text.

Recipient String False

Recipient name.

Sender String False

Sender name.

Adobe Commerce Connector for CData Sync

GiftMessageGuestItem

GiftMessageGuestItem is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

You must specify the CartId and ItemId columns in the WHERE clause to retrieve results from GiftMessageGuestItem. CartId and ItemId can be used only with the equals (=) operator.

The Sync App uses the AdobeCommerce API to filter the results by CartId and ItemId while the rest of the filter is executed client side within the Sync App. For example:

SELECT * FROM [GiftMessageGuestItem] WHERE ItemId = '123' AND CartId = '234'

Insert

To create a new gift message for an item, the CartId, ItemId, Message, Recipient and Sender columns are required.

INSERT INTO GiftMessageGuestItem (Message, Recipient, Sender, CartId, ItemId) VALUES ('sample', 'recipient name', 'sender name', '12', '13')

Columns

Name Type ReadOnly Description
CustomerId Int False

Customer ID. Otherwise, null.

CartId String False

cartId

ExtensionAttributes String False

This is an auto-generated column

GiftMessageId [KEY] Int False

Gift message ID. Otherwise, null.

Message String False

Message text.

Recipient String False

Recipient name.

Sender String False

Sender name.

Adobe Commerce Connector for CData Sync

GiftMessageItem

GiftMessageItem is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId and ItemId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId and ItemId column in the WHERE clause to retrieve results from GiftMessageItem. CartId and ItemId can be used only with the equals (=) operator. For example:

SELECT * FROM [GiftMessageItem] WHERE CartId = '123' AND ItemId = '234'

Insert

To create a new gift message for an item, the CartId, ItemId, Message, Recipient and Sender columns are required.

INSERT INTO GiftMessageItem (Message, Recipient, Sender, CartId, ItemId) VALUES ('sample', 'recipient name', 'sender name', '12', '13')

Columns

Name Type ReadOnly Description
CustomerId Int False

Customer ID. Otherwise, null.

CartId String False

cartId

ExtensionAttributes String False

This is an auto-generated column

GiftMessageId [KEY] Int False

Gift message ID. Otherwise, null.

Message String False

Message text.

Recipient String False

Recipient name.

Sender String False

Sender name.

Adobe Commerce Connector for CData Sync

GuestBillingAddresses

GuestBillingAddresses is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column must be specified in the WHERE clause to retrieve results from GuestBillingAddresses. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [GuestBillingAddresses] WHERE CartId = '123'

INSERT

To create a new GuestBillingAddresses, CartId, and FirstName are required.

INSERT INTO GuestBillingAddresses(CartId,FirstName) VALUES('a9f82365c3552','asdw')

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Id

CartId String False

cartId

City String False

City name

Company String False

Company

CountryId String False

Country id

CustomerAddressId Int False

Customer address id

CustomerId Int False

Customer id

Email String False

Billing/shipping email

ExtensionAttributes String False

This is an auto-generated column

Fax String False

Fax number

Firstname String False

First name

Lastname String False

Last name

Middlename String False

Middle name

Postcode String False

Postcode

Prefix String False

Prefix

Region String False

Region name

RegionCode String False

Region code

RegionId Int False

Region id

SameAsBilling Int False

Same as billing flag

SaveInAddressBook Int False

Save in address book flag

Street String False

Street

Suffix String False

Suffix

Telephone String False

Telephone number

VatId String False

Vat id

Adobe Commerce Connector for CData Sync

Inventory

Inventory is an auto generated table. The supported operations are Update, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by ProductSku while the rest of the filter is executed client side within the Sync App.

You must specify the ProductSKU column in the WHERE clause to retrieve results from Inventory. For example:

SELECT * FROM Inventory WHERE ProductSKU = 'sjl-8082'

Update

To update a product inventory, set the ItemId of an existing item and the ProductSKU.

UPDATE [Inventory] SET Qty = '87' WHERE ProductSKU = 'sjl-8082' AND ItemId = '1'

Columns

Name Type ReadOnly Description
Items String False

Items

ProductSku [KEY] String False

This is an auto generated column.

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Backorders Int False

Backorders status

EnableQtyIncrements Bool False

Whether Quantity Increments is enabled

ExtensionAttributes String False

This is an auto-generated column

IsDecimalDivided Bool False

This is an auto-generated column

IsInStock Bool False

Stock Availability

IsQtyDecimal Bool False

This is an auto-generated column

ItemId [KEY] Int False

This is an auto-generated column

LowStockDate String False

This is an auto-generated column

ManageStock Bool False

Can Manage Stock

MaxSaleQty Double False

Maximum Qty Allowed in Shopping Cart data wrapper

MinQty Double False

Minimal quantity available for item status in stock

MinSaleQty Double False

Minimum Qty Allowed in Shopping Cart or NULL when there is no limitation

NotifyStockQty Double False

Notify for Quantity Below data wrapper

ProductId Int False

This is an auto-generated column

Qty Double False

This is an auto-generated column

QtyIncrements Double False

Quantity Increments data wrapper

ShowDefaultNotificationMessage Bool False

This is an auto-generated column

StockId Int False

Stock identifier

StockStatusChangedAuto Int False

This is an auto-generated column

UseConfigBackorders Bool False

This is an auto-generated column

UseConfigEnableQtyInc Bool False

This is an auto-generated column

UseConfigManageStock Bool False

This is an auto-generated column

UseConfigMaxSaleQty Bool False

This is an auto-generated column

UseConfigMinQty Bool False

This is an auto-generated column

UseConfigMinSaleQty Int False

This is an auto-generated column

UseConfigNotifyStockQty Bool False

This is an auto-generated column

UseConfigQtyIncrements Bool False

This is an auto-generated column

StockItem String False

This is an auto-generated column

StockStatus Int False

This is an auto-generated column

Adobe Commerce Connector for CData Sync

InventoryApiSource

InventoryApiSource is an auto generated table

Columns

Name Type ReadOnly Description
CarrierLinks String False

This is an auto-generated column

City String False

Source city

ContactName String False

Source contact name

CountryId String False

Source country id

Description String False

Source description

Email String False

Source email

Enabled Bool False

If source is enabled. For new entity can be null

ExtensionAttributes String False

This is an auto-generated column

Fax String False

Source fax

Latitude Double False

Source latitude

Longitude Double False

Source longitude

Name String False

Source name

Phone String False

Source phone number

Postcode String False

Source post code

Region String False

Region title if source has custom region

RegionId Int False

Region id if source has registered region.

SearchCriteria String False

This is an auto-generated column

SourceCode String False

Source code

Street String False

Source street name

TotalCount Int False

Total count.

UseDefaultCarrierConfig Bool False

Is need to use default config

Adobe Commerce Connector for CData Sync

InventoryApiStock

InventoryApiStock is an auto generated table

Columns

Name Type ReadOnly Description
ExtensionAttributes String False

This is an auto-generated column

Name String False

Stock name

SearchCriteria String False

This is an auto-generated column

StockId Int False

Stock id

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

OrderComments

OrderComments is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Id while the rest of the filter is executed client side within the Sync App.

You must specify the Id column in the WHERE clause to retrieve results from OrderComments. Id can be used only with the equals (=) operator. For example:

SELECT * FROM [OrderComments] WHERE Id = '123'

INSERT

To create a new OrderComment, Id, Comment and ParentId are required.

INSERT INTO OrderComments(Comment,Id,ParentId) VALUES('ABdCdwawD',2,2)

Columns

Name Type ReadOnly Description
Comment String False

Comment.

Id String False

id

CreatedAt Datetime False

Created-at timestamp.

EntityId [KEY] Int False

Order status history ID.

EntityName String False

Entity name.

ExtensionAttributes String False

This is an auto-generated column

IsCustomerNotified Int False

Is-customer-notified flag value.

IsVisibleOnFront Int False

Is-visible-on-storefront flag value.

ParentId Int False

Parent ID.

SearchCriteria String False

This is an auto-generated column

Status String False

Status.

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

Orders

Orders is an auto generated table. The supported operations are Insert, Update, and Querying data from this table.

Select

The Orders table supports server-side processing for all columns in the WHERE clause. Most of these columns support server-side processing for the >, >=, <, <=, =, IN, NOT IN and LIKE operators.

The following examples show the types of queries processed server side.

  • Retrieve all orders from your AdobeCommerce server:
    SELECT * FROM Orders
  • Retrieve a single order:
    SELECT * FROM Orders WHERE EntityId = '1'
  • Filter by status:
    SELECT * FROM Orders WHERE GroupId = 1
  • Filter by created date:
    SELECT * FROM Orders WHERE CreatedAt > '2017-08-01'
  • Example query with multiple filters:
    SELECT * FROM Orders WHERE EntityId IN (1, 2) AND CustomerFirstname LIKE '%i%' AND OrderCurrencyCode = 'USD' LIMIT 50

Insert

You can insert items into an order using an INSERT statement. The 'Items' column can be specified using either the temporary table called 'OrderItems#TEMP' or as a simple string aggregate. 'Payment' aggregate column is required for INSERT and UPDATE operations on this table.

  • Using the temporary table:
    INSERT INTO OrderItems#TEMP (BasePrice, Sku) VALUES (299.99, '8915A40K4')
    INSERT INTO OrderItems#TEMP (BasePrice, Sku) VALUES (100, '7115AP0Z8')
    INSERT INTO Orders (GrandTotal, Items, Payment) VALUES (399.99, OrderItems#TEMP, '{...your payment aggregate here...}')
  • Using a text aggregate:
    INSERT INTO Orders (GrandTotal, Items, Payment) VALUES (399.99, '{...Items aggregate here...}', '{...Payment aggregate here...}')

Columns

Name Type ReadOnly Description
AdjustmentNegative Double False

Negative adjustment value.

Id String False

id

AdjustmentPositive Double False

Positive adjustment value.

AppliedRuleIds String False

Applied rule IDs.

BaseAdjustmentNegative Double False

Base negative adjustment value.

BaseAdjustmentPositive Double False

Base positive adjustment value.

BaseCurrencyCode String False

Base currency code.

BaseDiscountAmount Double False

Base discount amount.

BaseDiscountCanceled Double False

Base discount canceled.

BaseDiscountInvoiced Double False

Base discount invoiced.

BaseDiscountRefunded Double False

Base discount refunded.

BaseDiscountTaxCompensationAmount Double False

Base discount tax compensation amount.

BaseDiscountTaxCompensationInvoiced Double False

Base discount tax compensation invoiced.

BaseDiscountTaxCompensationRefunded Double False

Base discount tax compensation refunded.

BaseGrandTotal Double False

Base grand total.

BaseShippingAmount Double False

Base shipping amount.

BaseShippingCanceled Double False

Base shipping canceled.

BaseShippingDiscountAmount Double False

Base shipping discount amount.

BaseShippingDiscountTaxCompensationAmnt Double False

Base shipping discount tax compensation amount.

BaseShippingInclTax Double False

Base shipping including tax.

BaseShippingInvoiced Double False

Base shipping invoiced.

BaseShippingRefunded Double False

Base shipping refunded.

BaseShippingTaxAmount Double False

Base shipping tax amount.

BaseShippingTaxRefunded Double False

Base shipping tax refunded.

BaseSubtotal Double False

Base subtotal.

BaseSubtotalCanceled Double False

Base subtotal canceled.

BaseSubtotalInclTax Double False

Base subtotal including tax.

BaseSubtotalInvoiced Double False

Base subtotal invoiced.

BaseSubtotalRefunded Double False

Base subtotal refunded.

BaseTaxAmount Double False

Base tax amount.

BaseTaxCanceled Double False

Base tax canceled.

BaseTaxInvoiced Double False

Base tax invoiced.

BaseTaxRefunded Double False

Base tax refunded.

BaseToGlobalRate Double False

Base-to-global rate.

BaseToOrderRate Double False

Base-to-order rate.

BaseTotalCanceled Double False

Base total canceled.

BaseTotalDue Double False

Base total due.

BaseTotalInvoiced Double False

Base total invoiced.

BaseTotalInvoicedCost Double False

Base total invoiced cost.

BaseTotalOfflineRefunded Double False

Base total offline refunded.

BaseTotalOnlineRefunded Double False

Base total online refunded.

BaseTotalPaid Double False

Base total paid.

BaseTotalQtyOrdered Double False

Base total quantity ordered.

BaseTotalRefunded Double False

Base total refunded.

BillingAddress String False

This is an auto-generated column

BillingAddressId Int False

Billing address ID.

CanShipPartially Int False

Can-ship-partially flag value.

CanShipPartiallyItem Int False

Can-ship-partially-item flag value.

CouponCode String False

Coupon code.

CreatedAt Datetime False

Created-at timestamp.

CustomerDob String False

Customer date-of-birth (DOB).

CustomerEmail String False

Customer email address.

CustomerFirstname String False

Customer first name.

CustomerGender Int False

Customer gender.

CustomerGroupId Int False

Customer group ID.

CustomerId Int False

Customer ID.

CustomerIsGuest Int False

Customer-is-guest flag value.

CustomerLastname String False

Customer last name.

CustomerMiddlename String False

Customer middle name.

CustomerNote String False

Customer note.

CustomerNoteNotify Int False

Customer-note-notify flag value.

CustomerPrefix String False

Customer prefix.

CustomerSuffix String False

Customer suffix.

CustomerTaxvat String False

Customer value-added tax (VAT).

DiscountAmount Double False

Discount amount.

DiscountCanceled Double False

Discount canceled.

DiscountDescription String False

Discount description.

DiscountInvoiced Double False

Discount invoiced.

DiscountRefunded Double False

Discount refunded amount.

DiscountTaxCompensationAmount Double False

Discount tax compensation amount.

DiscountTaxCompensationInvoiced Double False

Discount tax compensation invoiced amount.

DiscountTaxCompensationRefunded Double False

Discount tax compensation refunded amount.

EditIncrement Int False

Edit increment value.

EmailSent Int False

Email-sent flag value.

EntityId [KEY] Int False

Order ID.

ExtCustomerId String False

External customer ID.

ExtensionAttributes String False

This is an auto-generated column

ExtOrderId String False

External order ID.

ForcedShipmentWithInvoice Int False

Forced-shipment-with-invoice flag value.

GlobalCurrencyCode String False

Global currency code.

GrandTotal Double False

Grand total.

HoldBeforeState String False

Hold before state.

HoldBeforeStatus String False

Hold before status.

IncrementId String False

Increment ID.

IsVirtual Int False

Is-virtual flag value.

Items String False

Array of items.

OrderCurrencyCode String False

Order currency code.

OriginalIncrementId String False

Original increment ID.

Payment String False

This is an auto-generated column

PaymentAuthExpiration Int False

Payment authorization expiration date.

PaymentAuthorizationAmount Double False

Payment authorization amount.

ProtectCode String False

Protect code.

QuoteAddressId Int False

Quote address ID.

QuoteId Int False

Quote ID.

RelationChildId String False

Relation child ID.

RelationChildRealId String False

Relation child real ID.

RelationParentId String False

Relation parent ID.

RelationParentRealId String False

Relation parent real ID.

RemoteIp String False

Remote IP address.

SearchCriteria String False

This is an auto-generated column

ShippingAmount Double False

Shipping amount.

ShippingCanceled Double False

Shipping canceled amount.

ShippingDescription String False

Shipping description.

ShippingDiscountAmount Double False

Shipping discount amount.

ShippingDiscountTaxCompensationAmount Double False

Shipping discount tax compensation amount.

ShippingInclTax Double False

Shipping including tax amount.

ShippingInvoiced Double False

Shipping invoiced amount.

ShippingRefunded Double False

Shipping refunded amount.

ShippingTaxAmount Double False

Shipping tax amount.

ShippingTaxRefunded Double False

Shipping tax refunded amount.

State String False

State.

Status String False

Status.

StatusHistories String False

Array of status histories.

StoreCurrencyCode String False

Store currency code.

StoreId Int False

Store ID.

StoreName String False

Store name.

StoreToBaseRate Double False

Store-to-base rate.

StoreToOrderRate Double False

Store-to-order rate.

Subtotal Double False

Subtotal.

SubtotalCanceled Double False

Subtotal canceled amount.

SubtotalInclTax Double False

Subtotal including tax amount.

SubtotalInvoiced Double False

Subtotal invoiced amount.

SubtotalRefunded Double False

Subtotal refunded amount.

TaxAmount Double False

Tax amount.

TaxCanceled Double False

Tax canceled amount.

TaxInvoiced Double False

Tax invoiced amount.

TaxRefunded Double False

Tax refunded amount.

TotalCanceled Double False

Total canceled.

TotalCount Int False

Total count.

TotalDue Double False

Total due.

TotalInvoiced Double False

Total invoiced amount.

TotalItemCount Int False

Total item count.

TotalOfflineRefunded Double False

Total offline refunded amount.

TotalOnlineRefunded Double False

Total online refunded amount.

TotalPaid Double False

Total paid.

TotalQtyOrdered Double False

Total quantity ordered.

TotalRefunded Double False

Total amount refunded.

UpdatedAt Datetime False

Updated-at timestamp.

Weight Double False

Weight.

XForwardedFor String False

X-Forwarded-For field value.

Adobe Commerce Connector for CData Sync

ProductAttributeGroup

ProductAttributeGroup is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by AttributeSetId while the rest of the filter is executed client side within the Sync App.

The AttributeSetId column must be specified in the WHERE clause to retrieve results from ProductAttributeGroup. AttributeSetId can be used only with the equals (=) operator. For example:

SELECT * FROM [ProductAttributeGroup] WHERE AttributeSetId = '123'

Columns

Name Type ReadOnly Description
AttributeGroupId [KEY] String False

Id

AttributeGroupName String False

Name

AttributeSetId Int False

Attribute set id

ExtensionAttributes String False

This is an auto-generated column

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

ProductAttributeOptions

ProductAttributeOptions is an auto generated table. The supported operations are Insert, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by AttributeCode while the rest of the filter is executed client side within the Sync App.

The AttributeCode column must be specified in the WHERE clause to retrieve results from ProductAttributeOptions. AttributeCode can be used only with the equals (=) operator. For example:

SELECT * FROM [ProductAttributeOptions] WHERE AttributeCode = '123'

INSERT

To create a new ProductAttributeOption, AttributeCode, and Label are required.

INSERT INTO ProductAttributeOptions(AttributeCode, Label) VALUES(83,'asdw')

Columns

Name Type ReadOnly Description
IsDefault Bool False

Default

AttributeCode String False

attributeCode

Label [KEY] String False

Option label

SortOrder Int False

Option order

StoreLabels String False

Option label for store scopes

Value String False

Option value

Adobe Commerce Connector for CData Sync

ProductCategories

ProductCategories is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Id while the rest of the filter is executed client side within the Sync App.

The Id column can be used to filter data within this table. The Id can be used only with the equals (=) operator.

The following examples show the types of queries processed server side.

  • Retrieve all product categories:
    SELECT * FROM ProductCategories
  • Retrieve detailed information about a single product category:
    SELECT * FROM ProductCategories WHERE Id = 1

Insert

The Name and IsActive columns are required to create a new category.

INSERT INTO ProductCategories (Name, IsActive, Position) VALUES ('New category', '1', '0')

Update

To update a category, you must set the Id column.

UPDATE ProductCategories SET Name = 'New category', IsActive = 1 WHERE Id = 1

Delete

Product categories can be deleted by providing the Id column.

DELETE FROM ProductCategories WHERE Id = 1

Columns

Name Type ReadOnly Description
Id [KEY] Int False

This is an auto-generated column

CategoryId String False

categoryId

AvailableSortBy String False

This is an auto-generated column

Children String False

This is an auto-generated column

CreatedAt Datetime False

This is an auto-generated column

ExtensionAttributes String False

This is an auto-generated column

IncludeInMenu Bool False

This is an auto-generated column

IsActive Bool False

Whether category is active

Level Int False

Category level

Name String False

Category name

ParentId Int False

Parent category ID

Path String False

This is an auto-generated column

Position Int False

Category position

UpdatedAt Datetime False

This is an auto-generated column

ProductCount Int False

Product count

Adobe Commerce Connector for CData Sync

ProductCustomOption

ProductCustomOption is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Sku or OptionId while the rest of the filter is executed client side within the Sync App.

The Sku column or Sku and OptionId columns must be specified in the WHERE clause to retrieve results from ProductCustomOption. Sku and OptionId can be used only with the equals (=) operator. For example:

SELECT * FROM [ProductCustomOption] WHERE Sku = '334' AND OptionId = '123'

Insert

To create a new product custom option, the IsRequire, ProductSku, SortOrder, Title and Type columns are required.

INSERT INTO ProductCustomOption (IsRequire, ProductSku, SortOrder, Title, Type) VALUES (false, '01', 1, 'Title', 'Type')

Delete

Product custom options can be deleted by providing the Sku and OptionId columns.

DELETE FROM ProductCustomOption WHERE Sku = 'sjl-1999' AND OptionId = '1'

Columns

Name Type ReadOnly Description
ExtensionAttributes String False

This is an auto-generated column

FileExtension String False

This is an auto-generated column

ImageSizeX Int False

This is an auto-generated column

ImageSizeY Int False

This is an auto-generated column

IsRequire Bool False

Is require

MaxCharacters Int False

This is an auto-generated column

OptionId [KEY] Int False

Option id

Price Double False

Price

PriceType String False

Price type

ProductSku String False

Product SKU

Sku String False

Sku

SortOrder Int False

Sort order

Title String False

Option title

Type String False

Option type

Values String False

This is an auto-generated column

Adobe Commerce Connector for CData Sync

ProductMedia

ProductMedia is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Sku while the rest of the filter is executed client side within the Sync App.

The Sku column must be specified in the WHERE clause to retrieve results from ProductMedia. Sku can be used only with the equals (=) operator. For example:

SELECT * FROM [ProductMedia] WHERE Sku = 'sjl-8082'

Update

To update a ProductMedia record, you must set Sku and EntryId (refers to the Id column).

UPDATE ProductMedia SET Label = 'lbl new' WHERE EntryId = '1' AND Sku = 'sjl-8082'

Delete

Product media can be deleted by providing Sku and EntryId (refers to the Id column).

DELETE FROM ProductMedia WHERE EntryId = 1 AND Sky = 'sjl-8082'

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Gallery entry ID

Sku String False

sku

Content String False

This is an auto-generated column

Disabled Bool False

If gallery entry is hidden from product page

ExtensionAttributes String False

This is an auto-generated column

File String False

File path

Label String False

Gallery entry alternative text

MediaType String False

Media type

Position Int False

Gallery entry position (sort order)

Types String False

Gallery entry image types (thumbnail, image, small_image etc)

Adobe Commerce Connector for CData Sync

Products

Products is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results with these operators while the rest of the filter is executed client side within the provider. Client-side execution can be turned off by setting SupportEnhancedSQL to false in which case any search criteria that invokes other operators will cause an error.

Custom Attributes will be dynamically retrieved as columns when querying this table. The Products table supports server-side processing for all columns in the WHERE clause. Most of these columns support server-side processing for the >, >=, <, <=, =, IN, NOT IN and LIKE operators.

The following examples show the types of queries processed server side.

  • Retrieve all products from your AdobeCommerce server:
    SELECT * FROM Products
  • Retrieve a single product:
    SELECT * FROM Products WHERE Sku = 'sjl-8082'
  • Filter by status:
    SELECT * FROM Products WHERE Status = 1
  • Filter by created date:
    SELECT * FROM Products WHERE CreatedAt > '2017-08-01'
  • Example query with multiple filters:
    SELECT * FROM Products WHERE Id IN (250, 260) AND Name LIKE '%d%' AND Visibility = 4 LIMIT 50

INSERT

To create a new product, Name, AttributeSetId, and Sku are required.

INSERT INTO Products (Sku, AttributeSetId, Name) VALUES ('sjl-1999', '4', 'insert prod')

Update

To update a product, you must set the Sku and Price columns.

UPDATE Products SET Price = '88', CustomAttribute1 = 'ValidValue' WHERE Sku = 'sjl-1999'

Delete

Products can be deleted by providing the Sku column.

DELETE FROM Products WHERE Sku = 'sjl-1999'

Columns

Name Type ReadOnly Description
Id Int False

Id

AttributeSetId Int False

Attribute set id

CreatedAt Datetime False

Created date

ExtensionAttributes String False

This is an auto-generated column

MediaGalleryEntries String False

Media gallery entries

Name String False

Name

Options String False

List of product options

Price Double False

Price

ProductLinks String False

Product links info

Sku [KEY] String False

Sku

Status Int False

Status

TierPrices String False

List of product tier prices

TypeId String False

Type id

UpdatedAt Datetime False

Updated date

Visibility Int False

Visibility

Weight Double False

Weight

description String False

Custom Attribute field

short_description String False

Custom Attribute field

special_price Decimal False

Custom Attribute field

special_from_date Datetime False

Custom Attribute field

special_to_date Datetime False

Custom Attribute field

cost Decimal False

Custom Attribute field

manufacturer Int False

Custom Attribute field

meta_title String False

Custom Attribute field

meta_keyword String False

Custom Attribute field

meta_description String False

Custom Attribute field

image String False

Custom Attribute field

small_image String False

Custom Attribute field

thumbnail String False

Custom Attribute field

media_gallery String False

Custom Attribute field

old_id Int False

Custom Attribute field

tier_price Decimal False

Custom Attribute field

color Int False

Custom Attribute field

news_from_date Datetime False

Custom Attribute field

news_to_date Datetime False

Custom Attribute field

gallery String False

Custom Attribute field

minimal_price Decimal False

Custom Attribute field

custom_design String False

Custom Attribute field

custom_design_from Datetime False

Custom Attribute field

custom_design_to Datetime False

Custom Attribute field

custom_layout_update String False

Custom Attribute field

page_layout String False

Custom Attribute field

category_ids String False

Custom Attribute field

options_container String False

Custom Attribute field

required_options String False

Custom Attribute field

has_options String False

Custom Attribute field

image_label String False

Custom Attribute field

small_image_label String False

Custom Attribute field

thumbnail_label String False

Custom Attribute field

created_at String False

Custom Attribute field

updated_at String False

Custom Attribute field

country_of_manufacture String False

Custom Attribute field

quantity_and_stock_status Int False

Custom Attribute field

custom_layout String False

Custom Attribute field

url_key String False

Custom Attribute field

url_path String False

Custom Attribute field

msrp Decimal False

Custom Attribute field

msrp_display_actual_price_type String False

Custom Attribute field

price_type Int False

Custom Attribute field

sku_type Int False

Custom Attribute field

weight_type Int False

Custom Attribute field

price_view Int False

Custom Attribute field

shipment_type Int False

Custom Attribute field

links_purchased_separately Int False

Custom Attribute field

samples_title String False

Custom Attribute field

links_title String False

Custom Attribute field

links_exist Int False

Custom Attribute field

swatch_image String False

Custom Attribute field

tax_class_id Int False

Custom Attribute field

gift_message_available String False

Custom Attribute field

ryanattribute String False

Custom Attribute field

ryan_attribute String False

Custom Attribute field

deti_attr String False

Custom Attribute field

deti_attribut String False

Custom Attribute field

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

QuoteCart

QuoteCart is an auto generated table. The supported operations are Update, and Querying data from this table.

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Cart/quote ID.

CartId String False

cartId

BillingAddress String False

This is an auto-generated column

ConvertedAt String False

Cart conversion date and time. Otherwise, null.

CreatedAt Datetime False

Cart creation date and time. Otherwise, null.

Currency String False

This is an auto-generated column

Customer String False

This is an auto-generated column

CustomerIsGuest Bool False

For guest customers, false for logged in customers

CustomerNote String False

Notice text

CustomerNoteNotify Bool False

Customer notification flag

CustomerTaxClassId Int False

Customer tax class ID.

ExtensionAttributes String False

This is an auto-generated column

IsActive Bool False

Active status flag value. Otherwise, null.

IsVirtual Bool False

Virtual flag value. Otherwise, null.

Items String False

Array of items. Otherwise, null.

ItemsCount Int False

Number of different items or products in the cart. Otherwise, null.

ItemsQty Double False

Total quantity of all cart items. Otherwise, null.

OrigOrderId Int False

Original order ID. Otherwise, null.

ReservedOrderId Int False

Reserved order ID. Otherwise, null.

SearchCriteria String False

This is an auto-generated column

StoreId Int False

Store identifier

TotalCount Int False

Total count.

UpdatedAt Datetime False

Cart last update date and time. Otherwise, null.

Adobe Commerce Connector for CData Sync

QuoteCartItem

QuoteCartItem is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

The CartId column must be specified in the WHERE clause to retrieve results from QuoteCartItem. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [QuoteCartItem] WHERE CartId = '123'

Columns

Name Type ReadOnly Description
ExtensionAttributes String False

This is an auto-generated column

CartId String False

cartId

ItemId Int False

Item ID. Otherwise, null.

Name String False

Product name. Otherwise, null.

Price Double False

Product price. Otherwise, null.

ProductOption String False

This is an auto-generated column

ProductType String False

Product type. Otherwise, null.

Qty Double False

Product quantity.

QuoteId [KEY] String False

Quote id.

Sku String False

Product SKU. Otherwise, null.

Adobe Commerce Connector for CData Sync

QuoteGuestCartItem

QuoteGuestCartItem is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

The CartId column must be specified in the WHERE clause to retrieve results from QuoteGuestCartItem. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [QuoteGuestCartItem] WHERE CartId = '123'

Columns

Name Type ReadOnly Description
ExtensionAttributes String False

This is an auto-generated column

CartId String False

cartId

ItemId Int False

Item ID. Otherwise, null.

Name String False

Product name. Otherwise, null.

Price Double False

Product price. Otherwise, null.

ProductOption String False

This is an auto-generated column

ProductType String False

Product type. Otherwise, null.

Qty Double False

Product quantity.

QuoteId [KEY] String False

Quote id.

Sku String False

Product SKU. Otherwise, null.

Adobe Commerce Connector for CData Sync

SalesCreditmemo

SalesCreditmemo is an auto generated table. The supported operations are Insert, and Querying data from this table.

Columns

Name Type ReadOnly Description
Adjustment Double False

Credit memo adjustment.

Id String False

id

AdjustmentNegative Double False

Credit memo negative adjustment.

AdjustmentPositive Double False

Credit memo positive adjustment.

BaseAdjustment Double False

Credit memo base adjustment.

BaseAdjustmentNegative Double False

Credit memo negative base adjustment.

BaseAdjustmentPositive Double False

Credit memo positive base adjustment.

BaseCurrencyCode String False

Credit memo base currency code.

BaseDiscountAmount Double False

Credit memo base discount amount.

BaseDiscountTaxCompensationAmount Double False

Credit memo base discount tax compensation amount.

BaseGrandTotal Double False

Credit memo base grand total.

BaseShippingAmount Double False

Credit memo base shipping amount.

BaseShippingDiscountTaxCompensationAmnt Double False

Credit memo base shipping discount tax compensation amount.

BaseShippingInclTax Double False

Credit memo base shipping including tax.

BaseShippingTaxAmount Double False

Credit memo base shipping tax amount.

BaseSubtotal Double False

Credit memo base subtotal.

BaseSubtotalInclTax Double False

Credit memo base subtotal including tax.

BaseTaxAmount Double False

Credit memo base tax amount.

BaseToGlobalRate Double False

Credit memo base-to-global rate.

BaseToOrderRate Double False

Credit memo base-to-order rate.

BillingAddressId Int False

Credit memo billing address ID.

Comments String False

Array of any credit memo comments. Otherwise, null.

CreatedAt Datetime False

Credit memo created-at timestamp.

CreditmemoStatus Int False

Credit memo status.

DiscountAmount Double False

Credit memo discount amount.

DiscountDescription String False

Credit memo discount description.

DiscountTaxCompensationAmount Double False

Credit memo discount tax compensation amount.

EmailSent Int False

Credit memo email sent flag value.

EntityId [KEY] Int False

Credit memo ID.

ExtensionAttributes String False

This is an auto-generated column

GlobalCurrencyCode String False

Credit memo global currency code.

GrandTotal Double False

Credit memo grand total.

IncrementId String False

Credit memo increment ID.

InvoiceId Int False

Credit memo invoice ID.

Items String False

Array of credit memo items.

OrderCurrencyCode String False

Credit memo order currency code.

OrderId Int False

Credit memo order ID.

ShippingAddressId Int False

Credit memo shipping address ID.

ShippingAmount Double False

Credit memo shipping amount.

ShippingDiscountTaxCompensationAmount Double False

Credit memo shipping discount tax compensation amount.

ShippingInclTax Double False

Credit memo shipping including tax.

ShippingTaxAmount Double False

Credit memo shipping tax amount.

State Int False

Credit memo state.

StoreCurrencyCode String False

Credit memo store currency code.

StoreId Int False

Credit memo store ID.

StoreToBaseRate Double False

Credit memo store-to-base rate.

StoreToOrderRate Double False

Credit memo store-to-order rate.

Subtotal Double False

Credit memo subtotal.

SubtotalInclTax Double False

Credit memo subtotal including tax.

TaxAmount Double False

Credit memo tax amount.

TransactionId String False

Credit memo transaction ID.

UpdatedAt Datetime False

Credit memo updated-at timestamp.

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

SalesCreditmemoComments

SalesCreditmemoComments is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Id while the rest of the filter is executed client side within the Sync App.

The Id column must be specified in the WHERE clause to retrieve results from SalesCreditmemoComments. Id can be used only with the equals (=) operator. For example:

SELECT * FROM [SalesCreditmemoComments] WHERE Id = '123'

INSERT

To create a new SalesCreditmemoComment, Id, Comment and ParentId are required.

INSERT INTO SalesCreditmemoComments(Comment,Id,ParentId) VALUES('ABdCdwawD',2,2)

Columns

Name Type ReadOnly Description
Comment String False

Comment.

Id String False

id

CreatedAt Datetime False

Created-at timestamp.

EntityId [KEY] Int False

Credit memo ID.

ExtensionAttributes String False

This is an auto-generated column

IsCustomerNotified Int False

Is-customer-notified flag value.

IsVisibleOnFront Int False

Is-visible-on-storefront flag value.

ParentId Int False

Parent ID.

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

SalesInvoice

SalesInvoice is an auto generated table. The supported operations are Insert, and Querying data from this table.

Columns

Name Type ReadOnly Description
BaseCurrencyCode String False

Base currency code.

Id String False

id

BaseDiscountAmount Double False

Base discount amount.

BaseDiscountTaxCompensationAmount Double False

Base discount tax compensation amount.

BaseGrandTotal Double False

Base grand total.

BaseShippingAmount Double False

Base shipping amount.

BaseShippingDiscountTaxCompensationAmnt Double False

Base shipping discount tax compensation amount.

BaseShippingInclTax Double False

Base shipping including tax.

BaseShippingTaxAmount Double False

Base shipping tax amount.

BaseSubtotal Double False

Base subtotal.

BaseSubtotalInclTax Double False

Base subtotal including tax.

BaseTaxAmount Double False

Base tax amount.

BaseToGlobalRate Double False

Base-to-global rate.

BaseToOrderRate Double False

Base-to-order rate.

BaseTotalRefunded Double False

Base total refunded.

BillingAddressId Int False

Billing address ID.

CanVoidFlag Int False

Can void flag value.

Comments String False

Array of any invoice comments. Otherwise, null.

CreatedAt Datetime False

Created-at timestamp.

DiscountAmount Double False

Discount amount.

DiscountDescription String False

Discount description.

DiscountTaxCompensationAmount Double False

Discount tax compensation amount.

EmailSent Int False

Email-sent flag value.

EntityId [KEY] Int False

Invoice ID.

ExtensionAttributes String False

This is an auto-generated column

GlobalCurrencyCode String False

Global currency code.

GrandTotal Double False

Grand total.

IncrementId String False

Increment ID.

IsUsedForRefund Int False

Is-used-for-refund flag value.

Items String False

Array of invoice items.

OrderCurrencyCode String False

Order currency code.

OrderId Int False

Order ID.

SearchCriteria String False

This is an auto-generated column

ShippingAddressId Int False

Shipping address ID.

ShippingAmount Double False

Shipping amount.

ShippingDiscountTaxCompensationAmount Double False

Shipping discount tax compensation amount.

ShippingInclTax Double False

Shipping including tax.

ShippingTaxAmount Double False

Shipping tax amount.

State Int False

State.

StoreCurrencyCode String False

Store currency code.

StoreId Int False

Store ID.

StoreToBaseRate Double False

Store-to-base rate.

StoreToOrderRate Double False

Store-to-order rate.

Subtotal Double False

Subtotal.

SubtotalInclTax Double False

Subtotal including tax.

TaxAmount Double False

Tax amount.

TotalCount Int False

Total count.

TotalQty Double False

Total quantity.

TransactionId String False

Transaction ID.

UpdatedAt Datetime False

Updated-at timestamp.

Adobe Commerce Connector for CData Sync

SalesInvoiceComments

SalesInvoiceComments is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Id while the rest of the filter is executed client side within the Sync App.

The Id column must be specified in the WHERE clause to retrieve results from SalesInvoiceComments. Id can be used only with the equals (=) operator. For example:

SELECT * FROM [SalesInvoiceComments] WHERE Id = '123'

INSERT

To create a new SalesInvoiceComments, Comment and ParentId are required.

INSERT INTO SalesInvoiceComments(Comment,ParentId) VALUES('ABdsCwD',1)

Columns

Name Type ReadOnly Description
Comment String False

Comment.

Id String False

id

CreatedAt Datetime False

Created-at timestamp.

EntityId [KEY] Int False

Invoice ID.

ExtensionAttributes String False

This is an auto-generated column

IsCustomerNotified Int False

Is-customer-notified flag value.

IsVisibleOnFront Int False

Is-visible-on-storefront flag value.

ParentId Int False

Parent ID.

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

SalesRule

SalesRule is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
ActionCondition String False

This is an auto-generated column

ApplyToShipping Bool False

The rule applies to shipping

Condition String False

This is an auto-generated column

CouponType String False

Coupon type

CustomerGroupIds String False

Ids of customer groups that the rule applies to

Description String False

Description

DiscountAmount Double False

Discount amount

DiscountQty Double False

Maximum qty discount is applied

DiscountStep Int False

Discount step

ExtensionAttributes String False

This is an auto-generated column

FromDate String False

The start date when the coupon is active

IsActive Bool False

The coupon is active

IsAdvanced Bool False

Is this field needed

IsRss Bool False

Whether the rule is in RSS

Name String False

Rule name

ProductIds String False

Product ids

RuleId [KEY] Int False

Rule id

SimpleAction String False

Simple action of the rule

SimpleFreeShipping String False

To grant free shipping

SortOrder Int False

Sort order

StopRulesProcessing Bool False

To stop rule processing

StoreLabels String False

Display label

TimesUsed Int False

How many times the rule has been used

ToDate String False

The end date when the coupon is active

UseAutoGeneration Bool False

To auto generate coupon

UsesPerCoupon Int False

Limit of uses per coupon

UsesPerCustomer Int False

Number of uses per customer

WebsiteIds String False

A list of websites the rule applies to

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

SalesRuleCoupon

SalesRuleCoupon is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
Code String False

Coupon code

CouponId [KEY] Int False

Coupon id

CreatedAt Datetime False

When the coupon is created

ExpirationDate String False

Expiration date

ExtensionAttributes String False

This is an auto-generated column

IsPrimary Bool False

The coupon is primary coupon for the rule that it's associated with

RuleId Int False

The id of the rule associated with the coupon

TimesUsed Int False

The number of times the coupon has been used

Type Int False

Of coupon

UsageLimit Int False

Usage limit

UsagePerCustomer Int False

Usage limit per customer

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

SalesShipment

SalesShipment is an auto generated table. The supported operations are Insert, and Querying data from this table.

Columns

Name Type ReadOnly Description
BillingAddressId Int False

Billing address ID.

Id String False

id

Comments String False

Array of comments.

CreatedAt Datetime False

Created-at timestamp.

CustomerId Int False

Customer ID.

EmailSent Int False

Email-sent flag value.

EntityId [KEY] Int False

Shipment ID.

ExtensionAttributes String False

This is an auto-generated column

IncrementId String False

Increment ID.

Items String False

Array of items.

OrderId Int False

Order ID.

Packages String False

Array of packages, if any. Otherwise, null.

ShipmentStatus Int False

Shipment status.

ShippingAddressId Int False

Shipping address ID.

ShippingLabel String False

Shipping label.

StoreId Int False

Store ID.

TotalQty Double False

Total quantity.

TotalWeight Double False

Total weight.

Tracks String False

Array of tracks.

UpdatedAt Datetime False

Updated-at timestamp.

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

SalesShipmentComments

SalesShipmentComments is an auto generated table. The supported operations are Insert, and Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Id while the rest of the filter is executed client side within the Sync App.

The Id column must be specified in the WHERE clause to retrieve results from SalesShipmentComments. Id can be used only with the equals (=) operator. For example:

SELECT * FROM [SalesShipmentComments] WHERE Id = '123'

INSERT

To create a new SalesShipmentComments, Id, Comment and ParentId are required.

INSERT INTO SalesShipmentComments(Id,Comment,ParentId) VALUES(3,'ABCrwD',3)

Columns

Name Type ReadOnly Description
Comment String False

Comment.

Id String False

id

CreatedAt Datetime False

Created-at timestamp.

EntityId [KEY] Int False

Invoice ID.

ExtensionAttributes String False

This is an auto-generated column

IsCustomerNotified Int False

Is-customer-notified flag value.

IsVisibleOnFront Int False

Is-visible-on-storefront flag value.

ParentId Int False

Parent ID.

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

TaxClass

TaxClass is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
ClassId [KEY] Int False

Tax class ID.

TaxClassId String False

taxClassId

ClassName String False

Tax class name.

ClassType String False

Tax class type.

ExtensionAttributes String False

This is an auto-generated column

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

TaxRate

TaxRate is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Id

Code String False

Tax rate code

ExtensionAttributes String False

This is an auto-generated column

Rate Double False

Tax rate in percentage

RegionName String False

Region name

TaxCountryId String False

Country id

TaxPostcode String False

Postcode

TaxRegionId Int False

Region id

Titles String False

Tax rate titles

ZipFrom Int False

Zip range from

ZipIsRange Int False

Zip is range

ZipTo Int False

Zip range to

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

TaxRule

TaxRule is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.

Columns

Name Type ReadOnly Description
Id [KEY] Int False

Id

CalculateSubtotal Bool False

Calculate subtotal.

Code String False

Tax rule code

CustomerTaxClassIds String False

Customer tax class id

ExtensionAttributes String False

This is an auto-generated column

Position Int False

Sort order.

Priority Int False

Priority

ProductTaxClassIds String False

Product tax class id

TaxRateIds String False

Tax rate ids

SearchCriteria String False

This is an auto-generated column

TotalCount Int False

Total count.

Adobe Commerce Connector for CData Sync

Views

Views are similar to tables in the way that data is represented; however, views are read-only.

Queries can be executed against a view as if it were a normal table.

Adobe Commerce Connector for CData Sync Views

Name Description
AdobeStockAssetApiGetAssetList AdobeStockAssetApiGetAssetList is an auto generated table
AdobeStockImageApiGetImageList AdobeStockImageApiGetImageList is an auto generated table
AnalyticsLinkProvider AnalyticsLinkProvider is an auto generated table
AsynchronousOperationsBulkStatus AsynchronousOperationsBulkStatus is an auto generated table
AsynchronousOperationsOperation AsynchronousOperationsOperation is an auto generated table
BillingAddresses BillingAddresses is an auto-generated table. The supported operations are Querying data from this table.
BundleProductLinkChildren BundleProductLinkChildren is an auto generated table. The supported operations are Querying data from this table.
CatalogCategoryAttribute CatalogCategoryAttribute is an auto generated table. The supported operations are Querying data from this table.
CatalogCategoryAttributeOptionOptions CatalogCategoryAttributeOptionOptions is an auto generated table. The supported operations are Querying data from this table.
CatalogCategoryLinkProducts CatalogCategoryLinkProducts is an auto generated table. The supported operations are Querying data from this table.
CatalogCategoryList CatalogCategoryList is an auto generated table
CatalogProductAttributeTypesList CatalogProductAttributeTypesList is an auto generated table. The supported operations are Querying data from this table.
CatalogProductLinkTypeList CatalogProductLinkTypeList is an auto generated table. The supported operations are Querying data from this table.
CatalogProductRenderList CatalogProductRenderList is an auto generated table
CatalogProductTierPriceTiers CatalogProductTierPriceTiers is an auto generated table. The supported operations are Querying data from this table.
CatalogProductTypeList CatalogProductTypeList is an auto generated table. The supported operations are Querying data from this table.
CheckoutAgreementsCheckoutAgreements CheckoutAgreementsCheckoutAgreements is an auto generated table. The supported operations are Querying data from this table.
CheckoutAgreementsCheckoutAgreementsList CheckoutAgreementsCheckoutAgreementsList is an auto generated table
ConfigurableProductLinkChildren ConfigurableProductLinkChildren is an auto generated table. The supported operations are Querying data from this table.
CustomerAccountBillingAddress CustomerAccountBillingAddress is an auto generated table. The supported operations are Querying data from this table.
CustomerAccountShippingAddress CustomerAccountShippingAddress is an auto generated table. The supported operations are Querying data from this table.
CustomerGroupDefault CustomerGroupDefault is an auto generated table. The supported operations are Querying data from this table.
DirectoryCountryInformationAcquirer DirectoryCountryInformationAcquirer is an auto generated table. The supported operations are Querying data from this table.
DirectoryCurrencyInformationAcquirer DirectoryCurrencyInformationAcquirer is an auto generated table. The supported operations are Querying data from this table.
GuestPaymentInformation GuestPaymentInformation is an auto generated table. The supported operations are Querying data from this table.
GuestPaymentMethods GuestPaymentMethods is an auto generated table. The supported operations are Querying data from this table.
GuestPaymentSelectedMethods GuestPaymentSelectedMethods is an auto generated table. The supported operations are Querying data from this table.
GuestShippingMethods GuestShippingMethods is an auto generated table. The supported operations are Querying data from this table.
InventoryApiGetSourcesAssignedToStockOrderedByPriority InventoryApiGetSourcesAssignedToStockOrderedByPriority is an auto generated table
InventoryApiGetStockSourceLinks InventoryApiGetStockSourceLinks is an auto generated table
InventoryApiSourceItem InventoryApiSourceItem is an auto generated table
OrderItems OrderItems is an auto generated table. The supported operations are Querying data from this table.
PaymentMethods PaymentMethods is an auto generated table. The supported operations are Querying data from this table.
PaymentSelectedMethods PaymentSelectedMethods is an auto generated table. The supported operations are Querying data from this table.
PayPalBraintreeAuth PayPalBraintreeAuth is an auto generated table
ProductAttributes ProductAttributes is an auto generated table. The supported operations are Querying data from this table.
QuoteCartTotal QuoteCartTotal is an auto generated table. The supported operations are Querying data from this table.
QuoteGuestCart QuoteGuestCart is an auto generated table. The supported operations are Querying data from this table.
QuoteGuestCartTotal QuoteGuestCartTotal is an auto generated table. The supported operations are Querying data from this table.
SalesTransaction SalesTransaction is an auto generated table. The supported operations are Querying data from this table.
ShippingMethods ShippingMethods is an auto generated table. The supported operations are Querying data from this table.
StoreGroup StoreGroup is an auto generated table. The supported operations are Querying data from this table.
Stores Stores is an auto generated table. The supported operations are Querying data from this table.
StoreWebsite StoreWebsite is an auto generated table. The supported operations are Querying data from this table.

Adobe Commerce Connector for CData Sync

AdobeStockAssetApiGetAssetList

AdobeStockAssetApiGetAssetList is an auto generated table

Columns

Name Type Description
Id [KEY] Int This is an auto-generated column
Aggregations String This is an auto-generated column
SearchCriteria String This is an auto-generated column
TotalCount Int Total count.

Adobe Commerce Connector for CData Sync

AdobeStockImageApiGetImageList

AdobeStockImageApiGetImageList is an auto generated table

Columns

Name Type Description
Id [KEY] Int This is an auto-generated column
Aggregations String This is an auto-generated column
SearchCriteria String This is an auto-generated column
TotalCount Int Total count.

Adobe Commerce Connector for CData Sync

AnalyticsLinkProvider

AnalyticsLinkProvider is an auto generated table

Columns

Name Type Description
InitializationVector String This is an auto-generated column
Url String This is an auto-generated column

Adobe Commerce Connector for CData Sync

AsynchronousOperationsBulkStatus

AsynchronousOperationsBulkStatus is an auto generated table

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by BulkUuid, while the rest of the filter is executed client side within the Sync App.

You must specify the BulkUuid column in the WHERE clause to retrieve results from AsynchronousOperationsBulkStatus. BulkUuid can be used only with the equals (=) operator. For example:

SELECT * FROM [AsynchronousOperationsBulkStatus] WHERE BulkUuid = '123'

Columns

Name Type Description
BulkId String Bulk uuid
BulkUuid String bulkUuid
Description String Bulk description
ExtensionAttributes String This is an auto-generated column
OperationCount Int Total number of operations scheduled in scope of this bulk
OperationsList String Operations list.
StartTime String Bulk scheduled time
UserId Int User id
UserType Int User type

Adobe Commerce Connector for CData Sync

AsynchronousOperationsOperation

AsynchronousOperationsOperation is an auto generated table

Columns

Name Type Description
Id [KEY] Int Id
BulkUuid String Bulk uuid
ErrorCode Int Error code
ExtensionAttributes String This is an auto-generated column
ResultMessage String Result message
ResultSerializedData String Serialized Data
SearchCriteria String This is an auto-generated column
SerializedData String Data
Status Int Operation status
TopicName String Queue Topic
TotalCount Int Total count.

Adobe Commerce Connector for CData Sync

BillingAddresses

BillingAddresses is an auto-generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
Id [KEY] Int Id
CartId String cartId
City String City name
Company String Company
CountryId String Country id
CustomerAddressId Int Customer address id
CustomerId Int Customer id
Email String Billing/shipping email
ExtensionAttributes String This is an auto-generated column
Fax String Fax number
Firstname String First name
Lastname String Last name
Middlename String Middle name
Postcode String Postcode
Prefix String Prefix
Region String Region name
RegionCode String Region code
RegionId Int Region id
SameAsBilling Int Same as billing flag
SaveInAddressBook Int Save in address book flag
Street String Street
Suffix String Suffix
Telephone String Telephone number
VatId String Vat id

Adobe Commerce Connector for CData Sync

BundleProductLinkChildren

BundleProductLinkChildren is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by ProductSku while the rest of the filter is executed client side within the Sync App.

You must specify the ProductSku column in the WHERE clause to retrieve results from BundleProductLinkChildren. ProductSku can be used only with the equals (=) operator. For example:

SELECT * FROM [BundleProductLinkChildren] WHERE ProductSku = '123'

Columns

Name Type Description
Id [KEY] String The identifier
ProductSku String productSku
CanChangeQuantity Int Whether quantity could be changed
ExtensionAttributes String This is an auto-generated column
IsDefault Bool Is default
OptionId Int Option id
Position Int Position
Price Double Price
PriceType Int Price type
Qty Double Qty
Sku String Linked product sku

Adobe Commerce Connector for CData Sync

CatalogCategoryAttribute

CatalogCategoryAttribute is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
ApplyTo String Apply to value for the element
AttributeCode String Code of the attribute.
AttributeId [KEY] Int Id of the attribute.
BackendModel String Backend model
BackendType String Backend type.
DefaultFrontendLabel String Frontend label for default store
DefaultValue String Default value for the element.
EntityTypeId String Entity type id
ExtensionAttributes String This is an auto-generated column
FrontendClass String Frontend class of attribute
FrontendInput String HTML for input element.
FrontendLabels String Frontend label for each store
IsComparable String The attribute can be compared on the frontend
IsFilterable Bool It used in layered navigation
IsFilterableInGrid Bool It is filterable in catalog product grid
IsFilterableInSearch Bool It is used in search results layered navigation
IsHtmlAllowedOnFront Bool The HTML tags are allowed on the frontend
IsRequired Bool Attribute is required.
IsSearchable String The attribute can be used in Quick Search
IsUnique String This is a unique attribute
IsUsedForPromoRules String The attribute can be used for promo rules
IsUsedInGrid Bool It is used in catalog product grid
IsUserDefined Bool Current attribute has been defined by a user.
IsVisible Bool Attribute is visible on frontend.
IsVisibleInAdvancedSearch String The attribute can be used in Advanced Search
IsVisibleInGrid Bool It is visible in catalog product grid
IsVisibleOnFront String The attribute is visible on the frontend
IsWysiwygEnabled Bool WYSIWYG flag
Note String The note attribute for the element.
Options String Options of the attribute (key => value pairs for select)
Position Int Position
Scope String Attribute scope
SearchCriteria String This is an auto-generated column
SourceModel String Source model
TotalCount Int Total count.
UsedForSortBy Bool It is used for sorting in product listing
UsedInProductListing String The attribute can be used in product listing
ValidationRules String Validation rules.

Adobe Commerce Connector for CData Sync

CatalogCategoryAttributeOptionOptions

CatalogCategoryAttributeOptionOptions is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by AttributeCode while the rest of the filter is executed client side within the Sync App.

You must specify the AttributeCode column in the WHERE clause to retrieve results from CatalogCategoryAttributeOptionOptions. AttributeCode can be used only with the equals (=) operator. For example:

SELECT * FROM [CatalogCategoryAttributeOptionOptions] WHERE AttributeCode = '123'

Columns

Name Type Description
IsDefault Bool Default
AttributeCode String attributeCode
Label [KEY] String Option label
SortOrder Int Option order
StoreLabels String Option label for store scopes
Value String Option value

Adobe Commerce Connector for CData Sync

CatalogCategoryLinkProducts

CatalogCategoryLinkProducts is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CategoryId while the rest of the filter is executed client side within the Sync App.

You must specify the CategoryId column in the WHERE clause to retrieve results from CatalogCategoryLinkProducts. CategoryId can be used only with the equals (=) operator. For example:

SELECT * FROM [CatalogCategoryLinkProducts] WHERE CategoryId = '123'

Columns

Name Type Description
CategoryId String Category id
ExtensionAttributes String This is an auto-generated column
Position Int This is an auto-generated column
Sku [KEY] String This is an auto-generated column

Adobe Commerce Connector for CData Sync

CatalogCategoryList

CatalogCategoryList is an auto generated table

Columns

Name Type Description
Id [KEY] Int Category id.
AvailableSortBy String Available sort by for category.
Children String Children ids comma separated.
CreatedAt Datetime Category creation date and time.
ExtensionAttributes String This is an auto-generated column
IncludeInMenu Bool Category is included in menu.
IsActive Bool Whether category is active
Level Int Category level
Name String Category name
ParentId Int Parent category ID
Path String Category full path.
Position Int Category position
SearchCriteria String This is an auto-generated column
TotalCount Int Total count.
UpdatedAt Datetime Category last update date and time.

Adobe Commerce Connector for CData Sync

CatalogProductAttributeTypesList

CatalogProductAttributeTypesList is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
ExtensionAttributes String This is an auto-generated column
Label [KEY] String Type label
Value String Value

Adobe Commerce Connector for CData Sync

CatalogProductLinkTypeList

CatalogProductLinkTypeList is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
Code [KEY] Int Link type code
ExtensionAttributes String This is an auto-generated column
Name String Link type name
Type String Attribute type

Adobe Commerce Connector for CData Sync

CatalogProductRenderList

CatalogProductRenderList is an auto generated table

Columns

Name Type Description
Id [KEY] Int Product identifier
AddToCartButton String This is an auto-generated column
AddToCompareButton String This is an auto-generated column
CurrencyCode String Current or desired currency code to product
ExtensionAttributes String This is an auto-generated column
Images String Enough information, that needed to render image on front
IsSalable String Information about product saleability (In Stock)
Name String Product name
PriceInfo String This is an auto-generated column
StoreId Int Information about current store id or requested store id
Type String Product type. Such as bundle, grouped, simple, etc...
Url String Product url

Adobe Commerce Connector for CData Sync

CatalogProductTierPriceTiers

CatalogProductTierPriceTiers is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CustomerGroupId or Sku while the rest of the filter is executed client side within the Sync App.

You must specify the CustomerGroupId and Sku columns must be specified in the WHERE clause to retrieve results from CatalogProductTierPriceTiers. CustomerGroupId and Sku can be used only with the equals (=) operator. For example:

SELECT * FROM [CatalogProductTierPriceTiers] WHERE CustomerGroupId = '234' AND Sku = '123'

Columns

Name Type Description
CustomerGroupId [KEY] Int Customer group id
Sku String sku
ExtensionAttributes String This is an auto-generated column
Qty Double Tier qty
Value Double Price value

Adobe Commerce Connector for CData Sync

CatalogProductTypeList

CatalogProductTypeList is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
ExtensionAttributes String This is an auto-generated column
Label [KEY] String Product type label
Name String Product type code

Adobe Commerce Connector for CData Sync

CheckoutAgreementsCheckoutAgreements

CheckoutAgreementsCheckoutAgreements is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
AgreementId [KEY] Int Agreement ID.
CheckboxText String Agreement checkbox text.
Content String Agreement content.
ContentHeight String Agreement content height. Otherwise, null.
ExtensionAttributes String This is an auto-generated column
IsActive Bool Agreement status.
IsHtml Bool * true - HTML. * false - plain text.
Mode Int The agreement applied mode.
Name String Agreement name.

Adobe Commerce Connector for CData Sync

CheckoutAgreementsCheckoutAgreementsList

CheckoutAgreementsCheckoutAgreementsList is an auto generated table

Columns

Name Type Description
AgreementId Int Agreement ID.
CheckboxText String Agreement checkbox text.
Content String Agreement content.
ContentHeight String Agreement content height. Otherwise, null.
ExtensionAttributes String This is an auto-generated column
IsActive Bool Agreement status.
IsHtml Bool * true - HTML. * false - plain text.
Mode Int The agreement applied mode.
Name String Agreement name.

Adobe Commerce Connector for CData Sync

ConfigurableProductLinkChildren

ConfigurableProductLinkChildren is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by Sku while the rest of the filter is executed client side within the Sync App.

You must specify the Sku column in the WHERE clause to retrieve results from ConfigurableProductLinkChildren. Sku can be used only with the equals (=) operator. For example:

SELECT * FROM [ConfigurableProductLinkChildren] WHERE Sku = '123'

Columns

Name Type Description
Id [KEY] Int Id
AttributeSetId Int Attribute set id
CreatedAt Datetime Created date
ExtensionAttributes String This is an auto-generated column
MediaGalleryEntries String Media gallery entries
Name String Name
Options String List of product options
Price Double Price
ProductLinks String Product links info
Sku String Sku
Status Int Status
TierPrices String List of product tier prices
TypeId String Type id
UpdatedAt Datetime Updated date
Visibility Int Visibility
Weight Double Weight

Adobe Commerce Connector for CData Sync

CustomerAccountBillingAddress

CustomerAccountBillingAddress is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CustomerId while the rest of the filter is executed client side within the Sync App.

You must specify the CustomerId column in the WHERE clause to retrieve results from CustomerAccountBillingAddress. CustomerId can be used only with the equals (=) operator. For example:

SELECT * FROM [CustomerAccountBillingAddress] WHERE CustomerId = '123'

Columns

Name Type Description
Id [KEY] Int ID
City String City name
Company String Company
CountryId String Country code in ISO_3166-2 format
CustomerId Int Customer ID
DefaultBilling Bool If this address is default billing address
DefaultShipping Bool If this address is default shipping address.
ExtensionAttributes String This is an auto-generated column
Fax String Fax number
Firstname String First name
Lastname String Last name
Middlename String Middle name
Postcode String Postcode
Prefix String Prefix
Region String This is an auto-generated column
RegionId Int Region ID
Street String Street
Suffix String Suffix
Telephone String Telephone number
VatId String Vat id

Adobe Commerce Connector for CData Sync

CustomerAccountShippingAddress

CustomerAccountShippingAddress is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CustomerId while the rest of the filter is executed client side within the Sync App.

You must specify the CustomerId column in the WHERE clause to retrieve results from CustomerAccountShippingAddress. CustomerId can be used only with the equals (=) operator. For example:

SELECT * FROM [CustomerAccountShippingAddress] WHERE CustomerId = '123'

Columns

Name Type Description
Id [KEY] Int ID
City String City name
Company String Company
CountryId String Country code in ISO_3166-2 format
CustomerId Int Customer ID
DefaultBilling Bool If this address is default billing address
DefaultShipping Bool If this address is default shipping address.
ExtensionAttributes String This is an auto-generated column
Fax String Fax number
Firstname String First name
Lastname String Last name
Middlename String Middle name
Postcode String Postcode
Prefix String Prefix
Region String This is an auto-generated column
RegionId Int Region ID
Street String Street
Suffix String Suffix
Telephone String Telephone number
VatId String Vat id

Adobe Commerce Connector for CData Sync

CustomerGroupDefault

CustomerGroupDefault is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
Id [KEY] Int Id
Code String Code
ExtensionAttributes String This is an auto-generated column
TaxClassId Int Tax class id
TaxClassName String Tax class name

Adobe Commerce Connector for CData Sync

DirectoryCountryInformationAcquirer

DirectoryCountryInformationAcquirer is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
Id [KEY] String The country id for the store.
CountryId String countryId
AvailableRegions String The available regions for the store.
ExtensionAttributes String This is an auto-generated column
FullNameEnglish String The country full name (in English) for the store.
FullNameLocale String The country full name (in store locale) for the store.
ThreeLetterAbbreviation String The country 3 letter abbreviation for the store.
TwoLetterAbbreviation String The country 2 letter abbreviation for the store.

Adobe Commerce Connector for CData Sync

DirectoryCurrencyInformationAcquirer

DirectoryCurrencyInformationAcquirer is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
AvailableCurrencyCodes String The list of allowed currency codes for the store.
BaseCurrencyCode [KEY] String The base currency code for the store.
BaseCurrencySymbol String The currency symbol of the base currency for the store.
DefaultDisplayCurrencyCode String The default display currency code for the store.
DefaultDisplayCurrencySymbol String The currency symbol of the default display currency for the store.
ExchangeRates String The list of exchange rate information for the store.
ExtensionAttributes String This is an auto-generated column

Adobe Commerce Connector for CData Sync

GuestPaymentInformation

GuestPaymentInformation is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column in the WHERE clause to retrieve results from GuestPaymentInformation. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [GuestPaymentInformation] WHERE CartId = '123'

Columns

Name Type Description
ExtensionAttributes String This is an auto-generated column
CartId String cartId
PaymentMethods String This is an auto-generated column
Totals String This is an auto-generated column

Adobe Commerce Connector for CData Sync

GuestPaymentMethods

GuestPaymentMethods is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column in the WHERE clause to retrieve results from GuestPaymentMethods. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [GuestPaymentMethods] WHERE CartId = '123'

Columns

Name Type Description
Code [KEY] String Payment method code
CartId String cartId
Title String Payment method title

Adobe Commerce Connector for CData Sync

GuestPaymentSelectedMethods

GuestPaymentSelectedMethods is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column in the WHERE clause to retrieve results from GuestPaymentSelectedMethods. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [GuestPaymentSelectedMethods] WHERE CartId = '123'

Columns

Name Type Description
AdditionalData String Payment additional details
CartId String cartId
ExtensionAttributes String This is an auto-generated column
Method [KEY] String Payment method code
PoNumber String Purchase order number

Adobe Commerce Connector for CData Sync

GuestShippingMethods

GuestShippingMethods is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column in the WHERE clause to retrieve results from GuestShippingMethods. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [GuestShippingMethods] WHERE CartId = '123'

Columns

Name Type Description
Amount Double Shipping amount in store currency.
CartId String cartId
Available Bool The value of the availability flag for the current shipping method.
BaseAmount Double Shipping amount in base currency.
CarrierCode String Shipping carrier code.
CarrierTitle String Shipping carrier title. Otherwise, null.
ErrorMessage String Shipping Error message.
ExtensionAttributes String This is an auto-generated column
MethodCode [KEY] String Shipping method code.
MethodTitle String Shipping method title. Otherwise, null.
PriceExclTax Double Shipping price excl tax.
PriceInclTax Double Shipping price incl tax.

Adobe Commerce Connector for CData Sync

InventoryApiGetSourcesAssignedToStockOrderedByPriority

InventoryApiGetSourcesAssignedToStockOrderedByPriority is an auto generated table

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by StockId while the rest of the filter is executed client side within the Sync App.

You must specify the StockId column in the WHERE clause to retrieve results from InventoryApiGetSourcesAssignedToStockOrderedByPriority. StockId can be used only with the equals (=) operator. For example:

SELECT * FROM [InventoryApiGetSourcesAssignedToStockOrderedByPriority] WHERE StockId = '123'

Columns

Name Type Description
CarrierLinks String This is an auto-generated column
StockId String stockId
City String Source city
ContactName String Source contact name
CountryId String Source country id
Description String Source description
Email String Source email
Enabled Bool If source is enabled. For new entity can be null
ExtensionAttributes String This is an auto-generated column
Fax String Source fax
Latitude Double Source latitude
Longitude Double Source longitude
Name String Source name
Phone String Source phone number
Postcode String Source post code
Region String Region title if source has custom region
RegionId Int Region id if source has registered region.
SourceCode String Source code
Street String Source street name
UseDefaultCarrierConfig Bool Is need to use default config

Adobe Commerce Connector for CData Sync

InventoryApiGetStockSourceLinks

InventoryApiGetStockSourceLinks is an auto generated table

Columns

Name Type Description
ExtensionAttributes String This is an auto-generated column
Priority Int Priority of the link
SearchCriteria String This is an auto-generated column
SourceCode String Source code of the link
StockId Int Stock id
TotalCount Int Total count.

Adobe Commerce Connector for CData Sync

InventoryApiSourceItem

InventoryApiSourceItem is an auto generated table

Columns

Name Type Description
ExtensionAttributes String This is an auto-generated column
Quantity Double Source item quantity
SearchCriteria String This is an auto-generated column
Sku String Source item sku
SourceCode String Source code
Status Int Source item status (One of self::STATUS_*)
TotalCount Int Total count.

Adobe Commerce Connector for CData Sync

OrderItems

OrderItems is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by ItemId while the rest of the filter is executed client side within the Sync App.

The following examples demonstrate the types of queries processed on the server.

  • Retrieve information about all order items:
    SELECT * FROM OrderItems
  • Filter by ItemId to get detailed information about an order item:
    SELECT * FROM OrderItems WHERE ItemId = '3'

Columns

Name Type Description
AdditionalData String Additional data.
Id String id
AmountRefunded Double Amount refunded.
AppliedRuleIds String Applied rule IDs.
BaseAmountRefunded Double Base amount refunded.
BaseCost Double Base cost.
BaseDiscountAmount Double Base discount amount.
BaseDiscountInvoiced Double Base discount invoiced.
BaseDiscountRefunded Double Base discount refunded.
BaseDiscountTaxCompensationAmount Double Base discount tax compensation amount.
BaseDiscountTaxCompensationInvoiced Double Base discount tax compensation invoiced.
BaseDiscountTaxCompensationRefunded Double Base discount tax compensation refunded.
BaseOriginalPrice Double Base original price.
BasePrice Double Base price.
BasePriceInclTax Double Base price including tax.
BaseRowInvoiced Double Base row invoiced.
BaseRowTotal Double Base row total.
BaseRowTotalInclTax Double Base row total including tax.
BaseTaxAmount Double Base tax amount.
BaseTaxBeforeDiscount Double Base tax before discount.
BaseTaxInvoiced Double Base tax invoiced.
BaseTaxRefunded Double Base tax refunded.
BaseWeeeTaxAppliedAmount Double Base WEEE tax applied amount.
BaseWeeeTaxAppliedRowAmnt Double Base WEEE tax applied row amount.
BaseWeeeTaxDisposition Double Base WEEE tax disposition.
BaseWeeeTaxRowDisposition Double Base WEEE tax row disposition.
CreatedAt Datetime Created-at timestamp.
Description String Description.
DiscountAmount Double Discount amount.
DiscountInvoiced Double Discount invoiced.
DiscountPercent Double Discount percent.
DiscountRefunded Double Discount refunded.
DiscountTaxCompensationAmount Double Discount tax compensation amount.
DiscountTaxCompensationCanceled Double Discount tax compensation canceled.
DiscountTaxCompensationInvoiced Double Discount tax compensation invoiced.
DiscountTaxCompensationRefunded Double Discount tax compensation refunded.
ExtensionAttributes String This is an auto-generated column
ExtOrderItemId String External order item ID.
FreeShipping Int Free-shipping flag value.
IsQtyDecimal Int Is-quantity-decimal flag value.
IsVirtual Int Is-virtual flag value.
ItemId [KEY] Int Item ID.
LockedDoInvoice Int Locked DO invoice flag value.
LockedDoShip Int Locked DO ship flag value.
Name String Name.
NoDiscount Int No-discount flag value.
OrderId Int Order ID.
OriginalPrice Double Original price.
ParentItem String This is an auto-generated column
ParentItemId Int Parent item ID.
Price Double Price.
PriceInclTax Double Price including tax.
ProductId Int Product ID.
ProductOption String This is an auto-generated column
ProductType String Product type.
QtyBackordered Double Quantity backordered.
QtyCanceled Double Quantity canceled.
QtyInvoiced Double Quantity invoiced.
QtyOrdered Double Quantity ordered.
QtyRefunded Double Quantity refunded.
QtyShipped Double Quantity shipped.
QuoteItemId Int Quote item ID.
RowInvoiced Double Row invoiced.
RowTotal Double Row total.
RowTotalInclTax Double Row total including tax.
RowWeight Double Row weight.
SearchCriteria String This is an auto-generated column
Sku String SKU.
StoreId Int Store ID.
TaxAmount Double Tax amount.
TaxBeforeDiscount Double Tax before discount.
TaxCanceled Double Tax canceled.
TaxInvoiced Double Tax invoiced.
TaxPercent Double Tax percent.
TaxRefunded Double Tax refunded.
TotalCount Int Total count.
UpdatedAt Datetime Updated-at timestamp.
WeeeTaxApplied String WEEE tax applied.
WeeeTaxAppliedAmount Double WEEE tax applied amount.
WeeeTaxAppliedRowAmount Double WEEE tax applied row amount.
WeeeTaxDisposition Double WEEE tax disposition.
WeeeTaxRowDisposition Double WEEE tax row disposition.
Weight Double Weight.

Adobe Commerce Connector for CData Sync

PaymentMethods

PaymentMethods is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column in the WHERE clause to retrieve results from PaymentMethods. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [PaymentMethods] WHERE CartId = '123'

Columns

Name Type Description
Code [KEY] String Payment method code
CartId String cartId
Title String Payment method title

Adobe Commerce Connector for CData Sync

PaymentSelectedMethods

PaymentSelectedMethods is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

You must specify the CartId column in the WHERE clause to retrieve results from PaymentSelectedMethods. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [PaymentSelectedMethods] WHERE CartId = '123'

Columns

Name Type Description
AdditionalData String Payment additional details
CartId String cartId
ExtensionAttributes String This is an auto-generated column
Method [KEY] String Payment method code
PoNumber String Purchase order number

Adobe Commerce Connector for CData Sync

PayPalBraintreeAuth

PayPalBraintreeAuth is an auto generated table

Columns

Name Type Description
ActionSuccess String To success page
ClientToken String Client token
DisplayName String Display name
LoggedIn Bool This is an auto-generated column
StoreCode String Current store code

Adobe Commerce Connector for CData Sync

ProductAttributes

ProductAttributes is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by AttributeSetId while the rest of the filter is executed client side within the Sync App.

The AttributeSetId column must be specified in the WHERE clause to retrieve results from ProductAttributes. AttributeSetId can be used only with the equals (=) operator. For example:

SELECT * FROM [ProductAttributes] WHERE AttributeSetId = '123'

Columns

Name Type Description
ApplyTo String Apply to value for the element
AttributeSetId String attributeSetId
AttributeCode String Code of the attribute.
AttributeId [KEY] Int Id of the attribute.
BackendModel String Backend model
BackendType String Backend type.
DefaultFrontendLabel String Frontend label for default store
DefaultValue String Default value for the element.
EntityTypeId String Entity type id
ExtensionAttributes String This is an auto-generated column
FrontendClass String Frontend class of attribute
FrontendInput String HTML for input element.
FrontendLabels String Frontend label for each store
IsComparable String The attribute can be compared on the frontend
IsFilterable Bool It used in layered navigation
IsFilterableInGrid Bool It is filterable in catalog product grid
IsFilterableInSearch Bool It is used in search results layered navigation
IsHtmlAllowedOnFront Bool The HTML tags are allowed on the frontend
IsRequired Bool Attribute is required.
IsSearchable String The attribute can be used in Quick Search
IsUnique String This is a unique attribute
IsUsedForPromoRules String The attribute can be used for promo rules
IsUsedInGrid Bool It is used in catalog product grid
IsUserDefined Bool Current attribute has been defined by a user.
IsVisible Bool Attribute is visible on frontend.
IsVisibleInAdvancedSearch String The attribute can be used in Advanced Search
IsVisibleInGrid Bool It is visible in catalog product grid
IsVisibleOnFront String The attribute is visible on the frontend
IsWysiwygEnabled Bool WYSIWYG flag
Note String The note attribute for the element.
Options String Options of the attribute (key => value pairs for select)
Position Int Position
Scope String Attribute scope
SourceModel String Source model
UsedForSortBy Bool It is used for sorting in product listing
UsedInProductListing String The attribute can be used in product listing
ValidationRules String Validation rules.

Adobe Commerce Connector for CData Sync

QuoteCartTotal

QuoteCartTotal is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

The CartId column must be specified in the WHERE clause to retrieve results from QuoteCartTotal. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [QuoteCartTotal] WHERE CartId = '123'

Columns

Name Type Description
BaseCurrencyCode String Base currency code
CartId String cartId
BaseDiscountAmount Double Discount amount in base currency
BaseGrandTotal Double Grand total in base currency
BaseShippingAmount Double Shipping amount in base currency
BaseShippingDiscountAmount Double Shipping discount amount in base currency
BaseShippingInclTax Double Shipping including tax in base currency
BaseShippingTaxAmount Double Shipping tax amount in base currency
BaseSubtotal Double Subtotal in base currency
BaseSubtotalInclTax Double Subtotal including tax in base currency
BaseSubtotalWithDiscount Double Subtotal in base currency with applied discount
BaseTaxAmount Double Tax amount in base currency
CouponCode String Applied coupon code
DiscountAmount Double Discount amount in quote currency
ExtensionAttributes String This is an auto-generated column
GrandTotal Double Grand total in quote currency
Items String Totals by items
ItemsQty Int Items qty
QuoteCurrencyCode String Quote currency code
ShippingAmount Double Shipping amount in quote currency
ShippingDiscountAmount Double Shipping discount amount in quote currency
ShippingInclTax Double Shipping including tax in quote currency
ShippingTaxAmount Double Shipping tax amount in quote currency
Subtotal Double Subtotal in quote currency
SubtotalInclTax Double Subtotal including tax in quote currency
SubtotalWithDiscount Double Subtotal in quote currency with applied discount
TaxAmount Double Tax amount in quote currency
TotalSegments String Dynamically calculated totals
WeeeTaxAppliedAmount Double Item weee tax applied amount in quote currency.

Adobe Commerce Connector for CData Sync

QuoteGuestCart

QuoteGuestCart is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

The CartId column must be specified in the WHERE clause to retrieve results from QuoteGuestCart. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [QuoteGuestCart] WHERE CartId = '123'

Columns

Name Type Description
Id [KEY] Int Cart/quote ID.
CartId String cartId
BillingAddress String This is an auto-generated column
ConvertedAt String Cart conversion date and time. Otherwise, null.
CreatedAt Datetime Cart creation date and time. Otherwise, null.
Currency String This is an auto-generated column
Customer String This is an auto-generated column
CustomerIsGuest Bool For guest customers, false for logged in customers
CustomerNote String Notice text
CustomerNoteNotify Bool Customer notification flag
CustomerTaxClassId Int Customer tax class ID.
ExtensionAttributes String This is an auto-generated column
IsActive Bool Active status flag value. Otherwise, null.
IsVirtual Bool Virtual flag value. Otherwise, null.
Items String Array of items. Otherwise, null.
ItemsCount Int Number of different items or products in the cart. Otherwise, null.
ItemsQty Double Total quantity of all cart items. Otherwise, null.
OrigOrderId Int Original order ID. Otherwise, null.
ReservedOrderId Int Reserved order ID. Otherwise, null.
StoreId Int Store identifier
UpdatedAt Datetime Cart last update date and time. Otherwise, null.

Adobe Commerce Connector for CData Sync

QuoteGuestCartTotal

QuoteGuestCartTotal is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

The CartId column must be specified in the WHERE clause to retrieve results from QuoteGuestCartTotal. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [QuoteGuestCartTotal] WHERE CartId = '123'

Columns

Name Type Description
BaseCurrencyCode String Base currency code
CartId String cartId
BaseDiscountAmount Double Discount amount in base currency
BaseGrandTotal Double Grand total in base currency
BaseShippingAmount Double Shipping amount in base currency
BaseShippingDiscountAmount Double Shipping discount amount in base currency
BaseShippingInclTax Double Shipping including tax in base currency
BaseShippingTaxAmount Double Shipping tax amount in base currency
BaseSubtotal Double Subtotal in base currency
BaseSubtotalInclTax Double Subtotal including tax in base currency
BaseSubtotalWithDiscount Double Subtotal in base currency with applied discount
BaseTaxAmount Double Tax amount in base currency
CouponCode String Applied coupon code
DiscountAmount Double Discount amount in quote currency
ExtensionAttributes String This is an auto-generated column
GrandTotal Double Grand total in quote currency
Items String Totals by items
ItemsQty Int Items qty
QuoteCurrencyCode String Quote currency code
ShippingAmount Double Shipping amount in quote currency
ShippingDiscountAmount Double Shipping discount amount in quote currency
ShippingInclTax Double Shipping including tax in quote currency
ShippingTaxAmount Double Shipping tax amount in quote currency
Subtotal Double Subtotal in quote currency
SubtotalInclTax Double Subtotal including tax in quote currency
SubtotalWithDiscount Double Subtotal in quote currency with applied discount
TaxAmount Double Tax amount in quote currency
TotalSegments String Dynamically calculated totals
WeeeTaxAppliedAmount Double Item weee tax applied amount in quote currency.

Adobe Commerce Connector for CData Sync

SalesTransaction

SalesTransaction is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
AdditionalInformation String Array of additional information. Otherwise, null.
Id String id
ChildTransactions String Array of child transactions.
CreatedAt Datetime Created-at timestamp.
ExtensionAttributes String This is an auto-generated column
IsClosed Int Is-closed flag value.
OrderId Int Order ID.
ParentId Int The parent ID for the transaction. Otherwise, null.
ParentTxnId String Parent transaction business ID.
PaymentId Int Payment ID.
SearchCriteria String This is an auto-generated column
TotalCount Int Total count.
TransactionId [KEY] Int Transaction ID.
TxnId String Transaction business ID.
TxnType String Transaction type.

Adobe Commerce Connector for CData Sync

ShippingMethods

ShippingMethods is an auto generated table. The supported operations are Querying data from this table.

Table Specific Information

Select

The Sync App uses the AdobeCommerce API to filter the results by CartId while the rest of the filter is executed client side within the Sync App.

The CartId column must be specified in the WHERE clause to retrieve results from ShippingMethods. CartId can be used only with the equals (=) operator. For example:

SELECT * FROM [ShippingMethods] WHERE CartId = '123'

Columns

Name Type Description
Amount Double Shipping amount in store currency.
CartId String cartId
Available Bool The value of the availability flag for the current shipping method.
BaseAmount Double Shipping amount in base currency.
CarrierCode String Shipping carrier code.
CarrierTitle String Shipping carrier title. Otherwise, null.
ErrorMessage String Shipping Error message.
ExtensionAttributes String This is an auto-generated column
MethodCode [KEY] String Shipping method code.
MethodTitle String Shipping method title. Otherwise, null.
PriceExclTax Double Shipping price excl tax.
PriceInclTax Double Shipping price incl tax.

Adobe Commerce Connector for CData Sync

StoreGroup

StoreGroup is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
Id [KEY] Int This is an auto-generated column
DefaultStoreId Int This is an auto-generated column
ExtensionAttributes String This is an auto-generated column
Name String This is an auto-generated column
RootCategoryId Int This is an auto-generated column
WebsiteId Int This is an auto-generated column

Adobe Commerce Connector for CData Sync

Stores

Stores is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
Id [KEY] Int This is an auto-generated column
Code String This is an auto-generated column
ExtensionAttributes String This is an auto-generated column
Name String Store name
StoreGroupId Int This is an auto-generated column
WebsiteId Int This is an auto-generated column

Adobe Commerce Connector for CData Sync

StoreWebsite

StoreWebsite is an auto generated table. The supported operations are Querying data from this table.

Columns

Name Type Description
Id [KEY] Int This is an auto-generated column
Code String This is an auto-generated column
DefaultGroupId Int This is an auto-generated column
ExtensionAttributes String This is an auto-generated column
Name String Website name

Adobe Commerce Connector for CData Sync

Connection String Options

The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.

For more information on establishing a connection, see Establishing a Connection.

Authentication


PropertyDescription
AuthSchemeThe type of authentication to use when connecting to AdobeCommerce 2.x.
URLSet the URL to the HTTP or HTTPS endpoint of your AdobeCommerce system. For example, https://adobecommercehost/.
UserUsername of the currently authenticated user. Used to connect to AdobeCommerce 2.x servers only.
PasswordPassword of the currently authenticated User . Used to connect to AdobeCommerce 2.x servers.
AccessTokenThe AdobeCommerce Access Token.
StoreCodeSpecifies the code of the store against which the API requests are executed.

SSL


PropertyDescription
SSLServerCertSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.

Firewall


PropertyDescription
FirewallTypeSpecifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.
FirewallServerIdentifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.
FirewallPortSpecifies the TCP port to be used for a proxy-based firewall.
FirewallUserIdentifies the user ID of the account authenticating to a proxy-based firewall.
FirewallPasswordSpecifies the password of the user account authenticating to a proxy-based firewall.

Proxy


PropertyDescription
ProxyAutoDetectSpecifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.
ProxyServerThe hostname or IP address of the proxy server that you want to route HTTP traffic through.
ProxyPortThe TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.
ProxyAuthSchemeSpecifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
ProxyUserThe username of a user account registered with the proxy server specified in the ProxyServer connection property.
ProxyPasswordThe password associated with the user specified in the ProxyUser connection property.
ProxySSLTypeThe SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.
ProxyExceptionsA semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.

Logging


PropertyDescription
LogModulesSpecifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.

Schema


PropertyDescription
LocationSpecifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
TablesOptional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
ViewsOptional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .

Miscellaneous


PropertyDescription
GenerateSchemaFilesIndicates the user preference as to when schemas should be generated and saved.
IncludeCustomAttributesA boolean indicating if you would like to include custom attributes in the column listing.
MaxRowsSpecifies the maximum rows returned for queries without aggregation or GROUP BY.
OtherSpecifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.
PagesizeThe maximum number of results to return per page from AdobeCommerce.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.
RowScanDepthScan AdobeCommerce Product entities to determine unique columns.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.
TypeDetectionSchemeEnables scanning AdobeCommerce Product entities to determine unique columns.
UserDefinedViewsSpecifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.
UseSimpleNamesBoolean determining if simple names should be used for tables and columns.
Adobe Commerce Connector for CData Sync

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeThe type of authentication to use when connecting to AdobeCommerce 2.x.
URLSet the URL to the HTTP or HTTPS endpoint of your AdobeCommerce system. For example, https://adobecommercehost/.
UserUsername of the currently authenticated user. Used to connect to AdobeCommerce 2.x servers only.
PasswordPassword of the currently authenticated User . Used to connect to AdobeCommerce 2.x servers.
AccessTokenThe AdobeCommerce Access Token.
StoreCodeSpecifies the code of the store against which the API requests are executed.
Adobe Commerce Connector for CData Sync

AuthScheme

The type of authentication to use when connecting to AdobeCommerce 2.x.

Remarks

  • Basic: Set this to use BASIC user / password authentication.
  • Token: Set this to perform Authentication using a AdobeCommerce Access Token.

Adobe Commerce Connector for CData Sync

URL

Set the URL to the HTTP or HTTPS endpoint of your AdobeCommerce system. For example, https://adobecommercehost/.

Remarks

Set the URL to the HTTP or HTTPS endpoint of your AdobeCommerce system. For example, https://adobecommercehost/. See "Getting Started" in the help documentation for connection guides to AdobeCommerce.

See Also

  • User and Password: Set these to authenticate to AdobeCommerce.

Adobe Commerce Connector for CData Sync

User

Username of the currently authenticated user. Used to connect to AdobeCommerce 2.x servers only.

Remarks

Username of the currently authenticated user. Used to connect to AdobeCommerce 2.x servers only. See the Establishing a Connection section under Getting Started for more information on authenticating to different versions of AdobeCommerce.

If you are accessing AdobeCommerce as a customer, these credentials correspond to your customer account. To create an account, select Account > Register from the AdobeCommerce home page.

To allow administrator users to connect:

  • Assign an admin role to a user by selecting System > Web Services > REST-Roles and click Admin Role.
  • Select Permissions > Users and select the user.

Adobe Commerce Connector for CData Sync

Password

Password of the currently authenticated User . Used to connect to AdobeCommerce 2.x servers.

Remarks

Password of the currently authenticated User. Used only to connect to AdobeCommerce 2.x servers.

Adobe Commerce Connector for CData Sync

AccessToken

The AdobeCommerce Access Token.

Remarks

The AdobeCommerce Access Token used to authenticate the requests. The Access Token can be either Integration, Admin or Customer type.

Adobe Commerce Connector for CData Sync

StoreCode

Specifies the code of the store against which the API requests are executed.

Remarks

The store code identifies a store in the AdobeCommerce system. Set the value "all" to execute the API requests on every store in the system. This value only applies to the CMS and Product related tables.

Adobe Commerce Connector for CData Sync

SSL

This section provides a complete list of the SSL properties you can configure in the connection string for this provider.


PropertyDescription
SSLServerCertSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.
Adobe Commerce Connector for CData Sync

SSLServerCert

Specifies the certificate to be accepted from the server when connecting using TLS/SSL.

Remarks

If using a TLS/SSL connection, this property can be used to specify the TLS/SSL certificate to be accepted from the server. Any other certificate that is not trusted by the machine is rejected.

This property can take the following forms:

Description Example
A full PEM Certificate (example shortened for brevity) -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE-----
A path to a local file containing the certificate C:\cert.cer
The public key (example shortened for brevity) -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY-----
The MD5 Thumbprint (hex values can also be either space or colon separated) ecadbdda5a1529c58a1e9e09828d70e4
The SHA1 Thumbprint (hex values can also be either space or colon separated) 34a929226ae0819f2ec14b4a3d904f801cbb150d

If not specified, any certificate trusted by the machine is accepted.

Use '*' to signify to accept all certificates. Note that this is not recommended due to security concerns.

Adobe Commerce Connector for CData Sync

Firewall

This section provides a complete list of the Firewall properties you can configure in the connection string for this provider.


PropertyDescription
FirewallTypeSpecifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.
FirewallServerIdentifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.
FirewallPortSpecifies the TCP port to be used for a proxy-based firewall.
FirewallUserIdentifies the user ID of the account authenticating to a proxy-based firewall.
FirewallPasswordSpecifies the password of the user account authenticating to a proxy-based firewall.
Adobe Commerce Connector for CData Sync

FirewallType

Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Note: By default, the Sync App connects to the system proxy. To disable this behavior and connect to one of the following proxy types, set ProxyAutoDetect to false.

The following table provides port number information for each of the supported protocols.

Protocol Default Port Description
TUNNEL 80 The port where the Sync App opens a connection to AdobeCommerce. Traffic flows back and forth via the proxy at this location.
SOCKS4 1080 The port where the Sync App opens a connection to AdobeCommerce. SOCKS 4 then passes theFirewallUser value to the proxy, which determines whether the connection request should be granted.
SOCKS5 1080 The port where the Sync App sends data to AdobeCommerce. If the SOCKS 5 proxy requires authentication, set FirewallUser and FirewallPassword to credentials the proxy recognizes.

To connect to HTTP proxies, use ProxyServer and ProxyPort. To authenticate to HTTP proxies, use ProxyAuthScheme, ProxyUser, and ProxyPassword.

Adobe Commerce Connector for CData Sync

FirewallServer

Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Adobe Commerce Connector for CData Sync

FirewallPort

Specifies the TCP port to be used for a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Adobe Commerce Connector for CData Sync

FirewallUser

Identifies the user ID of the account authenticating to a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Adobe Commerce Connector for CData Sync

FirewallPassword

Specifies the password of the user account authenticating to a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Adobe Commerce Connector for CData Sync

Proxy

This section provides a complete list of the Proxy properties you can configure in the connection string for this provider.


PropertyDescription
ProxyAutoDetectSpecifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.
ProxyServerThe hostname or IP address of the proxy server that you want to route HTTP traffic through.
ProxyPortThe TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.
ProxyAuthSchemeSpecifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
ProxyUserThe username of a user account registered with the proxy server specified in the ProxyServer connection property.
ProxyPasswordThe password associated with the user specified in the ProxyUser connection property.
ProxySSLTypeThe SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.
ProxyExceptionsA semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.
Adobe Commerce Connector for CData Sync

ProxyAutoDetect

Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.

Remarks

When this connection property is set to True, the Sync App checks your system proxy settings for existing proxy server configurations (no need to manually supply proxy server details).

This connection property takes precedence over other proxy settings. Set to False if you want to manually configure the Sync App to connect to a specific proxy server.

To connect to an HTTP proxy, see ProxyServer. For other proxies, such as SOCKS or tunneling, see FirewallType.

Adobe Commerce Connector for CData Sync

ProxyServer

The hostname or IP address of the proxy server that you want to route HTTP traffic through.

Remarks

The Sync App only routes HTTP traffic through the proxy server specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead routes HTTP traffic through the proxy server specified in your system proxy settings.

Adobe Commerce Connector for CData Sync

ProxyPort

The TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.

Remarks

The Sync App only routes HTTP traffic through the proxy server port specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead routes HTTP traffic through the proxy server port specified in your system proxy settings.

For other proxy types, see FirewallType.

Adobe Commerce Connector for CData Sync

ProxyAuthScheme

Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.

Remarks

The authentication type can be one of the following:

  • BASIC: The Sync App performs HTTP BASIC authentication.
  • DIGEST: The Sync App performs HTTP DIGEST authentication.
  • NTLM: The Sync App retrieves an NTLM token.
  • NEGOTIATE: The Sync App retrieves an NTLM or Kerberos token based on the applicable protocol for authentication.
  • NONE: Set this when the ProxyServer does not require authentication.

For all values other than "NONE", you must also set the ProxyUser and ProxyPassword connection properties.

If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.

Adobe Commerce Connector for CData Sync

ProxyUser

The username of a user account registered with the proxy server specified in the ProxyServer connection property.

Remarks

The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.

After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:

ProxyAuthScheme Value Value to set for ProxyUser
BASIC The user name of a user registered with the proxy server.
DIGEST The user name of a user registered with the proxy server.
NEGOTIATE The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user.
NTLM The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user.
NONE Do not set the ProxyPassword connection property.

The Sync App only uses this username if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead uses the username specified in your system proxy settings.

Adobe Commerce Connector for CData Sync

ProxyPassword

The password associated with the user specified in the ProxyUser connection property.

Remarks

The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.

After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:

ProxyAuthScheme Value Value to set for ProxyPassword
BASIC The password associated with the proxy server user specified in ProxyUser.
DIGEST The password associated with the proxy server user specified in ProxyUser.
NEGOTIATE The password associated with the Windows user account specified in ProxyUser.
NTLM The password associated with the Windows user account specified in ProxyUser.
NONE Do not set the ProxyPassword connection property.

For SOCKS 5 authentication or tunneling, see FirewallType.

The Sync App only uses this password if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead uses the password specified in your system proxy settings.

Adobe Commerce Connector for CData Sync

ProxySSLType

The SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.

Remarks

This property determines when to use SSL for the connection to the HTTP proxy specified by ProxyServer. You can set this connection property to the following values :

AUTODefault setting. If ProxyServer is set to an HTTPS URL, the Sync App uses the TUNNEL option. If ProxyServer is set to an HTTP URL, the component uses the NEVER option.
ALWAYSThe connection is always SSL enabled.
NEVERThe connection is not SSL enabled.
TUNNELThe connection is made through a tunneling proxy. The proxy server opens a connection to the remote host and traffic flows back and forth through the proxy.

Adobe Commerce Connector for CData Sync

ProxyExceptions

A semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.

Remarks

The ProxyServer is used for all addresses, except for addresses defined in this property. Use semicolons to separate entries.

Note that the Sync App uses the system proxy settings by default, without further configuration needed. If you want to explicitly configure proxy exceptions for this connection, set ProxyAutoDetect to False.

Adobe Commerce Connector for CData Sync

Logging

This section provides a complete list of the Logging properties you can configure in the connection string for this provider.


PropertyDescription
LogModulesSpecifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.
Adobe Commerce Connector for CData Sync

LogModules

Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.

Remarks

This property lets you customize the log file content by specifying the logging modules to include. Logging modules categorize logged information into distinct areas, such as query execution, metadata, or SSL communication. Each module is represented by a four-character code, with some requiring a trailing space for three-letter names.

For example, EXEC logs query execution, and INFO logs general provider messages. To include multiple modules, separate their names with semicolons as follows: INFO;EXEC;SSL.

The Verbosity connection property takes precedence over the module-based filtering specified by this property. Only log entries that meet the verbosity level and belong to the specified modules are logged. Leave this property blank to include all available modules in the log file.

For a complete list of available modules and detailed guidance on configuring logging, refer to the Advanced Logging section in Logging.

Adobe Commerce Connector for CData Sync

Schema

This section provides a complete list of the Schema properties you can configure in the connection string for this provider.


PropertyDescription
LocationSpecifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
TablesOptional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
ViewsOptional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .
Adobe Commerce Connector for CData Sync

Location

Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.

Remarks

The Location property is only needed if you want to either customize definitions (for example, change a column name, ignore a column, etc.) or extend the data model with new tables, views, or stored procedures.

If left unspecified, the default location is %APPDATA%\\CData\\AdobeCommerce Data Provider\\Schema, where %APPDATA% is set to the user's configuration directory:

Platform %APPDATA%
Windows The value of the APPDATA environment variable
Linux ~/.config

Adobe Commerce Connector for CData Sync

BrowsableSchemas

Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .

Remarks

Listing all available database schemas can take extra time, thus degrading performance. Providing a list of schemas in the connection string saves time and improves performance.

Adobe Commerce Connector for CData Sync

Tables

Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .

Remarks

Listing all available tables from some databases can take extra time, thus degrading performance. Providing a list of tables in the connection string saves time and improves performance.

If there are lots of tables available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those tables. To do this, specify the tables you want in a comma-separated list. Each table should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.

Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each table you want to view by its fully qualified name. This avoids ambiguity between tables that may exist in multiple catalogs or schemas.

Adobe Commerce Connector for CData Sync

Views

Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .

Remarks

Listing all available views from some databases can take extra time, thus degrading performance. Providing a list of views in the connection string saves time and improves performance.

If there are lots of views available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those views. To do this, specify the views you want in a comma-separated list. Each view should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space`.

Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each view you want to examine by its fully qualified name. This avoids ambiguity between views that may exist in multiple catalogs or schemas.

Adobe Commerce Connector for CData Sync

Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


PropertyDescription
GenerateSchemaFilesIndicates the user preference as to when schemas should be generated and saved.
IncludeCustomAttributesA boolean indicating if you would like to include custom attributes in the column listing.
MaxRowsSpecifies the maximum rows returned for queries without aggregation or GROUP BY.
OtherSpecifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.
PagesizeThe maximum number of results to return per page from AdobeCommerce.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.
RowScanDepthScan AdobeCommerce Product entities to determine unique columns.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.
TypeDetectionSchemeEnables scanning AdobeCommerce Product entities to determine unique columns.
UserDefinedViewsSpecifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.
UseSimpleNamesBoolean determining if simple names should be used for tables and columns.
Adobe Commerce Connector for CData Sync

GenerateSchemaFiles

Indicates the user preference as to when schemas should be generated and saved.

Remarks

This property outputs schemas to .rsd files in the path specified by Location.

Available settings are the following:

  • Never: A schema file will never be generated.
  • OnUse: A schema file will be generated the first time a table is referenced, provided the schema file for the table does not already exist.
  • OnStart: A schema file will be generated at connection time for any tables that do not currently have a schema file.
  • OnCreate: A schema file will be generated by when running a CREATE TABLE SQL query.
Note that if you want to regenerate a file, you will first need to delete it.

Generate Schemas with SQL

When you set GenerateSchemaFiles to OnUse, the Sync App generates schemas as you execute SELECT queries. Schemas are generated for each table referenced in the query.

When you set GenerateSchemaFiles to OnCreate, schemas are only generated when a CREATE TABLE query is executed.

Generate Schemas on Connection

Another way to use this property is to obtain schemas for every table in your database when you connect. To do so, set GenerateSchemaFiles to OnStart and connect.

Adobe Commerce Connector for CData Sync

IncludeCustomAttributes

A boolean indicating if you would like to include custom attributes in the column listing.

Remarks

Setting this to true will cause custom attributes to be included in the column listing.

Adobe Commerce Connector for CData Sync

MaxRows

Specifies the maximum rows returned for queries without aggregation or GROUP BY.

Remarks

This property sets an upper limit on the number of rows the Sync App returns for queries that do not include aggregation or GROUP BY clauses. This limit ensures that queries do not return excessively large result sets by default.

When a query includes a LIMIT clause, the value specified in the query takes precedence over the MaxRows setting. If MaxRows is set to "-1", no row limit is enforced unless a LIMIT clause is explicitly included in the query.

This property is useful for optimizing performance and preventing excessive resource consumption when executing queries that could otherwise return very large datasets.

Adobe Commerce Connector for CData Sync

Other

Specifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.

Remarks

This property allows advanced users to configure hidden properties for specialized scenarios. These settings are not required for normal use cases but can address unique requirements or provide additional functionality. Multiple properties can be defined in a semicolon-separated list.

Note: It is strongly recommended to set these properties only when advised by the support team to address specific scenarios or issues.

Specify multiple properties in a semicolon-separated list.

Integration and Formatting

DefaultColumnSizeSets the default length of string fields when the data source does not provide column length in the metadata. The default value is 2000.
ConvertDateTimeToGMTDetermines whether to convert date-time values to GMT, instead of the local time of the machine.
RecordToFile=filenameRecords the underlying socket data transfer to the specified file.

Adobe Commerce Connector for CData Sync

Pagesize

The maximum number of results to return per page from AdobeCommerce.

Remarks

The Pagesize property affects the maximum number of results to return per page from AdobeCommerce schema.

Adobe Commerce Connector for CData Sync

PseudoColumns

Specifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.

Remarks

This property allows you to define which pseudocolumns the Sync App exposes as table columns.

To specify individual pseudocolumns, use the following format: "Table1=Column1;Table1=Column2;Table2=Column3"

To include all pseudocolumns for all tables use: "*=*"

Adobe Commerce Connector for CData Sync

RowScanDepth

Scan AdobeCommerce Product entities to determine unique columns.

Remarks

In the AdobeCommerce APIs, Product entities can have different sets of associated attributes. For example, clothing Products will also have Gender, Size, and Sleeve_Length attributes in addition to the standard columns.

When TypeDetectionScheme is set to "RowScan", the RowScanDepth property determines the number of objects to scan to determine the unique columns.

Setting a high value may decrease performance. Setting a low value may prevent the Sync App from retrieving the relevant columns for the table.

Adobe Commerce Connector for CData Sync

Timeout

Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.

Remarks

This property controls the maximum time, in seconds, that the Sync App waits for an operation to complete before canceling it. If the timeout period expires before the operation finishes, the Sync App cancels the operation and throws an exception.

The timeout applies to each individual communication with the server rather than the entire query or operation. For example, a query could continue running beyond 60 seconds if each paging call completes within the timeout limit.

Setting this property to 0 disables the timeout, allowing operations to run indefinitely until they succeed or fail due to other conditions such as server-side timeouts, network interruptions, or resource limits on the server. Use this property cautiously to avoid long-running operations that could degrade performance or result in unresponsive behavior.

Adobe Commerce Connector for CData Sync

TypeDetectionScheme

Enables scanning AdobeCommerce Product entities to determine unique columns.

Remarks

In the AdobeCommerce APIs, Product entities can have different sets of associated attributes. For example, clothing Products will also have Gender, Size, and Sleeve_Length attributes in addition to the standard columns.

To access these unique columns, set the following connection properties:

RowScanSetting TypeDetectionScheme to RowScan will scan objects (rows) to heuristically determine additional columns when you connect. The RowScanDepth determines the number of objects to be scanned.
NoneSetting TypeDetectionScheme to None will return only the standard columns.

Adobe Commerce Connector for CData Sync

UserDefinedViews

Specifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.

Remarks

This property allows you to define and manage custom views through a JSON-formatted configuration file called UserDefinedViews.json. These views are automatically recognized by the Sync App and enable you to execute custom SQL queries as if they were standard database views. The JSON file defines each view as a root element with a child element called "query", which contains the SQL query for the view. For example:


{
	"MyView": {
		"query": "SELECT * FROM Products WHERE MyColumn = 'value'"
	},
	"MyView2": {
		"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
	}
}

You can define multiple views in a single file and specify the filepath using this property. For example: UserDefinedViews=C:\Path\To\UserDefinedViews.json. When you use this property, only the specified views are seen by the Sync App.

Refer to User Defined Views for more information.

Adobe Commerce Connector for CData Sync

UseSimpleNames

Boolean determining if simple names should be used for tables and columns.

Remarks

AdobeCommerce tables and columns can use special characters in names that are normally not allowed in standard databases. UseSimpleNames makes the Sync App easier to use with traditional database tools.

Setting UseSimpleNames to true will simplify the names of tables and columns returned. It will enforce a naming scheme such that only alphanumeric characters and the underscore are valid for the displayed table and column names. Any nonalphanumeric characters will be converted to an underscore.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175