📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of products

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'commerce.productName'}}", "description": "{{faker 'lorem.paragraph'}}", "price": {{faker 'commerce.price'}}, "category": "{{faker 'commerce.department'}}", "inStock": {{faker 'datatype.boolean'}}, "rating": {{faker 'number.int' min=0 max=5}}, "createdAt": "{{faker 'date.past'}}" } {{/repeat}} ]

Designed to generate a diverse range of product data, this JSON template provides essential details such as name, description, price, category, in-stock status, rating, and creation date. Its primary purpose is to facilitate testing of product-related features within applications, particularly in e-commerce platforms and inventory management systems. Additionally, it offers the flexibility to simulate a database of products, providing developers with varied entries for thorough testing across different product scenarios. By seamlessly integrating into development workflows, it enhances the accuracy and effectiveness of product-related functionalities within applications. These data are perfect to prototype or serve as sample data for applications like e-commerce platforms, inventory management systems, and product catalog tools.