@shopify/cli-kit
    Preparing search index...

    Interface StoredPreviewStoreMetadata

    interface StoredPreviewStoreMetadata {
        accessUrl?: string;
        country?: string;
        createdAt: string;
        name: string;
        placeholderAccountUuid?: string;
        shopId: string;
    }
    Index

    Properties

    accessUrl?: string

    Access URL returned by the preview-store backend.

    country?: string

    ISO country code requested for the store, when provided by the caller.

    createdAt: string

    ISO timestamp for when the preview store was created locally.

    name: string

    Store name returned by the preview-store backend.

    placeholderAccountUuid?: string

    Placeholder account UUID returned by the preview-store backend when available.

    shopId: string

    Numeric shop id returned by the preview-store backend.