returnpoilcytest / data /returns.json
mali08890's picture
Upload returns.json
292ddeb verified
[
{
"product_id": "CINCO-1001",
"category": "Electronics",
"product_name": "Cinco Wireless Headphones",
"return_policy": "Returns allowed within 15 days with original packaging and receipt. Products must be undamaged and in resalable condition.",
"return_reason": "Defective or damaged on arrival"
},
{
"product_id": "CINCO-1002",
"category": "Clothing",
"product_name": "Cinco Summer T-Shirt",
"return_policy": "Returns accepted within 30 days. Clothing must be unworn, unwashed, and with original tags attached.",
"return_reason": "Wrong size or color, changed mind"
},
{
"product_id": "CINCO-1003",
"category": "Home Decor",
"product_name": "Cinco Decorative Vase",
"return_policy": "Return within 25 days. Items must be in original packaging and free from damage.",
"return_reason": "Damaged in transit, wrong item shipped"
},
{
"product_id": "CINCO-1004",
"category": "Toys",
"product_name": "Cinco Educational Puzzle",
"return_policy": "Unopened toys can be returned within 20 days. Opened toys are not eligible for return.",
"return_reason": "Received wrong toy, defective parts"
},
{
"product_id": "CINCO-1005",
"category": "Books",
"product_name": "Cinco Cookbook 2025 Edition",
"return_policy": "Books are non-returnable unless damaged or defective on arrival.",
"return_reason": "Damaged book, misprint"
},
{
"product_id": "CINCO-1006",
"category": "Fitness Gear",
"product_name": "Cinco Yoga Mat",
"return_policy": "Returns accepted within 14 days with receipt. Mats must be clean and undamaged.",
"return_reason": "Defective, changed mind"
},
{
"product_id": "CINCO-1007",
"category": "Electronics",
"product_name": "Cinco Smartwatch X2",
"return_policy": "Returns within 15 days. Original receipt and packaging required. Refunds processed within 7 business days.",
"return_reason": "Defective, wrong model shipped"
},
{
"product_id": "CINCO-1008",
"category": "Clothing",
"product_name": "Cinco Winter Jacket",
"return_policy": "Returns accepted within 30 days. Item must be clean, unworn, and with tags intact.",
"return_reason": "Wrong size, color preference"
},
{
"product_id": "CINCO-1009",
"category": "Home Decor",
"product_name": "Cinco Wall Art Frame",
"return_policy": "Returns allowed within 25 days if undamaged and in original packaging.",
"return_reason": "Damaged frame, incorrect shipment"
},
{
"product_id": "CINCO-1010",
"category": "Toys",
"product_name": "Cinco Remote Control Car",
"return_policy": "Unopened toys can be returned within 20 days. No returns on opened or used toys.",
"return_reason": "Defective controls, wrong item sent"
},
{
"product_id": "CINCO-1011",
"category": "Books",
"product_name": "Cinco Novel - The Adventure",
"return_policy": "Non-returnable unless defective or damaged on delivery.",
"return_reason": "Damaged pages, wrong edition"
},
{
"product_id": "CINCO-1012",
"category": "Fitness Gear",
"product_name": "Cinco Dumbbell Set",
"return_policy": "Returns accepted within 14 days with original receipt and packaging.",
"return_reason": "Wrong weight set, defective equipment"
}
]