delivery-sdk-ruby 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,127 @@
1
+ {
2
+ "taxonomies": [
3
+ {
4
+ "system": {
5
+ "id": "4ce421e9-c403-eee8-fdc2-74f09392a749",
6
+ "name": "Manufacturer",
7
+ "codename": "manufacturer",
8
+ "last_modified": "2017-09-07T08:15:22.7210000Z"
9
+ },
10
+ "terms": [
11
+ {
12
+ "name": "Aerobie",
13
+ "codename": "aerobie",
14
+ "terms": []
15
+ },
16
+ {
17
+ "name": "Chemex",
18
+ "codename": "chemex",
19
+ "terms": []
20
+ },
21
+ {
22
+ "name": "Espro",
23
+ "codename": "espro",
24
+ "terms": []
25
+ },
26
+ {
27
+ "name": "Hario",
28
+ "codename": "hario",
29
+ "terms": []
30
+ }
31
+ ]
32
+ },
33
+ {
34
+ "system": {
35
+ "id": "f30c7f72-e9ab-8832-2a57-62944a038809",
36
+ "name": "Personas",
37
+ "codename": "personas",
38
+ "last_modified": "2016-10-20T13:24:00.3200000Z"
39
+ },
40
+ "terms": [
41
+ {
42
+ "name": "Coffee expert",
43
+ "codename": "coffee_expert",
44
+ "terms": [
45
+ {
46
+ "name": "Barista",
47
+ "codename": "barista",
48
+ "terms": []
49
+ },
50
+ {
51
+ "name": "Cafe owner",
52
+ "codename": "cafe_owner",
53
+ "terms": []
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "name": "Coffee enthusiast",
59
+ "codename": "coffee_enthusiast",
60
+ "terms": [
61
+ {
62
+ "name": "Coffee lover",
63
+ "codename": "coffee_lover",
64
+ "terms": []
65
+ },
66
+ {
67
+ "name": "Coffee blogger",
68
+ "codename": "coffee_blogger",
69
+ "terms": []
70
+ }
71
+ ]
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "system": {
77
+ "id": "d351400e-0290-87b2-1413-6c411d8ae5a4",
78
+ "name": "Processing",
79
+ "codename": "processing",
80
+ "last_modified": "2017-09-07T08:15:33.7560000Z"
81
+ },
82
+ "terms": [
83
+ {
84
+ "name": "Wet (Washed)",
85
+ "codename": "wet__washed_",
86
+ "terms": []
87
+ },
88
+ {
89
+ "name": "Dry (Natural)",
90
+ "codename": "dry__natural_",
91
+ "terms": []
92
+ },
93
+ {
94
+ "name": "Semi-dry",
95
+ "codename": "semi_dry",
96
+ "terms": []
97
+ }
98
+ ]
99
+ },
100
+ {
101
+ "system": {
102
+ "id": "79b1c5b6-30bc-d076-a236-d9ec9f1ff01b",
103
+ "name": "Product status",
104
+ "codename": "product_status",
105
+ "last_modified": "2016-09-15T10:53:25.2230000Z"
106
+ },
107
+ "terms": [
108
+ {
109
+ "name": "On sale",
110
+ "codename": "on_sale",
111
+ "terms": []
112
+ },
113
+ {
114
+ "name": "Bestseller",
115
+ "codename": "bestseller",
116
+ "terms": []
117
+ }
118
+ ]
119
+ }
120
+ ],
121
+ "pagination": {
122
+ "skip": 0,
123
+ "limit": 0,
124
+ "count": 4,
125
+ "next_page": ""
126
+ }
127
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "type": "taxonomy",
3
+ "name": "Product status",
4
+ "taxonomy_group": "product_status",
5
+ "codename": "product_status"
6
+ }