The following are limitations for the Salesforce Commerce Cloud connector:
The Contains filter is not working as expected when partitioning.
CDN Zones' entity doesn't support sandbox instances, and it supports only Development and production instance types. For more information, see https://help.salesforce.com/s/articleView?id=cc.b2c_embedded_cdn_overview.htm
. In Salesforce Commerce Cloud, there is no API endpoint to fetch Dynamic Metadata. As a result, there is no provision to support the custom fields in the Product and Category entity.
Site id is a mandatory query parameter. You must pass the Site Id value through the Custom Connector Setting. For more information, see Base URL and Request Formation
. You can apply filters on maximum two fields (excluding Levels if present) in single API request with the combination of different operators as mentioned in the below table:
Filter criteria Is supported? One field with CONTAINS operator in single API request. Yes One field with Equals operator in single API request. Yes One field with BETWEEN operator in single API request. Yes Two or more fields with CONTAINS operator in single API request. No Two or more fields with Equals operator in single API request. No Two or more fields with BETWEEN operator in single API request. No One field with Equals and one field with CONTAINS operator in single API request. Yes One field with BETWEEN and one field with CONTAINS operator in single API request. Yes One field with BETWEEN and one field with Equals operator in single API request. Yes One field with Equals, one field with CONTAINS and one field with BETWEEN operator in single API request. No One field with Equals operator when INCREMENTAL PULL is applied in single API request. Yes One field with CONTAINS operator when INCREMENTAL PULL is applied in single API request. Yes One field with BETWEEN operator when INCREMENTAL PULL is applied in single API request. No One Equals and one CONTAINS operator when INCREMENTAL PULL is applied in single API request. No In some of the entities, the data type for the fields while retrieving is different from when it is used as searchable fields. As a result, there is no provision of filter feature for these fields. The following table provides the details about such fields.
Sr. No. Entity Name Searchable Field Name Data Type as Searchable Data Type as Retrievable 1 Catalog name String Struct 2 Catalog description String Struct 3 Category name String Struct 4 Category description String Struct 5 Product name String Struct 6 Product searchable Boolean Struct 7 Product validFrom DateTime Struct 8 Product validTo DateTime Struct 9 Product type String Struct 10 Product onlineFlag Boolean Struct 11 Promotion name String Struct