· 5 years ago · Nov 29, 2020, 12:06 PM
1{
2 "name": "test-product",
3 "manage_stock": "true",
4 "stock_status": "instock",
5 "regular_price": "15",
6 "stock_quantity": "1500",
7 "backorders": "yes",
8 "description": "TELLA JACQUARD CANVAS STRIPE, COTTON 100%",
9 "short_description": "TELLA JACQUARD CANVAS STRIPE, COTTON 100%",
10 "tax_class": "reduced-rate",
11 "sku": "Α1198S69999",
12 "images": [
13 {
14 "src": "http://ifansi.exis.website/wp-content/uploads/image.png"
15 },
16 {
17 "src": "http://ifansi.exis.website/wp-content/uploads/image2.png"
18 },
19 {
20 "src": "http://ifansi.exis.website/wp-content/uploads/image3.png"
21 }
22 ],
23 "attributes": [
24 {
25 "id": "4", //Το ID σεζόν attribute αφού έχει δημιουργηθεί στο e-shop με API Call
26 "visible": "true",
27 "options": [
28 "ΚΑΛΟΚΑΙΡΙ" //Term values που θα έχει το προϊόν, αφού έχει δημιουργηθεί από το API Call Attribute Terms κάτω από το ID του attribute
29 ]
30 },
31 {
32 "id": "5", //ID κατασκευή attribute >>
33 "visible": "true",
34 "options": [
35 "ΥΦΑΝΤΟ" // >>
36 ]
37 },
38 {
39 "id": "6", //ID σύνθεση attribute >>
40 "visible": "true",
41 "options": [
42 "COTTON/BLENDS" // >>
43 ]
44 },
45 {
46 "id": "7", //ID κατασκευή attribute >>
47 "visible": "true",
48 "options": [
49 "WOVEN" // >>
50 ]
51 },
52 {
53 "id": "8", //ID τύπος υφάσματος attribute αφού έχει δημιουργηθεί στο e-shop με API Call
54 "visible": "true",
55 "options": [
56 "TELLA/VIELLA" // >>
57 ]
58 },
59 {
60 "id": "9", //ID pattern attribute >>
61 "visible": "true",
62 "options": [
63 "STRIPES/CHECKS" // >>
64 ]
65 },
66 {
67 "id": "10", //ID υποκ.pattern attribute >>
68 "visible": "true",
69 "options": [
70 "STRIPES" // >>
71 ]
72 },
73 {
74 "id": "11", //ID τύπος ρούχου attribute >>
75 "visible": "true",
76 "options": [
77 "OUTWEAR" // >>
78 ]
79 },
80 {
81 "id": "12", //ID υποκατ. τύπος ρούχου attribute >>
82 "visible": "true",
83 "options": [
84 "RESORT/BEACHWEAR" // >>
85 ]
86 },
87 {
88 "id": "13", //ID χρώμα attribute >>
89 "visible": "true",
90 "options": [
91 "RED" // >>
92 ]
93 },
94 {
95 "id": "14", //ID Οργανικό attribute >>
96 "visible": "true",
97 "options": [
98 "Οργανικό" // >>
99 ]
100 },
101 {
102 "id": "15", //ID OEKO-TEX attribute >>
103 "visible": "true",
104 "options": [
105 "OEKO-TEX" // >>
106 ]
107 },
108 {
109 "id": "16", //ID BCI attribute >>
110 "visible": "true",
111 "options": [
112 "BCI" // >>
113 ]
114 }
115 ],
116 "meta_data": [
117 {
118 "key": "quality",
119 "value": "1198L"
120 },
121 {
122 "key": "consumption",
123 "value": "0.3"
124 },
125 {
126 "key": "price_b",
127 "value": "11"
128 },
129 {
130 "key": "price_c",
131 "value": "9"
132 },
133 {
134 "key": "price_d",
135 "value": "7"
136 },
137 {
138 "key": "price_stock",
139 "value": "5"
140 },
141 {
142 "key": "price_partial",
143 "value": "6"
144 },
145 {
146 "key": "future_availability",
147 "value": "50"
148 },
149 {
150 "key": "monada_metrisis",
151 "value": "ΜΕΤΡΑ"
152 },
153 {
154 "key": "is_mothercode",
155 "value": "1"
156 },
157 {
158 "key": "parent_mothercode",
159 "value": "0"
160 },
161 {
162 "key": "design_code",
163 "value": "asd234"
164 },
165 {
166 "key": "color_code",
167 "value": "2"
168 },
169 {
170 "key": "color_desc",
171 "value": "PFD"
172 },
173 {
174 "key": "c_weight",
175 "value": "120gr"
176 },
177 {
178 "key": "c_width",
179 "value": "52cm/kg"
180 },
181 {
182 "key": "cu_width",
183 "value": "50cm"
184 },
185 {
186 "key": "stock_hover_text",
187 "value": "Διαθέσιμο μέχρι 23/12/2020"
188 },
189 {
190 "key": "erp_status",
191 "value": "ΕΝΕΡΓΟ"
192 },
193 {
194 "key": "origin_country",
195 "value": "Κίνα"
196 },
197 {
198 "key": "washing_instructions",
199 "value": "69AEHc"
200 },
201 {
202 "key": "has_offer",
203 "value": "SPECIAL"
204 },
205 {
206 "key": "stock_block_current",
207 "value": "15"
208 },
209 {
210 "key": "block_future_availability",
211 "value": "50"
212 }
213 ]
214}