mali08890 commited on
Commit
292ddeb
·
verified ·
1 Parent(s): f3c8548

Upload returns.json

Browse files
Files changed (1) hide show
  1. data/returns.json +86 -0
data/returns.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "product_id": "CINCO-1001",
4
+ "category": "Electronics",
5
+ "product_name": "Cinco Wireless Headphones",
6
+ "return_policy": "Returns allowed within 15 days with original packaging and receipt. Products must be undamaged and in resalable condition.",
7
+ "return_reason": "Defective or damaged on arrival"
8
+ },
9
+ {
10
+ "product_id": "CINCO-1002",
11
+ "category": "Clothing",
12
+ "product_name": "Cinco Summer T-Shirt",
13
+ "return_policy": "Returns accepted within 30 days. Clothing must be unworn, unwashed, and with original tags attached.",
14
+ "return_reason": "Wrong size or color, changed mind"
15
+ },
16
+ {
17
+ "product_id": "CINCO-1003",
18
+ "category": "Home Decor",
19
+ "product_name": "Cinco Decorative Vase",
20
+ "return_policy": "Return within 25 days. Items must be in original packaging and free from damage.",
21
+ "return_reason": "Damaged in transit, wrong item shipped"
22
+ },
23
+ {
24
+ "product_id": "CINCO-1004",
25
+ "category": "Toys",
26
+ "product_name": "Cinco Educational Puzzle",
27
+ "return_policy": "Unopened toys can be returned within 20 days. Opened toys are not eligible for return.",
28
+ "return_reason": "Received wrong toy, defective parts"
29
+ },
30
+ {
31
+ "product_id": "CINCO-1005",
32
+ "category": "Books",
33
+ "product_name": "Cinco Cookbook 2025 Edition",
34
+ "return_policy": "Books are non-returnable unless damaged or defective on arrival.",
35
+ "return_reason": "Damaged book, misprint"
36
+ },
37
+ {
38
+ "product_id": "CINCO-1006",
39
+ "category": "Fitness Gear",
40
+ "product_name": "Cinco Yoga Mat",
41
+ "return_policy": "Returns accepted within 14 days with receipt. Mats must be clean and undamaged.",
42
+ "return_reason": "Defective, changed mind"
43
+ },
44
+ {
45
+ "product_id": "CINCO-1007",
46
+ "category": "Electronics",
47
+ "product_name": "Cinco Smartwatch X2",
48
+ "return_policy": "Returns within 15 days. Original receipt and packaging required. Refunds processed within 7 business days.",
49
+ "return_reason": "Defective, wrong model shipped"
50
+ },
51
+ {
52
+ "product_id": "CINCO-1008",
53
+ "category": "Clothing",
54
+ "product_name": "Cinco Winter Jacket",
55
+ "return_policy": "Returns accepted within 30 days. Item must be clean, unworn, and with tags intact.",
56
+ "return_reason": "Wrong size, color preference"
57
+ },
58
+ {
59
+ "product_id": "CINCO-1009",
60
+ "category": "Home Decor",
61
+ "product_name": "Cinco Wall Art Frame",
62
+ "return_policy": "Returns allowed within 25 days if undamaged and in original packaging.",
63
+ "return_reason": "Damaged frame, incorrect shipment"
64
+ },
65
+ {
66
+ "product_id": "CINCO-1010",
67
+ "category": "Toys",
68
+ "product_name": "Cinco Remote Control Car",
69
+ "return_policy": "Unopened toys can be returned within 20 days. No returns on opened or used toys.",
70
+ "return_reason": "Defective controls, wrong item sent"
71
+ },
72
+ {
73
+ "product_id": "CINCO-1011",
74
+ "category": "Books",
75
+ "product_name": "Cinco Novel - The Adventure",
76
+ "return_policy": "Non-returnable unless defective or damaged on delivery.",
77
+ "return_reason": "Damaged pages, wrong edition"
78
+ },
79
+ {
80
+ "product_id": "CINCO-1012",
81
+ "category": "Fitness Gear",
82
+ "product_name": "Cinco Dumbbell Set",
83
+ "return_policy": "Returns accepted within 14 days with original receipt and packaging.",
84
+ "return_reason": "Wrong weight set, defective equipment"
85
+ }
86
+ ]