-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
71 lines (71 loc) · 1.72 KB
/
products.json
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
{
"products" : [
{
"id" : "3568e30a-3cc0-44cc-9bc9-a6b27edad126",
"name" : "Black DOOM® T-shirt",
"description" : "Cool T-shirt with DOOM logo.",
"categories" : [
{
"id" : "ced9a008-6dda-412b-8b79-4cd2274a0566",
"name" : "Gaming apparel"
}
],
"variations" : [
{
"size" : "S",
"price" : 25.000
},
{
"size" : "M",
"price" : 25.000
},
{
"size" : "L",
"price" : 25.000
}
]
},
{
"id" : "a2d6471b-ceeb-4c3f-a1ec-70a603fdcc70",
"name" : "Minecraft coffee mug",
"description" : "Green coffee mug with Minecraft logo.",
"categories" : [
{
"id" : "3cdff117-c0af-435e-866b-5ddcd9aa4427",
"name" : "Coffee mugs"
},
{
"id" : "e57eb5de-a24f-440c-b771-22cbb388cc18",
"name" : "Minecraft"
}
],
"variations" : [
{
"price" : 14.900
}
]
},
{
"id" : "8a3a38c0-f3c1-472d-bb06-b5e09f25f45d",
"name" : "World of Warcraft Outland map wall poster",
"description" : "A high quality map of the Outlands from World of Warcraft The Burning Crusade expansion. An excellent gift for someone who is a fan of World of Warcraft and The Burning Crusade expansion specifically.",
"categories" : [
{
"id" : "b7cc56ff-97fe-4d08-8076-e54ae2d1b3c2",
"name" : "Posters"
}
],
"variations" : [
{
"paper size" : "A1",
"price" : 19.900
},
{
"paper size" : "A2",
"price" : 16.900
}
]
}
],
"results" : 3
}