Headless Server Developer Manual / Version 2101
Table Of ContentsA running Commerce Hub is required. In addition, at least one properly configured Commerce Adapter is required in the Headless Server app.
Depending on your system setup, this may be any combination of
commerce.hub.data.endpoints.sfcc commerce.hub.data.endpoints.hybris commerce.hub.data.endpoints.wcs
For catalog image URLs, a site mapping has to be configured in the same way as for the CAE, for instance
For a local CAE:
blueprint.site.mapping.calista=http://localhost:49080
for Docker deployment:
BLUEPRINT_SITE_MAPPING_CALISTA: //preview.${ENVIRONMENT_FQDN:-docker.localhost}
A running CAE instance is then required for the actual delivery of catalog images.
Within the CAE, the CategoryCatalogPictureHandler
and the ProductCatalogPictureHandler
take care for this.