Commerce: Product Category Mapping
After a data stream is deployed, the Commerce starter data bundle automatically maps data from Commerce Cloud to data model objects (DMO)s in Data Cloud. Product Category data is about categories and subcategories organize and group products in your catalog and on your storefront. For example, an outdoors outfitter site uses the Boots, Climbing Gear, and Outerwear categories to organize products on their storefront.
These data mappings relate to the ProductCategory object included in the Salesforce Commerce connector and how that data connects to DMOs.
DLO Field | DLO Field Data Type | DMO | DMO Field Name |
---|---|---|---|
Id | ID | ProductCategory | id |
CatalogId | reference | ProductCategory | productCatalogId |
ParentCategoryId | reference | ProductCategory | parentCategoryId |
Description | textarea | ProductCategory | Description |
Name | string | ProductCategory | Name |
CreatedDate | dateTime | ProductCategory | CreatedDate |
LastModifiedDate | dateTime | ProductCategory | LastModifiedDate |