- Create item attributes using POST
/api-product/v1/product/attribute/bulk
. - Update attribute mapping using POST
/api-product/v1/product/attribute/mapping
- Create Primary category using the POST
/api-category/v1/category
to create the original organizational structure. - Assign item attributes to Primary category using POST
/api-category/v1/category/item-attribute
. - Create items using POST
/api-product/v1/product/bulk/insert
. - Create Alternate category, for distribution management and fulfilling various merchandising objectives.