Domains & URLs
This page controls the internet addresses (URLs) under which your admin area, storefront and API should be reachable. These addresses are used, for example, in invitation emails, notifications, and automated messages (webhooks).
What can I do here?
- Set the URL for your shop's admin area
- Set the URL for the public storefront
- Set the URL for the API
- Adopt the automatically suggested default value for each field
- View your workspace slug (technical short name)
Step by step
- Open "Domains & URLs" in the sidebar.
- Review the currently stored values for the Admin URL, Storefront URL and API URL.
- If needed, enter your own URL, or click "Use default" to adopt the automatically generated default value.
- Click "Save". The new addresses only take effect after saving.
- Afterwards, test that the new URL is actually reachable before relying on it.
Fields explained
| Field | Meaning | Notes/Impact |
|---|---|---|
| Workspace slug | Technical short name of your workspace | Display only, not editable |
| Admin URL | Where the staff admin panel is reachable | Must use HTTPS; "localhost" is not allowed in production |
| Storefront URL | Where the public shop is reachable | Used, among other things, in customer emails |
| API URL | Where the REST API is reachable | Used by the admin interface and external integrations |
| Use default | Sets the field to the automatically generated default value | Convenient if you don't want to use your own domain |
Values & statuses
URL field (domain_url_field)
| Value | Plain-language meaning | What happens then |
|---|---|---|
| admin_url | Address of the staff admin panel | Used, among other things, in invitation emails to staff |
| storefront_url | Address of the public shop | Used, among other things, in customer emails |
| api_url | Address of the REST API | Used by the admin interface and external integrations (e.g. webhooks) |
Each of the three fields is checked for uniqueness independently - if another workspace already has the same URL registered for the same field, the "already in use" error appears (see below).
If you leave a field empty
When a field is empty, the system automatically uses your public default address. It is composed of your workspace slug and the public base address:
| Field | Automatic address |
|---|---|
| Admin URL | https://{your-slug}.admin.scs.sellerlogic.com |
| Storefront URL | https://{your-slug}.scs.sellerlogic.com |
| API URL | https://{your-slug}.api.scs.sellerlogic.com |
These addresses are reachable from the internet. This means the links in your emails work even if you enter nothing here.
Frequently asked questions
What happens if I enter a wrong URL?
Incorrect or unreachable URLs cause invitation emails, notifications and webhook calls to point to a non-working address. Test every change carefully before relying on it.
Why do I get an error saying "already in use"?
This URL is already assigned to another workspace. Choose a different, unique address.
Do I have to use HTTPS?
Yes, only HTTP or HTTPS are accepted as protocols, and HTTPS is required in production environments where "localhost" is not allowed.