File size: 3,334 Bytes
292ddeb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
  {
    "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"
  }
]