close

Filter

loading table of contents...

Headless Server Developer Manual / Version 2010

Table Of Contents

6.5 eCommerce Setup and Configuration

A 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.

Search Results

Table Of Contents