📃 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 shipments

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "trackingNumber": {{faker 'number.int' max=99999}}, "carrier": "{{faker 'company.name'}}", "status": "{{faker 'helpers.arrayElement' (array 'shipped' 'in transit' 'delivered')}}", "estimatedDeliveryDate": "{{faker 'date.future'}}", "items": [ {{#repeat 3}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'commerce.productName'}}", "quantity": {{faker 'number.int' max=99999}}, "price": {{faker 'commerce.price'}} } {{/repeat}} ] } {{/repeat}} ]

Tailored for generating random shipments, this template includes properties such as tracking number, carrier, status, estimated delivery date, and items. Its primary utility lies in populating mock databases for logistics applications and delivery services. Additionally, it serves as a valuable resource for testing shipment-related functionalities, ensuring accuracy and reliability within applications. These data are perfect to prototype or serve as sample data for applications like logistics platforms, delivery services, and shipment tracking tools.