Washing instructions are product-specific business data, so the value should be modeled as acustom attribute on the Product system object. Because the displayed instructions can differ by storefront locale, the custom attribute should be configured as localizable.
Salesforce ' s B2C Commerce metadata system allows custom attributes to be created on extensible system objects such as Product. Localizable custom attribute definitions count against the Product object ' s supported custom-attribute quota, confirming that Product attributes can participate in localized data modeling.
Option A is inappropriate because resource bundles are designed for application UI strings such as labels, messages, and validation text. They are not a scalable source for product-specific PIM data such as care instructions. Option C is also incorrect because localization is configured on eligible attributes, not by marking the entire Product system object " localizable. "
A PIM integration can populate locale-specific values of the washing-instructions attribute, after which the PDP retrieves the appropriate value under the active storefront locale.
Study Guide reference:Data Management Using Business Manager Usage — Product custom attributes, localizable product data, PIM integration, system object metadata, and localized PDP content.
===============