Domains
Custom domain management
📄️ List custom domains
Returns the store's custom domains with their verification state. Requires the `canCustomDomain` plan feature.
📄️ Add a custom domain
Attaches a custom apex domain to the store and enqueues asynchronous DNS verification (the domain is created with `verified: false`). Subdomains, wildcards, underscores and platform domains are rejected; a domain already used by another store is rejected. Requires the `canCustomDomain` plan feature.
📄️ Delete a custom domain
Removes a custom domain from the store and tears down its ingress and DNS zone. Returns the remaining domains. Requires the `canCustomDomain` plan feature.