Store details

GET /stores/{store_id}

This endpoint lets you get store details.

Headers

Header
Type
Description

Authorization

string

Bearer token.

Response

{
    "status": "success",
    "data": {
        "_id": "692565f432118c6197abf2e8",
        "chatId": "9m9AdYLLXrq",
        "user": "692560a0f3b17397ede28cae",
        "title": "Agora Builder Template (2)",
        "prompt": "Create a store for nike shoes",
        "timestamp": "2025-11-25T08:16:52.514Z",
        "previewEmailSent": false,
        "createdAt": "2025-11-25T08:16:52.518Z",
        "updatedAt": "2025-11-25T08:16:52.518Z",
        "__v": 0,
        "store": {
            "_id": "692565f432118c6197abf2ec",
            "products": [
                "69259344f67aff7e9fe0bb26",
                "69259344f67aff7e9fe0bb28",
                "69259344f67aff7e9fe0bb2a",
                "69259344f67aff7e9fe0bb2e"
            ],
            "chatId": "9m9AdYLLXrq",
            "googleAuthClientId": null,
            "name": "My Awesome Store",
            "isHomePage": false,
            "storeType": "agora",
            "socialShareImage": "https://example.com/og-image.png",
            "metaTitle": "My Awesome Store | Shop Unique Products",
            "favicon": "https://example.com/favicon.ico",
            "generateSitemap": true,
            "isRemixed": false,
            "metaDescription": "Discover unique products at My Awesome Store. Free shipping on orders over $50.",
            "isActive": true,
            "isPublished": false,
            "isHomePgae": false,
            "deploymentStatus": "pending",
            "domainVerified": false,
            "viewCount": 0,
            "orderCount": 0,
            "creator": "692560a0f3b17397ede28cae",
            "tags": [],
            "categories": [],
            "installedAppIds": [],
            "theme": "default",
            "settings": {
                "allowGuestCheckout": true,
                "requireEmailVerification": false,
                "enableReviews": true,
                "enableWishlist": true,
                "currency": "USD",
                "timezone": "UTC"
            },
            "createdAt": "2025-11-25T08:16:52.892Z",
            "updatedAt": "2025-11-27T10:38:23.331Z",
            "__v": 1,
            "city": "New York",
            "country": "USA",
            "gtag": "G-XXXXXXXXXX",
            "logoImage": "https://example.com/logo.png",
            "orderEmailTemplate": "<html><body>Your order {{orderCode}} has been confirmed!</body></html>",
            "orderEmailTemplateJson": "{\"subject\":\"Order Confirmation\",\"header\":\"Thank you for your order!\",\"footer\":\"Contact us at [email protected]\"}",
            "primaryColor": "#3B82F6",
            "secondaryColor": "#10B981",
            "state": "NY",
            "storeTemplate": "A beautiful online store selling unique products"
        }
    }
}

Last updated

Was this helpful?