cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CX Cloud: Initializing a Catalog with Bulk Upload

0 Kudos
485

Is there a way to initialize a Catalog in SAP CX using a Bulk Upload to add Product Attributes and Categories?

Accepted Solutions (1)

Accepted Solutions (1)

christoph_probst
Active Participant
0 Kudos

The bulk import of the actual attribute names or metadata can be done for the classification system but not for attributes on the item it self. For modifying item you need to adapt items xml.


Impex can also be used to add attributes names or metadate via classification system. See

https://help.sap.com/viewer/d0224eca81e249cb821f2cdf45a82ace/LATEST/en-US/8b7ad17c86691014aa0ee2d228... for data structure

Also here the electronics store sample data is a good reference how todo that. In the folder

hybris/bin/modules/b2c-accelerator/electronicsstore/resources/electronicsstore/import/sampledata/productCatalogs/electronicsProductCatalog

you can find a file categories-classifications.impex which show how to create the metadata information via impex.

Answers (1)

Answers (1)

christoph_probst
Active Participant
0 Kudos
0 Kudos

Thank you for your response, Christoph. My apologies, I should have been more precise in my question. What I'm looking for is a way to bulk import the actual attribute names or metadata, not their values, e.g. "Product SKU", "Product Description", "Product Color", not "12345", "T-Shirt","Blue", etc.. I want to create/extend a store catalog with many attributes, and I was wondering if there is a way to do that in bulk instead of manually. Thanks, again.