Web Domain Object Reference
On this page
Overview
| Property | Value |
|---|---|
| API name | s_c__Web_Domain__c |
| Label | Web Domain |
| Plural label | Web Domains |
| Type | Custom Object |
Fields
| Field label | API name | Type | Required | Description |
|---|---|---|---|---|
| Active | s_c__Active__c |
Checkbox | No | Enables or disables the domain. Checking this and saving triggers domain verification. If a connection fails, uncheck and recheck to retry. |
| Domain Name | s_c__Domain_Name__c |
Text(255) | Yes | Full domain name without https:// or a trailing /. Must be globally unique across all StoreConnect sites. |
| Message | s_c__Message__c |
LongTextArea(131072) | No | Populated when a connection fails. Contains the reason for failure. |
| Status | s_c__Status__c |
Picklist | No | Current resolution status of the domain. See status values below. |
| Target | s_c__Target__c |
Text(255) | No | Auto-generated DNS target. Copy this value into your DNS provider as a CNAME record (for subdomains) or an ALIAS/ANAME record (for apex domains). Do not edit this field manually. |
Status values
| Value | Description |
|---|---|
| Enqueued | Domain verification is in progress. Allow at least 10 minutes for the status to update. |
| Success | The domain is connected and SSL is provisioned. |
| Failed | The connection failed. The Active checkbox is automatically unchecked and the Message field is populated with the reason. Uncheck Active, save, then check Active again and save to retry. |
Connection lifecycle
- Create the record and save — the Target field auto-generates.
- Copy the target value into your DNS provider as a CNAME (subdomain) or ALIAS/ANAME (apex domain) record.
- Check Active and save — status changes to Enqueued.
- Wait for verification — status changes to Success or Failed.
- If Failed: correct the DNS record, then uncheck Active, save, recheck Active, and save again to retry.
Related objects
| Object | Notes |
|---|---|
Store (s_c__Store__c) |
After a Web Domain record reaches Success status, the Store record’s Domain Name field must be set to that domain for it to serve live traffic. See Set your store domain and go live. |