Logging in to Order Hub

Order Hub for IBM® Sterling Order Management System Software is available in a developer toolkit environment and on premises.

Procedure

  1. Ensure that you have either:
    • Enabled Order Hub when you set up the developer toolkit environment.
    • Deployed Order Hub on-premises, either as containers or as a traditional install.
  2. Go to the following URL.
    • For developer toolkit environments:
      https://<HOST>:<OH_BASE_HTTPS_PORT>/order-management/
      Where:
      • <HOST> is localhost, or the host on which the Order Hub containers are running.
      • The default port is 7443 unless you set the OH_BASE_HTTPS_PORT property in the devtoolkit_docker/compose/om-compose.properties file.
      • For example,
        https://localhost:7443/order-management/
    • For on-premises:
      • Containers:
        https://<hostname>/order-management
      • Traditional:
        https://<hostname>:<port>/order-management
        Where:
        • hostname is the host name where the web server is running.
        • port is the port number that is configured in the web server configuration.