-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProduct.json
More file actions
86 lines (86 loc) · 1.81 KB
/
Product.json
File metadata and controls
86 lines (86 loc) · 1.81 KB
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
[
{
"PID": "001",
"Product_Name": "Denim Black Leather jacker",
"P_Type": "Jacket",
"Quantity":"1",
"Price":"3400"
},
{
"PID": "002",
"Product_Name": "Ramraj White Dhoti",
"P_Type": "Dhoti",
"Quantity":"0",
"Price":"2300"
},
{
"PID": "003",
"Product_Name": "Black Varsity Jacket",
"P_Type": "Jacket",
"Quantity":"1",
"Price":"2470"
},
{
"PID": "004",
"Product_Name": "Zara Black shirt",
"P_Type": "Shirt",
"Quantity":"1",
"Price":"2400"
},
{
"PID": "005",
"Product_Name": "Black Pepe pant",
"P_Type": "Pant",
"Quantity":"1",
"Price":"3600"
},
{
"PID": "006",
"Product_Name": "Polo V neck T-shirt",
"P_Type": "T-shirt",
"Quantity":"0",
"Price":"1700"
},
{
"PID": "007",
"Product_Name": "Blue sweatshirt",
"P_Type": "Shirt",
"Quantity":"1",
"Price":"1980"
},
{
"PID": "008",
"Product_Name": "Brewer's Dress",
"P_Type": "Sherwani",
"Quantity":"1",
"Price":"4590"
},
{
"PID": "009",
"Product_Name": "Manyavar Kurta",
"P_Type": "Kurta",
"Quantity":"0",
"Price":"1970"
},
{
"PID": "010",
"Product_Name": "Black Vulture pant",
"P_Type": "Pant",
"Quantity":"0",
"Price":"1970"
},
{
"PID": "011",
"Product_Name": "Denim Leather power Hoodie",
"P_Type": "Hoodie",
"Quantity":"1",
"Price":"2400"
},
{
"PID": "012",
"Product_Name": "Kalyan white saree",
"P_Type": "Cotton Saree",
"Quantity":"1",
"Price":"3400"
}
]