Catalog Updates
HCL Commerce allows the Marketplace Operator to create, search, cancel, and filter catalog update requests. They can also refresh the catalog updates home page to load the updated information. The Marketplace Operator can access the catalog entries through the Seller Dashboard. As a Marketplace Operator, you can download the .CSV file containing all the information about the products available for shoppers on the storefront. You can update and upload the .CSV file for the latest product attributes.
Configure product attribute limit
- Open the wc-component.xml file from the WC/xml/config/com.ibm.commerce.foundation location.
- Update
SellerAttributeLimit
property belowMarketplaceSettings configgrouping
. - Restart the server.Note: The default
SellerAttributeLimit
value is9
.
Configure a delimiter to perform catalog upload and download
CSV files use the comma character (,) as the default field delimiter. The Management Center has added support for the semicolon (;) to allow the Marketplace Operator to perform catalog uploads and downloads.
- Open for editing the wc-dataload.xml files in /WC/xml/config/com.ibm.commerce.marketplace/dataextract and /WC/xml/config/com.ibm.commerce.marketplace/dataload.
- Locate the following
line:
<_config:property name="tokenDelimiter" value="," />
- Change the value attribute to
";"
.<_config:property name="tokenDelimiter" value=";" />
During deployment, add the environment variable "USE_SEMICOLON_FOR_MARKETPLACE_CSV_DELIMITER=true" to the Transaction server.
If you are using Vault as your
configuration center, add a Vault property
"/${TENANT}/${ENVIRONMENT}/useSemiColonForMarketplaceCSVDelimiter"
and set it to "true"
.