Data Structure
Demos
Fashion 1

Fashion 1 - Data Structure

End point: /api/fashion-1/flash-deals
Used in: Fashion-1, Section2

Output:

[
    {
        id: "8ac53dd8-6418-454f-bbb5-29f0b26ac5a5",
        slug: "nikecourt-zoom-vapor-cage",
        shop: {
            id: "baa3a02b-42da-40c0-852b-3aa292b70704",
            slug: "anytime-buys",
            user: {
                id: "e0d8be78-c530-4f1a-a2df-d082ba2db274",
                email: "Daisy.McLaughlin80@yahoo.com",
                phone: "1-462-772-4274 x931",
                avatar: "...",
                password: "nAGr0Rkf8CLP4Sv",
                dateOfBirth: "1958-06-07T17:14:57.585Z",
                verified: true,
                name: { firstName: "Llewellyn", lastName: "Schmitt" },
            },
            email: "Vida.Simonis@hotmail.com",
            name: "Anytime Buys",
            phone: "(613) 343-9004",
            address: "845 N. Stonybrook Ave. Tonawanda, NY 14210, Denmark",
            verified: false,
            coverPicture: "/assets/images/banners/banner-6.png",
            profilePicture: "/assets/images/faces/propic(5).png",
            socialLinks: {
                facebook: null,
                youtube: null,
                twitter: null,
                instagram: null,
            },
        },
        title: "NikeCourt Zoom Vapor Cage",
        brand: null,
        price: 250,
        size: null,
        colors: [],
        discount: 25,
        thumbnail: "flash-1.png",
        images: ["flash-1.png", "flash-1.png"],
        categories: [],
        status: null,
        reviews: [],
    },
    ...
]

End point: /api/fashion-1/new-arrivals
Used in: Fashion-1, Section3

Output:

[
    {
        id: "8ac53dd8-6418-454f-bbb5-29f0b26ac5a5",
        slug: "nikecourt-zoom-vapor-cage",
        shop: {
            id: "baa3a02b-42da-40c0-852b-3aa292b70704",
            slug: "anytime-buys",
            user: {
                id: "e0d8be78-c530-4f1a-a2df-d082ba2db274",
                email: "Daisy.McLaughlin80@yahoo.com",
                phone: "1-462-772-4274 x931",
                avatar: "...",
                password: "nAGr0Rkf8CLP4Sv",
                dateOfBirth: "1958-06-07T17:14:57.585Z",
                verified: true,
                name: { firstName: "Llewellyn", lastName: "Schmitt" },
            },
            email: "Vida.Simonis@hotmail.com",
            name: "Anytime Buys",
            phone: "(613) 343-9004",
            address: "845 N. Stonybrook Ave. Tonawanda, NY 14210, Denmark",
            verified: false,
            coverPicture: "/assets/images/banners/banner-6.png",
            profilePicture: "/assets/images/faces/propic(5).png",
            socialLinks: {
                facebook: null,
                youtube: null,
                twitter: null,
                instagram: null,
            },
        },
        title: "NikeCourt Zoom Vapor Cage",
        brand: null,
        price: 250,
        size: null,
        colors: [],
        discount: 25,
        thumbnail: "flash-1.png",
        images: ["flash-1.png", "flash-1.png"],
        categories: [],
        status: null,
        reviews: [],
    },
    ...
]

End point: /api/fashion-1/deal-of-the-week
Used in: Fashion-1, Section4

Output:

[
    {
        imgUrl: "/assets/images/products/sunglass.png",
        brand: "Say Ban Sunglass",
        off: 50,
    },
    ...
]

End point: /api/fashion-1/hot-deals
Used in: Fashion-1, Section5

Output:

[
    {
        expireDate: "Dec 5, 2024",
        productName: "Apple Watch Series 4 (Black)",
        imgUrl: "/assets/images/products/xiaomi-watch.png",
    },
    ...
]

End point: /api/fashion-1/trending-items
Used in: Health-Beauty, Section6

Output:

[
    {
        id: "8ac53dd8-6418-454f-bbb5-29f0b26ac5a5",
        slug: "nikecourt-zoom-vapor-cage",
        shop: {
            id: "baa3a02b-42da-40c0-852b-3aa292b70704",
            slug: "anytime-buys",
            user: {
                id: "e0d8be78-c530-4f1a-a2df-d082ba2db274",
                email: "Daisy.McLaughlin80@yahoo.com",
                phone: "1-462-772-4274 x931",
                avatar: "...",
                password: "nAGr0Rkf8CLP4Sv",
                dateOfBirth: "1958-06-07T17:14:57.585Z",
                verified: true,
                name: { firstName: "Llewellyn", lastName: "Schmitt" },
            },
            email: "Vida.Simonis@hotmail.com",
            name: "Anytime Buys",
            phone: "(613) 343-9004",
            address: "845 N. Stonybrook Ave. Tonawanda, NY 14210, Denmark",
            verified: false,
            coverPicture: "/assets/images/banners/banner-6.png",
            profilePicture: "/assets/images/faces/propic(5).png",
            socialLinks: {
                facebook: null,
                youtube: null,
                twitter: null,
                instagram: null,
            },
        },
        title: "NikeCourt Zoom Vapor Cage",
        brand: null,
        price: 250,
        size: null,
        colors: [],
        discount: 25,
        thumbnail: "flash-1.png",
        images: ["flash-1.png", "flash-1.png"],
        categories: [],
        status: null,
        reviews: [],
    },
    ...
]

End point: /api/fashion-1/service-list
Used in: Health-Beauty, Section7

Output:

[
    {
        id: "980d2c6a-e463-4ece-ac3a-df27366d6f06",
        icon: "Truck",
        title: "Fast Delivery",
        description: "Start from $10",
    },
    ...
]