Salesforce B2C Commerce's Image Management System enables you to create a matrix of images for each product.
You use images on your storefront to enhance the customer buying experience. The Image Management System supports:
The Image Management System accesses images, from B2C Commerce and external systems, by their URL reference. You specify the image location in the context of a catalog. A catalog can either specify an internal or an external image location. The default location (if no location has been specified) points to the related internal catalog base directory.
System | URL Address |
---|---|
Internal | The system knows the first part of the URL (server address, other URL parts). You specify a base image path, for example, "/images/foo/". |
External |
You provide the first part of the URL. Specify an http URL or an https URL (protocol, server address, other URL parts). For example:
|
The image location and the relative image path are stored separately.
Developer documentation and reference materials are available in English only. Refer to the English-language Infocenter to access this information.
The API class dw.content.MediaFile provides a complete URL based on both parts. See the B2C Commerce API documentation for more information.
When assigning images to products, consider the following: