Fashion 3 - Data Structure
End point: /api/fashion-3/products?tag=best
Used in: Fashion-3, Section9
Output:
[
{
id: 1,
discount: 30,
category: "Men",
buttonLink: "#",
buttonText: "Shop Now",
title: "Lifestyle collection",
imgUrl: "/assets/images/banners/banner-24.jpg",
description: "Get Free Shipping on orders over $99.00",
},
...
]
End point: /api/fashion-3/products?tag=feature
Used in: Fashion-3, Section3
Output:
[
{
id: "8ac53dd8-6418-454f-bbb5-29f0b26ac5a5",
slug: "nikecourt-zoom-vapor-cage",
shop: { ... },
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-3/blogs
Used in: Fashion-3, Section13
Output:
[
{
id: "20a83049-bc4b-41cc-9a29-0b2b69a7fd08",
title: "30% Off Coupon for Black Friday",
description: "...",
thumbnail: "/assets/images/blogs/blog-1.jpg",
shop: { ... },
user: { ... },
createdAt: "21 SEP",
slug: "30percent-off-coupon-for-black-friday",
},
...
]
End point: /api/fashion-3/brands
Used in: Fashion-3, Section7
Output:
[
{
id: '109a66f4-b1a3-45dc-b1e9-9f6912efa9b1',
slug: 'calvin-klein',
name: 'Calvin Klein',
image: '/assets/images/brands/brand-1.jpg',
type: null,
featured: false,
},
...
]