Your own domain

Attaching a storefront domain and verifying ownership over DNS.

Why

A storefront on your domain is served with your brand — the brand is resolved from the request's domain. A domain is not required to start, but without one your customers have no entry point of yours.

How to attach

  1. Dashboard → "Domains" → add a domain. One domain cannot serve two brands: if it is taken you get a 409.
  2. The response carries a verification token. Publish it in DNS: a TXT or CNAME record under _logrus-verify.<your-domain>.
  3. Wait for the record to propagate, then hit Verify.

What verification can return

  • No matching record — the token has not reached the resolvers yet, or there is a typo in the zone. Wait and retry.
  • Lookup failed (NXDOMAIN, SERVFAIL, timeout) — the problem is on your DNS side.
  • Too many attempts — there is a per-domain rate limit on verification. Wait and retry; hammering the button achieves nothing.

Once verification succeeds the domain is marked verified. We keep re-checking the record periodically — do not remove it from the zone after connecting.

The same operations exist in the admin API; a partner only needs the dashboard.

Your own domain — Docs — Logrus Partners