{"info":{"_postman_id":"a7f6b3b3-5e1b-4f09-b84c-c8760f38342c","name":"API Hakkında","description":"<html><head></head><body><p>EntegraAPI'yi kullanmak veya görüşlerinizi bizimle paylaşmak isterseniz bizimle <a href=\"https://apidestek@entegrabilisim.com\">apidestek@entegrabilisim.com</a> adresi üzerinden iletişime geçebilirsiniz.<br>API'yi kullanarak Entegra verilerine ulaşabilir ve kendi uygulamalarınız ile entegre edebilirsiniz.</p>\n<p><strong>Genel Bilgiler</strong></p>\n<ul>\n<li><p>Entegranın REST API'sine yapılan tüm isteklerin kimliğinin doğrulanması gerekmektedir.</p>\n</li>\n<li><p>API endpointlerine ulaşmak için ilk olarak size verilen 'email' ve 'password' bilgileriyle sisteme login olup <strong>acces</strong> token almalısınız.</p>\n</li>\n<li><p>Bu alınan <strong>access</strong> token'ı sorgulara <strong>Authorization</strong> header'ı olarak <strong>JWT accees</strong> şeklinde eklenmelidir.</p>\n</li>\n<li><p>Request limiti saat/7200 olarak ayarlanmıştır. Limit aşımında 15 dk ip engeli tanımlanmıştır.</p>\n</li>\n<li><p>Access token süresi 1 haftadır.</p>\n</li>\n<li><p>Refresh token süresi 1 aydır.</p>\n</li>\n<li><p><em><strong>Not:Her Request için token isteği yapılmamalıdır. Aksi durumda otomatik olarak engellenirsiniz.</strong></em></p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23999845","collectionId":"a7f6b3b3-5e1b-4f09-b84c-c8760f38342c","publishedId":"2s84LKWZug","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"1c1c1c","highlight":"d2691e"},"publishDate":"2022-12-21T09:34:07.000Z"},"item":[{"name":"Giris - Login - Authentication","item":[{"name":"Get Token","event":[{"listen":"test","script":{"id":"afa48e86-ae2a-4cee-b863-f70a6f9f4238","exec":["var data = pm.response.json();","pm.collectionVariables.set(\"EntegraAccessToken\", data.access);","pm.collectionVariables.set(\"EntegraRefreshToken\", data.refresh);"],"type":"text/javascript"}}],"id":"fa65b8ed-95ea-4e39-afb7-aae8e54cb5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\n     \"email\": \"apitestv2@entegrabilisim.com\",\n     \"password\":\"apitestv2\"\n }"},"url":"https://apiv2.entegrabilisim.com/api/user/token/obtain/","description":"<p>Headers için gerekli alanlar.</p>\n<img src=\"https://content.pstmn.io/731a7ef7-a48c-4cee-998c-c2d92bbe4a21/RWtyYW4gZ8O2csO8bnTDvHPDvCAyMDIzLTA2LTE0IDEzNTMxMS5wbmc=\" />","urlObject":{"path":["api","user","token","obtain",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa65b8ed-95ea-4e39-afb7-aae8e54cb5d0"},{"name":"Refresh Token","id":"6ef0d2bd-7159-445e-91d4-e1f065119f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"refresh\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoicmVmcmVzaCIsImV4cCI6MTY4OTMzMTc2OSwianRpIjoiMTE2NjgxNTg0ZThjNGE5MDk5OWEzMDEyMTNkMTdiMzMiLCJ1c2VyX2lkIjozNX0.tO5mMCwMp20OlVahVvP4_edHzbMruVC339WZW3wsF\"\n}"},"url":"https://apiv2.entegrabilisim.com/api/user/token/refresh/","urlObject":{"path":["api","user","token","refresh",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ef0d2bd-7159-445e-91d4-e1f065119f2a"}],"id":"238d48f1-31a5-4ecb-88e3-ff92e28dc0ce","_postman_id":"238d48f1-31a5-4ecb-88e3-ff92e28dc0ce","description":""},{"name":"Ürünler - Products","item":[{"name":"Get Products","id":"3f4e9745-d8af-400d-9519-14e8c588f152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/product/page=1/","description":"<p>Entegrada mevcut olan ürünlerin listelenmesi.<br />“date_add” ve “date_change” alanlari ürünün entegraya ekleniş tarihlarini ve en son degiştirme<br />tarihlerini belirtir.<br /><strong>NOT: Ağıdaki parametreler gönderilmezse, varsayılan olarak geriye 100 ürün listelemesi yapıcaktır.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>In</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Token</td>\n<td>string</td>\n<td>header</td>\n<td>Müşteri token anahtarı</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>query</td>\n<td>id ile ürün listelemesi.</td>\n</tr>\n<tr>\n<td>productCode</td>\n<td>string</td>\n<td>query</td>\n<td>productCode ile ürün listelemesi.  <br />Burada gönderilen değer içerinden özel karakter varsa bu değer 'hexa' dönüştürüp gönderilmelidir.</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>integer</td>\n<td>query</td>\n<td>barcode ile ürün listelemesi.</td>\n</tr>\n<tr>\n<td>sync</td>\n<td>integer</td>\n<td>query</td>\n<td>sync ile ürün listelemesi.</td>\n</tr>\n<tr>\n<td>api_sync</td>\n<td>integer</td>\n<td>query</td>\n<td>api_sync ile ürün listelemesi.</td>\n</tr>\n<tr>\n<td>send_api</td>\n<td>integer</td>\n<td>query</td>\n<td>send_api ile ürün listelemesi.</td>\n</tr>\n<tr>\n<td>start_date(date_add)</td>\n<td>date</td>\n<td>query</td>\n<td>Belirli bir zaman aralığında eklenen ürünleri listeleme.</td>\n</tr>\n<tr>\n<td>date_change</td>\n<td>date</td>\n<td>query</td>\n<td>En son degiştirme  <br />tarihlerini belirtir.</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>date</td>\n<td>query</td>\n<td>Belirli bir zaman aralığında eklenen ürünleri listeleme.</td>\n</tr>\n<tr>\n<td>additional_categories</td>\n<td>string</td>\n<td>query</td>\n<td>Ek kategorileri listelemek için eklemiştir, true olarak gönderilebilir.</td>\n</tr>\n<tr>\n<td>send_supplier</td>\n<td>String</td>\n<td>query</td>\n<td>Pazaryeri bazlı ürünleri listeleme.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>integer</td>\n<td>query</td>\n<td>Aktif-Pasif ürünleri ayırmak için kullanılır.(1-0)</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>_Örnek sorgular<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?id=1242\">https://apiv2.entegrabilisim.com/product/page=1/?id=1242</a><br />-productCode ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?productCode=D22KB-1420\">https://apiv2.entegrabilisim.com/product/page=1/?productCode=D22KB-1420</a><br />-barcode ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?barcode=M2726DKH\">https://apiv2.entegrabilisim.com/product/page=1/?barcode=M2726DKH</a><br />- sync ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?sync=0\">https://apiv2.entegrabilisim.com/product/page=1/?sync=0</a><br />- api_sync ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?api_sync=1\">https://apiv2.entegrabilisim.com/product/page=1/?api_sync=1&lt;br&gt;</a><br />- Belirli bir tarih aralığında eklenen ürünleri listelemek için.<br /><a href=\"https://apiv2.entegrabilisim.com/product/page=1/?start_date=2023-01-01&amp;end_date=2023-05-30\">https://apiv2.entegrabilisim.com/product/page=1/?start_date=2023-01-01&amp;amp;end_date=2023-05-30</a>- Pazaryeri bazlı ürünleri listelemek.<br /><a href=\"https://apiv2.entegrabilisim.com/product/page=1/?send_supplier=hb\">https://apiv2.entegrabilisim.com/product/page=1/?send_supplier=hb</a></p>\n</blockquote>\n","urlObject":{"path":["product","page=1",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[{"id":"d5d4a17e-555a-4950-8e7c-bfcd469fb6d8","name":"Get Products Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/product/page=1/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:14:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"690507"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, PUT, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalProduct\": 3279,\n    \"porductList\": [\n        {\n            \"id\": \"1223\",\n            \"productCode\": \"3007975\",\n            \"status\": \"1\",\n            \"description\": \"Finish parlatici\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 800 ml\",\n            \"brand\": \"Finish\",\n            \"group\": \"1\",\n            \"quantity\": \"14\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"1.18\",\n            \"price2\": \"38.94\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"10.62\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"1.18\",\n            \"trendyol_listPrice\": \"10.00\",\n            \"trendyol_salePrice\": \"9.44\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"236.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"12/04/2021 1:22:36 PM\",\n            \"date_add\": \"12/04/2021 1:22:36 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"260\",\n                    \"productCode\": \"3007974\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"100\",\n                    \"price\": \"150.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"6587235958937\",\n                    \"itemdim2code\": \"41539370942617\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"size\",\n                            \"value\": \"800\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"261\",\n                    \"productCode\": \"3007913\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"119\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"6587141161113\",\n                    \"itemdim2code\": \"41648818618521\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"size\",\n                            \"value\": \"400\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1230\",\n            \"productCode\": \"11\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"345346464567457457\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish Classic Jel Bulaşık Makinesi Deterjanı\",\n            \"brand\": \"Finish\",\n            \"group\": \"1\",\n            \"quantity\": \"47\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"61.35\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"15/04/2021 12:14:37 PM\",\n            \"date_add\": \"15/04/2021 12:14:37 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"268\",\n                    \"productCode\": \"3138090\",\n                    \"barcode\": \"8690570543544\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"95\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"6580329840793\",\n                    \"itemdim2code\": \"41518215757977\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"size\",\n                            \"value\": \"1300\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1232\",\n            \"productCode\": \"100M\",\n            \"status\": \"1\",\n            \"description\": \".\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690973020451\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"33\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"378.00\",\n            \"price2\": \"324.00\",\n            \"price3\": \"486.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"10.80\",\n            \"trendyol_listPrice\": \"10.80\",\n            \"trendyol_salePrice\": \"10.80\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"17/04/2021 2:57:19 PM\",\n            \"date_add\": \"17/04/2021 2:57:19 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"270\",\n                    \"productCode\": \"100M_001__39\",\n                    \"barcode\": \"4300000000274\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"19\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"271\",\n                    \"productCode\": \"100M_001__41\",\n                    \"barcode\": \"4300000000298\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"272\",\n                    \"productCode\": \"100M_002__40\",\n                    \"barcode\": \"4300000000281\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"62\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1233\",\n            \"productCode\": \"12321321\",\n            \"status\": \"1\",\n            \"description\": \".\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 800 ml\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"51\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"53.10\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/04/2021 10:09:45 PM\",\n            \"date_add\": \"24/04/2021 10:09:45 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1234\",\n            \"productCode\": \"12321322\",\n            \"status\": \"1\",\n            \"description\": \".\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 800 ml\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"51\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"53.10\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"41.30\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/04/2021 10:10:32 PM\",\n            \"date_add\": \"24/04/2021 10:10:32 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1235\",\n            \"productCode\": \"  648018\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"  648018\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"129.59\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"132.84\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"129.60\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"132.84\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 12:38:43 AM\",\n            \"date_add\": \"25/04/2021 12:38:43 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1236\",\n            \"productCode\": \" 1KAK42849NK\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"999888\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-558\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"106.91\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"12.96\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"11.88\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"12.96\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 12:38:43 AM\",\n            \"date_add\": \"25/04/2021 12:38:43 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1237\",\n            \"productCode\": \" 065781-31966\",\n            \"status\": \"1\",\n            \"description\": \"test<!--[CDATA[]]-->\",\n            \"product_type\": \"0\",\n            \"barcode\": \" 065781-31966\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \" MAVİ LOGO TİŞÖRT koyu yeşil\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-1\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"53.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"44.28\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"50.76\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"44.28\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 1:00:18 AM\",\n            \"date_add\": \"25/04/2021 1:00:18 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"273\",\n                    \"productCode\": \" 065781-31966___2XL\",\n                    \"barcode\": \"8682454245903\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"274\",\n                    \"productCode\": \" 065781-31966___S\",\n                    \"barcode\": \"8682454245866\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"275\",\n                    \"productCode\": \" 065781-31966___XS\",\n                    \"barcode\": \"8682454245859\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XS\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/mavi-logo-tisort-koyu-yesil-143.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1238\",\n            \"productCode\": \" 19YAE006806\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8681154468360\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"6\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"205.09\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"206.28\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"205.20\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"206.28\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 1:35:40 AM\",\n            \"date_add\": \"25/04/2021 1:35:40 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"276\",\n                    \"productCode\": \" 19YAE006806_999__40\",\n                    \"barcode\": \"8681154468360\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"4\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"277\",\n                    \"productCode\": \" 19YAE006806_999__43\",\n                    \"barcode\": \"8681154468391\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1239\",\n            \"productCode\": \"000\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"000bar\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"12.96\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"15.12\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"14.04\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"15.12\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 2:13:03 AM\",\n            \"date_add\": \"25/04/2021 2:13:03 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1240\",\n            \"productCode\": \"w-l-12532w2i\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"12\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:13:03 PM\",\n            \"date_add\": \"06/05/2021 4:13:03 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"278\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-123.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"279\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-123.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-123.jpg\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1241\",\n            \"productCode\": \"17663\",\n            \"status\": \"1\",\n            \"description\": \"99\",\n            \"product_type\": \"0\",\n            \"barcode\": \"99\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"deneme |  99 \",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"-2\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"2\",\n            \"price1\": \"11.22\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:17:53 PM\",\n            \"date_add\": \"06/05/2021 4:17:53 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"280\",\n                    \"productCode\": \"17663\",\n                    \"barcode\": \"99\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1242\",\n            \"productCode\": \"17658\",\n            \"status\": \"1\",\n            \"description\": \"202187\",\n            \"product_type\": \"0\",\n            \"barcode\": \"202187\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"12182 MIRACLE GELİNLİK SIFIR 38\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"-6\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"5000.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:20:49 PM\",\n            \"date_add\": \"06/05/2021 4:20:49 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"281\",\n                    \"productCode\": \"17658\",\n                    \"barcode\": \"202187\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1243\",\n            \"productCode\": \"17655\",\n            \"status\": \"1\",\n            \"description\": \"202184\",\n            \"product_type\": \"0\",\n            \"barcode\": \"202184\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"6001 EFLA MODA  BORDO NİŞANLIK SIFIR\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"5000.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:22:03 PM\",\n            \"date_add\": \"06/05/2021 4:22:03 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"282\",\n                    \"productCode\": \"17655\",\n                    \"barcode\": \"202184\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1244\",\n            \"productCode\": \"17659\",\n            \"status\": \"1\",\n            \"description\": \"201988\",\n            \"product_type\": \"0\",\n            \"barcode\": \"201988\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"MIRACLE 3 BOYUTLU HELEN GELİNLİK\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"2500.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:44:11 PM\",\n            \"date_add\": \"06/05/2021 4:44:11 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"283\",\n                    \"productCode\": \"17659\",\n                    \"barcode\": \"201988\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1245\",\n            \"productCode\": \"664080949071\",\n            \"status\": \"1\",\n            \"description\": \"Her yıkamada 57 litre su tasarrufu ve mükemmel temizlik Finish’in 2 Aylık Kullanım Paketi’nde! Yeni ve güçlendirilmiş formülüyle Finish Quantum 60, tek yıkamada zorlu kirlerle mücadele ederken; Finish Parlatıcı, bulaşıklarda oluşan su lekelerini ve çizilme problemini ortadan kaldırarak bulaşıkların ilk günkü gibi parlak ve temiz olmasını sağlar. Finish Tuz, özel formülü ile deterjanınızın temizlik performansını artırır ve sert suyu yumuşatarak bulaşıklarınızın ilk günkü gibi kalmasına yardımcı olur. Kullanım paketinin içinde yer alan diğer ürün, Finish Makine Temizleyici; makineyi temizleyerek performansını artırır ve bulaşıklarınız için son mükemmel dokunuşu yapar. Finish 2 Aylık Kullanım Seti, mutfağınızda bulaşıktan makineye mükemmel t\",\n            \"product_type\": \"0\",\n            \"barcode\": \"664080949071\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish 2 Aylık Kullanım Seti\",\n            \"brand\": \"Finish\",\n            \"group\": \"2\",\n            \"quantity\": \"100\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"138.05\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/05/2021 1:02:04 PM\",\n            \"date_add\": \"07/05/2021 1:02:04 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"6729593880729\",\n            \"alan5\": \"42018718711961\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1246\",\n            \"productCode\": \"3040171\",\n            \"status\": \"1\",\n            \"description\": \"<P align=left>\\r\\n<TABLE dir=ltr cellSpacing=0 width=274 border=1>\\r\\n<TBODY>\\r\\n<TR>\\r\\n<TD height=20 vAlign=bottom><FONT size=3 face=Calibri><FONT size=3 face=Calibri><SPAN lang=EN>\\r\\n<P dir=ltr align=left>Finish 2'li Limon Bulaşık Makinesi Kokusu</FONT></FONT></SPAN></P></TD></TR></TBODY></TABLE></P><FONT size=3 face=Calibri><FONT size=3 face=Calibri><SPAN lang=EN>\\r\\n<P dir=ltr align=left></P></FONT></FONT></SPAN>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570525489\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Finish 2'li Limon Bulaşık Makinesi Kokusu\",\n            \"brand\": \"Finish\",\n            \"group\": \"2\",\n            \"quantity\": \"3\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"392.94\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/05/2021 4:02:02 PM\",\n            \"date_add\": \"07/05/2021 4:02:02 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"6580544766105\",\n            \"alan5\": \"41518801158297\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1247\",\n            \"productCode\": \"664080949064\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"664080949064\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish 3 Aylık Kullanım Seti\",\n            \"brand\": \"\",\n            \"group\": \"2\",\n            \"quantity\": \"23\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"145.14\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/05/2021 4:03:59 PM\",\n            \"date_add\": \"07/05/2021 4:03:59 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"6729565601945\",\n            \"alan5\": \"42018634694809\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1248\",\n            \"productCode\": \"3178086\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570120004\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 400 ml\",\n            \"brand\": \"Finish\",\n            \"group\": \"2\",\n            \"quantity\": \"12\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"276.12\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/05/2021 4:05:07 PM\",\n            \"date_add\": \"07/05/2021 4:05:07 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"6587141161113\",\n            \"alan5\": \"41648818618521\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1249\",\n            \"productCode\": \"16596\",\n            \"status\": \"1\",\n            \"description\": \"202124\",\n            \"product_type\": \"0\",\n            \"barcode\": \"202124\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"1001 GELİNLİK SIFIR \",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"9000.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/05/2021 5:22:29 AM\",\n            \"date_add\": \"08/05/2021 5:22:29 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"284\",\n                    \"productCode\": \"16596\",\n                    \"barcode\": \"202124\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1250\",\n            \"productCode\": \"16610\",\n            \"status\": \"1\",\n            \"description\": \"202138\",\n            \"product_type\": \"0\",\n            \"barcode\": \"202138\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"1002 GELİNLİK 38 SIFIR\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"9000.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/05/2021 5:25:30 AM\",\n            \"date_add\": \"08/05/2021 5:25:30 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"285\",\n                    \"productCode\": \"16610\",\n                    \"barcode\": \"202138\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1251\",\n            \"productCode\": \"8699438137130\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438137130\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"1183046\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"01/06/2021 11:12:28 AM\",\n            \"date_add\": \"01/06/2021 11:12:28 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"286\",\n                    \"productCode\": \"8699438137130\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-790\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-130.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"287\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-130.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-130.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1252\",\n            \"productCode\": \"8697585863773\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438137130\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CY 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"176\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"02/06/2021 10:00:03 AM\",\n            \"date_add\": \"02/06/2021 10:00:03 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"288\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"5\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-131.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"289\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-131.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-131.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1253\",\n            \"productCode\": \"w-l-12532w2iiiii\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"13\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"04/06/2021 5:49:45 PM\",\n            \"date_add\": \"04/06/2021 5:49:45 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"290\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-133.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"291\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-133.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-133.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1254\",\n            \"productCode\": \"w-l-12532w2iii\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"26354526485\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"Finish\",\n            \"group\": \"1\",\n            \"quantity\": \"11\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"04/06/2021 5:49:45 PM\",\n            \"date_add\": \"04/06/2021 5:49:45 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"292\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"293\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-134.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-135.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-136.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-137.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-138.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1255\",\n            \"productCode\": \"123hasır\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"26354526485\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Halat Sandalet Altın\",\n            \"brand\": \"meyra'nın ayakkabıları\",\n            \"group\": \"0\",\n            \"quantity\": \"\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"04/06/2021 6:05:00 PM\",\n            \"date_add\": \"04/06/2021 6:05:00 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1256\",\n            \"productCode\": \"w-l-12532w2iiiiiii\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"11\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"31.86\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"14.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/06/2021 11:47:15 AM\",\n            \"date_add\": \"08/06/2021 11:47:15 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"294\",\n                    \"productCode\": \"w-l-1258-m-11\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"295\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-139.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-142.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1257\",\n            \"productCode\": \"8699438546276\",\n            \"status\": \"0\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438546276\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CY 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-46\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/06/2021 3:17:41 PM\",\n            \"date_add\": \"08/06/2021 3:17:41 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"296\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-140.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"297\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-64\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-140.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-140.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1258\",\n            \"productCode\": \"8690570518436\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"53\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"48.60\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/06/2021 3:18:22 PM\",\n            \"date_add\": \"08/06/2021 3:18:22 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"298\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyh-2-pants-141.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"299\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyh-2-pants-141.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyh-2-pants-141.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1259\",\n            \"productCode\": \"GT1YME.12500.00\",\n            \"status\": \"1\",\n            \"description\": \"\\n<table>\\n    <tbody>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Hammadde</strong></th>\\n                <td>PU</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>%100 Yerli Üretim</strong></th>\\n                <td>Yerli Model</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Mevsim</strong></th>\\n                <td>Yazlık</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Yaş Grubu</strong></th>\\n                <td>Yetişkin</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Koleksiyon Yılı</strong></th>\\n                <td>2020</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Montaj Şekli</strong></th>\\n                <td>El Monte</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Cinsiyet</strong></th>\\n                <td>Erkek</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Saya Malzemesi</strong></th>\\n                <td>Suni Deri</td>\\n            </tr>\\n            </tbody>\\n</table>\\n\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8696033278763\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Gezer Yazlık Baskılı Erkek Terlik\",\n            \"brand\": \"\",\n            \"group\": \"8\",\n            \"quantity\": \"192\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"41.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"41.99\",\n            \"trendyol_salePrice\": \"41.99\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"09/06/2021 3:58:04 PM\",\n            \"date_add\": \"09/06/2021 3:58:04 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"300\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.40\",\n                    \"barcode\": \"8696033318353\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"301\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.41\",\n                    \"barcode\": \"8696033318346\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"302\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.42\",\n                    \"barcode\": \"8696033318339\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"303\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.43\",\n                    \"barcode\": \"8696033318360\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"14\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"304\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.44\",\n                    \"barcode\": \"8696033318377\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"305\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.45\",\n                    \"barcode\": \"8696033318322\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"306\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.40\",\n                    \"barcode\": \"8696033323715\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"307\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.41\",\n                    \"barcode\": \"8696033323722\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"308\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.42\",\n                    \"barcode\": \"8696033323739\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"32\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"309\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.43\",\n                    \"barcode\": \"8696033323746\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"310\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.44\",\n                    \"barcode\": \"8696033323753\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"311\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.45\",\n                    \"barcode\": \"8696033323760\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1260\",\n            \"productCode\": \"0006612564\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8681051072974\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"HASAN DEEP MAVİ AMERİKA\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"2\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"151.20\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"151.20\",\n            \"n11_discountValue\": \"162.00\",\n            \"hb_price\": \"165.24\",\n            \"trendyol_listPrice\": \"163.08\",\n            \"trendyol_salePrice\": \"164.16\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"12/06/2021 12:16:25 PM\",\n            \"date_add\": \"12/06/2021 12:16:25 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"312\",\n                    \"productCode\": \"0006612564_A14__48\",\n                    \"barcode\": \"8681051072974\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"313\",\n                    \"productCode\": \"0006612564_A14__50\",\n                    \"barcode\": \"8681051073018\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"314\",\n                    \"productCode\": \"0006612564_A14__52\",\n                    \"barcode\": \"99911\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"315\",\n                    \"productCode\": \"0006612564_A1O__48\",\n                    \"barcode\": \"99922\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1261\",\n            \"productCode\": \"P1-0012\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"821980293929\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test Model\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"12\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"14/06/2021 2:14:02 PM\",\n            \"date_add\": \"14/06/2021 2:14:02 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"316\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"317\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/test-model-158.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1262\",\n            \"productCode\": \"GT2YZE.11519.24\",\n            \"status\": \"1\",\n            \"description\": \"\\n<table>\\n    <tbody>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Hammadde</strong></th>\\n                <td>PVC</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>%100 Yerli Üretim</strong></th>\\n                <td>İthal Malzeme İçeren Model</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Mevsim</strong></th>\\n                <td>Yazlık</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Cinsiyet</strong></th>\\n                <td>Kadın</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Yaş Grubu</strong></th>\\n                <td>Yetişkin</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Koleksiyon Yılı</strong></th>\\n                <td>2021</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Montaj Şekli</strong></th>\\n                <td>El Monte</td>\\n            </tr>\\n            </tbody>\\n</table>\\n\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8696033301058\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Gezer Yazlık Kadın Terlik\",\n            \"brand\": \"\",\n            \"group\": \"9\",\n            \"quantity\": \"323\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"77.99\",\n            \"price2\": \"31.86\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"77.99\",\n            \"trendyol_salePrice\": \"77.99\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"17/06/2021 2:18:31 PM\",\n            \"date_add\": \"17/06/2021 2:18:31 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"318\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.36\",\n                    \"barcode\": \"8696033336166\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"319\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.37\",\n                    \"barcode\": \"8696033336173\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"320\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.38\",\n                    \"barcode\": \"8696033336180\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"321\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.39\",\n                    \"barcode\": \"8696033336197\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"322\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.40\",\n                    \"barcode\": \"8696033336203\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"323\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.41\",\n                    \"barcode\": \"8696033336210\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"324\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.36\",\n                    \"barcode\": \"8696033336234\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"8\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"325\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.37\",\n                    \"barcode\": \"8696033336241\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"326\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.38\",\n                    \"barcode\": \"8696033336258\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"24\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"327\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.39\",\n                    \"barcode\": \"8696033336265\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"24\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"328\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.40\",\n                    \"barcode\": \"8696033336272\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"329\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.41\",\n                    \"barcode\": \"8696033336289\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"8\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"330\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.36\",\n                    \"barcode\": \"8696033336371\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"331\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.37\",\n                    \"barcode\": \"8696033336388\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"332\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.38\",\n                    \"barcode\": \"8696033336395\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"333\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.39\",\n                    \"barcode\": \"8696033336401\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"334\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.40\",\n                    \"barcode\": \"8696033336418\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"335\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.41\",\n                    \"barcode\": \"8696033336425\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-159.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-160.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-161.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-162.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-163.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-164.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-165.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1263\",\n            \"productCode\": \"RB101\",\n            \"status\": \"1\",\n            \"description\": \"T-shirt\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Aveena\",\n            \"brand\": \"Vakkko\",\n            \"group\": \"1\",\n            \"quantity\": \"250\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"159.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"17/06/2021 4:47:17 PM\",\n            \"date_add\": \"17/06/2021 4:47:17 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"336\",\n                    \"productCode\": \"rb102\",\n                    \"barcode\": \"86978780005554\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/aveena-173.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"337\",\n                    \"productCode\": \"rb103\",\n                    \"barcode\": \"8697878000560\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/aveena-173.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1264\",\n            \"productCode\": \"zz01\",\n            \"status\": \"1\",\n            \"description\": \"Bepanthol Cilt Bakım Kremi\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8681291000300\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Bepanthol Cilt Bakım Kremi\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"316\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Erpimus\",\n            \"date_change\": \"18/06/2021 8:55:04 PM\",\n            \"date_add\": \"18/06/2021 8:55:04 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1265\",\n            \"productCode\": \"GT2YME.13162.00\",\n            \"status\": \"1\",\n            \"description\": \"\\n<table>\\n    <tbody>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Hammadde</strong></th>\\n                <td>PVC</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>%100 Yerli Üretim</strong></th>\\n                <td>Yerli Model</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Mevsim</strong></th>\\n                <td>Yazlık</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Yaş Grubu</strong></th>\\n                <td>Yetişkin</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Koleksiyon Yılı</strong></th>\\n                <td>2021</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Montaj Şekli</strong></th>\\n                <td>El Monte</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Cinsiyet</strong></th>\\n                <td>Erkek</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Saya Malzemesi</strong></th>\\n                <td>Suni Deri</td>\\n            </tr>\\n            </tbody>\\n</table>\\n\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8696033298327\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Gezer Yazlık Erkek Terlik\",\n            \"brand\": \"\",\n            \"group\": \"8\",\n            \"quantity\": \"359\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"67.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"67.99\",\n            \"trendyol_salePrice\": \"67.99\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"29/06/2021 10:18:23 AM\",\n            \"date_add\": \"29/06/2021 10:18:23 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"338\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.40\",\n                    \"barcode\": \"8696033335589\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"339\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.41\",\n                    \"barcode\": \"8696033335596\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"340\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.42\",\n                    \"barcode\": \"8696033335602\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"50\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"341\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.43\",\n                    \"barcode\": \"8696033335619\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"342\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.44\",\n                    \"barcode\": \"8696033335626\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"343\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.45\",\n                    \"barcode\": \"8696033335633\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"344\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.40\",\n                    \"barcode\": \"8696033335640\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"345\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.41\",\n                    \"barcode\": \"8696033335657\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"346\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.42\",\n                    \"barcode\": \"8696033335664\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"9\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"347\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.43\",\n                    \"barcode\": \"8696033335671\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"348\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.44\",\n                    \"barcode\": \"8696033335688\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"349\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.45\",\n                    \"barcode\": \"8696033335695\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"350\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.40\",\n                    \"barcode\": \"8696033335701\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"351\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.41\",\n                    \"barcode\": \"8696033335718\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"352\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.42\",\n                    \"barcode\": \"8696033335725\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"9\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"353\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.43\",\n                    \"barcode\": \"8696033335732\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"354\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.44\",\n                    \"barcode\": \"8696033335749\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"355\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.45\",\n                    \"barcode\": \"8696033335756\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"356\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.40\",\n                    \"barcode\": \"8696033335763\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"357\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.41\",\n                    \"barcode\": \"8696033335770\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"358\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.42\",\n                    \"barcode\": \"8696033335787\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"359\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.43\",\n                    \"barcode\": \"8696033335794\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"360\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.44\",\n                    \"barcode\": \"8696033335800\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"361\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.45\",\n                    \"barcode\": \"8696033335817\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"362\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.40\",\n                    \"barcode\": \"8696033335824\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"363\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.41\",\n                    \"barcode\": \"8696033335831\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"364\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.42\",\n                    \"barcode\": \"8696033335848\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"365\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.43\",\n                    \"barcode\": \"8696033335855\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"366\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.44\",\n                    \"barcode\": \"8696033335862\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"367\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.45\",\n                    \"barcode\": \"8696033335879\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-175.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-176.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-177.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-178.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-179.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-180.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-181.jpg\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1266\",\n            \"productCode\": \"GT6YZM.12496.00\",\n            \"status\": \"1\",\n            \"description\": \"\\n<table>\\n    <tbody>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Hammadde</strong></th>\\n                <td>Airblow</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Montaj Şekli</strong></th>\\n                <td>Makine Monte</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>%100 Yerli Üretim</strong></th>\\n                <td>Yerli Model</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Mevsim</strong></th>\\n                <td>Yazlık</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Cinsiyet</strong></th>\\n                <td>Kadın</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Yaş Grubu</strong></th>\\n                <td>Yetişkin</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Koleksiyon Yılı</strong></th>\\n                <td>2020</td>\\n            </tr>\\n            </tbody>\\n</table>\\n\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8696033278725\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Gezer Yazlık Kaydırmaz Taban Kadın Terlik\",\n            \"brand\": \"\",\n            \"group\": \"9\",\n            \"quantity\": \"656\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"31.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"31.99\",\n            \"trendyol_salePrice\": \"31.99\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"06/07/2021 10:55:55 AM\",\n            \"date_add\": \"06/07/2021 10:55:55 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"368\",\n                    \"productCode\": \"GT6YZM.12496.00.010.8P.38\",\n                    \"barcode\": \"8696033344796\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"369\",\n                    \"productCode\": \"GT6YZM.12496.00.010.8P.40\",\n                    \"barcode\": \"8696033344819\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"370\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.36\",\n                    \"barcode\": \"8696033344826\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"21\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"371\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.37\",\n                    \"barcode\": \"8696033344833\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"21\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"372\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.38\",\n                    \"barcode\": \"8696033344840\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"36\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"373\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.39\",\n                    \"barcode\": \"8696033344857\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"22\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"374\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.40\",\n                    \"barcode\": \"8696033344864\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"375\",\n                    \"productCode\": \"GT6YZM.12496.00.013.8O.38\",\n                    \"barcode\": \"8696033344895\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"376\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.36\",\n                    \"barcode\": \"8696033344925\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"377\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.37\",\n                    \"barcode\": \"8696033344932\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"23\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"378\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.38\",\n                    \"barcode\": \"8696033344949\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"40\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"379\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.39\",\n                    \"barcode\": \"8696033344956\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"19\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"380\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.40\",\n                    \"barcode\": \"8696033344963\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"381\",\n                    \"productCode\": \"GT6YZM.12496.00.020.D94.38\",\n                    \"barcode\": \"8696033345045\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"382\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.36\",\n                    \"barcode\": \"8696033345076\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"383\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.37\",\n                    \"barcode\": \"8696033345083\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"384\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.38\",\n                    \"barcode\": \"8696033345090\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"385\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.39\",\n                    \"barcode\": \"8696033345106\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"386\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.40\",\n                    \"barcode\": \"8696033345113\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"387\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.36\",\n                    \"barcode\": \"8696033345175\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"388\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.37\",\n                    \"barcode\": \"8696033345182\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"389\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.38\",\n                    \"barcode\": \"8696033345199\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"33\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"390\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.39\",\n                    \"barcode\": \"8696033345205\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"391\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.40\",\n                    \"barcode\": \"8696033345212\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"392\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.36\",\n                    \"barcode\": \"8696033345274\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"19\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"393\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.37\",\n                    \"barcode\": \"8696033345281\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"394\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.38\",\n                    \"barcode\": \"8696033345298\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"38\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"395\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.39\",\n                    \"barcode\": \"8696033345304\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"19\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"396\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.40\",\n                    \"barcode\": \"8696033345311\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"397\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.36\",\n                    \"barcode\": \"8696033345328\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"398\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.37\",\n                    \"barcode\": \"8696033345335\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"14\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"399\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.38\",\n                    \"barcode\": \"8696033345342\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"33\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"400\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.39\",\n                    \"barcode\": \"8696033345359\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"401\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.40\",\n                    \"barcode\": \"8696033345366\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"13\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"402\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.36\",\n                    \"barcode\": \"8696033345373\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"403\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.37\",\n                    \"barcode\": \"8696033345380\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"404\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.38\",\n                    \"barcode\": \"8696033345397\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"29\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"405\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.39\",\n                    \"barcode\": \"8696033345403\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"406\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.40\",\n                    \"barcode\": \"8696033345410\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-196.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-197.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-198.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-199.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-200.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-201.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-202.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1267\",\n            \"productCode\": \"asdads\",\n            \"status\": \"0\",\n            \"description\": \"adadads\",\n            \"product_type\": \"0\",\n            \"barcode\": \"12313123\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"asdasd\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"2131231\",\n            \"currencyType\": \"TL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"230172.80\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"07/07/2021 9:32:42 AM\",\n            \"date_add\": \"07/07/2021 9:32:42 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"407\",\n                    \"productCode\": \"asdads\",\n                    \"barcode\": \"12313123\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2131231\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1268\",\n            \"productCode\": \"000000000041001350\",\n            \"status\": \"1\",\n            \"description\": \"TULIP UTU MAVI\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690394642188\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"TULIP UTU MAVI\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"1.18\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"09/07/2021 1:14:23 PM\",\n            \"date_add\": \"09/07/2021 1:14:23 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1269\",\n            \"productCode\": \"000000000041000243\",\n            \"status\": \"1\",\n            \"description\": \"FAKIR A160 ELEKTRIK SUPURGESI ANTRASIT\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690394631458\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"FAKIR A160 ELEKTRIK SUPURGESI ANTRASIT\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"281.05\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"09/07/2021 11:17:38 PM\",\n            \"date_add\": \"09/07/2021 11:17:38 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1270\",\n            \"productCode\": \"8697585863735\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585863735\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHHHH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-4\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"01/08/2021 9:12:04 PM\",\n            \"date_add\": \"01/08/2021 9:12:04 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"408\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-231.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"409\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-231.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-231.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1271\",\n            \"productCode\": \"8697585863766\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585863766\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHHHH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"187\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"01/08/2021 9:12:27 PM\",\n            \"date_add\": \"01/08/2021 9:12:27 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"410\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-7\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-232.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"411\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-22\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-232.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-232.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1272\",\n            \"productCode\": \"copy8690570518436\",\n            \"status\": \"1\",\n            \"description\": \"<p><br></p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"53\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"03/08/2021 10:37:27 AM\",\n            \"date_add\": \"03/08/2021 10:37:27 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"412\",\n                    \"productCode\": \"copy8697585863780\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"413\",\n                    \"productCode\": \"copy8697585863797\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1273\",\n            \"productCode\": \"copycopy8690570518436\",\n            \"status\": \"1\",\n            \"description\": \"<p><br></p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"53\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"03/08/2021 10:38:06 AM\",\n            \"date_add\": \"03/08/2021 10:38:06 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"414\",\n                    \"productCode\": \"copycopy8697585863780\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"415\",\n                    \"productCode\": \"copycopy8697585863797\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1274\",\n            \"productCode\": \"121\",\n            \"status\": \"1\",\n            \"description\": \"<p>test</p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"crscrs1\",\n            \"gtin\": \"4564\",\n            \"send_api\": \"1\",\n            \"name\": \"909\",\n            \"brand\": \"Vakkko\",\n            \"group\": \"16\",\n            \"quantity\": \"91\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"43.00\",\n            \"price2\": \"675.00\",\n            \"price3\": \"56.00\",\n            \"price4\": \"65.00\",\n            \"price5\": \"47.00\",\n            \"price6\": \"6.00\",\n            \"price7\": \"56.00\",\n            \"price8\": \"76.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"435.00\",\n            \"amazon_salePrice\": \"87.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"03/08/2021 11:23:44 AM\",\n            \"date_add\": \"03/08/2021 11:23:44 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"7568\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/-233.png\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1275\",\n            \"productCode\": \"6767crs67\",\n            \"status\": \"1\",\n            \"description\": \"<p>testetstetstetstets</p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"c-r-s123456789\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"test\",\n            \"brand\": \"Finish\",\n            \"group\": \"2\",\n            \"quantity\": \"7\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"500.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"03/08/2021 1:14:02 PM\",\n            \"date_add\": \"03/08/2021 1:14:02 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/-234.png\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1276\",\n            \"productCode\": \"000000000015000347\",\n            \"status\": \"1\",\n            \"description\": \"ETİKETFAKİR STEEL 500ML ÖN\",\n            \"product_type\": \"0\",\n            \"barcode\": \"000000000015000347\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"ETİKETFAKİR STEEL 500ML ÖN\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"05/08/2021 9:42:18 AM\",\n            \"date_add\": \"05/08/2021 9:42:18 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1277\",\n            \"productCode\": \"000000000032000001\",\n            \"status\": \"1\",\n            \"description\": \"NİLY MATİK KONSANTRE 6KG\",\n            \"product_type\": \"0\",\n            \"barcode\": \"000000000032000001\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"NİLY MATİK KONSANTRE 6KG\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"10/08/2021 5:06:12 PM\",\n            \"date_add\": \"10/08/2021 5:06:12 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1278\",\n            \"productCode\": \"R_123_456_780\",\n            \"status\": \"1\",\n            \"description\": \"Api Test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R1234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"İsota Ferahlatıcı Soğuk Meyve Aromalı İçecek\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-25\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"21.60\",\n            \"price2\": \"32.40\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"21/08/2021 12:00:51 PM\",\n            \"date_add\": \"21/08/2021 12:00:51 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"416\",\n                    \"productCode\": \"R_123_456_781\",\n                    \"barcode\": \"R1234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"417\",\n                    \"productCode\": \"R_123_456_782\",\n                    \"barcode\": \"R1234567892\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"12\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/isota-ferahlatici-soguk-meyve-aromali-icecek-236.png\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/isota-ferahlatici-soguk-meyve-aromali-icecek-236.png\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1279\",\n            \"productCode\": \"R_123_457_780\",\n            \"status\": \"2\",\n            \"description\": \"Api Test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R1234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Yeni İsota Ferahlatıcı Soğuk Meyve Aromalı İçecek\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-43\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"21.60\",\n            \"price2\": \"25.92\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"21/08/2021 2:52:16 PM\",\n            \"date_add\": \"21/08/2021 2:52:16 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"418\",\n                    \"productCode\": \"R_123_456_781\",\n                    \"barcode\": \"R1234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"419\",\n                    \"productCode\": \"R_123_456_782\",\n                    \"barcode\": \"R1234567892\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"12\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1280\",\n            \"productCode\": \"C_123_456_780\",\n            \"status\": \"2\",\n            \"description\": \"Api Test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R2234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"22lik inşaat çivisi\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"26\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"21.60\",\n            \"price2\": \"25.92\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"10/09/2021 10:45:37 AM\",\n            \"date_add\": \"10/09/2021 10:45:37 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"420\",\n                    \"productCode\": \"C_123_456_781\",\n                    \"barcode\": \"R2234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"421\",\n                    \"productCode\": \"C_123_456_782\",\n                    \"barcode\": \"R2234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"12\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1281\",\n            \"productCode\": \"C_223_456_780\",\n            \"status\": \"2\",\n            \"description\": \"Api Test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R2234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"22lik inşaat çivisi\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"21\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"21.60\",\n            \"price2\": \"25.92\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"10/09/2021 10:49:55 AM\",\n            \"date_add\": \"10/09/2021 10:49:55 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"422\",\n                    \"productCode\": \"C_223_456_781\",\n                    \"barcode\": \"R2234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"8\",\n                    \"price\": \"20.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"423\",\n                    \"productCode\": \"C_223_456_782\",\n                    \"barcode\": \"R2234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"9\",\n                    \"price\": \"24.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1282\",\n            \"productCode\": \"C_323_456_780\",\n            \"status\": \"2\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R3234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Coca Cola Meşrubat\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"2\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"10.80\",\n            \"price2\": \"21.60\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"10/09/2021 11:06:56 AM\",\n            \"date_add\": \"10/09/2021 11:06:56 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"424\",\n                    \"productCode\": \"C_323_456_781\",\n                    \"barcode\": \"R3234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"100.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"425\",\n                    \"productCode\": \"C_323_456_782\",\n                    \"barcode\": \"R3234567892\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"200.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1283\",\n            \"productCode\": \"106121000001-M\",\n            \"status\": \"1\",\n            \"description\": \"ÇOK ÖNEMLİ BİR AÇIKLAMA\",\n            \"product_type\": \"0\",\n            \"barcode\": \"4520734019209\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"78667 ÇİÇEKLİ BLUZ\",\n            \"brand\": \"\",\n            \"group\": \"10\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"97.20\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"97.20\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"11/09/2021 12:38:55 AM\",\n            \"date_add\": \"11/09/2021 12:38:55 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"434\",\n                    \"productCode\": \"106121000001-M002S\",\n                    \"barcode\": \"4520734019209\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"435\",\n                    \"productCode\": \"106121000001-M002M\",\n                    \"barcode\": \"4520734019193\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"436\",\n                    \"productCode\": \"106121000001-M100S\",\n                    \"barcode\": \"4520734019230\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"437\",\n                    \"productCode\": \"106121000001-M100M\",\n                    \"barcode\": \"4520734019223\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1284\",\n            \"productCode\": \"QY-2-10000153\",\n            \"status\": \"1\",\n            \"description\": \"Çok Özel Bir Not\",\n            \"product_type\": \"0\",\n            \"barcode\": \"4520734018981\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"5442 YANI DESENLI JEAN PANTOLON\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"1210.68\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"1210.68\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"11/09/2021 4:12:20 PM\",\n            \"date_add\": \"11/09/2021 4:12:20 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"426\",\n                    \"productCode\": \"QY-2-10000153002S\",\n                    \"barcode\": \"4520734018981\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"427\",\n                    \"productCode\": \"QY-2-10000153002M\",\n                    \"barcode\": \"4520734018998\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"7\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"428\",\n                    \"productCode\": \"QY-2-10000153002L\",\n                    \"barcode\": \"4520734019001\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"9\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"L\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"429\",\n                    \"productCode\": \"QY-2-10000153104S\",\n                    \"barcode\": \"4520734019018\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"430\",\n                    \"productCode\": \"QY-2-10000153104M\",\n                    \"barcode\": \"4520734019025\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"8\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"431\",\n                    \"productCode\": \"QY-2-10000153104L\",\n                    \"barcode\": \"4520734019032\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"L\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"432\",\n                    \"productCode\": \"QY-2-10000153002XL\",\n                    \"barcode\": \"4520734019049\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XL\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"433\",\n                    \"productCode\": \"QY-2-10000153104XL\",\n                    \"barcode\": \"4520734019056\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XL\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1285\",\n            \"productCode\": \"104123000001\",\n            \"status\": \"1\",\n            \"description\": \"Kuru Temizlemede Yıkama Yapınız\",\n            \"product_type\": \"0\",\n            \"barcode\": \"4520734018219\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"5632 FIRFIRLI ELBİSE\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"52\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"89.90\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"97.09\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"11/09/2021 5:00:13 PM\",\n            \"date_add\": \"11/09/2021 5:00:13 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"438\",\n                    \"productCode\": \"104123000001104XS\",\n                    \"barcode\": \"4520734018219\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"52\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XS\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"439\",\n                    \"productCode\": \"104123000001104S\",\n                    \"barcode\": \"4520734018226\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"440\",\n                    \"productCode\": \"104123000001104M\",\n                    \"barcode\": \"2520734082915\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"441\",\n                    \"productCode\": \"104123000001104XL\",\n                    \"barcode\": \"4520734018257\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XL\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"442\",\n                    \"productCode\": \"104123000001105XS\",\n                    \"barcode\": \"4520734018288\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XS\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"443\",\n                    \"productCode\": \"104123000001105S\",\n                    \"barcode\": \"4520734018295\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"444\",\n                    \"productCode\": \"104123000001105M\",\n                    \"barcode\": \"4520734018301\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"445\",\n                    \"productCode\": \"104123000001105XL\",\n                    \"barcode\": \"4520734018325\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XL\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"446\",\n                    \"productCode\": \"10412300000110434\",\n                    \"barcode\": \"4520734019063\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"34\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"447\",\n                    \"productCode\": \"10412300000110534\",\n                    \"barcode\": \"4520734019070\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"34\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1286\",\n            \"productCode\": \"8697585863971\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585863971\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHHH 971 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"173\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/09/2021 2:15:34 PM\",\n            \"date_add\": \"22/09/2021 2:15:34 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"448\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhh-971-pants-237.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"449\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhh-971-pants-237.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhh-971-pants-237.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1287\",\n            \"productCode\": \"CYH-N12323\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \" abc\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CY 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-45\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/09/2021 3:36:48 PM\",\n            \"date_add\": \"22/09/2021 3:36:48 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"450\",\n                    \"productCode\": \"8697585863957\",\n                    \"barcode\": \"8697585863957\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"14\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-238.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-238.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1288\",\n            \"productCode\": \"0021K-025\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \" abc\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHN 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-52\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"07/10/2021 1:50:08 PM\",\n            \"date_add\": \"07/10/2021 1:50:08 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"451\",\n                    \"productCode\": \"8697585863926\",\n                    \"barcode\": \"8697585863926\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"92\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhn-2-pants-239.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"452\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"0\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhn-2-pants-239.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1289\",\n            \"productCode\": \"00111\",\n            \"status\": \"1\",\n            \"description\": \"deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"6557969352243\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fenerbahçe\",\n            \"brand\": \"\",\n            \"group\": \"5\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"54.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"15/10/2021 12:23:11 PM\",\n            \"date_add\": \"15/10/2021 12:23:11 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"453\",\n                    \"productCode\": \"00111\",\n                    \"barcode\": \"6557969352243\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1290\",\n            \"productCode\": \"021162-28419\",\n            \"status\": \"1\",\n            \"description\": \"DSHSDFHDFFHJDFJ\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8681858853820\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"UZUN KOL GÖMLEK  soft mavi\",\n            \"brand\": \"\",\n            \"group\": \"8\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"1\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"50.50\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"18/10/2021 10:59:22 AM\",\n            \"date_add\": \"18/10/2021 10:59:22 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"454\",\n                    \"productCode\": \"021162-28419\",\n                    \"barcode\": \"8681858853820\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"5\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1291\",\n            \"productCode\": \"8681001003977\",\n            \"status\": \"1\",\n            \"description\": \"Deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"1584964156189\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Iphone 7\",\n            \"brand\": \"markaaaaaaaa\",\n            \"group\": \"11\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"10030.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"18/10/2021 11:06:45 AM\",\n            \"date_add\": \"18/10/2021 11:06:45 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"455\",\n                    \"productCode\": \"8681001003977\",\n                    \"barcode\": \"1584964156189\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1292\",\n            \"productCode\": \"2548695\",\n            \"status\": \"1\",\n            \"description\": \"Deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"2547856000047\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"IPHONE 6 PLUS\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"18/10/2021 11:13:21 AM\",\n            \"date_add\": \"18/10/2021 11:13:21 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"456\",\n                    \"productCode\": \"2548695\",\n                    \"barcode\": \"2547856000047\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1293\",\n            \"productCode\": \"15250-020\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438699799\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CMN-058\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"884\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/10/2021 10:35:09 AM\",\n            \"date_add\": \"25/10/2021 10:35:09 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"457\",\n                    \"productCode\": \"8699438699799\",\n                    \"barcode\": \"8699438699799\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"884\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cmn-058-241.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cmn-058-241.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1294\",\n            \"productCode\": \"testproductcode321\",\n            \"status\": \"1\",\n            \"description\": \"321 nolu test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"testbarcode321\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Coca Cola Meşrubat\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"11.34\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/10/2021 10:38:20 AM\",\n            \"date_add\": \"25/10/2021 10:38:20 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"458\",\n                    \"productCode\": \"testproductcode321\",\n                    \"barcode\": \"test321varyantbarcode\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1295\",\n            \"productCode\": \"w-l-12532w2i2\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"13\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/10/2021 1:26:13 PM\",\n            \"date_add\": \"25/10/2021 1:26:13 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"459\",\n                    \"productCode\": \"w-l-1258-m2\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-246.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"460\",\n                    \"productCode\": \"w-l-1258-n2\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-246.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-246.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1296\",\n            \"productCode\": \"testproductcode3212\",\n            \"status\": \"1\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"testbarcode321\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"test product name\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"11.34\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"26/10/2021 1:01:34 PM\",\n            \"date_add\": \"26/10/2021 1:01:34 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"461\",\n                    \"productCode\": \"testproductcode321\",\n                    \"barcode\": \"test321varyantbarcode\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1297\",\n            \"productCode\": \"CMN-059\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"CMN-059\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CY 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-91\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"01/11/2021 1:50:47 PM\",\n            \"date_add\": \"01/11/2021 1:50:47 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"462\",\n                    \"productCode\": \"8699438546276\",\n                    \"barcode\": \"8699438546276\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-31\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-250.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"463\",\n                    \"productCode\": \"8699438546275\",\n                    \"barcode\": \"8699438546275\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-69\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-250.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-250.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1298\",\n            \"productCode\": \"0024K-020\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \" abc\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHN 466 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"202\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"02/11/2021 8:48:32 AM\",\n            \"date_add\": \"02/11/2021 8:48:32 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"464\",\n                    \"productCode\": \"8697585864145\",\n                    \"barcode\": \"8697585864145\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"202\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhn-466-pants-251.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhn-466-pants-251.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1299\",\n            \"productCode\": \"F 400-2233\",\n            \"status\": \"1\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438546273\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"F 400-2233\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"17\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"12/11/2021 9:33:50 AM\",\n            \"date_add\": \"12/11/2021 9:33:50 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"466\",\n                    \"productCode\": \"8699438546273\",\n                    \"barcode\": \"8699438546273\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/f-400-2233-252.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/f-400-2233-252.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1300\",\n            \"productCode\": \"0027K-025\",\n            \"status\": \"1\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"0027K-025\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0027K-025\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-3\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"15/11/2021 2:14:39 PM\",\n            \"date_add\": \"15/11/2021 2:14:39 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"467\",\n                    \"productCode\": \"8697585864480\",\n                    \"barcode\": \"8697585864480\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0027k-025-253.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"468\",\n                    \"productCode\": \"8697585864497\",\n                    \"barcode\": \"8697585864497\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0027k-025-253.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0027k-025-253.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1301\",\n            \"productCode\": \"0078K-020\",\n            \"status\": \"1\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"0078K-020\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0078K-020\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"58\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"15/11/2021 3:57:33 PM\",\n            \"date_add\": \"15/11/2021 3:57:33 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"469\",\n                    \"productCode\": \"8697585983921\",\n                    \"barcode\": \"8697585983921\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"70\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0078k-020-254.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"470\",\n                    \"productCode\": \"8697585983914\",\n                    \"barcode\": \"8697585983914\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0078k-020-254.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0078k-020-254.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1302\",\n            \"productCode\": \"w-l-12532w2i65\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants 22\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"13\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 2:39:56 PM\",\n            \"date_add\": \"24/11/2021 2:39:56 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"471\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-22-255.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"472\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-22-255.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-22-255.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1303\",\n            \"productCode\": \"w-l-12532w2i651\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399991\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"AAA 2 pants 22\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"13\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 2:42:49 PM\",\n            \"date_add\": \"24/11/2021 2:42:49 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1304\",\n            \"productCode\": \"000111111011355\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"26241454515111\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 444\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:11:28 PM\",\n            \"date_add\": \"24/11/2021 3:11:28 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1305\",\n            \"productCode\": \"0001111110113555\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"2624145451511166\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 444\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:15:47 PM\",\n            \"date_add\": \"24/11/2021 3:15:47 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1306\",\n            \"productCode\": \"000111ii1110113555\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"262466p145451511166\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 444\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:18:13 PM\",\n            \"date_add\": \"24/11/2021 3:18:13 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1307\",\n            \"productCode\": \"dddsss8855ss55\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"aaaasdd1122\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 44455\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:20:41 PM\",\n            \"date_add\": \"24/11/2021 3:20:41 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1308\",\n            \"productCode\": \"dddsss8855ss5511\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"aaaasdd112211\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 4445511\",\n            \"brand\": \"\",\n            \"group\": \"4\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:24:57 PM\",\n            \"date_add\": \"24/11/2021 3:24:57 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1309\",\n            \"productCode\": \"deneme123\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"deneme123\",\n            \"brand\": \"WW\",\n            \"group\": \"6\",\n            \"quantity\": \"9876\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"25/11/2021 1:11:02 PM\",\n            \"date_add\": \"25/11/2021 1:11:02 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1310\",\n            \"productCode\": \"0129K-020\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438185186\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0129K TEST ÜRÜNÜ\",\n            \"brand\": \"Vakkko\",\n            \"group\": \"2\",\n            \"quantity\": \"119\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"25/11/2021 1:34:18 PM\",\n            \"date_add\": \"25/11/2021 1:34:18 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"8699438185186\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1311\",\n            \"productCode\": \"dnm123\",\n            \"status\": \"1\",\n            \"description\": \"<p>deneme açıklama</p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"deneme ürün\",\n            \"brand\": \"Vakkko\",\n            \"group\": \"6\",\n            \"quantity\": \"9876\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"300.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"26/11/2021 8:57:36 AM\",\n            \"date_add\": \"26/11/2021 8:57:36 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/-257.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1312\",\n            \"productCode\": \"0024K-020\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585864176\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0024K TEST KAYDI\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"9\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"23.60\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"26/11/2021 11:31:23 AM\",\n            \"date_add\": \"26/11/2021 11:31:23 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"8697585864176\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1313\",\n            \"productCode\": \"8697585163453\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"869758163453\",\n            \"gtin\": \"869758163453\",\n            \"send_api\": \"1\",\n            \"name\": \"0104K-272\",\n            \"brand\": \"WW\",\n            \"group\": \"2\",\n            \"quantity\": \"18\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"30/11/2021 2:39:24 PM\",\n            \"date_add\": \"30/11/2021 2:39:24 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"869758163453\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1314\",\n            \"productCode\": \"Z 415\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438439494\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Z 415\",\n            \"brand\": \"\",\n            \"group\": \"2\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"11.80\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"01/12/2021 12:57:25 PM\",\n            \"date_add\": \"01/12/2021 12:57:25 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"473\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1315\",\n            \"productCode\": \"2690048351905\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"2690048351905\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"00131K-025\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"01/12/2021 4:16:38 PM\",\n            \"date_add\": \"01/12/2021 4:16:38 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"474\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"2690048351905\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1316\",\n            \"productCode\": \"0015A-009\",\n            \"status\": \"1\",\n            \"description\": \"<p><br></p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585097574 \",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0015A-009\",\n            \"brand\": \"\",\n            \"group\": \"2\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"01/12/2021 4:34:32 PM\",\n            \"date_add\": \"01/12/2021 4:34:32 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"8697585097574 \",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"475\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1317\",\n            \"productCode\": \"V 981-010\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438686959\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"TEST KAYDI V 981-010\",\n            \"brand\": \"\",\n            \"group\": \"19\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"06/12/2021 4:08:00 PM\",\n            \"date_add\": \"06/12/2021 4:08:00 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"476\",\n                    \"productCode\": \"8699438686959\",\n                    \"barcode\": \"8699438686959\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"120\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1318\",\n            \"productCode\": \"00132K-025\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"00132K-025\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"00132K-025\",\n            \"brand\": \"\",\n            \"group\": \"20\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/12/2021 10:29:37 AM\",\n            \"date_add\": \"07/12/2021 10:29:37 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"477\",\n                    \"productCode\": \"2690048322547\",\n                    \"barcode\": \"2690048322547\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"478\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"34\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1319\",\n            \"productCode\": \"0163K-052\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"0163K-052\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"0163K-052\",\n            \"brand\": \"\",\n            \"group\": \"20\",\n            \"quantity\": \"190\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/12/2021 10:33:01 AM\",\n            \"date_add\": \"07/12/2021 10:33:01 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"479\",\n                    \"productCode\": \"8699438137314\",\n                    \"barcode\": \"8699438137314\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"300\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"480\",\n                    \"productCode\": \"8699438137321\",\n                    \"barcode\": \"8699438137321\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"150\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"32\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1320\",\n            \"productCode\": \"0002K-052\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"0002K-052\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"0002K-052\",\n            \"brand\": \"\",\n            \"group\": \"18\",\n            \"quantity\": \"696\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"13/12/2021 8:16:20 AM\",\n            \"date_add\": \"13/12/2021 8:16:20 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"481\",\n                    \"productCode\": \"8699438137109\",\n                    \"barcode\": \"8699438137116\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"120\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"482\",\n                    \"productCode\": \"8699438137130\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"576\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1321\",\n            \"productCode\": \"0167K-020\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"0167K-020\",\n            \"brand\": \"\",\n            \"group\": \"18\",\n            \"quantity\": \"9876\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"19/12/2021 8:59:46 PM\",\n            \"date_add\": \"19/12/2021 8:59:46 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"483\",\n                    \"productCode\": \"8699438185889\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"69\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"484\",\n                    \"productCode\": \"8699438185896\",\n                    \"barcode\": \"8699438185896\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"485\",\n                    \"productCode\": \"8699438185872\",\n                    \"barcode\": \"8699438185872\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"100\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1322\",\n            \"productCode\": \"Bls001\",\n            \"status\": \"0\",\n            \"description\": \"Bilsoft Açıklama\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8181\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Bilsoft Ön Muhasebe\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"590.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 11:05:29 AM\",\n            \"date_add\": \"22/12/2021 11:05:29 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1323\",\n            \"productCode\": \"necotest\",\n            \"status\": \"0\",\n            \"description\": \"321 nolu test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"necilbarcode123\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"necil kazak\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"11\",\n            \"price1\": \"11.66\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 11:19:51 AM\",\n            \"date_add\": \"22/12/2021 11:19:51 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1324\",\n            \"productCode\": \"necotest123\",\n            \"status\": \"1\",\n            \"description\": \"neco 2 nolu test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"necilbarcode1234\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"necil kazak2\",\n            \"brand\": \"\",\n            \"group\": \"2\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"11\",\n            \"price1\": \"11.66\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 11:26:24 AM\",\n            \"date_add\": \"22/12/2021 11:26:24 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1325\",\n            \"productCode\": \"necotest3\",\n            \"status\": \"1\",\n            \"description\": \"neco 3 nolu test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"necilbarcode3\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"necil kazak3\",\n            \"brand\": \"\",\n            \"group\": \"3\",\n            \"quantity\": \"9\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"15\",\n            \"price1\": \"11.50\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 11:56:51 AM\",\n            \"date_add\": \"22/12/2021 11:56:51 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1326\",\n            \"productCode\": \"bilsfottestcode81\",\n            \"status\": \"1\",\n            \"description\": \"bilsoft test product\",\n            \"product_type\": \"0\",\n            \"barcode\": \"bilsoftbarcode81\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"bilsoft test product name\",\n            \"brand\": \"\",\n            \"group\": \"3\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"10\",\n            \"price1\": \"55.55\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 2:00:50 PM\",\n            \"date_add\": \"22/12/2021 2:00:50 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1327\",\n            \"productCode\": \"bilsfottestcode811\",\n            \"status\": \"1\",\n            \"description\": \"bilsoft test product1\",\n            \"product_type\": \"0\",\n            \"barcode\": \"bilsoftbarcode811\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"bilsoft test product name1\",\n            \"brand\": \"\",\n            \"group\": \"3\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"10\",\n            \"price1\": \"55.55\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 5:19:44 PM\",\n            \"date_add\": \"22/12/2021 5:19:44 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1328\",\n            \"productCode\": \"test811\",\n            \"status\": \"1\",\n            \"description\": \"bilsoft test product2\",\n            \"product_type\": \"0\",\n            \"barcode\": \"bilsoftbarcode812\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"bilsoft test product name2\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"10\",\n            \"price1\": \"55.55\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 5:20:44 PM\",\n            \"date_add\": \"22/12/2021 5:20:44 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1329\",\n            \"productCode\": \"BLS0002\",\n            \"status\": \"1\",\n            \"description\": \"Bilsoft Programları\",\n            \"product_type\": \"0\",\n            \"barcode\": \"BLS002\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Bilsoft Online Muhasebe\",\n            \"brand\": \"\",\n            \"group\": \"18\",\n            \"quantity\": \"6\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"236.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"23/12/2021 10:10:51 AM\",\n            \"date_add\": \"23/12/2021 10:10:51 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/bilsoft-online-muhasebe-270.png\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"9abb88dc-6e98-48a6-a8cd-f0739d4191fa","name":"Get Products Example With Parameter (id)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://apiv2.entegrabilisim.com/product/page=1/?id=1223","host":["https://apiv2.entegrabilisim.com"],"path":["product","page=1",""],"query":[{"key":"id","value":"1223"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:15:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6174"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, PUT, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalProduct\": 1,\n    \"porductList\": [\n        {\n            \"id\": \"1223\",\n            \"productCode\": \"3007975\",\n            \"status\": \"1\",\n            \"description\": \"Finish parlatici\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 800 ml\",\n            \"brand\": \"Finish\",\n            \"group\": \"1\",\n            \"quantity\": \"14\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"1.18\",\n            \"price2\": \"38.94\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"10.62\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"1.18\",\n            \"trendyol_listPrice\": \"10.00\",\n            \"trendyol_salePrice\": \"9.44\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"236.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"12/04/2021 1:22:36 PM\",\n            \"date_add\": \"12/04/2021 1:22:36 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"260\",\n                    \"productCode\": \"3007974\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"100\",\n                    \"price\": \"150.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"6587235958937\",\n                    \"itemdim2code\": \"41539370942617\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"size\",\n                            \"value\": \"800\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"261\",\n                    \"productCode\": \"3007913\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"119\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"6587141161113\",\n                    \"itemdim2code\": \"41648818618521\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"size\",\n                            \"value\": \"400\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"5076fbef-b1af-4365-8f4f-080b4f0223fa","name":"Get Products Example With Parameter(api_sync)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://apiv2.entegrabilisim.com/product/page=1/?api_sync=0","host":["https://apiv2.entegrabilisim.com"],"path":["product","page=1",""],"query":[{"key":"api_sync","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:20:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"690507"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, PUT, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalProduct\": 3279,\n    \"porductList\": [\n        {\n            \"id\": \"1223\",\n            \"productCode\": \"3007975\",\n            \"status\": \"1\",\n            \"description\": \"Finish parlatici\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 800 ml\",\n            \"brand\": \"Finish\",\n            \"group\": \"1\",\n            \"quantity\": \"14\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"1.18\",\n            \"price2\": \"38.94\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"10.62\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"1.18\",\n            \"trendyol_listPrice\": \"10.00\",\n            \"trendyol_salePrice\": \"9.44\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"236.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"12/04/2021 1:22:36 PM\",\n            \"date_add\": \"12/04/2021 1:22:36 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"260\",\n                    \"productCode\": \"3007974\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"100\",\n                    \"price\": \"150.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"6587235958937\",\n                    \"itemdim2code\": \"41539370942617\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"size\",\n                            \"value\": \"800\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"261\",\n                    \"productCode\": \"3007913\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"119\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"6587141161113\",\n                    \"itemdim2code\": \"41648818618521\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"size\",\n                            \"value\": \"400\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1230\",\n            \"productCode\": \"11\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"345346464567457457\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish Classic Jel Bulaşık Makinesi Deterjanı\",\n            \"brand\": \"Finish\",\n            \"group\": \"1\",\n            \"quantity\": \"47\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"61.35\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"15/04/2021 12:14:37 PM\",\n            \"date_add\": \"15/04/2021 12:14:37 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"268\",\n                    \"productCode\": \"3138090\",\n                    \"barcode\": \"8690570543544\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"95\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"6580329840793\",\n                    \"itemdim2code\": \"41518215757977\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"size\",\n                            \"value\": \"1300\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1232\",\n            \"productCode\": \"100M\",\n            \"status\": \"1\",\n            \"description\": \".\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690973020451\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"33\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"378.00\",\n            \"price2\": \"324.00\",\n            \"price3\": \"486.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"10.80\",\n            \"trendyol_listPrice\": \"10.80\",\n            \"trendyol_salePrice\": \"10.80\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"17/04/2021 2:57:19 PM\",\n            \"date_add\": \"17/04/2021 2:57:19 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"270\",\n                    \"productCode\": \"100M_001__39\",\n                    \"barcode\": \"4300000000274\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"19\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"271\",\n                    \"productCode\": \"100M_001__41\",\n                    \"barcode\": \"4300000000298\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"272\",\n                    \"productCode\": \"100M_002__40\",\n                    \"barcode\": \"4300000000281\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"62\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1233\",\n            \"productCode\": \"12321321\",\n            \"status\": \"1\",\n            \"description\": \".\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 800 ml\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"51\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"53.10\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/04/2021 10:09:45 PM\",\n            \"date_add\": \"24/04/2021 10:09:45 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1234\",\n            \"productCode\": \"12321322\",\n            \"status\": \"1\",\n            \"description\": \".\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 800 ml\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"51\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"53.10\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"41.30\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/04/2021 10:10:32 PM\",\n            \"date_add\": \"24/04/2021 10:10:32 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1235\",\n            \"productCode\": \"  648018\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"  648018\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"129.59\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"132.84\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"129.60\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"132.84\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 12:38:43 AM\",\n            \"date_add\": \"25/04/2021 12:38:43 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1236\",\n            \"productCode\": \" 1KAK42849NK\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"999888\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-558\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"106.91\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"12.96\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"11.88\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"12.96\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 12:38:43 AM\",\n            \"date_add\": \"25/04/2021 12:38:43 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1237\",\n            \"productCode\": \" 065781-31966\",\n            \"status\": \"1\",\n            \"description\": \"test<!--[CDATA[]]-->\",\n            \"product_type\": \"0\",\n            \"barcode\": \" 065781-31966\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \" MAVİ LOGO TİŞÖRT koyu yeşil\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-1\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"53.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"44.28\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"50.76\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"44.28\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 1:00:18 AM\",\n            \"date_add\": \"25/04/2021 1:00:18 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"273\",\n                    \"productCode\": \" 065781-31966___2XL\",\n                    \"barcode\": \"8682454245903\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"274\",\n                    \"productCode\": \" 065781-31966___S\",\n                    \"barcode\": \"8682454245866\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"275\",\n                    \"productCode\": \" 065781-31966___XS\",\n                    \"barcode\": \"8682454245859\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XS\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/mavi-logo-tisort-koyu-yesil-143.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1238\",\n            \"productCode\": \" 19YAE006806\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8681154468360\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"6\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"205.09\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"206.28\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"205.20\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"206.28\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 1:35:40 AM\",\n            \"date_add\": \"25/04/2021 1:35:40 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"276\",\n                    \"productCode\": \" 19YAE006806_999__40\",\n                    \"barcode\": \"8681154468360\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"4\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"277\",\n                    \"productCode\": \" 19YAE006806_999__43\",\n                    \"barcode\": \"8681154468391\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1239\",\n            \"productCode\": \"000\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"000bar\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"12.96\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"15.12\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"14.04\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"15.12\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/04/2021 2:13:03 AM\",\n            \"date_add\": \"25/04/2021 2:13:03 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1240\",\n            \"productCode\": \"w-l-12532w2i\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"12\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:13:03 PM\",\n            \"date_add\": \"06/05/2021 4:13:03 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"278\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-123.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"279\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-123.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-123.jpg\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1241\",\n            \"productCode\": \"17663\",\n            \"status\": \"1\",\n            \"description\": \"99\",\n            \"product_type\": \"0\",\n            \"barcode\": \"99\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"deneme |  99 \",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"-2\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"2\",\n            \"price1\": \"11.22\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:17:53 PM\",\n            \"date_add\": \"06/05/2021 4:17:53 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"280\",\n                    \"productCode\": \"17663\",\n                    \"barcode\": \"99\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1242\",\n            \"productCode\": \"17658\",\n            \"status\": \"1\",\n            \"description\": \"202187\",\n            \"product_type\": \"0\",\n            \"barcode\": \"202187\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"12182 MIRACLE GELİNLİK SIFIR 38\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"-6\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"5000.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:20:49 PM\",\n            \"date_add\": \"06/05/2021 4:20:49 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"281\",\n                    \"productCode\": \"17658\",\n                    \"barcode\": \"202187\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1243\",\n            \"productCode\": \"17655\",\n            \"status\": \"1\",\n            \"description\": \"202184\",\n            \"product_type\": \"0\",\n            \"barcode\": \"202184\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"6001 EFLA MODA  BORDO NİŞANLIK SIFIR\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"5000.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:22:03 PM\",\n            \"date_add\": \"06/05/2021 4:22:03 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"282\",\n                    \"productCode\": \"17655\",\n                    \"barcode\": \"202184\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1244\",\n            \"productCode\": \"17659\",\n            \"status\": \"1\",\n            \"description\": \"201988\",\n            \"product_type\": \"0\",\n            \"barcode\": \"201988\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"MIRACLE 3 BOYUTLU HELEN GELİNLİK\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"2500.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"06/05/2021 4:44:11 PM\",\n            \"date_add\": \"06/05/2021 4:44:11 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"283\",\n                    \"productCode\": \"17659\",\n                    \"barcode\": \"201988\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1245\",\n            \"productCode\": \"664080949071\",\n            \"status\": \"1\",\n            \"description\": \"Her yıkamada 57 litre su tasarrufu ve mükemmel temizlik Finish’in 2 Aylık Kullanım Paketi’nde! Yeni ve güçlendirilmiş formülüyle Finish Quantum 60, tek yıkamada zorlu kirlerle mücadele ederken; Finish Parlatıcı, bulaşıklarda oluşan su lekelerini ve çizilme problemini ortadan kaldırarak bulaşıkların ilk günkü gibi parlak ve temiz olmasını sağlar. Finish Tuz, özel formülü ile deterjanınızın temizlik performansını artırır ve sert suyu yumuşatarak bulaşıklarınızın ilk günkü gibi kalmasına yardımcı olur. Kullanım paketinin içinde yer alan diğer ürün, Finish Makine Temizleyici; makineyi temizleyerek performansını artırır ve bulaşıklarınız için son mükemmel dokunuşu yapar. Finish 2 Aylık Kullanım Seti, mutfağınızda bulaşıktan makineye mükemmel t\",\n            \"product_type\": \"0\",\n            \"barcode\": \"664080949071\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish 2 Aylık Kullanım Seti\",\n            \"brand\": \"Finish\",\n            \"group\": \"2\",\n            \"quantity\": \"100\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"138.05\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/05/2021 1:02:04 PM\",\n            \"date_add\": \"07/05/2021 1:02:04 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"6729593880729\",\n            \"alan5\": \"42018718711961\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1246\",\n            \"productCode\": \"3040171\",\n            \"status\": \"1\",\n            \"description\": \"<P align=left>\\r\\n<TABLE dir=ltr cellSpacing=0 width=274 border=1>\\r\\n<TBODY>\\r\\n<TR>\\r\\n<TD height=20 vAlign=bottom><FONT size=3 face=Calibri><FONT size=3 face=Calibri><SPAN lang=EN>\\r\\n<P dir=ltr align=left>Finish 2'li Limon Bulaşık Makinesi Kokusu</FONT></FONT></SPAN></P></TD></TR></TBODY></TABLE></P><FONT size=3 face=Calibri><FONT size=3 face=Calibri><SPAN lang=EN>\\r\\n<P dir=ltr align=left></P></FONT></FONT></SPAN>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570525489\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Finish 2'li Limon Bulaşık Makinesi Kokusu\",\n            \"brand\": \"Finish\",\n            \"group\": \"2\",\n            \"quantity\": \"3\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"392.94\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/05/2021 4:02:02 PM\",\n            \"date_add\": \"07/05/2021 4:02:02 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"6580544766105\",\n            \"alan5\": \"41518801158297\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1247\",\n            \"productCode\": \"664080949064\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"664080949064\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish 3 Aylık Kullanım Seti\",\n            \"brand\": \"\",\n            \"group\": \"2\",\n            \"quantity\": \"23\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"145.14\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/05/2021 4:03:59 PM\",\n            \"date_add\": \"07/05/2021 4:03:59 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"6729565601945\",\n            \"alan5\": \"42018634694809\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1248\",\n            \"productCode\": \"3178086\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570120004\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"Finish Bulaşık Makinesi Parlatıcı 400 ml\",\n            \"brand\": \"Finish\",\n            \"group\": \"2\",\n            \"quantity\": \"12\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"276.12\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/05/2021 4:05:07 PM\",\n            \"date_add\": \"07/05/2021 4:05:07 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"6587141161113\",\n            \"alan5\": \"41648818618521\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1249\",\n            \"productCode\": \"16596\",\n            \"status\": \"1\",\n            \"description\": \"202124\",\n            \"product_type\": \"0\",\n            \"barcode\": \"202124\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"1001 GELİNLİK SIFIR \",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"9000.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/05/2021 5:22:29 AM\",\n            \"date_add\": \"08/05/2021 5:22:29 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"284\",\n                    \"productCode\": \"16596\",\n                    \"barcode\": \"202124\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1250\",\n            \"productCode\": \"16610\",\n            \"status\": \"1\",\n            \"description\": \"202138\",\n            \"product_type\": \"0\",\n            \"barcode\": \"202138\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"1002 GELİNLİK 38 SIFIR\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"0\",\n            \"price1\": \"9000.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/05/2021 5:25:30 AM\",\n            \"date_add\": \"08/05/2021 5:25:30 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"285\",\n                    \"productCode\": \"16610\",\n                    \"barcode\": \"202138\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1251\",\n            \"productCode\": \"8699438137130\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438137130\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"1183046\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"01/06/2021 11:12:28 AM\",\n            \"date_add\": \"01/06/2021 11:12:28 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"286\",\n                    \"productCode\": \"8699438137130\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-790\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-130.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"287\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-130.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-130.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1252\",\n            \"productCode\": \"8697585863773\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438137130\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CY 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"176\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"02/06/2021 10:00:03 AM\",\n            \"date_add\": \"02/06/2021 10:00:03 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"288\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"5\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-131.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"289\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-131.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-131.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1253\",\n            \"productCode\": \"w-l-12532w2iiiii\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"13\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"04/06/2021 5:49:45 PM\",\n            \"date_add\": \"04/06/2021 5:49:45 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"290\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-133.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"291\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-133.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-133.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1254\",\n            \"productCode\": \"w-l-12532w2iii\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"26354526485\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"Finish\",\n            \"group\": \"1\",\n            \"quantity\": \"11\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"04/06/2021 5:49:45 PM\",\n            \"date_add\": \"04/06/2021 5:49:45 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"292\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"293\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-134.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-135.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-136.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-137.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-138.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1255\",\n            \"productCode\": \"123hasır\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"26354526485\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Halat Sandalet Altın\",\n            \"brand\": \"meyra'nın ayakkabıları\",\n            \"group\": \"0\",\n            \"quantity\": \"\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"04/06/2021 6:05:00 PM\",\n            \"date_add\": \"04/06/2021 6:05:00 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1256\",\n            \"productCode\": \"w-l-12532w2iiiiiii\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"11\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"31.86\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"14.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/06/2021 11:47:15 AM\",\n            \"date_add\": \"08/06/2021 11:47:15 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"294\",\n                    \"productCode\": \"w-l-1258-m-11\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"295\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-139.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/selamlar-142.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1257\",\n            \"productCode\": \"8699438546276\",\n            \"status\": \"0\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438546276\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CY 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-46\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/06/2021 3:17:41 PM\",\n            \"date_add\": \"08/06/2021 3:17:41 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"296\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-140.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"297\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-64\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-140.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-140.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1258\",\n            \"productCode\": \"8690570518436\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690570518436\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"53\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"48.60\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"08/06/2021 3:18:22 PM\",\n            \"date_add\": \"08/06/2021 3:18:22 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"298\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyh-2-pants-141.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"299\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyh-2-pants-141.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyh-2-pants-141.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1259\",\n            \"productCode\": \"GT1YME.12500.00\",\n            \"status\": \"1\",\n            \"description\": \"\\n<table>\\n    <tbody>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Hammadde</strong></th>\\n                <td>PU</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>%100 Yerli Üretim</strong></th>\\n                <td>Yerli Model</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Mevsim</strong></th>\\n                <td>Yazlık</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Yaş Grubu</strong></th>\\n                <td>Yetişkin</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Koleksiyon Yılı</strong></th>\\n                <td>2020</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Montaj Şekli</strong></th>\\n                <td>El Monte</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Cinsiyet</strong></th>\\n                <td>Erkek</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Saya Malzemesi</strong></th>\\n                <td>Suni Deri</td>\\n            </tr>\\n            </tbody>\\n</table>\\n\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8696033278763\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Gezer Yazlık Baskılı Erkek Terlik\",\n            \"brand\": \"\",\n            \"group\": \"8\",\n            \"quantity\": \"192\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"41.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"41.99\",\n            \"trendyol_salePrice\": \"41.99\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"09/06/2021 3:58:04 PM\",\n            \"date_add\": \"09/06/2021 3:58:04 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"300\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.40\",\n                    \"barcode\": \"8696033318353\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"301\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.41\",\n                    \"barcode\": \"8696033318346\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"302\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.42\",\n                    \"barcode\": \"8696033318339\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"303\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.43\",\n                    \"barcode\": \"8696033318360\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"14\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"304\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.44\",\n                    \"barcode\": \"8696033318377\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"305\",\n                    \"productCode\": \"GT1YME.12500.00.010.I09.45\",\n                    \"barcode\": \"8696033318322\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"306\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.40\",\n                    \"barcode\": \"8696033323715\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"307\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.41\",\n                    \"barcode\": \"8696033323722\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"308\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.42\",\n                    \"barcode\": \"8696033323739\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"32\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"309\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.43\",\n                    \"barcode\": \"8696033323746\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"310\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.44\",\n                    \"barcode\": \"8696033323753\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"311\",\n                    \"productCode\": \"GT1YME.12500.00.013.I32.45\",\n                    \"barcode\": \"8696033323760\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1260\",\n            \"productCode\": \"0006612564\",\n            \"status\": \"1\",\n            \"description\": \"<![CDATA[]]>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8681051072974\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"HASAN DEEP MAVİ AMERİKA\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"2\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"151.20\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"151.20\",\n            \"n11_discountValue\": \"162.00\",\n            \"hb_price\": \"165.24\",\n            \"trendyol_listPrice\": \"163.08\",\n            \"trendyol_salePrice\": \"164.16\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"12/06/2021 12:16:25 PM\",\n            \"date_add\": \"12/06/2021 12:16:25 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"312\",\n                    \"productCode\": \"0006612564_A14__48\",\n                    \"barcode\": \"8681051072974\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"313\",\n                    \"productCode\": \"0006612564_A14__50\",\n                    \"barcode\": \"8681051073018\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"314\",\n                    \"productCode\": \"0006612564_A14__52\",\n                    \"barcode\": \"99911\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"315\",\n                    \"productCode\": \"0006612564_A1O__48\",\n                    \"barcode\": \"99922\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1261\",\n            \"productCode\": \"P1-0012\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"821980293929\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test Model\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"12\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"14/06/2021 2:14:02 PM\",\n            \"date_add\": \"14/06/2021 2:14:02 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"316\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"317\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/test-model-158.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1262\",\n            \"productCode\": \"GT2YZE.11519.24\",\n            \"status\": \"1\",\n            \"description\": \"\\n<table>\\n    <tbody>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Hammadde</strong></th>\\n                <td>PVC</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>%100 Yerli Üretim</strong></th>\\n                <td>İthal Malzeme İçeren Model</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Mevsim</strong></th>\\n                <td>Yazlık</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Cinsiyet</strong></th>\\n                <td>Kadın</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Yaş Grubu</strong></th>\\n                <td>Yetişkin</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Koleksiyon Yılı</strong></th>\\n                <td>2021</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Montaj Şekli</strong></th>\\n                <td>El Monte</td>\\n            </tr>\\n            </tbody>\\n</table>\\n\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8696033301058\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Gezer Yazlık Kadın Terlik\",\n            \"brand\": \"\",\n            \"group\": \"9\",\n            \"quantity\": \"323\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"77.99\",\n            \"price2\": \"31.86\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"77.99\",\n            \"trendyol_salePrice\": \"77.99\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"17/06/2021 2:18:31 PM\",\n            \"date_add\": \"17/06/2021 2:18:31 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"318\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.36\",\n                    \"barcode\": \"8696033336166\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"319\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.37\",\n                    \"barcode\": \"8696033336173\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"320\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.38\",\n                    \"barcode\": \"8696033336180\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"321\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.39\",\n                    \"barcode\": \"8696033336197\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"322\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.40\",\n                    \"barcode\": \"8696033336203\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"323\",\n                    \"productCode\": \"GT2YZE.11519.24.013.G19.41\",\n                    \"barcode\": \"8696033336210\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"324\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.36\",\n                    \"barcode\": \"8696033336234\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"8\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"325\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.37\",\n                    \"barcode\": \"8696033336241\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"326\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.38\",\n                    \"barcode\": \"8696033336258\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"24\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"327\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.39\",\n                    \"barcode\": \"8696033336265\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"24\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"328\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.40\",\n                    \"barcode\": \"8696033336272\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"329\",\n                    \"productCode\": \"GT2YZE.11519.24.018.G19.41\",\n                    \"barcode\": \"8696033336289\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"8\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"330\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.36\",\n                    \"barcode\": \"8696033336371\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"331\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.37\",\n                    \"barcode\": \"8696033336388\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"332\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.38\",\n                    \"barcode\": \"8696033336395\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"333\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.39\",\n                    \"barcode\": \"8696033336401\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"334\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.40\",\n                    \"barcode\": \"8696033336418\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"335\",\n                    \"productCode\": \"GT2YZE.11519.24.1Z3.G19.41\",\n                    \"barcode\": \"8696033336425\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-159.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-160.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-161.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-162.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-163.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-164.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-165.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-166.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-167.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-168.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-169.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-170.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-171.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kadin-terlik-172.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1263\",\n            \"productCode\": \"RB101\",\n            \"status\": \"1\",\n            \"description\": \"T-shirt\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Aveena\",\n            \"brand\": \"Vakkko\",\n            \"group\": \"1\",\n            \"quantity\": \"250\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"159.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"17/06/2021 4:47:17 PM\",\n            \"date_add\": \"17/06/2021 4:47:17 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"336\",\n                    \"productCode\": \"rb102\",\n                    \"barcode\": \"86978780005554\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/aveena-173.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"337\",\n                    \"productCode\": \"rb103\",\n                    \"barcode\": \"8697878000560\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/aveena-173.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1264\",\n            \"productCode\": \"zz01\",\n            \"status\": \"1\",\n            \"description\": \"Bepanthol Cilt Bakım Kremi\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8681291000300\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Bepanthol Cilt Bakım Kremi\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"316\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Erpimus\",\n            \"date_change\": \"18/06/2021 8:55:04 PM\",\n            \"date_add\": \"18/06/2021 8:55:04 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1265\",\n            \"productCode\": \"GT2YME.13162.00\",\n            \"status\": \"1\",\n            \"description\": \"\\n<table>\\n    <tbody>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Hammadde</strong></th>\\n                <td>PVC</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>%100 Yerli Üretim</strong></th>\\n                <td>Yerli Model</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Mevsim</strong></th>\\n                <td>Yazlık</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Yaş Grubu</strong></th>\\n                <td>Yetişkin</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Koleksiyon Yılı</strong></th>\\n                <td>2021</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Montaj Şekli</strong></th>\\n                <td>El Monte</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Cinsiyet</strong></th>\\n                <td>Erkek</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Saya Malzemesi</strong></th>\\n                <td>Suni Deri</td>\\n            </tr>\\n            </tbody>\\n</table>\\n\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8696033298327\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Gezer Yazlık Erkek Terlik\",\n            \"brand\": \"\",\n            \"group\": \"8\",\n            \"quantity\": \"359\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"67.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"67.99\",\n            \"trendyol_salePrice\": \"67.99\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"29/06/2021 10:18:23 AM\",\n            \"date_add\": \"29/06/2021 10:18:23 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"338\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.40\",\n                    \"barcode\": \"8696033335589\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"339\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.41\",\n                    \"barcode\": \"8696033335596\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"340\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.42\",\n                    \"barcode\": \"8696033335602\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"50\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"341\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.43\",\n                    \"barcode\": \"8696033335619\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"342\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.44\",\n                    \"barcode\": \"8696033335626\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"343\",\n                    \"productCode\": \"GT2YME.13162.00.010.0C.45\",\n                    \"barcode\": \"8696033335633\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"344\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.40\",\n                    \"barcode\": \"8696033335640\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"345\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.41\",\n                    \"barcode\": \"8696033335657\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"346\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.42\",\n                    \"barcode\": \"8696033335664\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"9\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"347\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.43\",\n                    \"barcode\": \"8696033335671\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"348\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.44\",\n                    \"barcode\": \"8696033335688\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"349\",\n                    \"productCode\": \"GT2YME.13162.00.011.0C.45\",\n                    \"barcode\": \"8696033335695\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"KAHVE\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"350\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.40\",\n                    \"barcode\": \"8696033335701\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"351\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.41\",\n                    \"barcode\": \"8696033335718\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"352\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.42\",\n                    \"barcode\": \"8696033335725\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"9\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"353\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.43\",\n                    \"barcode\": \"8696033335732\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"354\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.44\",\n                    \"barcode\": \"8696033335749\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"355\",\n                    \"productCode\": \"GT2YME.13162.00.013.0C.45\",\n                    \"barcode\": \"8696033335756\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"356\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.40\",\n                    \"barcode\": \"8696033335763\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"357\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.41\",\n                    \"barcode\": \"8696033335770\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"358\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.42\",\n                    \"barcode\": \"8696033335787\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"359\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.43\",\n                    \"barcode\": \"8696033335794\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"360\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.44\",\n                    \"barcode\": \"8696033335800\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"361\",\n                    \"productCode\": \"GT2YME.13162.00.CK7.0C.45\",\n                    \"barcode\": \"8696033335817\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"362\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.40\",\n                    \"barcode\": \"8696033335824\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"363\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.41\",\n                    \"barcode\": \"8696033335831\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"364\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.42\",\n                    \"barcode\": \"8696033335848\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"42\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"365\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.43\",\n                    \"barcode\": \"8696033335855\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"43\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"366\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.44\",\n                    \"barcode\": \"8696033335862\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"44\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"367\",\n                    \"productCode\": \"GT2YME.13162.00.HV2.0C.45\",\n                    \"barcode\": \"8696033335879\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-175.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-176.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-177.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-178.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-179.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-180.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-erkek-terlik-181.jpg\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1266\",\n            \"productCode\": \"GT6YZM.12496.00\",\n            \"status\": \"1\",\n            \"description\": \"\\n<table>\\n    <tbody>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Hammadde</strong></th>\\n                <td>Airblow</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Montaj Şekli</strong></th>\\n                <td>Makine Monte</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>%100 Yerli Üretim</strong></th>\\n                <td>Yerli Model</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Mevsim</strong></th>\\n                <td>Yazlık</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Cinsiyet</strong></th>\\n                <td>Kadın</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Yaş Grubu</strong></th>\\n                <td>Yetişkin</td>\\n            </tr>\\n                    <tr>\\n            <th style=\\\"text-align: left\\\"><strong>Koleksiyon Yılı</strong></th>\\n                <td>2020</td>\\n            </tr>\\n            </tbody>\\n</table>\\n\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8696033278725\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Gezer Yazlık Kaydırmaz Taban Kadın Terlik\",\n            \"brand\": \"\",\n            \"group\": \"9\",\n            \"quantity\": \"656\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"31.99\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"31.99\",\n            \"trendyol_salePrice\": \"31.99\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Gezer\",\n            \"date_change\": \"06/07/2021 10:55:55 AM\",\n            \"date_add\": \"06/07/2021 10:55:55 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"368\",\n                    \"productCode\": \"GT6YZM.12496.00.010.8P.38\",\n                    \"barcode\": \"8696033344796\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"369\",\n                    \"productCode\": \"GT6YZM.12496.00.010.8P.40\",\n                    \"barcode\": \"8696033344819\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"370\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.36\",\n                    \"barcode\": \"8696033344826\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"21\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"371\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.37\",\n                    \"barcode\": \"8696033344833\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"21\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"372\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.38\",\n                    \"barcode\": \"8696033344840\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"36\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"373\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.39\",\n                    \"barcode\": \"8696033344857\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"22\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"374\",\n                    \"productCode\": \"GT6YZM.12496.00.012.H67.40\",\n                    \"barcode\": \"8696033344864\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"375\",\n                    \"productCode\": \"GT6YZM.12496.00.013.8O.38\",\n                    \"barcode\": \"8696033344895\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"376\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.36\",\n                    \"barcode\": \"8696033344925\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"377\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.37\",\n                    \"barcode\": \"8696033344932\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"23\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"378\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.38\",\n                    \"barcode\": \"8696033344949\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"40\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"379\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.39\",\n                    \"barcode\": \"8696033344956\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"19\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"380\",\n                    \"productCode\": \"GT6YZM.12496.00.017.D91.40\",\n                    \"barcode\": \"8696033344963\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"18\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"381\",\n                    \"productCode\": \"GT6YZM.12496.00.020.D94.38\",\n                    \"barcode\": \"8696033345045\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"382\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.36\",\n                    \"barcode\": \"8696033345076\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"383\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.37\",\n                    \"barcode\": \"8696033345083\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"384\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.38\",\n                    \"barcode\": \"8696033345090\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"6\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"385\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.39\",\n                    \"barcode\": \"8696033345106\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"386\",\n                    \"productCode\": \"GT6YZM.12496.00.021.D93.40\",\n                    \"barcode\": \"8696033345113\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"387\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.36\",\n                    \"barcode\": \"8696033345175\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"388\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.37\",\n                    \"barcode\": \"8696033345182\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"389\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.38\",\n                    \"barcode\": \"8696033345199\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"33\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"390\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.39\",\n                    \"barcode\": \"8696033345205\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"391\",\n                    \"productCode\": \"GT6YZM.12496.00.AY9.8O.40\",\n                    \"barcode\": \"8696033345212\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"LACİVERT\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"392\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.36\",\n                    \"barcode\": \"8696033345274\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"19\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"393\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.37\",\n                    \"barcode\": \"8696033345281\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"394\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.38\",\n                    \"barcode\": \"8696033345298\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"38\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"395\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.39\",\n                    \"barcode\": \"8696033345304\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"19\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"396\",\n                    \"productCode\": \"GT6YZM.12496.00.DM6.8P.40\",\n                    \"barcode\": \"8696033345311\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        },\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"397\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.36\",\n                    \"barcode\": \"8696033345328\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"16\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"398\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.37\",\n                    \"barcode\": \"8696033345335\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"14\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"399\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.38\",\n                    \"barcode\": \"8696033345342\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"33\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"400\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.39\",\n                    \"barcode\": \"8696033345359\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"401\",\n                    \"productCode\": \"GT6YZM.12496.00.FJA.D92.40\",\n                    \"barcode\": \"8696033345366\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"13\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"402\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.36\",\n                    \"barcode\": \"8696033345373\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"403\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.37\",\n                    \"barcode\": \"8696033345380\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"404\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.38\",\n                    \"barcode\": \"8696033345397\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"29\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"405\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.39\",\n                    \"barcode\": \"8696033345403\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"406\",\n                    \"productCode\": \"GT6YZM.12496.00.FV1.D94.40\",\n                    \"barcode\": \"8696033345410\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"15\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-196.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-197.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-198.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-199.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-200.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-201.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-202.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-217.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-218.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-219.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-220.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-221.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-222.jpg\"\n                },\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/gezer-yazlik-kaydirmaz-taban-kadin-terlik-223.jpg\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1267\",\n            \"productCode\": \"asdads\",\n            \"status\": \"0\",\n            \"description\": \"adadads\",\n            \"product_type\": \"0\",\n            \"barcode\": \"12313123\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"asdasd\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"2131231\",\n            \"currencyType\": \"TL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"230172.80\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"07/07/2021 9:32:42 AM\",\n            \"date_add\": \"07/07/2021 9:32:42 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"407\",\n                    \"productCode\": \"asdads\",\n                    \"barcode\": \"12313123\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2131231\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1268\",\n            \"productCode\": \"000000000041001350\",\n            \"status\": \"1\",\n            \"description\": \"TULIP UTU MAVI\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690394642188\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"TULIP UTU MAVI\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"1.18\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"09/07/2021 1:14:23 PM\",\n            \"date_add\": \"09/07/2021 1:14:23 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1269\",\n            \"productCode\": \"000000000041000243\",\n            \"status\": \"1\",\n            \"description\": \"FAKIR A160 ELEKTRIK SUPURGESI ANTRASIT\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8690394631458\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"FAKIR A160 ELEKTRIK SUPURGESI ANTRASIT\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"281.05\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"09/07/2021 11:17:38 PM\",\n            \"date_add\": \"09/07/2021 11:17:38 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1270\",\n            \"productCode\": \"8697585863735\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585863735\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHHHH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-4\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"01/08/2021 9:12:04 PM\",\n            \"date_add\": \"01/08/2021 9:12:04 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"408\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-27\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-231.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"409\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-231.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-231.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1271\",\n            \"productCode\": \"8697585863766\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585863766\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHHHH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"187\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"01/08/2021 9:12:27 PM\",\n            \"date_add\": \"01/08/2021 9:12:27 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"410\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-7\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-232.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"411\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-22\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-232.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhhh-2-pants-232.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1272\",\n            \"productCode\": \"copy8690570518436\",\n            \"status\": \"1\",\n            \"description\": \"<p><br></p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"53\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"03/08/2021 10:37:27 AM\",\n            \"date_add\": \"03/08/2021 10:37:27 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"412\",\n                    \"productCode\": \"copy8697585863780\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"413\",\n                    \"productCode\": \"copy8697585863797\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1273\",\n            \"productCode\": \"copycopy8690570518436\",\n            \"status\": \"1\",\n            \"description\": \"<p><br></p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYH 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"53\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"03/08/2021 10:38:06 AM\",\n            \"date_add\": \"03/08/2021 10:38:06 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"414\",\n                    \"productCode\": \"copycopy8697585863780\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"415\",\n                    \"productCode\": \"copycopy8697585863797\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1274\",\n            \"productCode\": \"121\",\n            \"status\": \"1\",\n            \"description\": \"<p>test</p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"crscrs1\",\n            \"gtin\": \"4564\",\n            \"send_api\": \"1\",\n            \"name\": \"909\",\n            \"brand\": \"Vakkko\",\n            \"group\": \"16\",\n            \"quantity\": \"91\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"43.00\",\n            \"price2\": \"675.00\",\n            \"price3\": \"56.00\",\n            \"price4\": \"65.00\",\n            \"price5\": \"47.00\",\n            \"price6\": \"6.00\",\n            \"price7\": \"56.00\",\n            \"price8\": \"76.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"435.00\",\n            \"amazon_salePrice\": \"87.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"03/08/2021 11:23:44 AM\",\n            \"date_add\": \"03/08/2021 11:23:44 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"7568\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/-233.png\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1275\",\n            \"productCode\": \"6767crs67\",\n            \"status\": \"1\",\n            \"description\": \"<p>testetstetstetstets</p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"c-r-s123456789\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"test\",\n            \"brand\": \"Finish\",\n            \"group\": \"2\",\n            \"quantity\": \"7\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"500.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"03/08/2021 1:14:02 PM\",\n            \"date_add\": \"03/08/2021 1:14:02 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/-234.png\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1276\",\n            \"productCode\": \"000000000015000347\",\n            \"status\": \"1\",\n            \"description\": \"ETİKETFAKİR STEEL 500ML ÖN\",\n            \"product_type\": \"0\",\n            \"barcode\": \"000000000015000347\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"ETİKETFAKİR STEEL 500ML ÖN\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"05/08/2021 9:42:18 AM\",\n            \"date_add\": \"05/08/2021 9:42:18 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1277\",\n            \"productCode\": \"000000000032000001\",\n            \"status\": \"1\",\n            \"description\": \"NİLY MATİK KONSANTRE 6KG\",\n            \"product_type\": \"0\",\n            \"barcode\": \"000000000032000001\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"NİLY MATİK KONSANTRE 6KG\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"10/08/2021 5:06:12 PM\",\n            \"date_add\": \"10/08/2021 5:06:12 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1278\",\n            \"productCode\": \"R_123_456_780\",\n            \"status\": \"1\",\n            \"description\": \"Api Test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R1234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"İsota Ferahlatıcı Soğuk Meyve Aromalı İçecek\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-25\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"21.60\",\n            \"price2\": \"32.40\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"21/08/2021 12:00:51 PM\",\n            \"date_add\": \"21/08/2021 12:00:51 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"416\",\n                    \"productCode\": \"R_123_456_781\",\n                    \"barcode\": \"R1234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"417\",\n                    \"productCode\": \"R_123_456_782\",\n                    \"barcode\": \"R1234567892\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"12\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Kırmızı\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/isota-ferahlatici-soguk-meyve-aromali-icecek-236.png\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/isota-ferahlatici-soguk-meyve-aromali-icecek-236.png\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1279\",\n            \"productCode\": \"R_123_457_780\",\n            \"status\": \"2\",\n            \"description\": \"Api Test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R1234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Yeni İsota Ferahlatıcı Soğuk Meyve Aromalı İçecek\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-43\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"21.60\",\n            \"price2\": \"25.92\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"21/08/2021 2:52:16 PM\",\n            \"date_add\": \"21/08/2021 2:52:16 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"418\",\n                    \"productCode\": \"R_123_456_781\",\n                    \"barcode\": \"R1234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"419\",\n                    \"productCode\": \"R_123_456_782\",\n                    \"barcode\": \"R1234567892\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"12\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1280\",\n            \"productCode\": \"C_123_456_780\",\n            \"status\": \"2\",\n            \"description\": \"Api Test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R2234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"22lik inşaat çivisi\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"26\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"21.60\",\n            \"price2\": \"25.92\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"10/09/2021 10:45:37 AM\",\n            \"date_add\": \"10/09/2021 10:45:37 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"420\",\n                    \"productCode\": \"C_123_456_781\",\n                    \"barcode\": \"R2234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"421\",\n                    \"productCode\": \"C_123_456_782\",\n                    \"barcode\": \"R2234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"12\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1281\",\n            \"productCode\": \"C_223_456_780\",\n            \"status\": \"2\",\n            \"description\": \"Api Test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R2234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"22lik inşaat çivisi\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"21\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"21.60\",\n            \"price2\": \"25.92\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"10/09/2021 10:49:55 AM\",\n            \"date_add\": \"10/09/2021 10:49:55 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"422\",\n                    \"productCode\": \"C_223_456_781\",\n                    \"barcode\": \"R2234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"8\",\n                    \"price\": \"20.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"423\",\n                    \"productCode\": \"C_223_456_782\",\n                    \"barcode\": \"R2234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"9\",\n                    \"price\": \"24.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1282\",\n            \"productCode\": \"C_323_456_780\",\n            \"status\": \"2\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"R3234567890\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Coca Cola Meşrubat\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"2\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"10.80\",\n            \"price2\": \"21.60\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"10/09/2021 11:06:56 AM\",\n            \"date_add\": \"10/09/2021 11:06:56 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"424\",\n                    \"productCode\": \"C_323_456_781\",\n                    \"barcode\": \"R3234567891\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"100.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"425\",\n                    \"productCode\": \"C_323_456_782\",\n                    \"barcode\": \"R3234567892\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"200.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1283\",\n            \"productCode\": \"106121000001-M\",\n            \"status\": \"1\",\n            \"description\": \"ÇOK ÖNEMLİ BİR AÇIKLAMA\",\n            \"product_type\": \"0\",\n            \"barcode\": \"4520734019209\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"78667 ÇİÇEKLİ BLUZ\",\n            \"brand\": \"\",\n            \"group\": \"10\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"97.20\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"97.20\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"11/09/2021 12:38:55 AM\",\n            \"date_add\": \"11/09/2021 12:38:55 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"434\",\n                    \"productCode\": \"106121000001-M002S\",\n                    \"barcode\": \"4520734019209\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"435\",\n                    \"productCode\": \"106121000001-M002M\",\n                    \"barcode\": \"4520734019193\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"436\",\n                    \"productCode\": \"106121000001-M100S\",\n                    \"barcode\": \"4520734019230\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"3\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"437\",\n                    \"productCode\": \"106121000001-M100M\",\n                    \"barcode\": \"4520734019223\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"BEYAZ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1284\",\n            \"productCode\": \"QY-2-10000153\",\n            \"status\": \"1\",\n            \"description\": \"Çok Özel Bir Not\",\n            \"product_type\": \"0\",\n            \"barcode\": \"4520734018981\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"5442 YANI DESENLI JEAN PANTOLON\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"1210.68\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"1210.68\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"11/09/2021 4:12:20 PM\",\n            \"date_add\": \"11/09/2021 4:12:20 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"426\",\n                    \"productCode\": \"QY-2-10000153002S\",\n                    \"barcode\": \"4520734018981\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"427\",\n                    \"productCode\": \"QY-2-10000153002M\",\n                    \"barcode\": \"4520734018998\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"7\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"428\",\n                    \"productCode\": \"QY-2-10000153002L\",\n                    \"barcode\": \"4520734019001\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"9\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"L\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"429\",\n                    \"productCode\": \"QY-2-10000153104S\",\n                    \"barcode\": \"4520734019018\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"430\",\n                    \"productCode\": \"QY-2-10000153104M\",\n                    \"barcode\": \"4520734019025\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"8\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"431\",\n                    \"productCode\": \"QY-2-10000153104L\",\n                    \"barcode\": \"4520734019032\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"L\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"432\",\n                    \"productCode\": \"QY-2-10000153002XL\",\n                    \"barcode\": \"4520734019049\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XL\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"433\",\n                    \"productCode\": \"QY-2-10000153104XL\",\n                    \"barcode\": \"4520734019056\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XL\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1285\",\n            \"productCode\": \"104123000001\",\n            \"status\": \"1\",\n            \"description\": \"Kuru Temizlemede Yıkama Yapınız\",\n            \"product_type\": \"0\",\n            \"barcode\": \"4520734018219\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"5632 FIRFIRLI ELBİSE\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"52\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"89.90\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"97.09\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"11/09/2021 5:00:13 PM\",\n            \"date_add\": \"11/09/2021 5:00:13 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"438\",\n                    \"productCode\": \"104123000001104XS\",\n                    \"barcode\": \"4520734018219\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"52\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XS\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"439\",\n                    \"productCode\": \"104123000001104S\",\n                    \"barcode\": \"4520734018226\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"440\",\n                    \"productCode\": \"104123000001104M\",\n                    \"barcode\": \"2520734082915\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"441\",\n                    \"productCode\": \"104123000001104XL\",\n                    \"barcode\": \"4520734018257\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XL\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"442\",\n                    \"productCode\": \"104123000001105XS\",\n                    \"barcode\": \"4520734018288\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XS\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"443\",\n                    \"productCode\": \"104123000001105S\",\n                    \"barcode\": \"4520734018295\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"S\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"444\",\n                    \"productCode\": \"104123000001105M\",\n                    \"barcode\": \"4520734018301\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"M\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"445\",\n                    \"productCode\": \"104123000001105XL\",\n                    \"barcode\": \"4520734018325\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"XL\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"446\",\n                    \"productCode\": \"10412300000110434\",\n                    \"barcode\": \"4520734019063\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"MAVİ\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"34\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"447\",\n                    \"productCode\": \"10412300000110534\",\n                    \"barcode\": \"4520734019070\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SARI\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"34\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1286\",\n            \"productCode\": \"8697585863971\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme bir ki uc\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585863971\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHHH 971 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"173\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/09/2021 2:15:34 PM\",\n            \"date_add\": \"22/09/2021 2:15:34 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"448\",\n                    \"productCode\": \"8697585863780\",\n                    \"barcode\": \"111\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhh-971-pants-237.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"449\",\n                    \"productCode\": \"8697585863797\",\n                    \"barcode\": \"222\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhh-971-pants-237.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhhh-971-pants-237.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1287\",\n            \"productCode\": \"CYH-N12323\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \" abc\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CY 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-45\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/09/2021 3:36:48 PM\",\n            \"date_add\": \"22/09/2021 3:36:48 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"450\",\n                    \"productCode\": \"8697585863957\",\n                    \"barcode\": \"8697585863957\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"14\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-238.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-238.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1288\",\n            \"productCode\": \"0021K-025\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \" abc\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHN 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-52\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"07/10/2021 1:50:08 PM\",\n            \"date_add\": \"07/10/2021 1:50:08 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"451\",\n                    \"productCode\": \"8697585863926\",\n                    \"barcode\": \"8697585863926\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"92\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhn-2-pants-239.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"452\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"0\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhn-2-pants-239.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1289\",\n            \"productCode\": \"00111\",\n            \"status\": \"1\",\n            \"description\": \"deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"6557969352243\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fenerbahçe\",\n            \"brand\": \"\",\n            \"group\": \"5\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"54.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"15/10/2021 12:23:11 PM\",\n            \"date_add\": \"15/10/2021 12:23:11 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"453\",\n                    \"productCode\": \"00111\",\n                    \"barcode\": \"6557969352243\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1290\",\n            \"productCode\": \"021162-28419\",\n            \"status\": \"1\",\n            \"description\": \"DSHSDFHDFFHJDFJ\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8681858853820\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"UZUN KOL GÖMLEK  soft mavi\",\n            \"brand\": \"\",\n            \"group\": \"8\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"1\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"50.50\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"18/10/2021 10:59:22 AM\",\n            \"date_add\": \"18/10/2021 10:59:22 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"454\",\n                    \"productCode\": \"021162-28419\",\n                    \"barcode\": \"8681858853820\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"5\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1291\",\n            \"productCode\": \"8681001003977\",\n            \"status\": \"1\",\n            \"description\": \"Deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"1584964156189\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Iphone 7\",\n            \"brand\": \"markaaaaaaaa\",\n            \"group\": \"11\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"10030.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"18/10/2021 11:06:45 AM\",\n            \"date_add\": \"18/10/2021 11:06:45 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"455\",\n                    \"productCode\": \"8681001003977\",\n                    \"barcode\": \"1584964156189\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1292\",\n            \"productCode\": \"2548695\",\n            \"status\": \"1\",\n            \"description\": \"Deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"2547856000047\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"IPHONE 6 PLUS\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"18/10/2021 11:13:21 AM\",\n            \"date_add\": \"18/10/2021 11:13:21 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"456\",\n                    \"productCode\": \"2548695\",\n                    \"barcode\": \"2547856000047\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1293\",\n            \"productCode\": \"15250-020\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438699799\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CMN-058\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"884\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/10/2021 10:35:09 AM\",\n            \"date_add\": \"25/10/2021 10:35:09 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"457\",\n                    \"productCode\": \"8699438699799\",\n                    \"barcode\": \"8699438699799\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"884\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cmn-058-241.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cmn-058-241.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1294\",\n            \"productCode\": \"testproductcode321\",\n            \"status\": \"1\",\n            \"description\": \"321 nolu test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"testbarcode321\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Coca Cola Meşrubat\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"11.34\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/10/2021 10:38:20 AM\",\n            \"date_add\": \"25/10/2021 10:38:20 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"458\",\n                    \"productCode\": \"testproductcode321\",\n                    \"barcode\": \"test321varyantbarcode\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1295\",\n            \"productCode\": \"w-l-12532w2i2\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"13\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"25/10/2021 1:26:13 PM\",\n            \"date_add\": \"25/10/2021 1:26:13 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"459\",\n                    \"productCode\": \"w-l-1258-m2\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-246.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"460\",\n                    \"productCode\": \"w-l-1258-n2\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-246.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-246.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1296\",\n            \"productCode\": \"testproductcode3212\",\n            \"status\": \"1\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"testbarcode321\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"test product name\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"11.34\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"26/10/2021 1:01:34 PM\",\n            \"date_add\": \"26/10/2021 1:01:34 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"461\",\n                    \"productCode\": \"testproductcode321\",\n                    \"barcode\": \"test321varyantbarcode\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1297\",\n            \"productCode\": \"CMN-059\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"CMN-059\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CY 2 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-91\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"01/11/2021 1:50:47 PM\",\n            \"date_add\": \"01/11/2021 1:50:47 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"462\",\n                    \"productCode\": \"8699438546276\",\n                    \"barcode\": \"8699438546276\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-31\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-250.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"463\",\n                    \"productCode\": \"8699438546275\",\n                    \"barcode\": \"8699438546275\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"-69\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-250.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cy-2-pants-250.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1298\",\n            \"productCode\": \"0024K-020\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \" abc\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"CYHN 466 pants\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"202\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"02/11/2021 8:48:32 AM\",\n            \"date_add\": \"02/11/2021 8:48:32 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"464\",\n                    \"productCode\": \"8697585864145\",\n                    \"barcode\": \"8697585864145\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"202\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhn-466-pants-251.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/cyhn-466-pants-251.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1299\",\n            \"productCode\": \"F 400-2233\",\n            \"status\": \"1\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438546273\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"F 400-2233\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"17\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"12/11/2021 9:33:50 AM\",\n            \"date_add\": \"12/11/2021 9:33:50 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"466\",\n                    \"productCode\": \"8699438546273\",\n                    \"barcode\": \"8699438546273\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"17\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/f-400-2233-252.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/f-400-2233-252.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1300\",\n            \"productCode\": \"0027K-025\",\n            \"status\": \"1\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"0027K-025\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0027K-025\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"-3\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"15/11/2021 2:14:39 PM\",\n            \"date_add\": \"15/11/2021 2:14:39 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"467\",\n                    \"productCode\": \"8697585864480\",\n                    \"barcode\": \"8697585864480\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0027k-025-253.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"468\",\n                    \"productCode\": \"8697585864497\",\n                    \"barcode\": \"8697585864497\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0027k-025-253.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0027k-025-253.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1301\",\n            \"productCode\": \"0078K-020\",\n            \"status\": \"1\",\n            \"description\": \"test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"0078K-020\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0078K-020\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"58\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"15/11/2021 3:57:33 PM\",\n            \"date_add\": \"15/11/2021 3:57:33 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"469\",\n                    \"productCode\": \"8697585983921\",\n                    \"barcode\": \"8697585983921\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"70\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0078k-020-254.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"470\",\n                    \"productCode\": \"8697585983914\",\n                    \"barcode\": \"8697585983914\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"0\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0078k-020-254.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/0078k-020-254.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1302\",\n            \"productCode\": \"w-l-12532w2i65\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Fatih 2 pants 22\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"13\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 2:39:56 PM\",\n            \"date_add\": \"24/11/2021 2:39:56 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"471\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"40\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-22-255.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"472\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"barcode\": \"82198029399\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"2\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"SİYAH\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-22-255.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/fatih-2-pants-22-255.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1303\",\n            \"productCode\": \"w-l-12532w2i651\",\n            \"status\": \"1\",\n            \"description\": \"it is deneme\",\n            \"product_type\": \"0\",\n            \"barcode\": \"82198029399991\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"AAA 2 pants 22\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"13\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"8\",\n            \"price1\": \"13.93\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 2:42:49 PM\",\n            \"date_add\": \"24/11/2021 2:42:49 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1304\",\n            \"productCode\": \"000111111011355\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"26241454515111\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 444\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:11:28 PM\",\n            \"date_add\": \"24/11/2021 3:11:28 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1305\",\n            \"productCode\": \"0001111110113555\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"2624145451511166\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 444\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:15:47 PM\",\n            \"date_add\": \"24/11/2021 3:15:47 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1306\",\n            \"productCode\": \"000111ii1110113555\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"262466p145451511166\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 444\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:18:13 PM\",\n            \"date_add\": \"24/11/2021 3:18:13 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1307\",\n            \"productCode\": \"dddsss8855ss55\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"aaaasdd1122\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 44455\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:20:41 PM\",\n            \"date_add\": \"24/11/2021 3:20:41 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1308\",\n            \"productCode\": \"dddsss8855ss5511\",\n            \"status\": \"1\",\n            \"description\": \"saddasfasd asd asd sad asd asd asd\",\n            \"product_type\": \"0\",\n            \"barcode\": \"aaaasdd112211\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Test ürün 4445511\",\n            \"brand\": \"\",\n            \"group\": \"4\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"199.42\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"24/11/2021 3:24:57 PM\",\n            \"date_add\": \"24/11/2021 3:24:57 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1309\",\n            \"productCode\": \"deneme123\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"deneme123\",\n            \"brand\": \"WW\",\n            \"group\": \"6\",\n            \"quantity\": \"9876\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"25/11/2021 1:11:02 PM\",\n            \"date_add\": \"25/11/2021 1:11:02 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1310\",\n            \"productCode\": \"0129K-020\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438185186\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0129K TEST ÜRÜNÜ\",\n            \"brand\": \"Vakkko\",\n            \"group\": \"2\",\n            \"quantity\": \"119\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"25/11/2021 1:34:18 PM\",\n            \"date_add\": \"25/11/2021 1:34:18 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"8699438185186\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1311\",\n            \"productCode\": \"dnm123\",\n            \"status\": \"1\",\n            \"description\": \"<p>deneme açıklama</p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"deneme ürün\",\n            \"brand\": \"Vakkko\",\n            \"group\": \"6\",\n            \"quantity\": \"9876\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"300.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"26/11/2021 8:57:36 AM\",\n            \"date_add\": \"26/11/2021 8:57:36 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/-257.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1312\",\n            \"productCode\": \"0024K-020\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585864176\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0024K TEST KAYDI\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"9\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"23.60\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"26/11/2021 11:31:23 AM\",\n            \"date_add\": \"26/11/2021 11:31:23 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"8697585864176\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1313\",\n            \"productCode\": \"8697585163453\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"869758163453\",\n            \"gtin\": \"869758163453\",\n            \"send_api\": \"1\",\n            \"name\": \"0104K-272\",\n            \"brand\": \"WW\",\n            \"group\": \"2\",\n            \"quantity\": \"18\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"30/11/2021 2:39:24 PM\",\n            \"date_add\": \"30/11/2021 2:39:24 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"869758163453\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1314\",\n            \"productCode\": \"Z 415\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438439494\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Z 415\",\n            \"brand\": \"\",\n            \"group\": \"2\",\n            \"quantity\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"11.80\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"01/12/2021 12:57:25 PM\",\n            \"date_add\": \"01/12/2021 12:57:25 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"473\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1315\",\n            \"productCode\": \"2690048351905\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"2690048351905\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"00131K-025\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"01/12/2021 4:16:38 PM\",\n            \"date_add\": \"01/12/2021 4:16:38 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"474\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"2690048351905\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1316\",\n            \"productCode\": \"0015A-009\",\n            \"status\": \"1\",\n            \"description\": \"<p><br></p>\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8697585097574 \",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"0015A-009\",\n            \"brand\": \"\",\n            \"group\": \"2\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"01/12/2021 4:34:32 PM\",\n            \"date_add\": \"01/12/2021 4:34:32 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"8697585097574 \",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"475\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"10\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1317\",\n            \"productCode\": \"V 981-010\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8699438686959\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"TEST KAYDI V 981-010\",\n            \"brand\": \"\",\n            \"group\": \"19\",\n            \"quantity\": \"10\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"06/12/2021 4:08:00 PM\",\n            \"date_add\": \"06/12/2021 4:08:00 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"476\",\n                    \"productCode\": \"8699438686959\",\n                    \"barcode\": \"8699438686959\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"120\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1318\",\n            \"productCode\": \"00132K-025\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"00132K-025\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"00132K-025\",\n            \"brand\": \"\",\n            \"group\": \"20\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/12/2021 10:29:37 AM\",\n            \"date_add\": \"07/12/2021 10:29:37 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"477\",\n                    \"productCode\": \"2690048322547\",\n                    \"barcode\": \"2690048322547\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Mavi\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"478\",\n                    \"productCode\": \"\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"30\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"34\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1319\",\n            \"productCode\": \"0163K-052\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"0163K-052\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"0163K-052\",\n            \"brand\": \"\",\n            \"group\": \"20\",\n            \"quantity\": \"190\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"07/12/2021 10:33:01 AM\",\n            \"date_add\": \"07/12/2021 10:33:01 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"479\",\n                    \"productCode\": \"8699438137314\",\n                    \"barcode\": \"8699438137314\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"300\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"37\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"480\",\n                    \"productCode\": \"8699438137321\",\n                    \"barcode\": \"8699438137321\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"150\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"32\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1320\",\n            \"productCode\": \"0002K-052\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"0002K-052\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"0002K-052\",\n            \"brand\": \"\",\n            \"group\": \"18\",\n            \"quantity\": \"696\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"13/12/2021 8:16:20 AM\",\n            \"date_add\": \"13/12/2021 8:16:20 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"481\",\n                    \"productCode\": \"8699438137109\",\n                    \"barcode\": \"8699438137116\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"120\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"482\",\n                    \"productCode\": \"8699438137130\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"576\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1321\",\n            \"productCode\": \"0167K-020\",\n            \"status\": \"1\",\n            \"description\": \"\",\n            \"product_type\": \"0\",\n            \"barcode\": \"\",\n            \"gtin\": \"\",\n            \"send_api\": \"0\",\n            \"name\": \"0167K-020\",\n            \"brand\": \"\",\n            \"group\": \"18\",\n            \"quantity\": \"9876\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"0.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"Manual\",\n            \"date_change\": \"19/12/2021 8:59:46 PM\",\n            \"date_add\": \"19/12/2021 8:59:46 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"variatios\": [\n                {\n                    \"id\": \"483\",\n                    \"productCode\": \"8699438185889\",\n                    \"barcode\": \"\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"69\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"41\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"484\",\n                    \"productCode\": \"8699438185896\",\n                    \"barcode\": \"8699438185896\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"20\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"36\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                },\n                {\n                    \"id\": \"485\",\n                    \"productCode\": \"8699438185872\",\n                    \"barcode\": \"8699438185872\",\n                    \"gtin\": \"\",\n                    \"quantity\": \"100\",\n                    \"price\": \"0.00\",\n                    \"hb_st_sku\": \"\",\n                    \"hb_sku\": \"\",\n                    \"price1\": \"0.00\",\n                    \"price2\": \"0.00\",\n                    \"price3\": \"0.00\",\n                    \"price4\": \"0.00\",\n                    \"price5\": \"0.00\",\n                    \"price6\": \"0.00\",\n                    \"price7\": \"0.00\",\n                    \"price8\": \"0.00\",\n                    \"n11_price\": \"0.00\",\n                    \"n11_discountValue\": \"0.00\",\n                    \"hb_price\": \"0.00\",\n                    \"trendyol_listPrice\": \"0.00\",\n                    \"trendy_price\": \"0.00\",\n                    \"eptt_price\": \"0.00\",\n                    \"eptt_iskonto\": \"0.00\",\n                    \"n11pro_price\": \"0.00\",\n                    \"n11pro_discountValue\": \"0.00\",\n                    \"amazon_price\": \"0.00\",\n                    \"amazon_salePrice\": \"0.00\",\n                    \"mizu_price1\": \"0.00\",\n                    \"mizu_price2\": \"0.00\",\n                    \"zebramo_listPrice\": \"0.00\",\n                    \"zebramo_salePrice\": \"0.00\",\n                    \"farmazon_price\": \"0.00\",\n                    \"farmazon_market_price\": \"0.00\",\n                    \"farmaBorsaPrice\": \"0.00\",\n                    \"farmaborsa_psPrice\": \"0.00\",\n                    \"morhipo_listPrice\": \"0.00\",\n                    \"morhipo_price\": \"0.00\",\n                    \"lidyana_listPrice\": \"0.00\",\n                    \"lidyana_salePrice\": \"0.00\",\n                    \"pazarama_listPrice\": \"0.00\",\n                    \"pazarama_salePrice\": \"0.00\",\n                    \"vfmall_listPrice\": \"0.00\",\n                    \"vfmall_salePrice\": \"0.00\",\n                    \"aliniyor_listPrice\": \"0.00\",\n                    \"aliniyor_salePrice\": \"0.00\",\n                    \"aliexpress_price\": \"0.00\",\n                    \"aliexpress_salePrice\": \"0.00\",\n                    \"modanisa_listPrice\": \"0.00\",\n                    \"modanisa_price\": \"0.00\",\n                    \"bpazar_price1\": \"0.00\",\n                    \"bpazar_price2\": \"0.00\",\n                    \"flo_listPrice\": \"0.00\",\n                    \"flo_salePrice\": \"0.00\",\n                    \"novadan_price\": \"0.00\",\n                    \"needion_listPrice\": \"0.00\",\n                    \"needion_salePrice\": \"0.00\",\n                    \"bisifirat_listPrice\": \"0.00\",\n                    \"bisifirat_salePrice\": \"0.00\",\n                    \"iyifiyat_listPrice\": \"0.00\",\n                    \"iyifiyat_salePrice\": \"0.00\",\n                    \"turkcellpasaj_listPrice\": \"0.00\",\n                    \"turkcellpasaj_salePrice\": \"0.00\",\n                    \"narwoo_price\": \"0.00\",\n                    \"narwoo_salePrice\": \"0.00\",\n                    \"joom_price\": \"0.00\",\n                    \"joom_msrPrice\": \"0.00\",\n                    \"nevade_listPrice\": \"0.00\",\n                    \"nevade_salePrice\": \"0.00\",\n                    \"yapisepeti_listPrice\": \"0.00\",\n                    \"yapisepeti_salePrice\": \"0.00\",\n                    \"op1001_listPrice\": \"0.00\",\n                    \"op1001_salePrice\": \"0.00\",\n                    \"etsy_price\": \"0.00\",\n                    \"wish_price\": \"0.00\",\n                    \"omnitron_price1\": \"0.00\",\n                    \"omnitron_price2\": \"0.00\",\n                    \"zoodmall_price\": \"0.00\",\n                    \"buying_price\": \"0.00\",\n                    \"itemdim1code\": \"\",\n                    \"itemdim2code\": \"\",\n                    \"variationSpec\": [\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": \"38\"\n                        }\n                    ],\n                    \"variation_pictures\": []\n                }\n            ],\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1322\",\n            \"productCode\": \"Bls001\",\n            \"status\": \"0\",\n            \"description\": \"Bilsoft Açıklama\",\n            \"product_type\": \"0\",\n            \"barcode\": \"8181\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Bilsoft Ön Muhasebe\",\n            \"brand\": \"\",\n            \"group\": \"0\",\n            \"quantity\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"590.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 11:05:29 AM\",\n            \"date_add\": \"22/12/2021 11:05:29 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": []\n        },\n        {\n            \"id\": \"1323\",\n            \"productCode\": \"necotest\",\n            \"status\": \"0\",\n            \"description\": \"321 nolu test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"necilbarcode123\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"necil kazak\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"11\",\n            \"price1\": \"11.66\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 11:19:51 AM\",\n            \"date_add\": \"22/12/2021 11:19:51 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1324\",\n            \"productCode\": \"necotest123\",\n            \"status\": \"1\",\n            \"description\": \"neco 2 nolu test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"necilbarcode1234\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"necil kazak2\",\n            \"brand\": \"\",\n            \"group\": \"2\",\n            \"quantity\": \"20\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"11\",\n            \"price1\": \"11.66\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 11:26:24 AM\",\n            \"date_add\": \"22/12/2021 11:26:24 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1325\",\n            \"productCode\": \"necotest3\",\n            \"status\": \"1\",\n            \"description\": \"neco 3 nolu test\",\n            \"product_type\": \"0\",\n            \"barcode\": \"necilbarcode3\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"necil kazak3\",\n            \"brand\": \"\",\n            \"group\": \"3\",\n            \"quantity\": \"9\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"15\",\n            \"price1\": \"11.50\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 11:56:51 AM\",\n            \"date_add\": \"22/12/2021 11:56:51 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1326\",\n            \"productCode\": \"bilsfottestcode81\",\n            \"status\": \"1\",\n            \"description\": \"bilsoft test product\",\n            \"product_type\": \"0\",\n            \"barcode\": \"bilsoftbarcode81\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"bilsoft test product name\",\n            \"brand\": \"\",\n            \"group\": \"3\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"10\",\n            \"price1\": \"55.55\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 2:00:50 PM\",\n            \"date_add\": \"22/12/2021 2:00:50 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1327\",\n            \"productCode\": \"bilsfottestcode811\",\n            \"status\": \"1\",\n            \"description\": \"bilsoft test product1\",\n            \"product_type\": \"0\",\n            \"barcode\": \"bilsoftbarcode811\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"bilsoft test product name1\",\n            \"brand\": \"\",\n            \"group\": \"3\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"10\",\n            \"price1\": \"55.55\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 5:19:44 PM\",\n            \"date_add\": \"22/12/2021 5:19:44 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1328\",\n            \"productCode\": \"test811\",\n            \"status\": \"1\",\n            \"description\": \"bilsoft test product2\",\n            \"product_type\": \"0\",\n            \"barcode\": \"bilsoftbarcode812\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"bilsoft test product name2\",\n            \"brand\": \"\",\n            \"group\": \"1\",\n            \"quantity\": \"5\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"10\",\n            \"price1\": \"55.55\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"22/12/2021 5:20:44 PM\",\n            \"date_add\": \"22/12/2021 5:20:44 PM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"\"\n                },\n                {\n                    \"picture\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1329\",\n            \"productCode\": \"BLS0002\",\n            \"status\": \"1\",\n            \"description\": \"Bilsoft Programları\",\n            \"product_type\": \"0\",\n            \"barcode\": \"BLS002\",\n            \"gtin\": \"\",\n            \"send_api\": \"1\",\n            \"name\": \"Bilsoft Online Muhasebe\",\n            \"brand\": \"\",\n            \"group\": \"18\",\n            \"quantity\": \"6\",\n            \"currencyType\": \"TRL\",\n            \"kdv_id\": \"18\",\n            \"price1\": \"236.00\",\n            \"price2\": \"0.00\",\n            \"price3\": \"0.00\",\n            \"price4\": \"0.00\",\n            \"price5\": \"0.00\",\n            \"price6\": \"0.00\",\n            \"price7\": \"0.00\",\n            \"price8\": \"0.00\",\n            \"n11_price\": \"0.00\",\n            \"n11_discountValue\": \"0.00\",\n            \"hb_price\": \"0.00\",\n            \"trendyol_listPrice\": \"0.00\",\n            \"trendyol_salePrice\": \"0.00\",\n            \"eptt_price\": \"0.00\",\n            \"eptt_iskonto\": \"0.00\",\n            \"n11pro_price\": \"0.00\",\n            \"n11pro_discountValue\": \"0.00\",\n            \"amazon_price\": \"0.00\",\n            \"amazon_salePrice\": \"0.00\",\n            \"mizu_price1\": \"0.00\",\n            \"mizu_price2\": \"0.00\",\n            \"zebramo_listPrice\": \"0.00\",\n            \"zebramo_salePrice\": \"0.00\",\n            \"farmazon_price\": \"0.00\",\n            \"farmazon_market_price\": \"0.00\",\n            \"farmaBorsaPrice\": \"0.00\",\n            \"farmaborsa_psPrice\": \"0.00\",\n            \"morhipo_listPrice\": \"0.00\",\n            \"morhipo_salePrice\": \"0.00\",\n            \"lidyana_listPrice\": \"0.00\",\n            \"lidyana_salePrice\": \"0.00\",\n            \"pazarama_listPrice\": \"0.00\",\n            \"pazarama_salePrice\": \"0.00\",\n            \"vfmall_listPrice\": \"0.00\",\n            \"vfmall_salePrice\": \"0.00\",\n            \"aliniyor_listPrice\": \"0.00\",\n            \"aliniyor_salePrice\": \"0.00\",\n            \"aliexpress_price\": \"0.00\",\n            \"aliexpress_salePrice\": \"0.00\",\n            \"modanisa_listPrice\": \"0.00\",\n            \"modanisa_salePrice\": \"0.00\",\n            \"bpazar_price1\": \"0.00\",\n            \"bpazar_price2\": \"0.00\",\n            \"flo_listPrice\": \"0.00\",\n            \"flo_salePrice\": \"0.00\",\n            \"novadan_price\": \"0.00\",\n            \"needion_listPrice\": \"0.00\",\n            \"needion_salePrice\": \"0.00\",\n            \"bisifirat_listPrice\": \"0.00\",\n            \"bisifirat_salePrice\": \"0.00\",\n            \"iyifiyat_listPrice\": \"0.00\",\n            \"iyifiyat_salePrice\": \"0.00\",\n            \"turkcellpasaj_listPrice\": \"0.00\",\n            \"turkcellpasaj_salePrice\": \"0.00\",\n            \"narwoo_price\": \"0.00\",\n            \"narwoo_salePrice\": \"0.00\",\n            \"joom_price\": \"0.00\",\n            \"joom_msrPrice\": \"0.00\",\n            \"nevade_listPrice\": \"0.00\",\n            \"nevade_salePrice\": \"0.00\",\n            \"yapisepeti_listPrice\": \"0.00\",\n            \"yapisepeti_salePrice\": \"0.00\",\n            \"op1001_listPrice\": \"0.00\",\n            \"op1001_salePrice\": \"0.00\",\n            \"etsy_price\": \"0.00\",\n            \"wish_price\": \"0.00\",\n            \"omnitron_price1\": \"0.00\",\n            \"omnitron_price2\": \"0.00\",\n            \"zoodmall_price\": \"0.00\",\n            \"buying_price\": \"0.00\",\n            \"supplier\": \"\",\n            \"date_change\": \"23/12/2021 10:10:51 AM\",\n            \"date_add\": \"23/12/2021 10:10:51 AM\",\n            \"hb_sku\": \"\",\n            \"mpn\": \"\",\n            \"alan1\": \"\",\n            \"alan2\": \"\",\n            \"alan3\": \"\",\n            \"alan4\": \"\",\n            \"alan5\": \"\",\n            \"pictures\": [\n                {\n                    \"picture\": \"http://cdn1.xmlbankasi.com/p1/apitest/image/data/resimler/bilsoft-online-muhasebe-270.png\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"3f4e9745-d8af-400d-9519-14e8c588f152"},{"name":"Get Product V2","id":"41b4d872-6423-417f-b495-8905e730c77e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"product\":[\r\n        {\r\n\t\t\"page\":1,\r\n        \"parameters\":[\r\n            {\r\n            \"id\":2358,\r\n            \"time_period\":[{\r\n\t\t\t\t\"start_date\":\"\",\r\n\t\t\t\t\"end_date\":\"\",\r\n\t\t\t\t\"date_change\":\"\" }]\r\n        }],\r\n        \"additional_categories\":true,\r\n        \"compatible_fields\":true,\r\n        \"variants\":[\r\n            {\r\n            \"id\":true,\r\n            \"productCode\":true,\r\n            \"barcode\":true,\r\n            \"price\":true,\r\n            \"variation_spec\":true,\r\n            \"variation_pictures\":true,\t\t\t\r\n            \"quantities\":true,\r\n            \"prices\":true,\r\n            \"gtin\":true\r\n            }\r\n        ],\r\n           \"others\":[\r\n            {\r\n                \"id\":true,\r\n                \"productCode\":true,\r\n                \"description\":true,\r\n                \"prices\":true,\r\n                \"quantities\":true,\r\n                \"brand\":true,\r\n                \"name\":true,\r\n                \"hb_sku\":true,\r\n                \"date_change\":true,\r\n                \"date_add\":true,\r\n                \"critical_stock\":true,\r\n                \"critical_stock_enable\":true\r\n            }\r\n           ]\r\n        }\r\n    ]\r\n}   ","options":{"raw":{"language":"json"}}},"url":"https://apiv2.entegrabilisim.com/product/list/v2/","description":"<p>Get product servisine ek olarak geliştirilmiştir. Amaç API kullanıcılarımızın ürünlerini listelerken kendi belirledikleri alanları göndererek filtreleme yapması ve olası istenmeyen alanları gelmesini engellemektir.</p>\n<p>JSON gönderilebilecek alanlar;</p>\n<p><strong>page</strong> : Sayfalama yapmak için zorunlu gönderilmesi gereken alandır.<br /><strong>parameters</strong> :[{..}] : id, productCode, barcode vs. ile filtreleme yapmak için kullanılır, zorunlu değildir.<br /><strong>variants</strong>: [{..}] : Ürünün varyantlarında istenilen alanların gelmesi için gerekli alanlar eklenmelidir.Zorunlu değildir, eğer bu alan gönderilecekse id bilgisi 'true' olarak işaretlenip zorunlu iletilmelidir.<br /><strong>additional_categories</strong>: Ürün hakkında ek kategorileri listelemek için gönderilecebilir. Eğer gönderilecekse 'true' olarak işaretlenmelidir. Zorunlu değildir.<br /><strong>compatible_fields</strong> : Ürün uyumluluk hakkındaki alanları listelemek için kullanılır. Eğer gönderilecekse 'true' olarak işaretlenmelidir. Zorunlu değildir.<br /><strong>others</strong> : [{..}] : Ana ürün hakkında listelenmesini istelilen alanları bu kısma eklenmelidir. Eğer bu alan gönderilecekse id 'true' olarak işaretlenmelidir zorunlu olarak. Diğer alanların hepsi opsiyoneldir.</p>\n<p>* : Zorunlu alan</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Alan</strong></th>\n<th><strong>Aldığı Değerler</strong></th>\n<th><strong>Zorunlu</strong></th>\n<th><strong>Zorunlu Değil</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Page*</td>\n<td>1,2,3,4,5 ...</td>\n<td>*</td>\n<td></td>\n</tr>\n<tr>\n<td>Parameters</td>\n<td>id,  <br />productCode,  <br />sync,  <br />barcode,  <br />status,  <br />send_supplier,  <br />api_sync,  <br />send_api  <br />time_period:[{  <br />start_date,  <br />end_date,  <br />date_change  <br />}]</td>\n<td></td>\n<td>*</td>\n</tr>\n<tr>\n<td>Variants</td>\n<td>id : true *,  <br />productCode: true,  <br />barcode: true  <br />prices,  <br />quantities,  <br />price,  <br />gtin,  <br />desi,  <br />height,  <br />width,  <br />depth,  <br />weight,  <br />hb_sku,  <br />hb_st_sku,  <br />itemdim1code,  <br />itemdim2code,</td>\n<td></td>\n<td>*</td>\n</tr>\n<tr>\n<td>Others</td>\n<td>id: true *,  <br />productCode:true,  <br />status: true,  <br />description,  <br />barcode,  <br />product_type,  <br />gtin,  <br />send_api,  <br />name,  <br />brand,  <br />quantity,  <br />quantity2,  <br />quantity2_enable,  <br />currencyType,  <br />kdv_id,  <br />supplier,  <br />date_change,  <br />date_add,  <br />hb_sku,  <br />mpn,  <br />desi,  <br />height,  <br />width,  <br />depth,  <br />agirlik,  <br />miad,  <br />critical_stock,  <br />critical_stock_enable,</td>\n<td></td>\n<td>*</td>\n</tr>\n<tr>\n<td>Compatible_fields</td>\n<td>true</td>\n<td></td>\n<td>*</td>\n</tr>\n<tr>\n<td>additional_categories</td>\n<td>true</td>\n<td></td>\n<td>*</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["product","list","v2",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"41b4d872-6423-417f-b495-8905e730c77e"},{"name":"Create Products","id":"8f744c3e-bc57-4a3d-98fb-84dd38f72d63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"list\": [\n        {\n            \"status\": 1,\n            \"group\": 1,\n            \"productCode\": \"urundeneme\",\n            \"productName\": \"telefon kilifi\",\n            \"barcode\": \"82198029399\",\n            \"price1\": 100,\n            \"quantity\": 13,\n            \"kdv_id\": 8,\n            \"currencyType\": \"TRL\",\n            \"description\": \"it is deneme\",\n            \"brand\": \"Nike\",\n            \"product_pictures\": [],\n            \"variations\": [\n                {\n                    \"barcode\": \"82198029399\",\n                    \"productCode\": \"w-l-1258-m\",\n                    \"quantity\": 2,\n                    \"price_prefix\":\"+\",\n                    \"price\":13,\n                    \"variation_specs\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": 40\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"https://productimages.hepsiburada.net/s/22/500/9949994680370.jpg\"\n                        }\n                    ]\n                },\n                {\n                    \"barcode\": \"82198029399\",\n                    \"productCode\": \"w-l-1258-n\",\n                    \"quantity\": 2,\n                    \"price_prefix\":\"-\",\n                    \"price\":15,\n                    \"variation_specs\": [\n                        {\n                            \"name\": \"Renk\",\n                            \"value\": \"Siyah\"\n                        },\n                        {\n                            \"name\": \"Beden\",\n                            \"value\": 41\n                        }\n                    ],\n                    \"variation_pictures\": [\n                        {\n                            \"url\": \"https://productimages.hepsiburada.net/s/22/500/9949994680370.jpg\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},"url":"https://apiv2.entegrabilisim.com/product/","description":"<p>Entegrada yeni urun olusturulmasi.</p>\n<p><strong>Ana Üründe Zorunlu Alanlar (Main Product Required Fields):</strong><br />status(IntegerField) = Ürün durumu. Pasif ise 0 Aktif ise 1 olmalıdır.<br />quantity(IntegerField) = Ürün adeti.<br />group(IntegerField) = Ürün Kategorisi. Kategorinin entegrada ki id si olmalıdır.<br />productName(CharField) = Ürün adı.<br />productCode = Urun kodu.<br />barcode(CharField) = Ürün barkodu.<br />price1(FloatField) = Fiyat 1 <em>(KDV haric, price without tax)</em><br />kdv_id (IntegerField) = kdv <em>(oranlar: 0, 8, 10, 18)</em><br />currencyType(CharField) = Kur <em>( TRL, USD, EUR, CHF, SFR, IRR, RUB, GBP, JPY)</em><br />description = (CharField) = Ürün tanimi.<br />product_pictures = [] array of objects<br />variations = []<br />brand = Marka<br />supplier(CharField) = Entegrator firma ismi. Sonradan degistirilemez. (Name of the integrator)<br />supplier_id(CharField) = Urunun sku’su yada unique bir code.(it should be a unique code. Sku of the product can be used in this field)</p>\n<p><strong>Varyant Alanlari (Variation Fields):</strong><br />barcode = CharField = Zorunlu<br />productCode = CharField = Zorunlu<br />quantity = IntegerField = Zorunlu<br />subtract = IntegerField<br />price = FloatField<br />price_prefix = CharField = (default=\"+\")<br />points = IntegerField = (default=0)<br />points_prefix = CharField = (default=\"+\")<br />width(FloatField) = En Değeri = (default=0)<br />weight_prefix = CharField = (default=\"+\")<br />variation_specs = [{“name”: “”. “value”:””}]<br />variation_pictures = [{“url”: “”}]<br />• Varyant bazli urun eklenmesi durumunda varyant turlerinden birinin kesinlikle “renk” olmasi<br />gerekmektedir. Eğer varyant ürün \"renk\" bilgisi gerektirmiyorsa gönderilmeyebilir.<br />• “color” attribute of variation is required in terms of adding variation pictures.<br />itemdim1code = Charfield<br />itemdim2code = CharField</p>\n<p><strong>Opsiyonel Anlar (Optional Fields):</strong><br />price2(FloatField) = Fiyat 2<br />price3(FloatField) = Fiyat 3<br />price4(FloatField) = Fiyat 4<br />price5(FloatField) = Fiyat 5<br />price6(FloatField) = Fiyat 6<br />price7(FloatField) = Fiyat 7<br />price8(FloatField) = Fiyat 8<br />n11_price = N11 Fiyat.<br />n11_discountValue = N11 indirimli fiyat.<br />n11pro_price = N11 Pro fiyat.<br />n11pro_discountValue = N11 Pro indirimli fiyat.<br />gg_buyNowPrice = GittiGidiyor fiyat.<br />gg_marketPrice =<br />amazon_price = Amazon Fiyat.<br />amazon_salePrice = Amazon indirimli fiyat.<br />sp_price = Sanal Pazar fiyat.<br />hb_price = Hepsiburada fiyat.<br />eptt_price = Eptt fiyat<br />eptt_iskonto =<br />trendyol_listPrice = Trendyol fiyat.<br />trendyol_salePrice = Trendyol indirimli fiyat.<br />flo_listPrice = Flo fiyat.<br />flo_salePrice = Flo indirimli fiyat.<br />birvbiry_price1<br />birvbiry_price2<br />morhipo_listPrice = Moripho fiyat<br />morhipo_salePrice= Moripho indirimli fiyat<br />farmazon_price = Farmazon fiyat<br />farmazon_market_price<br />mizu_price1 = Mizu<br />mizu_price2 = Mizu<br />zebramo_listPrice = Zebramo<br />zebramo_salePrice = Zebramo indirimli fiyat.<br />novadan_price<br />lidyana_listPrice = Lidyana fiyat<br />lidyana_salePrice = Lidyana indirimli fiyat.<br />modanisa_listPrice = Modanisa Fiyat<br />modanisa_salePrice = Modanisa Indirimli fiyat<br />aliexpress_price = Aliexpress fiyat<br />amazonEu_price = Amazon Ingiltere fiyat<br />amazonFr_price = Amazon Fransa fiyat<br />joom_price = Joom fiyat<br />depth(FloatField) = Derinlik Değeri = (default=0)<br />width(FloatField) = En Değeri = (default=0)<br />height(FloatField) = Boy Değeri = (default=0)<br />desi(FloatField) = desi<br />country_of_origin(Mense-i) = CharField<br />miad = CharField = \"2023-05-26 12:15:15\"<br />agirlik(FloatField)= agırlık<br />sub_name(CharField)=Alt Başlık<br />invoice_name(CharField)=Fatura İsmi<br />warehouse_rack_number(CharField) = raf numarası</p>\n","urlObject":{"path":["product",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f744c3e-bc57-4a3d-98fb-84dd38f72d63"},{"name":"Create Products V2","id":"6fda9501-dba6-4d56-8347-dc619f65b40d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"list\": [\n    {\n      \"status\": 1,\n      \"group\": 1,\n      \"productCode\": \"yeni urun\",\n      \"productName\": \"Fatih 2 pants\",\n      \"barcode\": \"821980293999\",\n      \"quantity\": 13,\n      \"kdv_id\": 8,\n      \"currencyType\": \"TRL\",\n      \"description\": \"it is deneme\",\n      \"brand\": \"Nike\",\n      \"product_pictures\": [],\n      \"prices\": [\n        {\n          \"priceValue\": 100,\n          \"priceCode\": \"trendyol_listPrice\",\n          \"store_id\": 0\n        },\n        {\n          \"priceValue\": 200,\n          \"priceCode\": \"price1\",\n          \"store_id\": 0\n        },\n        {\n          \"priceValue\": 300,\n          \"priceCode\": \"hb_price\",\n          \"store_id\": 0\n        },\n        {\n          \"priceValue\": 400,\n          \"priceCode\": \"mizu_price1\",\n          \"store_id\": 0\n        },\n        {\n          \"priceValue\": 500,\n          \"priceCode\": \"mizu_price2\",\n          \"store_id\": 0\n        }\n      ],\n      \"variations\": [\n        {\n          \"barcode\": \"1000\",\n          \"productCode\": \"yeniservis-2\",\n          \"quantity\": 2,\n          \"price\": 20,\n          \"price_prefix\": \"+\",\n          \"prices\": [\n            {\n              \"priceValue\": 100,\n              \"priceCode\": \"trendyol_listPrice\",\n              \"store_id\": 0\n            }\n          ],\n          \"variation_specs\": [\n            {\n              \"name\": \"Renk\",\n              \"value\": \"Siyah\"\n            },\n            {\n              \"name\": \"Beden\",\n              \"value\": 40\n            }\n          ],\n          \"variation_pictures\": [\n            {\n              \"url\": \"https://productimages.hepsiburada.net/s/22/500/9949994680370.jpg\"\n            }\n          ]\n        },\n        {\n          \"barcode\": \"1001\",\n          \"productCode\": \"yeniservis-1\",\n          \"quantity\": 2,\n          \"price\": 20,\n          \"price_prefix\": \"+\",\n          \"variation_specs\": [\n            {\n              \"name\": \"Renk\",\n              \"value\": \"Siyah\"\n            },\n            {\n              \"name\": \"Beden\",\n              \"value\": 41\n            }\n          ],\n          \"prices\": [\n            {\n              \"priceValue\": 100,\n              \"priceCode\": \"trendyol_listPrice\",\n              \"store_id\": 0\n            }\n          ],\n          \"variation_pictures\": [\n            {\n              \"url\": \"https://productimages.hepsiburada.net/s/22/500/9949994680370.jpg\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"},"url":"https://apiv2.entegrabilisim.com/product/v2/","description":"<p>Entegrada yeni urun olusturulmasi.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Alanlar(Fields)  <br />Opsiyonel(Required=False)*</th>\n<th><strong>Tip(Type)</strong></th>\n<th>Açıklama(Description)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productCode</td>\n<td>CharField</td>\n<td>Ürün Kodu</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>CharField</td>\n<td>Ürün Adı</td>\n</tr>\n<tr>\n<td>barcode *</td>\n<td>CharField</td>\n<td>Barkod Bilgisi</td>\n</tr>\n<tr>\n<td>status</td>\n<td>IntegerField</td>\n<td>Ürün Durumu. Pasif ise 0 Aktif ise 1 olmalıdır.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>IntegerField</td>\n<td>Ürün Stoku</td>\n</tr>\n<tr>\n<td>group</td>\n<td>IntegerField</td>\n<td>Ürün Grup Numarası  <br />Ürün Kategorisi. Kategorinin entegrada ki id si olmalıdır.</td>\n</tr>\n<tr>\n<td>gtin *</td>\n<td>CharField</td>\n<td>Gtin Numarası</td>\n</tr>\n<tr>\n<td>description</td>\n<td>CharField</td>\n<td>Ürün Açıklaması</td>\n</tr>\n<tr>\n<td>kdv_id</td>\n<td>IntegerField</td>\n<td>Kdv Oranı  <br />kdv <em>(oranlar: 0, 8, 10, 18,20)</em></td>\n</tr>\n<tr>\n<td>currencyType</td>\n<td>CharField</td>\n<td>Döviz Tipi  <br />Kur <em>( TRL, USD, EUR, CHF, SFR, IRR, RUB, GBP, JPY)</em></td>\n</tr>\n<tr>\n<td>brand</td>\n<td>CharField</td>\n<td>Marka Adı</td>\n</tr>\n<tr>\n<td>variations *</td>\n<td>Many</td>\n<td></td>\n</tr>\n<tr>\n<td>product_pictures[{  <br />url = CharField  <br />}] *</td>\n<td>Many</td>\n<td>Ürün Görseli</td>\n</tr>\n<tr>\n<td>supplier *</td>\n<td>CharField</td>\n<td>Entegrator firma ismi. Sonradan degistirilemez.</td>\n</tr>\n<tr>\n<td>supplier_id *</td>\n<td>CharField</td>\n<td>Urunun sku’su yada unique bir code.</td>\n</tr>\n<tr>\n<td>warehouse_rack_number *</td>\n<td>CharField</td>\n<td>Raf Numarası</td>\n</tr>\n<tr>\n<td>depth *</td>\n<td>FloatField</td>\n<td>Derinlik</td>\n</tr>\n<tr>\n<td>width *</td>\n<td>FloatField</td>\n<td>Genişlik</td>\n</tr>\n<tr>\n<td>height *</td>\n<td>FloatField</td>\n<td>Yükseklik</td>\n</tr>\n<tr>\n<td>agirlik *</td>\n<td>FloatField</td>\n<td>Agirlik</td>\n</tr>\n<tr>\n<td>desi *</td>\n<td>FloatField</td>\n<td>Desi</td>\n</tr>\n<tr>\n<td>prices[{  <br />priceValue = FloatField  <br />priceCode = CharField  <br />store_id = IntegerField  <br />}] *</td>\n<td>Many</td>\n<td>Ürün Fiyat Değerleri</td>\n</tr>\n<tr>\n<td>mpn *</td>\n<td>CharField</td>\n<td>Üretici Parça Numarası</td>\n</tr>\n<tr>\n<td>country_of_origin *</td>\n<td>CharField</td>\n<td>Mense-i</td>\n</tr>\n<tr>\n<td>miad *</td>\n<td>CharField</td>\n<td>Tanımlanan Süre</td>\n</tr>\n<tr>\n<td>invoice_name *</td>\n<td>CharField</td>\n<td>Fatura Adı</td>\n</tr>\n<tr>\n<td>sub_name *</td>\n<td>CharField</td>\n<td>Alt Başlık</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Variations</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Alanlar(Fields)  <br />Opsiyonel(Required=False)*</th>\n<th><strong>Tip(Type)</strong></th>\n<th><strong>Açıklama(Description)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>barcode</td>\n<td>CharField</td>\n<td>Barkod Bilgisi</td>\n</tr>\n<tr>\n<td>productCode</td>\n<td>CharField</td>\n<td>Ürün Kodu</td>\n</tr>\n<tr>\n<td>gtin *</td>\n<td>CharField</td>\n<td>Gtin Numarası</td>\n</tr>\n<tr>\n<td>quantity *</td>\n<td>IntegerField</td>\n<td>Ürün Stoku 1</td>\n</tr>\n<tr>\n<td>quantity2 *</td>\n<td>IntegerField</td>\n<td>Ürün Stoku 2</td>\n</tr>\n<tr>\n<td>subtract *</td>\n<td>IntegerField, Default=0</td>\n<td></td>\n</tr>\n<tr>\n<td>price *</td>\n<td>FloatField, Default=0</td>\n<td>Fiyat Farkı</td>\n</tr>\n<tr>\n<td>price_prefix *</td>\n<td>CharField, Default=\"+\"</td>\n<td>Fiyat Farkı İşlemi</td>\n</tr>\n<tr>\n<td>points *</td>\n<td>IntegerField, Default=0</td>\n<td>Puan</td>\n</tr>\n<tr>\n<td>points_prefix *</td>\n<td>CharField, Default=\"+\"</td>\n<td>Puan Farkı</td>\n</tr>\n<tr>\n<td>weight *</td>\n<td>IntegerField</td>\n<td>Ağırlık</td>\n</tr>\n<tr>\n<td>weight_prefix *</td>\n<td>CharField, Default=\"+\"</td>\n<td>Ağırlık Farkı</td>\n</tr>\n<tr>\n<td>variation_specs[{  <br />name = CharField  <br />value = CharField  <br />}]</td>\n<td>Many</td>\n<td>Varyant Özellikleri</td>\n</tr>\n<tr>\n<td>variation_pictures[{  <br />url = CharField  <br />}] *</td>\n<td>Many</td>\n<td>Varyant Görseli</td>\n</tr>\n<tr>\n<td>itemdim1code *</td>\n<td>CharField</td>\n<td></td>\n</tr>\n<tr>\n<td>itemdim2code *</td>\n<td>CharField</td>\n<td></td>\n</tr>\n<tr>\n<td>prices[{  <br />priceValue = FloatField  <br />priceCode = CharField  <br />store_id = IntegerField  <br />}] *</td>\n<td>Many</td>\n<td>Ürün Fiyat Değerleri</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Ana Üründe Zorunlu Alanlar (Required Fields in the Main Product ):</strong></p>\n<p>productName(CharField) = Ürün adı. = Zorunlu<br />productCode = Urun kodu. = Zorunlu<br />quantity(IntegerField) = Ürün adeti. = Zorunlu<br />status(IntegerField) = Ürün durumu. Pasif ise 0 Aktif ise 1 olmalıdır. = Zorunlu<br />barcode(CharField) = Ürün barkodu.<br />group(IntegerField) = Ürün Kategorisi. Kategorinin entegrada ki id si olmalıdır. = Zorunlu<br />kdv_id (IntegerField) = kdv <em>(oranlar: 0, 8, 10, 18) = Zorunlu</em><br />currencyType(CharField) = Kur <em>( TRL, USD, EUR, CHF, SFR, IRR, RUB, GBP, JPY) = Zorunlu</em><br />description = (CharField) = Ürün tanimi. = Zorunlu<br />brand = Marka = Zorunlu<br />supplier(CharField) = Entegrator firma ismi. Sonradan degistirilemez. (Name of the integrator)<br />supplier_id(CharField) = Urunun sku’su yada unique bir code.(it should be a unique code. Sku of the product can be used in this field)<br />mpn(CharField)<br />depth(FloatField) = Derinlik<br />width(FloatField) = Genişlik<br />height(FloatField) = Yükseklik<br />desi (FloatField) = desi<br />country_of_origin(Mense-i) = CharField<br />miad = CharField = \"2023-05-26 12:15:15\"<br />agirlik(FloatField)= Agırlık<br />sub_name(CharField)=Alt Başlık<br />invoice_name(CharField)=Fatura İsmi<br />warehouse_rack_number(CharField) = Raf numarası<br /><strong>product_pictures</strong> = [] array of objects<br /><strong>variations</strong> = []<br /><strong>prices</strong> = [] = Entegrada fiyatlar sayfasındaki \"code\" alanı \"priceCode\" alanına eklenmelidir. Ana ürün için fiyat bilgileri.</p>\n<p><strong>Varyant Alanlari (Variation Fields):</strong><br />barcode = CharField = Zorunlu<br />productCode = CharField = Zorunlu<br />quantity = IntegerField<br />quantity2 = IntegerField<br />subtract = IntegerField<br />gtin = (CharField)<br />price = FloatField<br />price_prefix = CharField = (default=\"+\")<br />points = IntegerField = (default=0)<br />points_prefix = CharField = (default=\"+\")<br />weight = IntegerField = (default=0)<br />weight_prefix = CharField = (default=\"+\")<br />variation_specs = [{“name”: “”. “value”:””}]<br />variation_pictures = [{“url”: “”}]<br />prices = [] = Varyantlar için fiyat bilgileri.<br />• Varyant bazli urun eklenmesi durumunda varyant turlerinden birinin kesinlikle “renk” olmasi<br />gerekmektedir. Eğer varyant ürün için \"renk\" bilgisi gerektirmiyorsa gönderilmeyebilir.<br />• “color” attribute of variation is required in terms of adding variation pictures.</p>\n<p>itemdim1code = (CharField)<br />itemdim2code = (CharField)</p>\n<p><strong>Fiyat Alanlari(Prices Fields):</strong> Fiyatlar <em>(KDV haric, price without tax)</em><br />priceValue = FloatField = Zorunlu<br />priceCode = CharField = Zorunlu<br />store_id = IntegerField = Default=0 = Zorunlu</p>\n","urlObject":{"path":["product","v2",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fda9501-dba6-4d56-8347-dc619f65b40d"},{"name":"Add Pictures","id":"267431fd-6aff-4834-adbd-9d3e7a77b368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n\t\t\t\t\"productCode\": \"w-l-1259\",\n\t\t\t\t\"name\": \"fatih\", \n\t\t\t\t\"filename\": \"deneme.jpg\",\n\t\t\t\t\"supplier\": \"Fatih 2 pants\",\n\t\t\t\t\"supplier_id\": \"82198029399\",\n                \"variation_productCode\": \"w-l-1259-m\",\n\t\t\t\t\"picture\": [ \n                    {\"picture_byte\" : \"iVBORw0KGgoAAAANSUhEUgAAAO4AAABFCAYAAABNNdoPAAAAAXNSR0IArsJvsjPy0z...+o3YTwMpXAL8qABLVrMOje2YPBAzFR63aAI9yQFNbn6XNTyBScG6KvTxZE32CmKcE9SeO5pweSDKSHc+G5RhFtQMIQowi0oGDqE8AcIaxSHV7n7CQAAAABJRU5ErkJggg==\"}]\n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/product/pictures/","description":"<p>Enterada mevcut olan bir ürüne byte olarak resim ekleme.</p>\n<p><strong>Zorunlu Alanlar (Required Fields):</strong><br />\"productCode\" = CharField = sku<br />\"name\" = CharField<br />\"file name\" = CharField<br />\"supplier\" = CharField<br />\"supplier_id\" = CharField<br />\"picture\": [{\"picture_byte\" : string }]}</p>\n<p><strong>Opsiyonel Anlar (Optional Fields):</strong><br />\"variation_productCode\" = CharField</p>\n","urlObject":{"path":["product","pictures",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"267431fd-6aff-4834-adbd-9d3e7a77b368"},{"name":"Add Variations","id":"59bd372a-3d70-43c7-b403-b93d83030775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n\t\t\t\t\"productCode\": \"PCLP01TL12SK-500\",\n\t\t\t\t\"variations\": [\n\t\t\t\t\t{  \n                        \"barcode\": \"11123123123\",\n                        \"productCode\":\"PCLP01TL12SK-500-2\",\n                        \"price\":10,\n                        \"price_prefix\":\"+\",\n                        \"weight\":10,\n                        \"weight_prefix\":\"+\",\n    \t\t\t\t\t\"quantity\" : 2,\n                        \"prices\":[\n                            {\n                                \"priceValue\":1001,\n                                \"priceCode\":\"hb_price\",\n                                \"store_id\":0\n                            },\n                            {\n                                \"priceValue\":1002,\n                                \"priceCode\":\"wish_price\",\n                                \"store_id\":0\n                            },\n                            {\n                                \"priceValue\":1002,\n                                \"priceCode\":\"amazon_price\",\n                                \"store_id\":0\n                            }],\n    \t\t\t\t\t\"variation_specs\": [\n    \t\t\t\t\t\t{\n    \t\t\t\t\t\t\t\"name\" : \"Renk\",\n    \t\t\t\t\t\t\t\"value\": \"Vişne\"\n    \t\t\t\t\t\t},\n    \t\t\t\t\t\t{\n    \t\t\t\t\t\t\t\"name\" : \"Beden\",\n    \t\t\t\t\t\t\t\"value\": \"90C\"\n    \t\t\t\t\t\t}],\n                            \"variation_pictures\": [\n    \t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\"url\": \"https://productimages.hepsiburada.net/s/22/500/9949994680370.jpg\"\n\t\t\t\t\t\t\t\t}\n    \t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/product/variations/","description":"<p>Entegra mevcut olan bir ürüne varyasyon eklenmesi.</p>\n<p><strong>Zorunlu Alanlar (Required Fields):</strong><br />\"productCode\" = CharField = Varyant sku</p>\n<p><strong>Varyant Alanlari (Variation Fields):</strong><br />barcode = CharField = Zorunlu<br />productCode = CharField = Zorunlu<br />gtin = CharField()<br />quantity = IntegerField = Zorunlu<br />subtract = IntegerField<br />price = FloatField = Fiyat Farkı<br />price_prefix = CharField = (default=\"+\")<br />points = IntegerField = (default=0)<br />points_prefix = CharField = (default=\"+\")<br />weight = IntegerField = (default=0)<br />weight_prefix = CharField = (default=\"+\")<br />variation_specs = [{“name”: “”. “value”:””}]<br />variation_pictures = [{“url”: “”}]<br />prices = []</p>\n<p><strong>Fiyat Alanlari(Prices Fields):</strong> Fiyatlar <em>(KDV haric, price without tax)</em><br />priceValue = FloatField = Zorunlu<br />priceCode = CharField = Zorunlu<br />store_id = IntegerField = Zorunlu</p>\n","urlObject":{"path":["product","variations",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"59bd372a-3d70-43c7-b403-b93d83030775"},{"name":"Update Product","id":"167e3ced-1dbb-46a6-bb51-25036a1b744f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n\t\t\t\t\"productCode\": \"3007975\",\n\t\t\t\t\"quantity\": 11\n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/product/","description":"<p>Entegrada mevcut olan ürünlerin güncellenmesi.</p>\n<p><strong>Zorunlu Alanlar:</strong><br />Ürün güncellemesi yapılırken id ve productcode'dan birisi zorunlu gönderilmelidir.<br />productCode = (CharField)<br />Id = (IntegerField) = Product idsi.</p>\n<p><strong>Opsiyonel Anlar (Optional Fields):</strong><br />id = (IntegerField)<br />quantity = (IntegerField)<br />status = (IntegerField)<br />productName = (CharField)<br />barcode = (CharField)<br />sync = (IntegerField)<br />api_sync = (IntegerField)<br />brand = (CharField)<br />kdv_id = (IntegerField)<br />description = (CharField)<br />currencyType = (CharField)<br />Price1(FloatField) = Fiyat 1<br />price2(FloatField) = Fiyat 2<br />price3(FloatField) = Fiyat 3<br />price4(FloatField) = Fiyat 4<br />price5(FloatField) = Fiyat 5<br />price6(FloatField) = Fiyat 6<br />price7(FloatField) = Fiyat 7<br />price8(FloatField) = Fiyat 8<br />n11_price = N11 Fiyat.<br />n11_discountValue = N11 indirimli fiyat.<br />n11pro_price = N11 Pro fiyat.<br />n11pro_discountValue = N11 Pro indirimli fiyat.<br />gg_buyNowPrice = GittiGidiyor fiyat.<br />gg_marketPrice<br />amazon_price = Amazon Fiyat.<br />amazon_salePrice = Amazon indirimli fiyat.<br />sp_price = Sanal Pazar fiyat.<br />hb_price = Hepsiburada fiyat.<br />eptt_price = Eptt fiyat<br />eptt_iskonto =<br />trendyol_listPrice = Trendyol fiyat.<br />trendyol_salePrice = Trendyol indirimli fiyat.<br />flo_listPrice = Flo fiyat.<br />flo_salePrice = Flo indirimli fiyat.<br />birvbiry_price1<br />birvbiry_price2<br />morhipo_listPrice = Moripho fiyat<br />morhipo_salePrice= Moripho indirimli fiyat<br />farmazon_price = Farmazon fiyat<br />farmazon_market_price<br />mizu_price1 = Mizu<br />mizu_price2 = Mizu<br />zebramo_listPrice = Zebramo<br />zebramo_salePrice = Zebramo indirimli fiyat.<br />novadan_price<br />lidyana_listPrice = Lidyana fiyat<br />lidyana_salePrice = Lidyana indirimli fiyat.<br />modanisa_listPrice = Modanisa Fiyat<br />modanisa_salePrice = Modanisa Indirimli fiyat<br />aliexpress_price = Aliexpress fiyat<br />amazonEu_price = Amazon Ingiltere fiyat<br />amazonFr_price = Amazon Fransa fiyat<br />joom_price = Joom fiyat<br />vfmall_listPrice = (FloatField)<br />vfmall_salePrice = (FloatField)<br />gtin = (CharField)<br />depth = (FloatField)<br />width = (FloatField)<br />height = (Floatfield)<br />desi = (FloatField)<br />country_of_origin(Mense-i) = CharField<br />miad = CharField = \"2023-05-26 12:15:15\"<br />agirlik(FloatField)= Agırlık<br />sub_name(CharField)=Alt Başlık<br />invoice_name(CharField)=Fatura İsmi<br />warehouse_rack_number(CharField) = Raf numarası<br />variations = []</p>\n","urlObject":{"path":["product",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[{"id":"183dd34a-e93a-44ba-b7bc-1f0f168f25d8","name":"Update Product Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n\t\t\t\t\"productCode\": \"3007975\",\n\t\t\t\t\"quantity\": 11\n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/product/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:22:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, PUT, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success\",\n    \"result\": [\n        {\n            \"id\": 1223,\n            \"productCode\": \"3007975\"\n        }\n    ]\n}"}],"_postman_id":"167e3ced-1dbb-46a6-bb51-25036a1b744f"},{"name":"Update Product V2","id":"977c0a71-0f9f-476c-99c2-6b2f9615a946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"list\": [\n            {\n                \"productCode\": \"AY10944\",\n                \"productName\": \"Urun update deneme.\",\n                \"quantity\": \"10\",\n                \"sync\": 3,\n                \"api_sync\": 3,\n                \"brand\": \"GUESS\",\n                \"description\": \"Varyantli urun deneme.\",\n                \"currencyType\": \"USD\",\n                \"group\": 3,\n                \"kdv_id\": 8,\n                \"depth\": \"20\",\n                \"width\": \"21\",\n                \"height\": \"22\",\n                \"desi\": \"23\",\n                \"status\": \"1\",\n                \"prices\": [\n                    {\n                        \"priceCode\": \"eptt_price\",\n                        \"priceValue\": 100,\n                        \"store_id\": 0\n                    },\n                    {\n                        \"priceCode\": \"hb_price\",\n                        \"priceValue\": 100,\n                        \"store_id\": 0\n                    },\n                    {\n                        \"priceCode\": \"price7\",\n                        \"priceValue\": 100,\n                        \"store_id\": 0\n                    },\n                    {\n                        \"priceValue\": 11,\n                        \"priceCode\": \"trendyol_salePrice\",\n                        \"store_id\": 0\n                    }\n                ],\n                \"variations\": [\n                    {\n                        \"productCode\": \"TA63404\",\n                        \"barcode\":\"3000200065854\",\n                        \"quantity\": \"10\",\n                        \"quantity2\": \"10\",\n                        \"price\": \"10\",\n                        \"price_prefix\": \"-\",\n                        \"width\": \"30\",\n                        \"height\": \"31\",\n                        \"depth\": \"32\",\n                        \"weight\": \"33\",\n                        \"points\": 15,\n                        \"points_prefix\": \"+\",\n                        \"weight_prefix\": \"+\",\n                        \"subtract\": 10,\n                        \"prices\": [\n                            {\n                                \"priceValue\": 10,\n                                \"priceCode\": \"trendyol_salePrice\",\n                                \"store_id\": 0\n                            },\n                            {\n                                \"priceValue\": 11,\n                                \"priceCode\": \"hb_price\",\n                                \"store_id\": 0\n                            },\n                            {\n                                \"priceValue\": 12,\n                                \"priceCode\": \"eptt_price\",\n                                \"store_id\": 0\n                            },\n                            {\n                                \"priceValue\": 13,\n                                \"priceCode\": \"price1\",\n                                \"store_id\": 0\n                            }\n                        ],\n                        \"variation_specs\": [\n                            {\n                                \"name\": \"Renk\",\n                                \"value\": \"SİYAH\"\n                            },\n                            {\n                                \"name\": \"Beden\",\n                                \"value\": 42\n                            }\n                        ]\n                    }\n                ]\n        }\n    ]\n}"},"url":"https://apiv2.entegrabilisim.com/product/update/","description":"<p>Entegrada mevcut olan ürünlerin güncellenmesi. Bu endpoint'de price yapısı değiştirilerek farklı bir yapı sunulmuştur. Müşteri entegra üzerinden kendi fiyat tanımlamaları eklenerek, ürün'ün pazaryeri fiyatı için kendi belirliği fiyat kodu ile güncelleme yapabilmektedir. Aynı durum varyant ürün içinde geçerlidir.</p>\n<p><strong>Zorunlu Alanlar:</strong><br />Ürün güncellemesi yapılırken id ve productcode'dan birisi zorunlu gönderilmelidir.<br />productCode = (CharField)<br />Id = (IntegerField) = Product idsi.</p>\n<p><strong>Opsiyonel Anlar (Optional Fields):</strong><br />productName = CharField<br />barcode = CharField<br />quantity = IntegerField<br />quantity2 = IntegerField<br />group = IntegerField<br />status = IntegerField<br />sync = IntegerField<br />api_sync = IntegerField<br />gtin = CharField<br />description = CharField<br />kdv_id = IntegerField<br />currencyType = CharField<br />brand = CharField<br />depth = FloatField<br />width = FloatField<br />height = FloatField<br />desi = FloatField<br />country_of_origin(Mense-i) = CharField<br />miad = CharField = \"2023-05-26 12:15:15\"<br />agirlik(FloatField)= agırlık<br />sub_name(CharField)=Alt Başlık<br />invoice_name(CharField)=Fatura İsmi<br />warehouse_rack_number(CharField) = Raf numarası<br />Prices = []<br />variations = []</p>\n<p><strong>Variations için alanlar ( * : zorunlu alanlar)</strong><br />barcode = CharField (*)<br />gtin = CharField<br />productCode = CharField (*)<br />quantity = IntegerField<br />quantity2 = IntegerField<br />subtract = IntegerField<br />price = FloatField<br />price_prefix = CharField<br />points = IntegerField<br />points_prefix = CharField<br />weight = IntegerField<br />weight_prefix = CharField<br />variation_specs = ()<br />variation_pictures = ()<br />itemdim1code = CharField()<br />itemdim2code = CharField()<br />prices= []</p>\n<p><strong>Prices alanları:</strong><br />priceValue = FloatField() (*)<br />priceCode = CharField() (*)<br />store_id = IntegerField() (*)</p>\n<p><strong>Spec alanları</strong></p>\n<p>name = CharField = \"Renk\"<br />value = CharField = \"Siyah\"</p>\n","urlObject":{"path":["product","update",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"977c0a71-0f9f-476c-99c2-6b2f9615a946"},{"name":"Update Product Variation","id":"0f1eca0a-3263-4107-a10a-3a3bca734e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n               \"variationId\":5243,\n                \"barcode\":\"0726199637246\",\n                \"quantity\":20,\n                \"price\":31,\n                \"price_prefix\":\"-\",\n                \"width\":50,\n                \"height\":51,\n                \"depth\":52,\n                \"weight\":53,\n                \"gtin\":10,\n                \"prices\":[\n                    {\n                        \"priceValue\":1000,\n                        \"priceCode\":\"hb_price\",\n                        \"store_id\":0\n                    },\n                    {\n                        \"priceValue\":1001,\n                        \"priceCode\":\"wish_price\",\n                        \"store_id\":0\n                    },\n                    {\n                        \"priceValue\":1002,\n                        \"priceCode\":\"etsy_price\",\n                        \"store_id\":0\n                    },\n                    {\n                        \"priceValue\":1003,\n                        \"priceCode\":\"price1\",\n                        \"store_id\":0\n                    }\n                ],\n                \"variation_specs\": [\n                    {\n                        \"name\" : \"Renk\",\n                        \"value\": \"SİYAH\"\n                    },\n                    {\n                        \"name\" : \"Beden\",\n                        \"value\": 40\n                    }\n\t\t\t\t]\n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/product/variations/","description":"<blockquote>\n<p>Entegrada mevcut olan sadece varyant ürünün bilgilerinin güncellenmesi için oluştulmuştur bir servistir. </p>\n</blockquote>\n<p><strong>Zorunlu Alanlar (Required Fields):</strong><br />productCode = CharField = Varyant sku<br />mainProductCode = CharField = Ana urun sku<br />variationId = IntegerField = Varyant id</p>\n<p>NOT : Eğer varyant ürün <strong>variationId</strong> ile güncelleme işlemi yapılacak ise <strong>productCode</strong> ve <strong>mainProductCode</strong> alanları Json dataya eklenmemilidir. Eğer güncelleme işlemi <strong>productCode</strong> ve <strong>mainProductCode</strong> üzerinden yapılacak ise Json datada <strong>variationId</strong> gönderilmemelidir.<br />addVariant=1 parametresi ve <strong>mainProductCode</strong> ile birlikte ürüne yeni varyant eklenebilir.</p>\n<p><strong>Opsiyonel Anlar (Optional Fields):</strong><br />quantity = IntegerField<br />price = FloatField = Fiyat Farkı<br />price_prefix = \"+,-\"<br />barcode= CharField<br />gtin = CharField<br />mpn = CharField<br />desi = FloatField<br />warehouse_rack_number = CharField<br />variation_specs = []<br />width = FloatField<br />height = FloatField<br />depth = FloatField<br />weight = FloatField<br />hb_sku = CharField<br />hb_st_sku = CharField<br />itemdim1code =CharField<br />itemdim2code = CharField<br />prices = []</p>\n","urlObject":{"path":["product","variations",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[{"id":"dc7e8b05-e0a7-4b70-b935-bab965c26ad3","name":"Update Product Variation","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{//productCode ve mainProductCode ile varyant ürünlerde güncelleme işlemi.\n\t\"list\": [\n\t\t\t{\n                \"productCode\":\"0726199637246\",\n                \"mainProductCode\":\"S-CMRLK-SPORT\",\n                \"barcode\":\"0726199637246\",\n                \"quantity\":20,\n                \"price\":31,\n                \"price_prefix\":\"-\",\n                \"width\":50,\n                \"height\":51,\n                \"depth\":52,\n                \"weight\":53,\n                \"gtin\":10,\n                \"prices\":[\n                    {\n                        \"priceValue\":1000,\n                        \"priceCode\":\"hb_price\",\n                        \"store_id\":0\n                    },\n                    {\n                        \"priceValue\":1001,\n                        \"priceCode\":\"wish_price\",\n                        \"store_id\":0\n                    },\n                    {\n                        \"priceValue\":1002,\n                        \"priceCode\":\"etsy_price\",\n                        \"store_id\":0\n                    },\n                    {\n                        \"priceValue\":1003,\n                        \"priceCode\":\"price1\",\n                        \"store_id\":0\n                    }\n                ],\n                \"variation_specs\": [\n                    {\n                        \"name\" : \"Renk\",\n                        \"value\": \"SİYAH\"\n                    },\n                    {\n                        \"name\" : \"Beden\",\n                        \"value\": 40\n                    }\n\t\t\t\t]\n\t\t\t}\n\t\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://apiv2.entegrabilisim.com/product/variations/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0f1eca0a-3263-4107-a10a-3a3bca734e77"},{"name":"Update Product Quantity","id":"92ae590d-b965-4872-9ad6-249aec569710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n                //Varyant urun'un quantity degistirme\n                \"productCode\":\"25003212Y-0704\",\n                \"mainProductCode\":\"25003212Y\",\n                \"store_id\":0,\n                \"quantity\":147\n\t\t\t},\n            {\n                //id ile ana urunde quantity degistirme\n                \"productId\":20208,\n                \"store_id\":0,\n                \"quantity\":147\n            },\n            {   //productCode ile ana urun quantity degistirme\n                \"productCode\":\"16222207480\",\n                \"store_id\":0,\n                \"quantity\":147\n            }\n\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/product/quantity/","description":"<blockquote>\n<p>Entegrada mevcut olan ürünlerin adetlerinin depo bazında güncellenmesi. Ürünlerin listelendiği depo bilgisi girilerek o depodaki adet bilgisi bu endpoint yardımıyla güncellenebilmektedir. Bu endpoint'de adet güncellemesi için müşterilerimize farklı parametreler(productId,productCode,mainProductCode) sunulmaktadır. Müşterilerimizin kendi kaynaklarında tuttuğu ürün kodları ile entegradaki ürün kodları arasındaki uyuşmazlıkların olmasından kaynaklı alternatif parametreler sunulmuştur.<br />Güncelleme üst limiti : Aynı anda 50 ürün güncellenebilir. </p>\n</blockquote>\n<p><strong>NOT:</strong> Eğer sadece ana ürün'ün quantity bilgisi değiştirilecekse <strong>productId</strong> veya <strong>productCode=Stok Kodu</strong> bilgilerinden sadece birisiyle güncelleme yapılabilir. Varyant olan bir ürün'ün quantity bilgisi güncellenicekse <strong>productCode = Varyant Kodu</strong> ve <strong>mainProductCode = Stok Kodu</strong> alanları doldurularak request yapılabilir.</p>\n<p><strong>Opsiyonel Alanlar:</strong></p>\n<p>productId=(CharField)<br />productCode = (CharField)<br />mainProductCode = (CharField)<br />quantity = (CharField)<br />store_id = (IntegerField)</p>\n","urlObject":{"path":["product","quantity",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"92ae590d-b965-4872-9ad6-249aec569710"},{"name":"Update Product Prices","id":"2d8fadab-d40c-4f70-a34e-7df00581b7af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{    /* Ana ürün'de pazaryeri fiyatlarının güncellenmesi */\n\t\t\t\t\"productCode\":\"15600148-0401\",\n                \"mainProductCode\":\"\",\n                \"prices\":[\n                    {\n                        \"store_id\":0,\n                        \"priceCode\":\"amazon_salePrice\",\n                        \"priceValue\":23.90\n                    },\n                    {\n                        \"store_id\":0,\n                        \"priceCode\":\"hb_price\",\n                        \"priceValue\":70\n                    },\n                    {\n                        \"store_id\":0,\n                        \"priceCode\":\"n11_price\",\n                        \"priceValue\":80\n                    },\n                    {\n                        \"store_id\":0,\n                        \"priceCode\":\"trendyol_salePrice\",\n                        \"priceValue\":90\n                    }\n                ]\n\t\t\t},\n            {   /* Varyant ürün'ün pazaryeri fiyatlarının güncellemesi */\n                \"productCode\":\"nuranicgiyim3444433\",\n                \"mainProductCode\":\"şah-me031\",\n                    \"prices\":[\n                    {\n                        \"store_id\":0,\n                        \"priceCode\":\"hb_price\",\n                        \"priceValue\":1\n                    },\n                    {\n                        \"store_id\":0,\n                        \"priceCode\":\"amazon_salePrice\",\n                        \"priceValue\":2\n                    },\n                    {\n                        \"store_id\":0,\n                        \"priceCode\":\"n11_price\",\n                        \"priceValue\":3\n                    },\n                    {\n                        \"store_id\":0,\n                        \"priceCode\":\"trendyol_salePrice\",\n                        \"priceValue\":4 \n                    }\n                ] \n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/product/prices/","description":"<blockquote>\n<p>Entegrada mevcut olan urunlerin fiyatlarının depo bazında guncellenmesi için oluşturulmuştur. Ürünlerin listelendiği depo bilgisi girilerek o depodaki ürünün fiyatının güncellenebilmesi.<br />Güncelleme üst limiti : Aynı anda 50 ürün fiyat bilgisi güncellenebilir. </p>\n</blockquote>\n<p><strong>NOT :</strong> Eğer ürünün varyantları yok ise sadece <strong>productCode(stok kodu)</strong> bilgisi girerek ürünün pazaryeri fiyatları güncellenebilir fakat ürün varyantlı bir ürün ise <strong>productCode(varyant kodu)</strong> ve <strong>mainProductCode(stok kodu)</strong> girilerek varyant ürünlerin fiyatları pazaryerilerine göre güncellenebilir.</p>\n<p><strong>Zorunlu Alanlar:</strong><br />productCode = (CharField)<br />mainProductCode = (CharField)<br />prices = [{<br />priceCode= (CharField) (price1, price2, n11_price, hb_price, trendyol_listPrice)<br />priceValue = (FloatField) = Fiyat<br />store_id = (IntegerField)<br />}]</p>\n","urlObject":{"path":["product","prices",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d8fadab-d40c-4f70-a34e-7df00581b7af"},{"name":"Update Product PriceByVariation_Id","id":"01772a2e-04e0-4612-ac04-c04abcc4f66d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n                \"variationId\":8680,\n                \"prices\":[{\n                    \"store_id\":0,\n                    \"priceValue\":2011,\n                    \"priceCode\":\"n11_discountValue\"\n                },\n                {\n                    \"store_id\":0,\n                    \"priceValue\":20112,\n                    \"priceCode\":\"hb_price\"\n                },\n                {\n                    \"store_id\":0,\n                    \"priceValue\":2010,\n                    \"priceCode\":\"amazon_salePrice\"\n                },\n                {\n                    \"store_id\":0,\n                    \"priceValue\":2010,\n                    \"priceCode\":\"trendyol_salePrice\"\n                }\n                ]  \n\t\t\t},\n            {\n                \"variationId\":8681,\n                \"prices\":[{\n                    \"store_id\":0,\n                    \"priceValue\":2011,\n                    \"priceCode\":\"trendyol_salePrice\"\n                },\n                {\n                    \"store_id\":0,\n                    \"priceValue\":2013,\n                    \"priceCode\":\"amazon_salePrice\"\n                },\n                {\n                    \"store_id\":0,\n                    \"priceValue\":2016,\n                    \"priceCode\":\"hb_price\"\n                }\n                ]\n            },\n            {\n                \"variationId\":5089,\n                \"prices\":[{\n                    \"store_id\":0,\n                    \"priceValue\":2012,\n                    \"priceCode\":\"hb_price\"\n                },\n                {\n                    \"store_id\":0,\n                    \"priceValue\":2014,\n                    \"priceCode\":\"amazon_salePrice\"\n                },\n                {\n                    \"store_id\":0,\n                    \"priceValue\":2023,\n                    \"priceCode\":\"amazon_salePrice\"\n                },\n                {\n                    \"store_id\":0,\n                    \"priceValue\":2020,\n                    \"priceCode\":\"n11_discountValue\"\n                }\n                ]\n            }\n        ]\n}"},"url":"https://apiv2.entegrabilisim.com/product/variation/price/","description":"<blockquote>\n<p>Entegrada mevcut olan varyant bir ürünün varyant id ile pazaryeri fiyatlarının güncellenmesi. </p>\n</blockquote>\n<p><strong>Opsiyonel Anlar (Optional Fields):</strong><br />variationId = IntegerField<br />prices = [{<br />priceCode= (CharField) (price1, price2, n11_price, hb_price, trendyol_listPrice,)<br />priceValue = (FloatField) = Fiyat<br />store_id = (IntegerField)<br />}]</p>\n","urlObject":{"path":["product","variation","price",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"01772a2e-04e0-4612-ac04-c04abcc4f66d"},{"name":"Update Product QuantityByVariation_Id","id":"a8ca541b-7737-4133-9a74-8e7f6421073c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n                \"variationId\":102766,\n                \"store_id\":0,\n                \"quantity\":100\n\t\t\t}\n    ]  \n}"},"url":"https://apiv2.entegrabilisim.com/product/variation/quantity/","description":"<blockquote>\n<p>Entegrada mevcut olan varyant ürünün varyant id ile adet değerinin güncellemesi. </p>\n</blockquote>\n<p><strong>Opsiyonel Anlar (Optional Fields)</strong>:<br />variationId = IntegerField<br />store_id = IntegerField<br />quantity = IntegerField</p>\n","urlObject":{"path":["product","variation","quantity",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8ca541b-7737-4133-9a74-8e7f6421073c"}],"id":"70600d65-35c6-4001-8f58-986990a4785d","description":"<blockquote>\n<p>Ürünler - Products API üç ana endpointden oluşmaktadır, urunlerin olusturulmasi, guncellenmesi ve listelenmesi icin kullanilir.</p>\n</blockquote>\n","_postman_id":"70600d65-35c6-4001-8f58-986990a4785d"},{"name":"Kategoriler - Categories","item":[{"name":"Get Categories","id":"e0c2b177-1084-4a29-ba38-7023be5bb6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/category/page=1/","description":"<p>Entegrada mevcut olan kategorileri listeleme.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>In</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>query</td>\n<td>Id değerine göre kategori listeleme</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>query</td>\n<td>Name değerine göre kategori listeleme</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Fitrelemek için örnek sorgular</strong><br />- Id ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?id=7\">https://apiv2.entegrabilisim.com/category/page=1/?id=7</a><br />- Name ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?name=Monit%C3%B6r\">https://apiv2.entegrabilisim.com/category/page=1/?name=Monitör</a> </p>\n</blockquote>\n<blockquote>\n<p><strong>NOT : Eğer kategori listelerken \"name\" parametresi kullanırlırsa, Örnek olarak \"Erkek Çocuk El &amp; Sırt Çantası\" gibi bir kategoride özel karakter bulunduğu için bu özel karakter(&amp;) dönüştürülmelidir.</strong></p>\n</blockquote>\n","urlObject":{"path":["category","page=1",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[{"id":"c6a45aae-3d85-4f26-80b9-bdfc456fefa4","name":"Get Categories Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/category/page=1/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:32:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"60112"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"categories\": [\n        {\n            \"id\": \"2\",\n            \"name\": \"Diğer\",\n            \"productName\": \"\",\n            \"productDescription\": \"\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"0\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"\",\n            \"productDescriptionGG\": \"\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"1\",\n            \"supplier\": \"Manual\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"[description]\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"Diğer\",\n            \"id_tree\": \"2\",\n            \"level\": \"0\",\n            \"name_tree1\": \"Diğer\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Çamaşır Deterjanı\",\n            \"productName\": \"[name]-[kategori]\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"Çamaşır deterjan\",\n            \"productMetaDescription\": \"Çamaşır deterjan\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"17\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"1001383\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"2215\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"SÜPER MARKET>Çamaşır Deterjanı\",\n            \"id_tree\": \"17,3\",\n            \"level\": \"1\",\n            \"name_tree1\": \"SÜPER MARKET>Çamaşır Deterjanı\"\n        },\n        {\n            \"id\": \"6\",\n            \"name\": \"ÇOCUK\",\n            \"productName\": \"ÇOCUK\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"16\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"4\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ÇOCUK\",\n            \"id_tree\": \"16,6\",\n            \"level\": \"1\",\n            \"name_tree1\": \"AYAKKABI>ÇOCUK\"\n        },\n        {\n            \"id\": \"7\",\n            \"name\": \"GÜNLÜK\",\n            \"productName\": \"GÜNLÜK\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"6\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ÇOCUK>GÜNLÜK\",\n            \"id_tree\": \"16,6,7\",\n            \"level\": \"2\",\n            \"name_tree1\": \"AYAKKABI>ÇOCUK>GÜNLÜK\"\n        },\n        {\n            \"id\": \"8\",\n            \"name\": \"GÜNLÜK\",\n            \"productName\": \"GÜNLÜK\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"6\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ÇOCUK>GÜNLÜK\",\n            \"id_tree\": \"16,6,8\",\n            \"level\": \"2\",\n            \"name_tree1\": \"AYAKKABI>ÇOCUK>GÜNLÜK\"\n        },\n        {\n            \"id\": \"9\",\n            \"name\": \"HALISAHA\",\n            \"productName\": \"HALISAHA\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"6\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ÇOCUK>HALISAHA\",\n            \"id_tree\": \"16,6,9\",\n            \"level\": \"2\",\n            \"name_tree1\": \"AYAKKABI>ÇOCUK>HALISAHA\"\n        },\n        {\n            \"id\": \"10\",\n            \"name\": \"BOT\",\n            \"productName\": \"BOT\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"6\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ÇOCUK>BOT\",\n            \"id_tree\": \"16,6,10\",\n            \"level\": \"2\",\n            \"name_tree1\": \"AYAKKABI>ÇOCUK>BOT\"\n        },\n        {\n            \"id\": \"11\",\n            \"name\": \"ERKEK\",\n            \"productName\": \"ERKEK\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"16\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"4\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ERKEK\",\n            \"id_tree\": \"16,11\",\n            \"level\": \"1\",\n            \"name_tree1\": \"AYAKKABI>ERKEK\"\n        },\n        {\n            \"id\": \"12\",\n            \"name\": \"GÜNLÜK\",\n            \"productName\": \"GÜNLÜK\",\n            \"productDescription\": \"<P><BR></P>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"11\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<P><BR></P>\",\n            \"productDescriptionGG\": \"<P><BR></P>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<P><BR></P>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<P><BR></P>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"Home,FurnitureAndDecor\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"0\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \",\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ERKEK>GÜNLÜK\",\n            \"id_tree\": \"16,11,12\",\n            \"level\": \"2\",\n            \"name_tree1\": \"AYAKKABI>ERKEK>GÜNLÜK\"\n        },\n        {\n            \"id\": \"13\",\n            \"name\": \"HALISAHA\",\n            \"productName\": \"HALISAHA\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"11\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ERKEK>HALISAHA\",\n            \"id_tree\": \"16,11,13\",\n            \"level\": \"2\",\n            \"name_tree1\": \"AYAKKABI>ERKEK>HALISAHA\"\n        },\n        {\n            \"id\": \"14\",\n            \"name\": \"BOT\",\n            \"productName\": \" BOT\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"11\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ERKEK>BOT\",\n            \"id_tree\": \"16,11,14\",\n            \"level\": \"2\",\n            \"name_tree1\": \"AYAKKABI>ERKEK>BOT\"\n        },\n        {\n            \"id\": \"15\",\n            \"name\": \"KOŞU\",\n            \"productName\": \"KOŞU\",\n            \"productDescription\": \"<p><br></p>\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"11\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"<p><br></p>\",\n            \"productDescriptionGG\": \"<p><br></p>\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"<p><br></p>\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"<p><br></p>\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \"\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \"\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI>ERKEK>KOŞU\",\n            \"id_tree\": \"16,11,15\",\n            \"level\": \"2\",\n            \"name_tree1\": \"AYAKKABI>ERKEK>KOŞU\"\n        },\n        {\n            \"id\": \"16\",\n            \"name\": \"AYAKKABI\",\n            \"productName\": \"\",\n            \"productDescription\": \"\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"0\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"\",\n            \"productDescriptionGG\": \"\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"2\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \",\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"0\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \",\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"[description]\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"AYAKKABI\",\n            \"id_tree\": \"16\",\n            \"level\": \"0\",\n            \"name_tree1\": \"AYAKKABI\"\n        },\n        {\n            \"id\": \"17\",\n            \"name\": \"SÜPER MARKET\",\n            \"productName\": \"\",\n            \"productDescription\": \"\",\n            \"sync\": \"0\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"0\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"\",\n            \"productDescriptionGG\": \"\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"1\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \",\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"0\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \",\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"[description]\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"SÜPER MARKET\",\n            \"id_tree\": \"17\",\n            \"level\": \"0\",\n            \"name_tree1\": \"SÜPER MARKET\"\n        },\n        {\n            \"id\": \"18\",\n            \"name\": \"Default\",\n            \"productName\": \"test jean\",\n            \"productDescription\": \"test jeans\",\n            \"sync\": \"\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"test test tessssst\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"0\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"\",\n            \"productDescriptionGG\": \"\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \",\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"0\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \",\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"[description]\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"Default\",\n            \"id_tree\": \"18\",\n            \"level\": \"0\",\n            \"name_tree1\": \"Default\"\n        },\n        {\n            \"id\": \"19\",\n            \"name\": \"Default\",\n            \"productName\": \"test jean\",\n            \"productDescription\": \"\",\n            \"sync\": \"\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"test \",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"0\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"\",\n            \"productDescriptionGG\": \"\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \",\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"0\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \",\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"[description]\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"Default\",\n            \"id_tree\": \"19\",\n            \"level\": \"0\",\n            \"name_tree1\": \"Default\"\n        },\n        {\n            \"id\": \"20\",\n            \"name\": \"test\",\n            \"productName\": \"testttttttttt\",\n            \"productDescription\": \"\",\n            \"sync\": \"\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"0\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"\",\n            \"productDescriptionGG\": \"\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \",\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"0\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \",\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"[description]\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"test\",\n            \"id_tree\": \"20\",\n            \"level\": \"0\",\n            \"name_tree1\": \"test\"\n        },\n        {\n            \"id\": \"21\",\n            \"name\": \"deneme\",\n            \"productName\": \"Denim Çanta\",\n            \"productDescription\": \"\",\n            \"sync\": \"\",\n            \"description\": \"\",\n            \"productMetaKeyword\": \"\",\n            \"productMetaDescription\": \"\",\n            \"productTag\": \"\",\n            \"productUrl\": \"\",\n            \"status\": \"1\",\n            \"top\": \"0\",\n            \"sort_order\": \"0\",\n            \"column\": \"0\",\n            \"parent_id\": \"0\",\n            \"ktservis_rate1\": \"\",\n            \"ktservis_rate2\": \"\",\n            \"ktservis_rate3\": \"\",\n            \"ktservis_rate\": \"\",\n            \"gg\": \"\",\n            \"n11\": \"\",\n            \"productDescriptionN11\": \"\",\n            \"productDescriptionGG\": \"\",\n            \"wolvox_grup_id\": \"0\",\n            \"wolvox_ara_grup_id\": \"0\",\n            \"wolvox_alt_grup_id\": \"0\",\n            \"flag\": \"0\",\n            \"supplier\": \"\",\n            \"path\": \"\",\n            \"ktservis_rate4\": \"\",\n            \"ktservis_n11_rate\": \"\",\n            \"ktservis_gg_rate\": \"\",\n            \"gg_store_category\": \"0\",\n            \"meta_description\": \"\",\n            \"meta_keyword\": \"\",\n            \"child_count\": \"0\",\n            \"shipment_cost\": \"0\",\n            \"no_installment\": \"0\",\n            \"sp_sanalpazar_category_code\": \"\",\n            \"sp_sanalpazar_store_category_code\": \"\",\n            \"productDescriptionSp\": \"\",\n            \"lamoda_category\": \"\",\n            \"bamilo_category\": \"\",\n            \"cdiscount_category\": \"\",\n            \"eptt_category\": \"\",\n            \"productDescriptionEptt\": \"\",\n            \"ozon_category\": \"\",\n            \"eticaret_category\": \"\",\n            \"rozetka_category\": \"\",\n            \"twitter_description\": \"\",\n            \"facebook_description\": \"\",\n            \"instagram_description\": \"\",\n            \"mizu_category\": \"\",\n            \"zebramo_category\": \"\",\n            \"zebramo_description\": \"\",\n            \"productDescriptionTrendyol\": \"\",\n            \"n11_commission\": \"0\",\n            \"gg_commission\": \"0\",\n            \"hb_commission\": \"0\",\n            \"n11pro_category\": \"\",\n            \"amazon_product_type\": \",\",\n            \"amazon_node_id\": \"\",\n            \"zoodmall_category\": \"0\",\n            \"evideapazaryeri_category\": \"\",\n            \"evidea_description\": \"\",\n            \"eptt_commission\": \"0\",\n            \"horoz_cargo_category\": \"\",\n            \"trendyol_category\": \"\",\n            \"aliexpress_category\": \"\",\n            \"aliexpress_category_name\": \"\",\n            \"amazonEu_product_type\": \",\",\n            \"amazonEu_node_id\": \"\",\n            \"hb_category\": \"\",\n            \"eanship_category\": \"\",\n            \"productDescriptionAliexpress\": \"[description]\",\n            \"trendyol_commission\": \"0\",\n            \"bpazar_category\": \"\",\n            \"flo_category\": \"\",\n            \"productDescriptionFlo\": \"\",\n            \"flo_commission\": \"0\",\n            \"joom_product_tags\": \"\",\n            \"narwoo_category\": \"\",\n            \"productDescriptionNarwoo\": \"[description]\",\n            \"aliniyor_category\": \"\",\n            \"productDescriptionAliniyor\": \"\",\n            \"productDescriptionBpazar\": \"[description]\",\n            \"productDescriptionMorhipo\": \"[description]\",\n            \"needion_category\": \"\",\n            \"productDescriptionNeedion\": \"[description]\",\n            \"modanisa_category\": \"\",\n            \"gordumaldim_category\": \"\",\n            \"productDescriptionGordumaldim\": \"[description]\",\n            \"productDescriptionModanisa\": \"[description]\",\n            \"bisifirat_category\": \"\",\n            \"productDescriptionBisifirat\": \"\",\n            \"pazarama_category\": \"\",\n            \"productDescriptionPazarama\": \"[description]\",\n            \"vfmall_category\": \"\",\n            \"productDescriptionVfmall\": \"[description]\",\n            \"etsy_category\": \"\",\n            \"iyifiyat_category\": \"\",\n            \"productDescriptionIyifiyat\": \"[description]\",\n            \"nevade_category\": \"\",\n            \"productDescriptionNevade\": \"[description]\",\n            \"productDescriptionEtsy\": \"[description]\",\n            \"op1001_category\": \"\",\n            \"productDescriptionOp1001\": \"[description]\",\n            \"yapisepeti_category\": \"\",\n            \"productDescriptionYapisepeti\": \"[description]\",\n            \"productDescriptionN11pro\": \"[description]\",\n            \"productDescriptionHepsiburada\": \"\",\n            \"productDescriptionCiceksepeti\": \"\",\n            \"productDescriptionWish\": \"[description]\",\n            \"productDescriptionJoom\": \"\",\n            \"etolye_category\": \"\",\n            \"productDescriptionEtolye\": \"[description]\",\n            \"productDescriptionKintshop\": \"[description]\",\n            \"kintshop_category\": \"\",\n            \"productDescriptionGedik\": \"[description]\",\n            \"supplier_id\": \"\",\n            \"trendyolgo_category\": \"\",\n            \"productDescriptionTrendyolgo\": \"[description]\",\n            \"wish_product_tags\": \"\",\n            \"gedik_category\": \"\",\n            \"productDescriptionAmazon\": \"[description]\",\n            \"name_tree\": \"deneme\",\n            \"id_tree\": \"21\",\n            \"level\": \"0\",\n            \"name_tree1\": \"deneme\"\n        }\n    ]\n}"}],"_postman_id":"e0c2b177-1084-4a29-ba38-7023be5bb6ff"}],"id":"c0b47c7d-2051-4583-a7dd-a840cd3413f3","description":"<blockquote>\n<p>Kategoriler- Categories API tek ana endpointden oluşmaktadır ve siparişlerin listelenmesi için kullanilir.</p>\n</blockquote>\n","_postman_id":"c0b47c7d-2051-4583-a7dd-a840cd3413f3"},{"name":"Siparişler - Orders","item":[{"name":"Get Orders","id":"368cea07-960f-47b7-be9c-3538d88638bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/order/page=1/","description":"<p>Entegrada mevcut olan siparişlerin listelenmesi.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>In</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Token</td>\n<td></td>\n<td>string</td>\n<td>header</td>\n<td>Müşteri token anahtarı</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Max:200</td>\n<td>integer</td>\n<td>query</td>\n<td>Bir sayfada listelenecek sipariş adedi.</td>\n</tr>\n<tr>\n<td>id</td>\n<td></td>\n<td>integer</td>\n<td>query</td>\n<td>id ile sipariş listeleme.</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td></td>\n<td>integer</td>\n<td>query</td>\n<td>order_number ile sipariş listeleme.</td>\n</tr>\n<tr>\n<td>supplier</td>\n<td>hb,trendyol  <br />n11,amazon vb.</td>\n<td>string</td>\n<td>query</td>\n<td>supplier bilgisi ile sipariş listeleme.</td>\n</tr>\n<tr>\n<td>supplier_id</td>\n<td></td>\n<td>integer</td>\n<td>query</td>\n<td>supplier_id ile sipariş listeleme.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>[1,2,3 ....13,14,15]</td>\n<td>integer</td>\n<td>query</td>\n<td>status durumuna göre sipariş listeleme.</td>\n</tr>\n<tr>\n<td>statuses</td>\n<td>[1,2,3 ....13,14,15]</td>\n<td>integer</td>\n<td>query</td>\n<td>status durumuna göre iki farklı durum listelenebilir  <br />statuses=1,5</td>\n</tr>\n<tr>\n<td>sync</td>\n<td>0, 1, -1</td>\n<td>integer</td>\n<td>query</td>\n<td>sync bilgisine göre sipariş listeleme.</td>\n</tr>\n<tr>\n<td>api_sync</td>\n<td>0, 1</td>\n<td>integer</td>\n<td>query</td>\n<td>api_sync bilgisine göre sipariş listeleme.</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td></td>\n<td>date</td>\n<td>query</td>\n<td>Belirli bir süreçteki siparişleri listeleme.</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td></td>\n<td>date</td>\n<td>query</td>\n<td>Belirli bir süreçteki siparişleri listeleme.</td>\n</tr>\n<tr>\n<td>invoice_print</td>\n<td>0, 1</td>\n<td>integer</td>\n<td>query</td>\n<td>Yazdırılmış ve yazdırılmamış siparişlreri listeleme.</td>\n</tr>\n<tr>\n<td>cargo_company</td>\n<td>aras,yurtici,ups</td>\n<td></td>\n<td>query</td>\n<td>Siparişleri kargo firmasına göre listeleme.</td>\n</tr>\n<tr>\n<td>date_change</td>\n<td></td>\n<td>date</td>\n<td>query</td>\n<td>Belirli bir süreç içerisinde değşiklik yapılmış siparişleri listeleme.</td>\n</tr>\n<tr>\n<td>order_add</td>\n<td></td>\n<td>date</td>\n<td>query</td>\n<td>Entegra'ya eklenme tarihi ile sipariş sorgulama.</td>\n</tr>\n<tr>\n<td>store_order_status</td>\n<td>1,2,3,4,5</td>\n<td>integer</td>\n<td>query</td>\n<td>Pazaryeri durumuna göre sipariş sorgulama.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>NOT: Sipariş listeleme üst limiti 200.</strong></em></p>\n<p>Parametre için durumlar;</p>\n<p>sync:0 ise Erp gönderilecek.<br />sync:1 ise Erp'ye başarılı gönderildi.<br />sync: -1 ise Erp'ye gönderilmez.<br />api_sync; Default olarak 0 atanır.getOrders yapıldığında api_sync değeri 0 olan siparişler 1'e çekilir. Müşteri daha sonra bu alanı Update Order ERP üzerinden değiştirerek fitreleme yapabilir.<br />Supplier:hb,trendyol,n11,amazon vb.<br />Entegration: hb, trendyol,n11,amazon vb.</p>\n<p><strong>Order status durumları;</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1 Yeni Sipariş\n2 Onaylandı\n3 Kargolandı\n4 Tamamlandı\n5 Hatalı\n6 Ön Sipariş\n7 Kargoya Hazır\n8 Ödeme Alındı\n9 İade-İptal\n10 Onay Bekliyor\n11 İadesi Onaylanan\n12 Hazırlanıyor\n13 Tedarik Sürecinde\n14 Tedarik Edilemedi\n15 Harici Depodan Gönderilecek\n\n</code></pre><blockquote>\n<p>Örnek sorgular<br />Sipariş no ile sorgulama:<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?order_number=4708\">https://apiv2.entegrabilisim.com/order/page=1/?order_number=4708</a><br />-id ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?id=7609\">https://apiv2.entegrabilisim.com/order/page=1/?id=7609</a><br />-supplier ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?supplier=trendyol\">https://apiv2.entegrabilisim.com/order/page=1/?supplier=trendyol</a><br />- sync ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/product/page=1/?sync=0\">https://apiv2.entegrabilisim.com/product/page=1/?sync=0</a><br />- status durumu ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?status=1\">https://apiv2.entegrabilisim.com/order/page=1/?status=1</a><br />- Belirli bir tarih arasındaki sipairşleri sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?start_date=2022-01-01&amp;end_date=2022-10-12\">https://apiv2.entegrabilisim.com/order/page=1/?start_date=2022-01-01&amp;end_date=2022-10-12</a><br />Belirli bir tarih arasındaki değişiklik yapılmış sipairşleri sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/order/page=1/?date_change=2023-01-01&amp;end_date=2023-05-01\">https://apiv2.entegrabilisim.com/order/page=1/?date_change=2023-01-01&amp;end_date=2023-05-01</a></p>\n</blockquote>\n","urlObject":{"path":["order","page=1",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[{"id":"97dce885-411d-45ac-af36-5590d343435a","name":"Get Orders Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/order/page=1/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:32:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"454965"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, PUT, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalOrder\": 582,\n    \"orders\": [\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"1\",\n                    \"order_id\": \"26\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"26\",\n            \"no\": \"e2-1233\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Bilisim\",\n            \"status\": \"1\",\n            \"customer_id\": \"2\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"360.6\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"e2-1233\",\n            \"invoice_date\": \"09/10/2020 12:00:00 AM\",\n            \"ship_date\": \"01/01/0001 12:00:00 AM\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"360.6\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api2\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"111111111\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"123456\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"08/12/2022 2:50:40 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [],\n            \"id\": \"27\",\n            \"no\": \"e-1233\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Bilisim\",\n            \"status\": \"2\",\n            \"customer_id\": \"1\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"0\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Entegra Bilisim\",\n            \"supplier_id\": \"e-1233\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"\",\n            \"tax\": \"\",\n            \"customer_code\": \"api1\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [],\n            \"id\": \"28\",\n            \"no\": \"g-1234\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"1\",\n            \"customer_id\": \"3\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"0\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-1234\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"\",\n            \"tax\": \"\",\n            \"customer_code\": \"api3\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"2\",\n                    \"order_id\": \"29\",\n                    \"product_id\": \"15\",\n                    \"name\": \"Guru-Deneme1\",\n                    \"model\": \"Guru-Deneme1\",\n                    \"quantity\": \"3\",\n                    \"price\": \"112.2\",\n                    \"total\": \"336.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"112.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"112.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"29\",\n            \"no\": \"g-12356\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"2\",\n            \"customer_id\": \"4\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"336.6\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-12356\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"336.6\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api4\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [],\n            \"id\": \"30\",\n            \"no\": \"g-12537\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"1\",\n            \"customer_id\": \"5\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"0\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-12537\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"\",\n            \"tax\": \"\",\n            \"customer_code\": \"api5\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"3\",\n                    \"order_id\": \"31\",\n                    \"product_id\": \"16\",\n                    \"name\": \"Guru-Deneme2\",\n                    \"model\": \"Guru-Deneme2\",\n                    \"quantity\": \"12\",\n                    \"price\": \"112.2\",\n                    \"total\": \"1346.4\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"112.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"112.2\",\n                    \"product_option_value_id\": \"7\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Yeşil-L\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"Guru-Deneme2-Yeşil-L\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001067\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"31\",\n            \"no\": \"g-12599\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"1\",\n            \"customer_id\": \"6\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"1346.4\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-12599\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"1346.4\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api6\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"4\",\n                    \"order_id\": \"32\",\n                    \"product_id\": \"17\",\n                    \"name\": \"Guru-Deneme3\",\n                    \"model\": \"Guru-Deneme3\",\n                    \"quantity\": \"12\",\n                    \"price\": \"112.2\",\n                    \"total\": \"1346.4\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"112.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"112.2\",\n                    \"product_option_value_id\": \"9\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Yeşil-XL\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"Guru-Deneme3-Yeşil-XL-21688\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001142\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"32\",\n            \"no\": \"g-12854\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"1\",\n            \"customer_id\": \"7\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"1346.4\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-12854\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"1346.4\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api7\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"5\",\n                    \"order_id\": \"33\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"703.822\",\n                    \"total\": \"703.822\",\n                    \"tax\": \"126.688\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"703.822\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"830.51\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"6\",\n                    \"order_id\": \"33\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"114.1949\",\n                    \"total\": \"114.1949\",\n                    \"tax\": \"20.5551\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"114.1949\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"134.75\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"33\",\n            \"no\": \"CSM00000083\",\n            \"datetime\": \"2020-10-08 00:00:00\",\n            \"entegration\": \"AKILLI TİCARET\",\n            \"status\": \"1\",\n            \"customer_id\": \"8\",\n            \"company\": \"Arif YILDIRIM\",\n            \"firstname\": \"Arif\",\n            \"lastname\": \"YILDIRIM\",\n            \"email\": \"arifyildirim@cosmoland.com.tr\",\n            \"mobil_phone\": \"0\",\n            \"telephone\": \"0\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Küçükbakkalköy Mah. Başöğretmen Cad. No:9/8\",\n            \"invoice_city\": \"İSTANBUL\",\n            \"ship_address\": \"Küçükbakkalköy Mah. Başöğretmen Cad. No:9/8\",\n            \"ship_city\": \"İSTANBUL\",\n            \"sync\": \"1\",\n            \"tax_office\": \"0\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"ATAŞEHİR\",\n            \"invoice_fullname\": \"Arif YILDIRIM\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"0\",\n            \"invoice_gsm\": \"0\",\n            \"ship_district\": \"ATAŞEHİR\",\n            \"ship_fullname\": \"Arif YILDIRIM\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"0\",\n            \"ship_gsm\": \"0\",\n            \"total\": \"818.0169\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"AKILLI TİCARET\",\n            \"supplier_id\": \"CSM00000083\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"surat\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"surat\",\n            \"grand_total\": \"965.26\",\n            \"tax\": \"147.243\",\n            \"customer_code\": \"api8\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Arif YILDIRIM\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"7\",\n                    \"order_id\": \"34\",\n                    \"product_id\": \"18\",\n                    \"name\": \"Guru-Deneme4\",\n                    \"model\": \"Guru-Deneme4\",\n                    \"quantity\": \"1\",\n                    \"price\": \"112.2\",\n                    \"total\": \"112.2\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"112.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"112.2\",\n                    \"product_option_value_id\": \"11\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Yeşil-L\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"Guru-Deneme4-Yeşil-L-21692\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001166\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"34\",\n            \"no\": \"g-16523\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"2\",\n            \"customer_id\": \"9\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut123\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"112.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-16523\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"112.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api9\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut123 yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"8\",\n                    \"order_id\": \"35\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"9\",\n                    \"order_id\": \"35\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"35\",\n            \"no\": \"e2w-1233\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Bilisim\",\n            \"status\": \"999\",\n            \"customer_id\": \"10\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Entegra Bilisim\",\n            \"supplier_id\": \"e2w-1233\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api10\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"10\",\n                    \"order_id\": \"36\",\n                    \"product_id\": \"21\",\n                    \"name\": \"Guru-Deneme7\",\n                    \"model\": \"Guru-Deneme7\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10.2\",\n                    \"total\": \"10.2\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10.2\",\n                    \"product_option_value_id\": \"24\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"LACİVERT-M\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"Guru-Deneme7-LACİVERT-M-21840\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001302\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"36\",\n            \"no\": \"g-16573\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"1\",\n            \"customer_id\": \"11\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"10.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-16573\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"10.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api11\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"11\",\n                    \"order_id\": \"37\",\n                    \"product_id\": \"21\",\n                    \"name\": \"Guru-Deneme7\",\n                    \"model\": \"Guru-Deneme7\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10.2\",\n                    \"total\": \"10.2\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10.2\",\n                    \"product_option_value_id\": \"24\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"LACİVERT-M\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"Guru-Deneme7-LACİVERT-M-21840\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001302\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"37\",\n            \"no\": \"g-16583\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"2\",\n            \"customer_id\": \"12\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"10.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-16583\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"10.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api12\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"12\",\n                    \"order_id\": \"38\",\n                    \"product_id\": \"21\",\n                    \"name\": \"Guru-Deneme7\",\n                    \"model\": \"Guru-Deneme7\",\n                    \"quantity\": \"3\",\n                    \"price\": \"10.2\",\n                    \"total\": \"30.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10.2\",\n                    \"product_option_value_id\": \"24\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"LACİVERT-M\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"Guru-Deneme7-LACİVERT-M-21840\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001302\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"38\",\n            \"no\": \"g-16584\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"2\",\n            \"customer_id\": \"13\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"30.6\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-16584\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"30.6\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api13\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"13\",\n                    \"order_id\": \"39\",\n                    \"product_id\": \"23\",\n                    \"name\": \"Guru-Deneme8\",\n                    \"model\": \"Guru-Deneme8\",\n                    \"quantity\": \"1\",\n                    \"price\": \"55\",\n                    \"total\": \"55\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"Guru-Deneme8\",\n                    \"store_stock_name\": \"Guru-Deneme8\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"55\",\n                    \"currencyType\": \"\",\n                    \"priceIncludedTax\": \"55\",\n                    \"product_option_value_id\": \"29\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"SARI-S\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"Guru-Deneme8\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001456\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"123\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"39\",\n            \"no\": \"123213\",\n            \"datetime\": \"2020-10-20 13:06:27\",\n            \"entegration\": \"\",\n            \"status\": \"2\",\n            \"customer_id\": \"\",\n            \"company\": \"on\",\n            \"firstname\": \"sada\",\n            \"lastname\": \"sadasd\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5344422252\",\n            \"telephone\": \"5343434546\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Guru\",\n            \"invoice_city\": \"İstanbul\",\n            \"ship_address\": \"Guru\",\n            \"ship_city\": \"İstanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Şirinevler\",\n            \"invoice_fullname\": \"dad\",\n            \"invoice_postcode\": \"12313\",\n            \"invoice_tel\": \"5343434546\",\n            \"invoice_gsm\": \"5343434546\",\n            \"ship_district\": \"Şirinevler\",\n            \"ship_fullname\": \"\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5343434546\",\n            \"ship_gsm\": \"5343434546\",\n            \"total\": \"55\",\n            \"discount\": \"\",\n            \"tc_id\": \"35027841224\",\n            \"order_number\": \"123\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"1\",\n            \"cargo_company\": \"1\",\n            \"grand_total\": \"55\",\n            \"tax\": \"0\",\n            \"customer_code\": \"\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"13123123123\",\n            \"ship_number\": \"\",\n            \"username\": \"\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"8\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"asdsad\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"123\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"14\",\n                    \"order_id\": \"40\",\n                    \"product_id\": \"26\",\n                    \"name\": \"GRU0001\",\n                    \"model\": \"GRU0001\",\n                    \"quantity\": \"5\",\n                    \"price\": \"8.5\",\n                    \"total\": \"42.5\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"8.5\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"8.5\",\n                    \"product_option_value_id\": \"46\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"LACİVERT-XL\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"GRU0001-LACİVERT-XL-21872\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001678\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"40\",\n            \"no\": \"g-16581\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"2\",\n            \"customer_id\": \"14\",\n            \"company\": \"Umut\",\n            \"firstname\": \"umut\",\n            \"lastname\": \"yapici\",\n            \"email\": \"a@b.com\",\n            \"mobil_phone\": \"5311001010\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Umut YAPICI\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2121101010\",\n            \"invoice_gsm\": \"5301001010\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"Umut kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"42.5\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"g-16581\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"42.5\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api14\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"umut yapici\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"15\",\n                    \"order_id\": \"43\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-12332\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"16\",\n                    \"order_id\": \"43\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-12332\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"43\",\n            \"no\": \"e2w-12332\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Bilisim\",\n            \"status\": \"2\",\n            \"customer_id\": \"15\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"e2w-12332\",\n            \"supplier\": \"Entegra Bilisim\",\n            \"supplier_id\": \"e2w-12332\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api15\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"e2w-12332\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"19\",\n                    \"order_id\": \"46\",\n                    \"product_id\": \"28\",\n                    \"name\": \"Entegra\",\n                    \"model\": \"M1-Entegra\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30\",\n                    \"total\": \"30\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"M1-Entegra\",\n                    \"store_stock_name\": \"Entegra\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30\",\n                    \"currencyType\": \"\",\n                    \"priceIncludedTax\": \"30\",\n                    \"product_option_value_id\": \"51\",\n                    \"product_option_name\": \"Renk-Renk-Beden\",\n                    \"product_option_value_name\": \"Mavi-MAVİ-M\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"M1-Entegra-MAVİ-M-21810\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001227\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"20\",\n                    \"order_id\": \"46\",\n                    \"product_id\": \"28\",\n                    \"name\": \"Entegra\",\n                    \"model\": \"M1-Entegra\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30\",\n                    \"total\": \"30\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"M1-Entegra\",\n                    \"store_stock_name\": \"Entegra\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30\",\n                    \"currencyType\": \"\",\n                    \"priceIncludedTax\": \"30\",\n                    \"product_option_value_id\": \"51\",\n                    \"product_option_name\": \"Renk-Renk-Beden\",\n                    \"product_option_value_name\": \"Mavi-MAVİ-M\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"M1-Entegra-MAVİ-M-21810\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"1234567001227\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"46\",\n            \"no\": \"\",\n            \"datetime\": \"2020-12-31 11:45:33\",\n            \"entegration\": \"\",\n            \"status\": \"2\",\n            \"customer_id\": \"\",\n            \"company\": \"on\",\n            \"firstname\": \"UĞUR\",\n            \"lastname\": \"UĞURTAN\",\n            \"email\": \"u.ugurtan@hotmail.com\",\n            \"mobil_phone\": \"05320539925\",\n            \"telephone\": \"\",\n            \"fax\": \"\",\n            \"invoice_address\": \"lkjdlkfjdsklfjkdsl odkşldsjklf lşkdsfşlkds lşkdsfşldskfşl\",\n            \"invoice_city\": \"istanbul\",\n            \"ship_address\": \"yeni mahalle NO. 5 \",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"bağcılar\",\n            \"invoice_fullname\": \"UĞUR\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"0212 655 55 55\",\n            \"invoice_gsm\": \"\",\n            \"ship_district\": \"bağcılar\",\n            \"ship_fullname\": \"\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"0212 655 48 20\",\n            \"ship_gsm\": \"\",\n            \"total\": \"60\",\n            \"discount\": \"\",\n            \"tc_id\": \"33910405111\",\n            \"order_number\": \"\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"1\",\n            \"cargo_company\": \"1\",\n            \"grand_total\": \"60\",\n            \"tax\": \"0\",\n            \"customer_code\": \"\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"5646546546\",\n            \"ship_number\": \"\",\n            \"username\": \"\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"2\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"1\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"21\",\n                    \"order_id\": \"47\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"467954\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"47\",\n            \"no\": \"467954\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"19\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"467954\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"467954\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api19\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"467954\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"22\",\n                    \"order_id\": \"48\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"4679541\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"48\",\n            \"no\": \"4679541\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"20\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"4679541\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"4679541\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api20\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"4679541\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"23\",\n                    \"order_id\": \"49\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"46795422\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"49\",\n            \"no\": \"46795422\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"21\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"46795422\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"46795422\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api21\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"46795422\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"24\",\n                    \"order_id\": \"50\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"4679546\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"50\",\n            \"no\": \"4679546\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"22\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"4679546\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"4679546\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api22\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"4679546\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"25\",\n                    \"order_id\": \"51\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"46795425\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"51\",\n            \"no\": \"46795425\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"23\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"46795425\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"46795425\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api23\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"46795425\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"26\",\n                    \"order_id\": \"52\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"46795429\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"52\",\n            \"no\": \"46795429\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"24\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"46795429\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"46795429\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api24\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"46795429\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"27\",\n                    \"order_id\": \"53\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"46795447\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"53\",\n            \"no\": \"46795447\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"25\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"46795447\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"46795447\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api25\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"46795447\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"28\",\n                    \"order_id\": \"54\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"46795441\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"54\",\n            \"no\": \"46795441\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"26\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"46795441\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"46795441\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api26\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"46795441\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"29\",\n                    \"order_id\": \"55\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-12334\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"30\",\n                    \"order_id\": \"55\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-12334\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"55\",\n            \"no\": \"e2w-12334\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Bilisim\",\n            \"status\": \"2\",\n            \"customer_id\": \"27\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"e2w-12334\",\n            \"supplier\": \"Entegra Bilisim\",\n            \"supplier_id\": \"e2w-12334\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api27\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"e2w-12334\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"31\",\n                    \"order_id\": \"56\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"5990\",\n                    \"total\": \"5990\",\n                    \"tax\": \"1078.2\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"5990\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"7068.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"46795451\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"56\",\n            \"no\": \"46795451\",\n            \"datetime\": \"2021-01-13 00:00:00\",\n            \"entegration\": \"Panamart\",\n            \"status\": \"2\",\n            \"customer_id\": \"28\",\n            \"company\": \"\",\n            \"firstname\": \"Cem Arda\",\n            \"lastname\": \"Akın\",\n            \"email\": \"cemardaakin@yandex.com\",\n            \"mobil_phone\": \"5058013023\",\n            \"telephone\": \"5058013023\",\n            \"fax\": \"\",\n            \"invoice_address\": \"bireysel test ev ADRESİM\",\n            \"invoice_city\": \"Çorum\",\n            \"ship_address\": \"test adresim uzun 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SUNGURLU\",\n            \"invoice_fullname\": \"Cem Arda Akın\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"5058013023\",\n            \"invoice_gsm\": \"5058013023\",\n            \"ship_district\": \"ÇAMLIDERE\",\n            \"ship_fullname\": \"Cem Arda Akın\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"5058013023\",\n            \"ship_gsm\": \"5058013023\",\n            \"total\": \"5990\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"46795451\",\n            \"supplier\": \"Panamart\",\n            \"supplier_id\": \"46795451\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"123456\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"7068.2\",\n            \"tax\": \"1078.2\",\n            \"customer_code\": \"api28\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Cem Arda Akın\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"46795451\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"32\",\n                    \"order_id\": \"57\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-1233\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"33\",\n                    \"order_id\": \"57\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-1233\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"57\",\n            \"no\": \"e2w-1233\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"EntegraBilisim\",\n            \"status\": \"2\",\n            \"customer_id\": \"29\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"FatihKaya\",\n            \"lastname\": \"\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"FatihKaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatihkaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"e2w-1233\",\n            \"supplier\": \"EntegraBilisim\",\n            \"supplier_id\": \"e2w-1233\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api29\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"FatihKaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"e2w-1233\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"34\",\n                    \"order_id\": \"58\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-1233\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"35\",\n                    \"order_id\": \"58\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-1233\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"58\",\n            \"no\": \"e2w-1233\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"TEST\",\n            \"status\": \"2\",\n            \"customer_id\": \"30\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"e2w-1233\",\n            \"supplier\": \"TEST\",\n            \"supplier_id\": \"e2w-1233\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api30\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"e2w-1233\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"36\",\n                    \"order_id\": \"59\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-1233\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"37\",\n                    \"order_id\": \"59\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-1233\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"59\",\n            \"no\": \"e2w-1233\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Guru\",\n            \"status\": \"2\",\n            \"customer_id\": \"31\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"e2w-1233\",\n            \"supplier\": \"Guru\",\n            \"supplier_id\": \"e2w-1233\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api31\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"e2w-1233\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"38\",\n                    \"order_id\": \"60\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"123456789\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"39\",\n                    \"order_id\": \"60\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"123456789\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"60\",\n            \"no\": \"123456789\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Bilisim\",\n            \"status\": \"2\",\n            \"customer_id\": \"32\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"123456789\",\n            \"supplier\": \"Entegra Bilisim\",\n            \"supplier_id\": \"123456789\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api32\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"123456789\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"40\",\n                    \"order_id\": \"61\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"2\",\n                    \"price\": \"134.2\",\n                    \"total\": \"268.4\",\n                    \"tax\": \"48.312\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"134.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"158.356\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"1234567890\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"41\",\n                    \"order_id\": \"61\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"64.908\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"141.836\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"1234567890\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"61\",\n            \"no\": \"1234567890\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"33\",\n            \"company\": \"Tomek\",\n            \"firstname\": \"Tomek\",\n            \"lastname\": \"Domagala\",\n            \"email\": \"tomek@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"ul. Przykladowa 12 m. 44\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"ul. Przykladowa 12 m. 44\",\n            \"ship_city\": \"Warszawa\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"mazowieckie\",\n            \"invoice_fullname\": \"Tomek Domagala\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"mazowieckie\",\n            \"ship_fullname\": \"Tomek Domagala\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"629\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"1234567890\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"1234567890\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"742.22\",\n            \"tax\": \"113.22\",\n            \"customer_code\": \"api33\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomek Domagala\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"1234567890\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"42\",\n                    \"order_id\": \"62\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"136.96\",\n                    \"total\": \"136.96\",\n                    \"tax\": \"24.6528\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"136.96\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"161.6128\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3205105156277\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"62\",\n            \"no\": \"3205105156277\",\n            \"datetime\": \"2021-01-28 06:39:37\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"34\",\n            \"company\": \"Tomasz\",\n            \"firstname\": \"Tomasz\",\n            \"lastname\": \"Domagala\",\n            \"email\": \"tomasz@gmail.com\",\n            \"mobil_phone\": \"5303294913\",\n            \"telephone\": \"5303294913\",\n            \"fax\": \"\",\n            \"invoice_address\": \"6660 Alder Park Circle\",\n            \"invoice_city\": \"Roseville\",\n            \"ship_address\": \"6660 Alder Park Circle\",\n            \"ship_city\": \"Roseville\",\n            \"sync\": \"1\",\n            \"tax_office\": \"???\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Mazowieckie\",\n            \"invoice_fullname\": \"tomasz Domagala\",\n            \"invoice_postcode\": \"95678\",\n            \"invoice_tel\": \"5303294913\",\n            \"invoice_gsm\": \"5303294913\",\n            \"ship_district\": \"Mazowieckie\",\n            \"ship_fullname\": \"tomasz Domagala\",\n            \"ship_postcode\": \"95678\",\n            \"ship_tel\": \"5303294913\",\n            \"ship_gsm\": \"5303294913\",\n            \"total\": \"136.96\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3205105156277\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3205105156277\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"161.61\",\n            \"tax\": \"24.6528\",\n            \"customer_code\": \"api34\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomasz Domagala\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3205105156277\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"43\",\n                    \"order_id\": \"63\",\n                    \"product_id\": \"1075\",\n                    \"name\": \"KUZEY SPOR AYAKKABI / SİYAH\",\n                    \"model\": \"KZYSPR001\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0\",\n                    \"total\": \"0\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"8\",\n                    \"store_stock_code\": \"KZYSPR001\",\n                    \"store_stock_name\": \"KUZEY SPOR AYAKKABI / SİYAH\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"300\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"0\",\n                    \"product_option_value_id\": \"165\",\n                    \"product_option_name\": \"Beden\",\n                    \"product_option_value_name\": \"41\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"41\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"88556624\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"43813334381333\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"63\",\n            \"no\": \"\",\n            \"datetime\": \"2021-02-02 20:51:58\",\n            \"entegration\": \"\",\n            \"status\": \"2\",\n            \"customer_id\": \"\",\n            \"company\": \"on\",\n            \"firstname\": \"ÇAĞAATAY\",\n            \"lastname\": \"AKTAŞ\",\n            \"email\": \"cagataya@msn.com\",\n            \"mobil_phone\": \"533440042\",\n            \"telephone\": \"\",\n            \"fax\": \"\",\n            \"invoice_address\": \"ORUÇ RESİ MAH VADİ CAD. NO:108\",\n            \"invoice_city\": \"İSTANBUL\",\n            \"ship_address\": \"ORUÇ RESİ MAH VADİ CAD. NO:108\",\n            \"ship_city\": \"İSTANBUL\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"ESENLER\",\n            \"invoice_fullname\": \"\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"02124381333\",\n            \"invoice_gsm\": \"\",\n            \"ship_district\": \"ESENLER\",\n            \"ship_fullname\": \"\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"\",\n            \"ship_gsm\": \"\",\n            \"total\": \"0\",\n            \"discount\": \"\",\n            \"tc_id\": \"69328003056\",\n            \"order_number\": \"43813334381333\",\n            \"supplier\": \"n11\",\n            \"supplier_id\": \"\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"6\",\n            \"cargo_company\": \"1\",\n            \"grand_total\": \"0\",\n            \"tax\": \"0\",\n            \"customer_code\": \"\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"4\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"1\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"987654321\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"43813334381333\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"44\",\n                    \"order_id\": \"64\",\n                    \"product_id\": \"1075\",\n                    \"name\": \"KUZEY SPOR AYAKKABI / SİYAH\",\n                    \"model\": \"KZYSPR001\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0\",\n                    \"total\": \"0\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"8\",\n                    \"store_stock_code\": \"KZYSPR001\",\n                    \"store_stock_name\": \"KUZEY SPOR AYAKKABI / SİYAH\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"200\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"0\",\n                    \"product_option_value_id\": \"166\",\n                    \"product_option_name\": \"Beden\",\n                    \"product_option_value_name\": \"43\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"43\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"88556626\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"SIPNO1312312341\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"64\",\n            \"no\": \"\",\n            \"datetime\": \"2021-02-02 22:59:30\",\n            \"entegration\": \"\",\n            \"status\": \"2\",\n            \"customer_id\": \"\",\n            \"company\": \"KUZEY BİLİŞİM HİZMETLERİ\",\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"email\": \"\",\n            \"mobil_phone\": \"\",\n            \"telephone\": \"\",\n            \"fax\": \"\",\n            \"invoice_address\": \"ORUÇ REİS MAH VADİ CAD. NO:108\",\n            \"invoice_city\": \"İSTANBUL\",\n            \"ship_address\": \"ORUÇ REİS MAH VADİ CAD. NO:108\",\n            \"ship_city\": \"İSTANBUL\",\n            \"sync\": \"1\",\n            \"tax_office\": \"ATIŞALANI\",\n            \"tax_number\": \"69328003056\",\n            \"invoice_district\": \"ESENLER\",\n            \"invoice_fullname\": \"\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"\",\n            \"invoice_gsm\": \"\",\n            \"ship_district\": \"ESENLER\",\n            \"ship_fullname\": \"\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"\",\n            \"ship_gsm\": \"\",\n            \"total\": \"0\",\n            \"discount\": \"\",\n            \"tc_id\": \"\",\n            \"order_number\": \"SIPNO1312312341\",\n            \"supplier\": \"gordumaldim\",\n            \"supplier_id\": \"\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"5\",\n            \"cargo_company\": \"4\",\n            \"grand_total\": \"0\",\n            \"tax\": \"0\",\n            \"customer_code\": \"\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"SIPNO1312312341\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"45\",\n                    \"order_id\": \"65\",\n                    \"product_id\": \"1123\",\n                    \"name\": \"BLUEWEX MB-20-1022 ERKEK BOT\",\n                    \"model\": \"MB-20-1022\",\n                    \"quantity\": \"1\",\n                    \"price\": \"99.95\",\n                    \"total\": \"99.95\",\n                    \"tax\": \"7.996\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"8\",\n                    \"store_stock_code\": \"MB-20-1022\",\n                    \"store_stock_name\": \"BLUEWEX MB-20-1022 ERKEK BOT\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"99.95\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"107.946\",\n                    \"product_option_value_id\": \"461\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"KAHVE-41\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"MB-20-1022_141_41\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"8682858410211\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"HB54564656464\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"65\",\n            \"no\": \"\",\n            \"datetime\": \"2021-02-08 16:28:02\",\n            \"entegration\": \"\",\n            \"status\": \"\",\n            \"customer_id\": \"\",\n            \"company\": \"on\",\n            \"firstname\": \"ÇAĞATAY\",\n            \"lastname\": \"AKTAŞ\",\n            \"email\": \"cagatay@kuzeybilisim.com.tr\",\n            \"mobil_phone\": \"02124381333\",\n            \"telephone\": \"\",\n            \"fax\": \"\",\n            \"invoice_address\": \"ORUÇ RESİ MAH VADİ CAD. NO:108\",\n            \"invoice_city\": \"İSTANBUL\",\n            \"ship_address\": \"ORUÇ RESİ MAH VADİ CAD. NO:108\",\n            \"ship_city\": \"İSTANBUL\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"ESENLER\",\n            \"invoice_fullname\": \"ÇAĞATAY AKTAŞ\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"\",\n            \"invoice_gsm\": \"\",\n            \"ship_district\": \"ESENLER\",\n            \"ship_fullname\": \"\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"\",\n            \"ship_gsm\": \"\",\n            \"total\": \"99.95\",\n            \"discount\": \"\",\n            \"tc_id\": \"11111111111\",\n            \"order_number\": \"HB54564656464\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"\",\n            \"cargo_company\": \"4\",\n            \"grand_total\": \"107.95\",\n            \"tax\": \"8\",\n            \"customer_code\": \"\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"HB54564656464\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"46\",\n                    \"order_id\": \"66\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-1233\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"47\",\n                    \"order_id\": \"66\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-1233\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"66\",\n            \"no\": \"e2w-1233\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Sefa Merve\",\n            \"status\": \"2\",\n            \"customer_id\": \"35\",\n            \"company\": \"Ahmet\",\n            \"firstname\": \"Ahmet\",\n            \"lastname\": \"Daldemşr\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"e2w-1233\",\n            \"supplier\": \"Sefa Merve\",\n            \"supplier_id\": \"e2w-1233\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api35\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Ahmet Daldemşr\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"e2w-1233\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"48\",\n                    \"order_id\": \"67\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"burak\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"49\",\n                    \"order_id\": \"67\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"burak\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"67\",\n            \"no\": \"burak\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Burak\",\n            \"status\": \"2\",\n            \"customer_id\": \"36\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"burak\",\n            \"supplier\": \"Entegra Burak\",\n            \"supplier_id\": \"burak\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api36\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"burak\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"50\",\n                    \"order_id\": \"68\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"58.95\",\n                    \"total\": \"58.95\",\n                    \"tax\": \"10.611\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"58.95\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"69.561\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3202329772000\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"68\",\n            \"no\": \"3202329772000\",\n            \"datetime\": \"2021-01-26 18:05:15\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"37\",\n            \"company\": \"xxx\",\n            \"firstname\": \"Johanna\",\n            \"lastname\": \"Miller\",\n            \"email\": \"cjpenery@gmail.com\",\n            \"mobil_phone\": \"(256) 673-1766\",\n            \"telephone\": \"(256) 673-1766\",\n            \"fax\": \"\",\n            \"invoice_address\": \"82153 US Hwy 231\",\n            \"invoice_city\": \"Arab \",\n            \"ship_address\": \"82153 US Hwy 231\",\n            \"ship_city\": \"Arab \",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Alabama\",\n            \"invoice_fullname\": \"Johanna Miller\",\n            \"invoice_postcode\": \"35016\",\n            \"invoice_tel\": \"(256) 673-1766\",\n            \"invoice_gsm\": \"(256) 673-1766\",\n            \"ship_district\": \"Alabama\",\n            \"ship_fullname\": \"Johanna Miller\",\n            \"ship_postcode\": \"35016\",\n            \"ship_tel\": \"(256) 673-1766\",\n            \"ship_gsm\": \"(256) 673-1766\",\n            \"total\": \"58.95\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3202329772000\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3202329772000\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"69.56\",\n            \"tax\": \"10.611\",\n            \"customer_code\": \"api37\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Johanna Miller\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3202329772000\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"51\",\n                    \"order_id\": \"69\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"58.95\",\n                    \"total\": \"58.95\",\n                    \"tax\": \"10.611\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"58.95\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"69.561\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3202329772001\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"69\",\n            \"no\": \"3202329772001\",\n            \"datetime\": \"2021-01-26 18:05:15\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"38\",\n            \"company\": \"xxx\",\n            \"firstname\": \"Johanna\",\n            \"lastname\": \"Miller\",\n            \"email\": \"cjpenery@gmail.com\",\n            \"mobil_phone\": \"(256) 673-1766\",\n            \"telephone\": \"(256) 673-1766\",\n            \"fax\": \"\",\n            \"invoice_address\": \"82153 US Hwy 231\",\n            \"invoice_city\": \"Arab \",\n            \"ship_address\": \"82153 US Hwy 231\",\n            \"ship_city\": \"Arab \",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Alabama\",\n            \"invoice_fullname\": \"Johanna Miller\",\n            \"invoice_postcode\": \"35016\",\n            \"invoice_tel\": \"(256) 673-1766\",\n            \"invoice_gsm\": \"(256) 673-1766\",\n            \"ship_district\": \"Alabama\",\n            \"ship_fullname\": \"Johanna Miller\",\n            \"ship_postcode\": \"35016\",\n            \"ship_tel\": \"(256) 673-1766\",\n            \"ship_gsm\": \"(256) 673-1766\",\n            \"total\": \"58.95\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3202329772001\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3202329772001\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"69.56\",\n            \"tax\": \"10.611\",\n            \"customer_code\": \"api38\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Johanna Miller\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3202329772001\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"52\",\n                    \"order_id\": \"70\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"58.95\",\n                    \"total\": \"58.95\",\n                    \"tax\": \"10.611\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"58.95\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"69.561\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3202329772002\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"70\",\n            \"no\": \"3202329772002\",\n            \"datetime\": \"2021-01-26 18:05:15\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"39\",\n            \"company\": \"xxx\",\n            \"firstname\": \"Johanna\",\n            \"lastname\": \"Miller\",\n            \"email\": \"cjpenery@gmail.com\",\n            \"mobil_phone\": \"(256) 673-1766\",\n            \"telephone\": \"(256) 673-1766\",\n            \"fax\": \"\",\n            \"invoice_address\": \"82153 US Hwy 231\",\n            \"invoice_city\": \"Arab \",\n            \"ship_address\": \"82153 US Hwy 231\",\n            \"ship_city\": \"Arab \",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Alabama\",\n            \"invoice_fullname\": \"Johanna Miller\",\n            \"invoice_postcode\": \"35016\",\n            \"invoice_tel\": \"(256) 673-1766\",\n            \"invoice_gsm\": \"(256) 673-1766\",\n            \"ship_district\": \"Alabama\",\n            \"ship_fullname\": \"Johanna Miller\",\n            \"ship_postcode\": \"35016\",\n            \"ship_tel\": \"(256) 673-1766\",\n            \"ship_gsm\": \"(256) 673-1766\",\n            \"total\": \"58.95\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3202329772002\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3202329772002\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"69.56\",\n            \"tax\": \"10.611\",\n            \"customer_code\": \"api39\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Johanna Miller\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3202329772002\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"53\",\n                    \"order_id\": \"71\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"169.9\",\n                    \"total\": \"169.9\",\n                    \"tax\": \"30.582\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"169.9\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"200.482\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3139912138905\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"71\",\n            \"no\": \"3139912138905\",\n            \"datetime\": \"2021-02-16 14:21:21\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"40\",\n            \"company\": \"null\",\n            \"firstname\": \"Kamil\",\n            \"lastname\": \"Kras\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Puławska 999\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Puławska 999\",\n            \"ship_city\": \"Istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"Kamil Kras\",\n            \"invoice_postcode\": \"02-555\",\n            \"invoice_tel\": \"1234567890\",\n            \"invoice_gsm\": \"1234567890\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"Kamil Kras\",\n            \"ship_postcode\": \"02-555\",\n            \"ship_tel\": \"1234567890\",\n            \"ship_gsm\": \"1234567890\",\n            \"total\": \"169.9\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3139912138905\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3139912138905\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"200.48\",\n            \"tax\": \"30.582\",\n            \"customer_code\": \"api40\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Kamil Kras\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3139912138905\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"54\",\n                    \"order_id\": \"72\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"129.9\",\n                    \"total\": \"129.9\",\n                    \"tax\": \"23.382\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"129.9\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"153.282\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3131928543385\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"72\",\n            \"no\": \"3131928543385\",\n            \"datetime\": \"2021-02-12 13:56:13\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"41\",\n            \"company\": \"null\",\n            \"firstname\": \"Kamil\",\n            \"lastname\": \"Kras\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Polki\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Polki\",\n            \"ship_city\": \"Istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"Kamil Kraśnicki\",\n            \"invoice_postcode\": \"02-668\",\n            \"invoice_tel\": \"123456789\",\n            \"invoice_gsm\": \"123456789\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"Kamil Kraśnicki\",\n            \"ship_postcode\": \"02-668\",\n            \"ship_tel\": \"123456789\",\n            \"ship_gsm\": \"123456789\",\n            \"total\": \"129.9\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3131928543385\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3131928543385\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"153.28\",\n            \"tax\": \"23.382\",\n            \"customer_code\": \"api41\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Kamil Kras\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"4546\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3131928543385\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"55\",\n                    \"order_id\": \"73\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-123398\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"56\",\n                    \"order_id\": \"73\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"e2w-123398\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"73\",\n            \"no\": \"e2w-123398\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Bilisim\",\n            \"status\": \"2\",\n            \"customer_id\": \"42\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"721.2\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"e2w-123398\",\n            \"supplier\": \"Entegra Bilisim\",\n            \"supplier_id\": \"e2w-123398\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"721.2\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api42\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"e2w-123398\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"57\",\n                    \"order_id\": \"74\",\n                    \"product_id\": \"1147\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"86905705532225\",\n                    \"quantity\": \"1\",\n                    \"price\": \"169.9\",\n                    \"total\": \"169.9\",\n                    \"tax\": \"13.592\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"8\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"169.9\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"183.492\",\n                    \"product_option_value_id\": \"519\",\n                    \"product_option_name\": \"Renk-Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-SİYAH-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"86905705532225\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"86905705532225\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3153883529369\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"74\",\n            \"no\": \"3153883529369\",\n            \"datetime\": \"2021-02-23 15:49:40\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"43\",\n            \"company\": \"null\",\n            \"firstname\": \"Kamil\",\n            \"lastname\": \"K\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Marszałkowska 115\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Marszałkowska 115\",\n            \"ship_city\": \"Istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"Kamil K\",\n            \"invoice_postcode\": \"02-668\",\n            \"invoice_tel\": \"1234567890\",\n            \"invoice_gsm\": \"1234567890\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"Kamil K\",\n            \"ship_postcode\": \"02-668\",\n            \"ship_tel\": \"1234567890\",\n            \"ship_gsm\": \"1234567890\",\n            \"total\": \"169.9\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3153883529369\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3153883529369\",\n            \"invoice_date\": \"24/02/2021 12:00:00 AM\",\n            \"ship_date\": \"01/01/0001 12:00:00 AM\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"183.49\",\n            \"tax\": \"13.592\",\n            \"customer_code\": \"api43\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Kamil K\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"4545\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3153883529369\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"58\",\n                    \"order_id\": \"75\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"169.9\",\n                    \"total\": \"169.9\",\n                    \"tax\": \"30.582\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"169.9\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"200.482\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3153883529369\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"75\",\n            \"no\": \"3153883529369\",\n            \"datetime\": \"2021-02-23 15:49:40\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"43\",\n            \"company\": \"null\",\n            \"firstname\": \"K\",\n            \"lastname\": \"K\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Marszałkowska 115\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Marszałkowska 115\",\n            \"ship_city\": \"Istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"Kamil K\",\n            \"invoice_postcode\": \"02-668\",\n            \"invoice_tel\": \"1234567890\",\n            \"invoice_gsm\": \"1234567890\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"Kamil K\",\n            \"ship_postcode\": \"02-668\",\n            \"ship_tel\": \"1234567890\",\n            \"ship_gsm\": \"1234567890\",\n            \"total\": \"169.9\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3153883529369\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3153883529369\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"200.48\",\n            \"tax\": \"30.582\",\n            \"customer_code\": \"api43\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"K K\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3153883529369\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"59\",\n                    \"order_id\": \"76\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"169.9\",\n                    \"total\": \"169.9\",\n                    \"tax\": \"30.582\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"169.9\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"200.482\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3653614862489\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"76\",\n            \"no\": \"3653614862489\",\n            \"datetime\": \"2021-03-03 16:49:43\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"44\",\n            \"company\": \"null\",\n            \"firstname\": \"Tomek\",\n            \"lastname\": \"Domek\",\n            \"email\": \"tomdom@home.pl\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"2/34 Homeroyal House, Chalmers Crescent\",\n            \"invoice_city\": \"Edinburgh\",\n            \"ship_address\": \"2/34 Homeroyal House, Chalmers Crescent\",\n            \"ship_city\": \"Edinburgh\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"Tomek Domek\",\n            \"invoice_postcode\": \"EH9 1TP\",\n            \"invoice_tel\": \"565756432\",\n            \"invoice_gsm\": \"565756432\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"Tomek Domek\",\n            \"ship_postcode\": \"EH9 1TP\",\n            \"ship_tel\": \"565756432\",\n            \"ship_gsm\": \"565756432\",\n            \"total\": \"169.9\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3653614862489\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3653614862489\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"200.48\",\n            \"tax\": \"30.582\",\n            \"customer_code\": \"api44\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomek Domek\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3653614862489\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"60\",\n                    \"order_id\": \"77\",\n                    \"product_id\": \"1154\",\n                    \"name\": \"Finish Quantum Max 85 Kapsül+Özel Saklama Kutusunda Quantum Max 80 Kapsül Bulaşık Makinesi Deterjanı\",\n                    \"model\": \"86905705532225\",\n                    \"quantity\": \"2\",\n                    \"price\": \"169.9\",\n                    \"total\": \"339.8\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"169.9\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"169.9\",\n                    \"product_option_value_id\": \"538\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"86905705532225\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"12345\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3673808797849\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"77\",\n            \"no\": \"3673808797849\",\n            \"datetime\": \"2021-03-11 14:10:43\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"45\",\n            \"company\": \"null\",\n            \"firstname\": \"JohnT\",\n            \"lastname\": \"TJBaddy\",\n            \"email\": \"tomyly.jones@dom.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"2/34 Homeroyal House, Chalmers Crescent\",\n            \"invoice_city\": \"Edinburgh\",\n            \"ship_address\": \"2/34 Homeroyal House, Chalmers Crescent\",\n            \"ship_city\": \"Edinburgh\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"JohnT TJBaddy\",\n            \"invoice_postcode\": \"EH9 1TP\",\n            \"invoice_tel\": \"565756432\",\n            \"invoice_gsm\": \"565756432\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"JohnT TJBaddy\",\n            \"ship_postcode\": \"EH9 1TP\",\n            \"ship_tel\": \"565756432\",\n            \"ship_gsm\": \"565756432\",\n            \"total\": \"339.8\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3673808797849\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3673808797849\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"339.8\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api45\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"JohnT TJBaddy\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3673808797849\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"61\",\n                    \"order_id\": \"78\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3679071797401\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"78\",\n            \"no\": \"3679071797401\",\n            \"datetime\": \"2021-03-13 22:54:36\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"46\",\n            \"company\": \"null\",\n            \"firstname\": \"Tomek\",\n            \"lastname\": \"Domek\",\n            \"email\": \"tomyly.jones@dom.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"2/34 Homeroyal House, Chalmers Crescent\",\n            \"invoice_city\": \"Edinburgh\",\n            \"ship_address\": \"2/34 Homeroyal House, Chalmers Crescent\",\n            \"ship_city\": \"Edinburgh\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"Tomek Domek\",\n            \"invoice_postcode\": \"EH9 1TP\",\n            \"invoice_tel\": \"565756432\",\n            \"invoice_gsm\": \"565756432\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"Tomek Domek\",\n            \"ship_postcode\": \"EH9 1TP\",\n            \"ship_tel\": \"565756432\",\n            \"ship_gsm\": \"565756432\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3679071797401\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3679071797401\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api46\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomek Domek\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3679071797401\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"62\",\n                    \"order_id\": \"79\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3683987882137\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"63\",\n                    \"order_id\": \"79\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3683987882137\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"79\",\n            \"no\": \"3683987882137\",\n            \"datetime\": \"2021-03-16 13:11:54\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"47\",\n            \"company\": \"null\",\n            \"firstname\": \"Tomek\",\n            \"lastname\": \"Domek\",\n            \"email\": \"tomyly.jones@dom.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"2/34 Homeroyal House, Chalmers Crescent\",\n            \"invoice_city\": \"Edinburgh\",\n            \"ship_address\": \"2/34 Homeroyal House, Chalmers Crescent\",\n            \"ship_city\": \"Edinburgh\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"Tomek Domek\",\n            \"invoice_postcode\": \"EH9 1TP\",\n            \"invoice_tel\": \"565756432\",\n            \"invoice_gsm\": \"565756432\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"Tomek Domek\",\n            \"ship_postcode\": \"EH9 1TP\",\n            \"ship_tel\": \"565756432\",\n            \"ship_gsm\": \"565756432\",\n            \"total\": \"50.98\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3683987882137\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3683987882137\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"60.16\",\n            \"tax\": \"9.1764\",\n            \"customer_code\": \"api47\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomek Domek\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3683987882137\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"64\",\n                    \"order_id\": \"80\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3686039617689\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"80\",\n            \"no\": \"3686039617689\",\n            \"datetime\": \"2021-03-17 11:59:37\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"48\",\n            \"company\": \"null\",\n            \"firstname\": \"Kamil\",\n            \"lastname\": \"K\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"asd\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"asd\",\n            \"ship_city\": \"Istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"xyz\",\n            \"invoice_fullname\": \"Kamil K\",\n            \"invoice_postcode\": \"12345\",\n            \"invoice_tel\": \"123456778\",\n            \"invoice_gsm\": \"123456778\",\n            \"ship_district\": \"xyz\",\n            \"ship_fullname\": \"Kamil K\",\n            \"ship_postcode\": \"12345\",\n            \"ship_tel\": \"123456778\",\n            \"ship_gsm\": \"123456778\",\n            \"total\": \"19.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3686039617689\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3686039617689\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"23.59\",\n            \"tax\": \"3.5982\",\n            \"customer_code\": \"api48\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Kamil K\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"17/03/2021 2:58:17 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3686039617689\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"65\",\n                    \"order_id\": \"81\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3686104268953\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"81\",\n            \"no\": \"3686104268953\",\n            \"datetime\": \"2021-03-17 12:48:17\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"49\",\n            \"company\": \"null\",\n            \"firstname\": \"Kamil\",\n            \"lastname\": \"K\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"123\",\n            \"telephone\": \"123\",\n            \"fax\": \"\",\n            \"invoice_address\": \"adsa\",\n            \"invoice_city\": \"Warszawa\",\n            \"ship_address\": \"adsa\",\n            \"ship_city\": \"Warszawa\",\n            \"sync\": \"1\",\n            \"tax_office\": \"We don't know which field should be mapped from Shopify here\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Georgia\",\n            \"invoice_fullname\": \"Kamil K\",\n            \"invoice_postcode\": \"31563\",\n            \"invoice_tel\": \"123456786222\",\n            \"invoice_gsm\": \"123456786222\",\n            \"ship_district\": \"Georgia\",\n            \"ship_fullname\": \"Kamil K\",\n            \"ship_postcode\": \"31563\",\n            \"ship_tel\": \"123456786222\",\n            \"ship_gsm\": \"123456786222\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3686104268953\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3686104268953\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api49\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Kamil K\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"17/03/2021 3:46:57 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3686104268953\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"66\",\n                    \"order_id\": \"82\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3689530818713\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"67\",\n                    \"order_id\": \"82\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3689530818713\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"82\",\n            \"no\": \"3689530818713\",\n            \"datetime\": \"2021-03-18 17:44:39\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"50\",\n            \"company\": \"COMPANY as DEFAULT\",\n            \"firstname\": \"Tomek\",\n            \"lastname\": \"Domek\",\n            \"email\": \"tomyly.jones@dom.com\",\n            \"mobil_phone\": \"565756432\",\n            \"telephone\": \"565756432\",\n            \"fax\": \"\",\n            \"invoice_address\": \"2/34 Homeroyal House, Chalmers Crescent 234\",\n            \"invoice_city\": \"Edinburgh\",\n            \"ship_address\": \"2/34 Homeroyal House, Chalmers Crescent 234\",\n            \"ship_city\": \"Edinburgh\",\n            \"sync\": \"1\",\n            \"tax_office\": \"in case of tax_office field there is no clear intructions how to map this field - basically this field is not required\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SOME PROVINCE district will be here\",\n            \"invoice_fullname\": \"Tomek Domek\",\n            \"invoice_postcode\": \"EH9 1TP\",\n            \"invoice_tel\": \"565756432\",\n            \"invoice_gsm\": \"565756432\",\n            \"ship_district\": \"SOME PROVINCE district will be here\",\n            \"ship_fullname\": \"Tomek Domek\",\n            \"ship_postcode\": \"EH9 1TP\",\n            \"ship_tel\": \"565756432\",\n            \"ship_gsm\": \"565756432\",\n            \"total\": \"61.98\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3689530818713\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3689530818713\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"73.14\",\n            \"tax\": \"11.1564\",\n            \"customer_code\": \"api50\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomek Domek\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"18/03/2021 8:43:07 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3689530818713\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"68\",\n                    \"order_id\": \"83\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3689557491865\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"83\",\n            \"no\": \"3689557491865\",\n            \"datetime\": \"2021-03-18 17:54:09\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"51\",\n            \"company\": \"COMPANY as DEFAULT\",\n            \"firstname\": \"Tomek\",\n            \"lastname\": \"Domek\",\n            \"email\": \"tomyly.jones@dom.com\",\n            \"mobil_phone\": \"565756432\",\n            \"telephone\": \"565756432\",\n            \"fax\": \"\",\n            \"invoice_address\": \"2/34 Homeroyal House, Chalmers Crescent 234\",\n            \"invoice_city\": \"Edinburgh\",\n            \"ship_address\": \"2/34 Homeroyal House, Chalmers Crescent 234\",\n            \"ship_city\": \"Edinburgh\",\n            \"sync\": \"1\",\n            \"tax_office\": \"in case of tax_office field there is no clear intructions how to map this field - basically this field is not required\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SOME PROVINCE district will be here\",\n            \"invoice_fullname\": \"Tomek Domek\",\n            \"invoice_postcode\": \"EH9 1TP\",\n            \"invoice_tel\": \"565756432\",\n            \"invoice_gsm\": \"565756432\",\n            \"ship_district\": \"SOME PROVINCE district will be here\",\n            \"ship_fullname\": \"Tomek Domek\",\n            \"ship_postcode\": \"EH9 1TP\",\n            \"ship_tel\": \"565756432\",\n            \"ship_gsm\": \"565756432\",\n            \"total\": \"19.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3689557491865\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3689557491865\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"23.59\",\n            \"tax\": \"3.5982\",\n            \"customer_code\": \"api51\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomek Domek\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"18/03/2021 8:52:35 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3689557491865\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"69\",\n                    \"order_id\": \"84\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3689622372505\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"84\",\n            \"no\": \"3689622372505\",\n            \"datetime\": \"2021-03-18 18:16:30\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"52\",\n            \"company\": \"COMPANY as DEFAULT\",\n            \"firstname\": \"Tomek\",\n            \"lastname\": \"Domek\",\n            \"email\": \"tomyly.jones@dom.com\",\n            \"mobil_phone\": \"565756432\",\n            \"telephone\": \"565756432\",\n            \"fax\": \"\",\n            \"invoice_address\": \"2/34 Homeroyal House, Chalmers Crescent 234\",\n            \"invoice_city\": \"Edinburgh\",\n            \"ship_address\": \"2/34 Homeroyal House, Chalmers Crescent 234\",\n            \"ship_city\": \"Edinburgh\",\n            \"sync\": \"1\",\n            \"tax_office\": \"in case of tax_office field there is no clear intructions how to map this field - basically this field is not required\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SOME PROVINCE district will be here\",\n            \"invoice_fullname\": \"Tomek Domek\",\n            \"invoice_postcode\": \"EH9 1TP\",\n            \"invoice_tel\": \"565756432\",\n            \"invoice_gsm\": \"565756432\",\n            \"ship_district\": \"SOME PROVINCE district will be here\",\n            \"ship_fullname\": \"Tomek Domek\",\n            \"ship_postcode\": \"EH9 1TP\",\n            \"ship_tel\": \"565756432\",\n            \"ship_gsm\": \"565756432\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3689622372505\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3689622372505\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api52\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomek Domek\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"18/03/2021 9:14:52 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3689622372505\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"70\",\n                    \"order_id\": \"85\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3699091275929\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"85\",\n            \"no\": \"3699091275929\",\n            \"datetime\": \"2021-03-22 12:51:10\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"53\",\n            \"company\": \"COMPANY as DEFAULT\",\n            \"firstname\": \"Tomek\",\n            \"lastname\": \"Domek\",\n            \"email\": \"tomyly.jones@dom.com\",\n            \"mobil_phone\": \"565756432\",\n            \"telephone\": \"565756432\",\n            \"fax\": \"\",\n            \"invoice_address\": \"sample address 1 sample address 2\",\n            \"invoice_city\": \"Ankara\",\n            \"ship_address\": \"sample address 1 sample address 2\",\n            \"ship_city\": \"Ankara\",\n            \"sync\": \"1\",\n            \"tax_office\": \"in case of tax_office field there is no clear intructions how to map this field - basically this field is not required\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"SOME PROVINCE district will be here\",\n            \"invoice_fullname\": \"Tomek Domek\",\n            \"invoice_postcode\": \"12345\",\n            \"invoice_tel\": \"565756432\",\n            \"invoice_gsm\": \"565756432\",\n            \"ship_district\": \"SOME PROVINCE district will be here\",\n            \"ship_fullname\": \"Tomek Domek\",\n            \"ship_postcode\": \"12345\",\n            \"ship_tel\": \"565756432\",\n            \"ship_gsm\": \"565756432\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3699091275929\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3699091275929\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"26\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api53\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomek Domek\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"22/03/2021 3:49:52 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3699091275929\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"71\",\n                    \"order_id\": \"86\",\n                    \"product_id\": \"1196\",\n                    \"name\": \"Kostüm11 Ürün\",\n                    \"model\": \"kos11\",\n                    \"quantity\": \"1\",\n                    \"price\": \"47\",\n                    \"total\": \"47\",\n                    \"tax\": \"0.47\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"47\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"47.47\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324679\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"86\",\n            \"no\": \"A210324679\",\n            \"datetime\": \"2021-03-24 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"1\",\n            \"customer_id\": \"55\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"47\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210324679\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210324679\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"47.47\",\n            \"tax\": \"0.47\",\n            \"customer_code\": \"api55\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"24/03/2021 4:07:34 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210324679\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"72\",\n                    \"order_id\": \"87\",\n                    \"product_id\": \"1196\",\n                    \"name\": \"Kostüm11 Ürün\",\n                    \"model\": \"kos11\",\n                    \"quantity\": \"2\",\n                    \"price\": \"47\",\n                    \"total\": \"94\",\n                    \"tax\": \"0.94\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"47\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"47.47\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324117\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"73\",\n                    \"order_id\": \"87\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"64.1111\",\n                    \"total\": \"64.1111\",\n                    \"tax\": \"0.6411\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"64.1111\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"64.7522\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324117\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"74\",\n                    \"order_id\": \"87\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"21.5\",\n                    \"total\": \"21.5\",\n                    \"tax\": \"0.215\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"21.5\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"21.715\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324117\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"87\",\n            \"no\": \"A210324117\",\n            \"datetime\": \"2021-03-24 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"56\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"179.6111\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210324117\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210324117\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"181.41\",\n            \"tax\": \"1.7961\",\n            \"customer_code\": \"api56\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"24/03/2021 5:21:52 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210324117\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"75\",\n                    \"order_id\": \"88\",\n                    \"product_id\": \"1196\",\n                    \"name\": \"Kostüm11 Ürün\",\n                    \"model\": \"kos11\",\n                    \"quantity\": \"2\",\n                    \"price\": \"39.8305\",\n                    \"total\": \"79.661\",\n                    \"tax\": \"0.7966\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"39.8305\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"40.2288\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324724\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"76\",\n                    \"order_id\": \"88\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"54.3315\",\n                    \"total\": \"54.3315\",\n                    \"tax\": \"0.5433\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"54.3315\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"54.8748\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324724\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"77\",\n                    \"order_id\": \"88\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"18.2203\",\n                    \"total\": \"18.2203\",\n                    \"tax\": \"0.1822\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"18.2203\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"18.4025\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324724\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"88\",\n            \"no\": \"A210324724\",\n            \"datetime\": \"2021-03-24 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"57\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"152.2128\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210324724\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210324724\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"153.73\",\n            \"tax\": \"1.5221\",\n            \"customer_code\": \"api57\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"24/03/2021 5:24:59 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210324724\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"78\",\n                    \"order_id\": \"89\",\n                    \"product_id\": \"1196\",\n                    \"name\": \"Kostüm11 Ürün\",\n                    \"model\": \"kos11\",\n                    \"quantity\": \"2\",\n                    \"price\": \"39.8305\",\n                    \"total\": \"79.661\",\n                    \"tax\": \"0.7966\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"39.8305\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"40.2288\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324515\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"79\",\n                    \"order_id\": \"89\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"54.3315\",\n                    \"total\": \"54.3315\",\n                    \"tax\": \"0.5433\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"54.3315\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"54.8748\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324515\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"80\",\n                    \"order_id\": \"89\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"18.2203\",\n                    \"total\": \"18.2203\",\n                    \"tax\": \"0.1822\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"18.2203\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"18.4025\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210324515\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"89\",\n            \"no\": \"A210324515\",\n            \"datetime\": \"2021-03-24 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"58\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"152.2128\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210324515\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210324515\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"153.73\",\n            \"tax\": \"1.5221\",\n            \"customer_code\": \"api58\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"24/03/2021 5:28:32 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210324515\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"81\",\n                    \"order_id\": \"90\",\n                    \"product_id\": \"1196\",\n                    \"name\": \"Kostüm11 Ürün\",\n                    \"model\": \"kos11\",\n                    \"quantity\": \"2\",\n                    \"price\": \"79.661\",\n                    \"total\": \"159.322\",\n                    \"tax\": \"1.5932\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"79.661\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"80.4576\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325149\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"82\",\n                    \"order_id\": \"90\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"54.3315\",\n                    \"total\": \"54.3315\",\n                    \"tax\": \"0.5433\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"54.3315\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"54.8748\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325149\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"83\",\n                    \"order_id\": \"90\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"18.2203\",\n                    \"total\": \"18.2203\",\n                    \"tax\": \"0.1822\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"18.2203\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"18.4025\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325149\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"90\",\n            \"no\": \"A210325149\",\n            \"datetime\": \"2021-03-25 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"61\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"231.8738\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210325149\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210325149\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"234.19\",\n            \"tax\": \"2.3187\",\n            \"customer_code\": \"api61\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"25/03/2021 11:00:22 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210325149\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"84\",\n                    \"order_id\": \"91\",\n                    \"product_id\": \"1196\",\n                    \"name\": \"Kostüm11 Ürün\",\n                    \"model\": \"kos11\",\n                    \"quantity\": \"2\",\n                    \"price\": \"39.8305\",\n                    \"total\": \"79.661\",\n                    \"tax\": \"0.7966\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"39.8305\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"40.2288\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325611\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"85\",\n                    \"order_id\": \"91\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"54.3315\",\n                    \"total\": \"54.3315\",\n                    \"tax\": \"0.5433\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"54.3315\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"54.8748\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325611\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"86\",\n                    \"order_id\": \"91\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"18.2203\",\n                    \"total\": \"18.2203\",\n                    \"tax\": \"0.1822\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"18.2203\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"18.4025\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325611\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"91\",\n            \"no\": \"A210325611\",\n            \"datetime\": \"2021-03-25 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"62\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"152.2128\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210325611\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210325611\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"153.73\",\n            \"tax\": \"1.5221\",\n            \"customer_code\": \"api62\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"25/03/2021 11:04:42 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210325611\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"87\",\n                    \"order_id\": \"92\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"2\",\n                    \"price\": \"39.8305\",\n                    \"total\": \"79.661\",\n                    \"tax\": \"14.339\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"39.8305\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"47\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325895\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"88\",\n                    \"order_id\": \"92\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"54.3315\",\n                    \"total\": \"54.3315\",\n                    \"tax\": \"9.7797\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"54.3315\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"64.1111\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325895\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"89\",\n                    \"order_id\": \"92\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"18.2203\",\n                    \"total\": \"18.2203\",\n                    \"tax\": \"3.2797\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"18.2203\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"21.5\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325895\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"92\",\n            \"no\": \"A210325895\",\n            \"datetime\": \"2021-03-25 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"64\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"152.2128\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210325895\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210325895\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"179.61\",\n            \"tax\": \"27.3983\",\n            \"customer_code\": \"api64\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"25/03/2021 11:55:45 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210325895\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"90\",\n                    \"order_id\": \"93\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"39.8305\",\n                    \"total\": \"39.8305\",\n                    \"tax\": \"7.1695\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"39.8305\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"47\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325368\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"91\",\n                    \"order_id\": \"93\",\n                    \"product_id\": \"1198\",\n                    \"name\": \"Antep Türk Lokum kostüm11\",\n                    \"model\": \"bakodt23\",\n                    \"quantity\": \"1\",\n                    \"price\": \"18.2203\",\n                    \"total\": \"18.2203\",\n                    \"tax\": \"0.1822\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"1\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"18.2203\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"18.4025\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"erbarkod\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210325368\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"93\",\n            \"no\": \"A210325368\",\n            \"datetime\": \"2021-03-25 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"65\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"58.0508\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210325368\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210325368\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"aras\",\n            \"grand_total\": \"65.4\",\n            \"tax\": \"7.3517\",\n            \"customer_code\": \"api65\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"25/03/2021 12:20:17 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210325368\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"92\",\n                    \"order_id\": \"95\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3707191230617\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"95\",\n            \"no\": \"3707191230617\",\n            \"datetime\": \"2021-03-26 08:07:23\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"68\",\n            \"company\": \"\",\n            \"firstname\": \"JohnT\",\n            \"lastname\": \"TJBaddy\",\n            \"email\": \"john@gmt.com\",\n            \"mobil_phone\": \"999888777\",\n            \"telephone\": \"999888777\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Srednia 22 234\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Srednia 22 234\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Aladağ District\",\n            \"invoice_fullname\": \"JohnT TJBaddy\",\n            \"invoice_postcode\": \"22333\",\n            \"invoice_tel\": \"999888777\",\n            \"invoice_gsm\": \"999888777\",\n            \"ship_district\": \"Aladağ District\",\n            \"ship_fullname\": \"JohnT TJBaddy\",\n            \"ship_postcode\": \"22333\",\n            \"ship_tel\": \"999888777\",\n            \"ship_gsm\": \"999888777\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3707191230617\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3707191230617\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api68\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"JohnT TJBaddy\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"26/03/2021 11:05:28 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3707191230617\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"93\",\n                    \"order_id\": \"96\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3707293728921\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"96\",\n            \"no\": \"3707293728921\",\n            \"datetime\": \"2021-03-26 09:38:34\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"69\",\n            \"company\": \"\",\n            \"firstname\": \"JohnT\",\n            \"lastname\": \"TJBaddy\",\n            \"email\": \"john@gmt.com\",\n            \"mobil_phone\": \"767445766\",\n            \"telephone\": \"767445766\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Srednia 22 234\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Srednia 22 234\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Abana\",\n            \"invoice_fullname\": \"JohnT TJBaddy\",\n            \"invoice_postcode\": \"22333\",\n            \"invoice_tel\": \"767445766\",\n            \"invoice_gsm\": \"767445766\",\n            \"ship_district\": \"Abana\",\n            \"ship_fullname\": \"JohnT TJBaddy\",\n            \"ship_postcode\": \"22333\",\n            \"ship_tel\": \"767445766\",\n            \"ship_gsm\": \"767445766\",\n            \"total\": \"19.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3707293728921\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3707293728921\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"23.59\",\n            \"tax\": \"3.5982\",\n            \"customer_code\": \"api69\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"JohnT TJBaddy\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"26/03/2021 12:36:39 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3707293728921\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"94\",\n                    \"order_id\": \"97\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"8.4746\",\n                    \"total\": \"8.4746\",\n                    \"tax\": \"1.5254\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"8.4746\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329928\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"97\",\n            \"no\": \"A210329928\",\n            \"datetime\": \"2021-03-29 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"70\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"8.4746\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329928\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210329928\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"aras\",\n            \"grand_total\": \"10\",\n            \"tax\": \"1.5254\",\n            \"customer_code\": \"api70\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 9:36:47 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329928\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"95\",\n                    \"order_id\": \"98\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3713577222297\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"96\",\n                    \"order_id\": \"98\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3713577222297\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"98\",\n            \"no\": \"3713577222297\",\n            \"datetime\": \"2021-03-29 06:54:39\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"71\",\n            \"company\": \"\",\n            \"firstname\": \"JohnT\",\n            \"lastname\": \"TJBaddy\",\n            \"email\": \"john@gmt.com\",\n            \"mobil_phone\": \"999888777\",\n            \"telephone\": \"999888777\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Srednia 22 234\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Srednia 22 234\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Aladağ\",\n            \"invoice_fullname\": \"JohnT TJBaddy\",\n            \"invoice_postcode\": \"22333\",\n            \"invoice_tel\": \"999888777\",\n            \"invoice_gsm\": \"999888777\",\n            \"ship_district\": \"Aladağ\",\n            \"ship_fullname\": \"JohnT TJBaddy\",\n            \"ship_postcode\": \"22333\",\n            \"ship_tel\": \"999888777\",\n            \"ship_gsm\": \"999888777\",\n            \"total\": \"61.98\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3713577222297\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3713577222297\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"73.14\",\n            \"tax\": \"11.1564\",\n            \"customer_code\": \"api71\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"JohnT TJBaddy\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 9:53:16 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3713577222297\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"97\",\n                    \"order_id\": \"99\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"33.8983\",\n                    \"total\": \"33.8983\",\n                    \"tax\": \"6.1017\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"33.8983\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"40\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329715\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"98\",\n                    \"order_id\": \"99\",\n                    \"product_id\": \"1191\",\n                    \"name\": \"Alegra 2 pants\",\n                    \"model\": \"w-l-alegra\",\n                    \"quantity\": \"1\",\n                    \"price\": \"123\",\n                    \"total\": \"123\",\n                    \"tax\": \"9.84\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"8\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"123\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"132.84\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329715\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"99\",\n            \"no\": \"A210329715\",\n            \"datetime\": \"2021-03-29 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"72\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"156.8983\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329715\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210329715\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"-\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"aras\",\n            \"grand_total\": \"172.84\",\n            \"tax\": \"15.9417\",\n            \"customer_code\": \"api72\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 9:58:12 AM\",\n            \"date_change\": \"08/12/2022 2:48:49 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329715\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"99\",\n                    \"order_id\": \"100\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"8.4746\",\n                    \"total\": \"8.4746\",\n                    \"tax\": \"1.5254\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"8.4746\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329483\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"100\",\n            \"no\": \"A210329483\",\n            \"datetime\": \"2021-03-29 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"73\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"8.4746\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329483\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210329483\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"10\",\n            \"tax\": \"1.5254\",\n            \"customer_code\": \"api73\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 11:47:14 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329483\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"100\",\n                    \"order_id\": \"101\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3713696661657\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"101\",\n            \"no\": \"3713696661657\",\n            \"datetime\": \"2021-03-29 09:02:12\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"74\",\n            \"company\": \"\",\n            \"firstname\": \"JohnT\",\n            \"lastname\": \"TJBaddy\",\n            \"email\": \"john@gmt.com\",\n            \"mobil_phone\": \"888333444\",\n            \"telephone\": \"888333444\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Srednia 22 234\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Srednia 22 234\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Adalar\",\n            \"invoice_fullname\": \"JohnT TJBaddy\",\n            \"invoice_postcode\": \"22333\",\n            \"invoice_tel\": \"888333444\",\n            \"invoice_gsm\": \"888333444\",\n            \"ship_district\": \"Adalar\",\n            \"ship_fullname\": \"JohnT TJBaddy\",\n            \"ship_postcode\": \"22333\",\n            \"ship_tel\": \"888333444\",\n            \"ship_gsm\": \"888333444\",\n            \"total\": \"19.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3713696661657\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3713696661657\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"23.59\",\n            \"tax\": \"3.5982\",\n            \"customer_code\": \"api74\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"JohnT TJBaddy\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 12:00:45 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3713696661657\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"101\",\n                    \"order_id\": \"102\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3713803354265\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"102\",\n            \"no\": \"3713803354265\",\n            \"datetime\": \"2021-03-29 10:50:28\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"75\",\n            \"company\": \"\",\n            \"firstname\": \"JohnT\",\n            \"lastname\": \"TJBaddy\",\n            \"email\": \"tomdom@home.pl\",\n            \"mobil_phone\": \"888333444\",\n            \"telephone\": \"888333444\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Srednia 22 234\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Srednia 22 234\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Aladağ\",\n            \"invoice_fullname\": \"JohnT TJBaddy\",\n            \"invoice_postcode\": \"22333\",\n            \"invoice_tel\": \"888333444\",\n            \"invoice_gsm\": \"888333444\",\n            \"ship_district\": \"Aladağ\",\n            \"ship_fullname\": \"JohnT TJBaddy\",\n            \"ship_postcode\": \"22333\",\n            \"ship_tel\": \"888333444\",\n            \"ship_gsm\": \"888333444\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3713803354265\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3713803354265\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api75\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"JohnT TJBaddy\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 1:48:58 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3713803354265\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"102\",\n                    \"order_id\": \"103\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"16.9492\",\n                    \"total\": \"16.9492\",\n                    \"tax\": \"3.0508\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"16.9492\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"20\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329462\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"103\",\n            \"no\": \"A210329462\",\n            \"datetime\": \"2021-03-29 00:00:00\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"76\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"16.9492\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329462\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210329462\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"20\",\n            \"tax\": \"3.0508\",\n            \"customer_code\": \"api76\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 2:16:47 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329462\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"103\",\n                    \"order_id\": \"104\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"25.4237\",\n                    \"total\": \"25.4237\",\n                    \"tax\": \"4.5763\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"25.4237\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"30\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329832\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"104\",\n            \"no\": \"A210329832\",\n            \"datetime\": \"2021-03-29 02:20:09\",\n            \"entegration\": \"97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"77\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"25.4237\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329832\",\n            \"supplier\": \"97059\",\n            \"supplier_id\": \"A210329832\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"30\",\n            \"tax\": \"4.5763\",\n            \"customer_code\": \"api77\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 2:18:32 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329832\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"104\",\n                    \"order_id\": \"105\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"25.4237\",\n                    \"total\": \"25.4237\",\n                    \"tax\": \"4.5763\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"25.4237\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"30\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329569\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"105\",\n            \"no\": \"A210329569\",\n            \"datetime\": \"2021-03-29 02:43:31\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"78\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"25.4237\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329569\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329569\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1440\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"aras\",\n            \"grand_total\": \"30\",\n            \"tax\": \"4.5763\",\n            \"customer_code\": \"api78\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 2:41:53 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329569\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"105\",\n                    \"order_id\": \"106\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"16.9492\",\n                    \"total\": \"16.9492\",\n                    \"tax\": \"3.0508\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"16.9492\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"20\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329489\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"106\",\n                    \"order_id\": \"106\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"1\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"11.8\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329489\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"106\",\n            \"no\": \"A210329489\",\n            \"datetime\": \"2021-03-29 03:02:03\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"79\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"26.9492\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329489\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329489\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"31.8\",\n            \"tax\": \"4.8508\",\n            \"customer_code\": \"api79\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 3:00:26 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329489\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"107\",\n                    \"order_id\": \"107\",\n                    \"product_id\": \"1199\",\n                    \"name\": \"çamaşır deterjanı kat\",\n                    \"model\": \"kas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"25.4237\",\n                    \"total\": \"25.4237\",\n                    \"tax\": \"4.5763\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"25.4237\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"30\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"b1\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329393\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"108\",\n                    \"order_id\": \"107\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"1.8\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"11.8\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329393\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"107\",\n            \"no\": \"A210329393\",\n            \"datetime\": \"2021-03-29 04:20:19\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"80\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"35.4237\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329393\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329393\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"41.8\",\n            \"tax\": \"6.3763\",\n            \"customer_code\": \"api80\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 4:18:42 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329393\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"109\",\n                    \"order_id\": \"108\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"8.4746\",\n                    \"total\": \"8.4746\",\n                    \"tax\": \"1.5254\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"8.4746\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329224\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"110\",\n                    \"order_id\": \"108\",\n                    \"product_id\": \"1205\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyt\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyt\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329224\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"108\",\n            \"no\": \"A210329224\",\n            \"datetime\": \"2021-03-29 04:28:13\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"81\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"18.4746\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329224\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329224\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"20\",\n            \"tax\": \"1.5254\",\n            \"customer_code\": \"api81\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 4:26:35 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329224\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"111\",\n                    \"order_id\": \"109\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"16.9492\",\n                    \"total\": \"16.9492\",\n                    \"tax\": \"3.0508\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"16.9492\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"20\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329188\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"112\",\n                    \"order_id\": \"109\",\n                    \"product_id\": \"1205\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyt\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyt\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329188\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"109\",\n            \"no\": \"A210329188\",\n            \"datetime\": \"2021-03-29 04:31:16\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"82\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"26.9492\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329188\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329188\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"30\",\n            \"tax\": \"3.0508\",\n            \"customer_code\": \"api82\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 4:29:38 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329188\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"113\",\n                    \"order_id\": \"110\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"33.8983\",\n                    \"total\": \"33.8983\",\n                    \"tax\": \"6.1017\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"33.8983\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"40\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329451\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"114\",\n                    \"order_id\": \"110\",\n                    \"product_id\": \"1206\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrk\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrk\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329451\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"115\",\n                    \"order_id\": \"110\",\n                    \"product_id\": \"1205\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyt\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyt\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329451\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"110\",\n            \"no\": \"A210329451\",\n            \"datetime\": \"2021-03-29 04:34:03\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"83\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"58.8983\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329451\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329451\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"65\",\n            \"tax\": \"6.1017\",\n            \"customer_code\": \"api83\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 4:32:26 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329451\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"116\",\n                    \"order_id\": \"111\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"33.8983\",\n                    \"total\": \"33.8983\",\n                    \"tax\": \"6.1017\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"33.8983\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"40\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329644\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"117\",\n                    \"order_id\": \"111\",\n                    \"product_id\": \"1206\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrk\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrk\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329644\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"118\",\n                    \"order_id\": \"111\",\n                    \"product_id\": \"1205\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyt\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyt\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329644\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"111\",\n            \"no\": \"A210329644\",\n            \"datetime\": \"2021-03-29 04:40:12\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"84\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"58.8983\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329644\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329644\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"65\",\n            \"tax\": \"6.1017\",\n            \"customer_code\": \"api84\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 4:38:35 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329644\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"119\",\n                    \"order_id\": \"112\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"8.4746\",\n                    \"total\": \"8.4746\",\n                    \"tax\": \"1.5254\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"8.4746\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329467\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"120\",\n                    \"order_id\": \"112\",\n                    \"product_id\": \"1206\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrk\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrk\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329467\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"121\",\n                    \"order_id\": \"112\",\n                    \"product_id\": \"1205\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyt\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyt\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329467\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"112\",\n            \"no\": \"A210329467\",\n            \"datetime\": \"2021-03-29 04:47:13\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"85\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"33.4746\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329467\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329467\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"35\",\n            \"tax\": \"1.5254\",\n            \"customer_code\": \"api85\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 4:45:35 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329467\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"122\",\n                    \"order_id\": \"113\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"33.8983\",\n                    \"total\": \"33.8983\",\n                    \"tax\": \"6.1017\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"33.8983\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"40\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329648\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"123\",\n                    \"order_id\": \"113\",\n                    \"product_id\": \"1206\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrk\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrk\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329648\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"124\",\n                    \"order_id\": \"113\",\n                    \"product_id\": \"1205\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyt\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyt\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329648\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"113\",\n            \"no\": \"A210329648\",\n            \"datetime\": \"2021-03-29 05:02:56\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"86\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"58.8983\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329648\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329648\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"65\",\n            \"tax\": \"6.1017\",\n            \"customer_code\": \"api86\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 5:01:18 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329648\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"125\",\n                    \"order_id\": \"114\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"25.4237\",\n                    \"total\": \"25.4237\",\n                    \"tax\": \"4.5763\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"25.4237\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"30\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329369\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"126\",\n                    \"order_id\": \"114\",\n                    \"product_id\": \"1207\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrki\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrki\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329369\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"127\",\n                    \"order_id\": \"114\",\n                    \"product_id\": \"1208\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyti\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyti\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210329369\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"114\",\n            \"no\": \"A210329369\",\n            \"datetime\": \"2021-03-29 05:06:27\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"87\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"50.4237\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210329369\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210329369\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"55\",\n            \"tax\": \"4.5763\",\n            \"customer_code\": \"api87\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 5:04:49 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210329369\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"128\",\n                    \"order_id\": \"115\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3714637004953\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"129\",\n                    \"order_id\": \"115\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3714637004953\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"115\",\n            \"no\": \"3714637004953\",\n            \"datetime\": \"2021-03-29 18:31:44\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"88\",\n            \"company\": \"\",\n            \"firstname\": \"JohnT\",\n            \"lastname\": \"TJBaddy\",\n            \"email\": \"tomdom@home.pl\",\n            \"mobil_phone\": \"999888777\",\n            \"telephone\": \"999888777\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Srednia 22 234\",\n            \"invoice_city\": \"İstanbul\",\n            \"ship_address\": \"Srednia 22 234\",\n            \"ship_city\": \"İstanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Adalar XXXXXX\",\n            \"invoice_fullname\": \"JohnT TJBaddy\",\n            \"invoice_postcode\": \"22333\",\n            \"invoice_tel\": \"999888777\",\n            \"invoice_gsm\": \"999888777\",\n            \"ship_district\": \"Adalar XXXXXX\",\n            \"ship_fullname\": \"JohnT TJBaddy\",\n            \"ship_postcode\": \"22333\",\n            \"ship_tel\": \"999888777\",\n            \"ship_gsm\": \"999888777\",\n            \"total\": \"61.98\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3714637004953\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3714637004953\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"73.14\",\n            \"tax\": \"11.1564\",\n            \"customer_code\": \"api88\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"JohnT TJBaddy\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 9:30:14 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3714637004953\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"130\",\n                    \"order_id\": \"116\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3714673508505\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"131\",\n                    \"order_id\": \"116\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3714673508505\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"116\",\n            \"no\": \"3714673508505\",\n            \"datetime\": \"2021-03-29 18:51:49\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"89\",\n            \"company\": \"\",\n            \"firstname\": \"JohnT\",\n            \"lastname\": \"TJBaddy\",\n            \"email\": \"tomdom@home.pl\",\n            \"mobil_phone\": \"888333444\",\n            \"telephone\": \"888333444\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Srednia 22 234\",\n            \"invoice_city\": \"Bitlis\",\n            \"ship_address\": \"Srednia 22 234\",\n            \"ship_city\": \"Bitlis\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Aladağ SampleD\",\n            \"invoice_fullname\": \"JohnT TJBaddy\",\n            \"invoice_postcode\": \"22333\",\n            \"invoice_tel\": \"888333444\",\n            \"invoice_gsm\": \"888333444\",\n            \"ship_district\": \"Aladağ SampleD\",\n            \"ship_fullname\": \"JohnT TJBaddy\",\n            \"ship_postcode\": \"22333\",\n            \"ship_tel\": \"888333444\",\n            \"ship_gsm\": \"888333444\",\n            \"total\": \"61.98\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3714673508505\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3714673508505\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"73.14\",\n            \"tax\": \"11.1564\",\n            \"customer_code\": \"api89\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"JohnT TJBaddy\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"29/03/2021 11:59:31 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3714673508505\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"132\",\n                    \"order_id\": \"117\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3714918678681\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"117\",\n            \"no\": \"3714918678681\",\n            \"datetime\": \"2021-03-29 21:07:08\",\n            \"entegration\": \"RB\",\n            \"status\": \"2\",\n            \"customer_id\": \"90\",\n            \"company\": \"\",\n            \"firstname\": \"Tomely\",\n            \"lastname\": \"Jones\",\n            \"email\": \"tomyly.jones@dom.com\",\n            \"mobil_phone\": \"999888777\",\n            \"telephone\": \"999888777\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Cala 32 m3\",\n            \"invoice_city\": \"İstanbul\",\n            \"ship_address\": \"Cala 32 m3\",\n            \"ship_city\": \"İstanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Yüreğir SampleDistrict\",\n            \"invoice_fullname\": \"Tomely Jones\",\n            \"invoice_postcode\": \"22333\",\n            \"invoice_tel\": \"999888777\",\n            \"invoice_gsm\": \"999888777\",\n            \"ship_district\": \"Yüreğir SampleDistrict\",\n            \"ship_fullname\": \"Tomely Jones\",\n            \"ship_postcode\": \"22333\",\n            \"ship_tel\": \"999888777\",\n            \"ship_gsm\": \"999888777\",\n            \"total\": \"19.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3714918678681\",\n            \"supplier\": \"RB\",\n            \"supplier_id\": \"3714918678681\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"\",\n            \"grand_total\": \"23.59\",\n            \"tax\": \"3.5982\",\n            \"customer_code\": \"api90\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Tomely Jones\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 12:05:33 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3714918678681\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"133\",\n                    \"order_id\": \"118\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"25.4237\",\n                    \"total\": \"25.4237\",\n                    \"tax\": \"4.5763\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"25.4237\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"30\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210330895\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"134\",\n                    \"order_id\": \"118\",\n                    \"product_id\": \"1207\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrki\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrki\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210330895\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"135\",\n                    \"order_id\": \"118\",\n                    \"product_id\": \"1208\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyti\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyti\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210330895\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"118\",\n            \"no\": \"A210330895\",\n            \"datetime\": \"2021-03-30 09:38:16\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"91\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"50.4237\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210330895\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210330895\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"55\",\n            \"tax\": \"4.5763\",\n            \"customer_code\": \"api91\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 9:36:31 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210330895\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"136\",\n                    \"order_id\": \"119\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3715847946393\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"119\",\n            \"no\": \"3715847946393\",\n            \"datetime\": \"2021-03-30 09:40:13\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"92\",\n            \"company\": \"\",\n            \"firstname\": \"K\",\n            \"lastname\": \"K\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"901234567890\",\n            \"telephone\": \"901234567890\",\n            \"fax\": \"\",\n            \"invoice_address\": \"asd\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"asd\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"19-May\",\n            \"invoice_fullname\": \"K K\",\n            \"invoice_postcode\": \"12345\",\n            \"invoice_tel\": \"901234567890\",\n            \"invoice_gsm\": \"901234567890\",\n            \"ship_district\": \"19-May\",\n            \"ship_fullname\": \"K K\",\n            \"ship_postcode\": \"12345\",\n            \"ship_tel\": \"901234567890\",\n            \"ship_gsm\": \"901234567890\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3715847946393\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3715847946393\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api92\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"K K\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"37\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 12:38:33 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3715847946393\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"137\",\n                    \"order_id\": \"120\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3715851288729\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"120\",\n            \"no\": \"3715851288729\",\n            \"datetime\": \"2021-03-30 09:43:45\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"93\",\n            \"company\": \"\",\n            \"firstname\": \"Kamil\",\n            \"lastname\": \"Kr\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"901234567890\",\n            \"telephone\": \"901234567890\",\n            \"fax\": \"\",\n            \"invoice_address\": \"asdasd\",\n            \"invoice_city\": \"Bursa\",\n            \"ship_address\": \"asdasd\",\n            \"ship_city\": \"Bursa\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Bilecik Merkez asdasd\",\n            \"invoice_fullname\": \"Kamil Kr\",\n            \"invoice_postcode\": \"12345\",\n            \"invoice_tel\": \"901234567890\",\n            \"invoice_gsm\": \"901234567890\",\n            \"ship_district\": \"Bilecik Merkez asdasd\",\n            \"ship_fullname\": \"Kamil Kr\",\n            \"ship_postcode\": \"12345\",\n            \"ship_tel\": \"901234567890\",\n            \"ship_gsm\": \"901234567890\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3715851288729\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3715851288729\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api93\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Kamil Kr\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"363\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 12:42:08 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3715851288729\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"138\",\n                    \"order_id\": \"121\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3715857186969\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"121\",\n            \"no\": \"3715857186969\",\n            \"datetime\": \"2021-03-30 09:49:07\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"94\",\n            \"company\": \"\",\n            \"firstname\": \"Kamil\",\n            \"lastname\": \"Kr\",\n            \"email\": \"kamil.krasnicki@rb.com\",\n            \"mobil_phone\": \"901234567890\",\n            \"telephone\": \"901234567890\",\n            \"fax\": \"\",\n            \"invoice_address\": \"adasd\",\n            \"invoice_city\": \"Konya\",\n            \"ship_address\": \"adasd\",\n            \"ship_city\": \"Konya\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \" sss\",\n            \"invoice_fullname\": \"Kamil Kr\",\n            \"invoice_postcode\": \"12345\",\n            \"invoice_tel\": \"901234567890\",\n            \"invoice_gsm\": \"901234567890\",\n            \"ship_district\": \" sss\",\n            \"ship_fullname\": \"Kamil Kr\",\n            \"ship_postcode\": \"12345\",\n            \"ship_tel\": \"901234567890\",\n            \"ship_gsm\": \"901234567890\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3715857186969\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3715857186969\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api94\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Kamil Kr\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"26\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 12:47:27 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3715857186969\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"139\",\n                    \"order_id\": \"122\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3715954081945\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"122\",\n            \"no\": \"3715954081945\",\n            \"datetime\": \"2021-03-30 11:17:47\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"95\",\n            \"company\": \"\",\n            \"firstname\": \"Ttt\",\n            \"lastname\": \"Gahah\",\n            \"email\": \"poven71048@bsmitao.com\",\n            \"mobil_phone\": \"903563634634\",\n            \"telephone\": \"903563634634\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Kościuszki 49/4\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Kościuszki 49/4\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"19-May s\",\n            \"invoice_fullname\": \"Ttt Gahah\",\n            \"invoice_postcode\": \"64345\",\n            \"invoice_tel\": \"903563634634\",\n            \"invoice_gsm\": \"903563634634\",\n            \"ship_district\": \"19-May s\",\n            \"ship_fullname\": \"Ttt Gahah\",\n            \"ship_postcode\": \"64345\",\n            \"ship_tel\": \"903563634634\",\n            \"ship_gsm\": \"903563634634\",\n            \"total\": \"30.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3715954081945\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3715954081945\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"36.57\",\n            \"tax\": \"5.5782\",\n            \"customer_code\": \"api95\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Ttt Gahah\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"25\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 2:16:10 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3715954081945\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"140\",\n                    \"order_id\": \"123\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3715968172185\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"141\",\n                    \"order_id\": \"123\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3715968172185\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"123\",\n            \"no\": \"3715968172185\",\n            \"datetime\": \"2021-03-30 11:29:48\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"96\",\n            \"company\": \"\",\n            \"firstname\": \"Lukasz\",\n            \"lastname\": \"Kusior\",\n            \"email\": \"pove1n71048@bsmitao.com\",\n            \"mobil_phone\": \"90907097060\",\n            \"telephone\": \"90907097060\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Test Address Turkey Test \",\n            \"invoice_city\": \"Province\",\n            \"ship_address\": \"Test Address Turkey Test\",\n            \"ship_city\": \"Province\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Akyaka Test\",\n            \"invoice_fullname\": \"Lukasz Kusior\",\n            \"invoice_postcode\": \"23443\",\n            \"invoice_tel\": \"90907097060\",\n            \"invoice_gsm\": \"90907097060\",\n            \"ship_district\": \"Akyaka Test\",\n            \"ship_fullname\": \"Lukasz Kusior\",\n            \"ship_postcode\": \"23443\",\n            \"ship_tel\": \"90907097060\",\n            \"ship_gsm\": \"90907097060\",\n            \"total\": \"61.98\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3715968172185\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3715968172185\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"73.14\",\n            \"tax\": \"11.1564\",\n            \"customer_code\": \"api96\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Lukasz Kusior\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"14\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 2:28:10 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3715968172185\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"142\",\n                    \"order_id\": \"124\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"30.99\",\n                    \"total\": \"30.99\",\n                    \"tax\": \"5.5782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"30.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"36.5682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3716174479513\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"143\",\n                    \"order_id\": \"124\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3716174479513\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"144\",\n                    \"order_id\": \"124\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3716174479513\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"124\",\n            \"no\": \"3716174479513\",\n            \"datetime\": \"2021-03-30 13:58:40\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"97\",\n            \"company\": \"\",\n            \"firstname\": \"Test\",\n            \"lastname\": \"Customer3\",\n            \"email\": \"naxina4811@dwgtcm.com\",\n            \"mobil_phone\": \"909809709799\",\n            \"telephone\": \"909809709799\",\n            \"fax\": \"\",\n            \"invoice_address\": \"728 Milton Extension Explicabo Ipsa tem\",\n            \"invoice_city\": \"Konya\",\n            \"ship_address\": \"728 Milton Extension Explicabo Ipsa tem\",\n            \"ship_city\": \"Konya\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ahırlı\",\n            \"invoice_fullname\": \"Test Customer3\",\n            \"invoice_postcode\": \"68986\",\n            \"invoice_tel\": \"909809709799\",\n            \"invoice_gsm\": \"909809709799\",\n            \"ship_district\": \"Ahırlı\",\n            \"ship_fullname\": \"Test Customer3\",\n            \"ship_postcode\": \"68986\",\n            \"ship_tel\": \"909809709799\",\n            \"ship_gsm\": \"909809709799\",\n            \"total\": \"70.97\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3716174479513\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3716174479513\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"83.74\",\n            \"tax\": \"12.7746\",\n            \"customer_code\": \"api97\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Test Customer3\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"13\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 4:57:01 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3716174479513\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"17\",\n                    \"order_id\": \"125\",\n                    \"product_id\": \"1035\",\n                    \"name\": \"Test Inventory record number 8\",\n                    \"model\": \"TestInv8\",\n                    \"quantity\": \"1\",\n                    \"price\": \"275\",\n                    \"total\": \"275\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"TestInv8\",\n                    \"store_stock_name\": \"Test Inventory record number 8\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"275\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"275\",\n                    \"product_option_value_id\": \"69\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"TestInv8\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"123\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3716189290649\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                },\n                {\n                    \"order_product_id\": \"145\",\n                    \"order_id\": \"125\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3716189290649\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"146\",\n                    \"order_id\": \"125\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"19.99\",\n                    \"total\": \"19.99\",\n                    \"tax\": \"3.5982\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"19.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"23.5882\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3716189290649\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"125\",\n            \"no\": \"3716189290649\",\n            \"datetime\": \"2021-03-30 14:08:25\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"98\",\n            \"company\": \"\",\n            \"firstname\": \"Test\",\n            \"lastname\": \"Customer3\",\n            \"email\": \"naxina4811@dwgtcm.com\",\n            \"mobil_phone\": \"909809709799\",\n            \"telephone\": \"909809709799\",\n            \"fax\": \"\",\n            \"invoice_address\": \"88 New Lane Est molestiae rerum \",\n            \"invoice_city\": \"Porro magna sit est \",\n            \"ship_address\": \"728 Milton Extension Explicabo Ipsa tem\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"19-May\",\n            \"invoice_fullname\": \"Indira Marsh\",\n            \"invoice_postcode\": \"64685\",\n            \"invoice_tel\": \"532453322\",\n            \"invoice_gsm\": \"532453322\",\n            \"ship_district\": \"19-May\",\n            \"ship_fullname\": \"Test Customer3\",\n            \"ship_postcode\": \"14124\",\n            \"ship_tel\": \"909809709799\",\n            \"ship_gsm\": \"909809709799\",\n            \"total\": \"39.98\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3716189290649\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3716189290649\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"11\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"47.18\",\n            \"tax\": \"7.1964\",\n            \"customer_code\": \"api98\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Test Customer3\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"11\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 5:06:46 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3716189290649\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"147\",\n                    \"order_id\": \"126\",\n                    \"product_id\": \"-1\",\n                    \"name\": \"Tanımsız\",\n                    \"model\": \"Tanımsız.\",\n                    \"quantity\": \"1\",\n                    \"price\": \"65.99\",\n                    \"total\": \"65.99\",\n                    \"tax\": \"11.8782\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"65.99\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"77.8682\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"3716219732121\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"126\",\n            \"no\": \"3716219732121\",\n            \"datetime\": \"2021-03-30 14:27:16\",\n            \"entegration\": \"RB\",\n            \"status\": \"4\",\n            \"customer_id\": \"99\",\n            \"company\": \"\",\n            \"firstname\": \"Karleigh\",\n            \"lastname\": \"Peck\",\n            \"email\": \"vitag@mailinator.com\",\n            \"mobil_phone\": \"4362466244\",\n            \"telephone\": \"4362466244\",\n            \"fax\": \"\",\n            \"invoice_address\": \"934 Rocky Old Road Adipisicing ut ut qu\",\n            \"invoice_city\": \"Bilecik\",\n            \"ship_address\": \"934 Rocky Old Road Adipisicing ut ut qu\",\n            \"ship_city\": \"Bilecik\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Pazaryeri Aut soluta hic neces\",\n            \"invoice_fullname\": \"Karleigh Peck\",\n            \"invoice_postcode\": \"93707\",\n            \"invoice_tel\": \"4362466244\",\n            \"invoice_gsm\": \"4362466244\",\n            \"ship_district\": \"Pazaryeri Aut soluta hic neces\",\n            \"ship_fullname\": \"Karleigh Peck\",\n            \"ship_postcode\": \"93707\",\n            \"ship_tel\": \"4362466244\",\n            \"ship_gsm\": \"4362466244\",\n            \"total\": \"65.99\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"3716219732121\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"3716219732121\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"77.87\",\n            \"tax\": \"11.8782\",\n            \"customer_code\": \"api99\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Karleigh Peck\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"12\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"30/03/2021 5:25:35 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"3716219732121\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"148\",\n                    \"order_id\": \"127\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"33.8983\",\n                    \"total\": \"33.8983\",\n                    \"tax\": \"6.1017\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"33.8983\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"40\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210401151\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"149\",\n                    \"order_id\": \"127\",\n                    \"product_id\": \"1207\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrki\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrki\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210401151\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"150\",\n                    \"order_id\": \"127\",\n                    \"product_id\": \"1208\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyti\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyti\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210401151\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"127\",\n            \"no\": \"A210401151\",\n            \"datetime\": \"2021-04-01 01:41:05\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"100\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"58.8983\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210401151\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210401151\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"65\",\n            \"tax\": \"6.1017\",\n            \"customer_code\": \"api100\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"01/04/2021 1:38:56 PM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210401151\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"151\",\n                    \"order_id\": \"128\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"16.9492\",\n                    \"total\": \"16.9492\",\n                    \"tax\": \"3.0508\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"16.9492\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"20\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210402357\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"152\",\n                    \"order_id\": \"128\",\n                    \"product_id\": \"1207\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrki\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrki\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210402357\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"153\",\n                    \"order_id\": \"128\",\n                    \"product_id\": \"1208\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyti\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyti\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210402357\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"128\",\n            \"no\": \"A210402357\",\n            \"datetime\": \"2021-04-02 09:06:14\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"101\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"41.9492\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210402357\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210402357\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"45\",\n            \"tax\": \"3.0508\",\n            \"customer_code\": \"api101\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"02/04/2021 9:03:57 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210402357\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"154\",\n                    \"order_id\": \"129\",\n                    \"product_id\": \"1200\",\n                    \"name\": \"çamaşır deterjanı katim\",\n                    \"model\": \"copykas1123\",\n                    \"quantity\": \"1\",\n                    \"price\": \"8.4746\",\n                    \"total\": \"8.4746\",\n                    \"tax\": \"1.5254\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"18\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"8.4746\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"bbvv\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210402322\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"155\",\n                    \"order_id\": \"129\",\n                    \"product_id\": \"1207\",\n                    \"name\": \"Ödeme Şekli Fark Fiyatı\",\n                    \"model\": \"OdmSklFrki\",\n                    \"quantity\": \"1\",\n                    \"price\": \"15\",\n                    \"total\": \"15\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"15\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"15\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"OdmSklFrki\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210402322\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                },\n                {\n                    \"order_product_id\": \"156\",\n                    \"order_id\": \"129\",\n                    \"product_id\": \"1208\",\n                    \"name\": \"Kargo Fiyatı\",\n                    \"model\": \"KrgFyti\",\n                    \"quantity\": \"1\",\n                    \"price\": \"10\",\n                    \"total\": \"10\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"10\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"10\",\n                    \"product_option_value_id\": \"0\",\n                    \"product_option_name\": \"\",\n                    \"product_option_value_name\": \"\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"KrgFyti\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"A210402322\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\"\n                }\n            ],\n            \"id\": \"129\",\n            \"no\": \"A210402322\",\n            \"datetime\": \"2021-04-02 09:20:26\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"2\",\n            \"customer_id\": \"102\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"33.4746\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210402322\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210402322\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"35\",\n            \"tax\": \"1.5254\",\n            \"customer_code\": \"api102\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-50\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"02/04/2021 9:18:08 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210402322\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        },\n        {\n            \"order_product\": [],\n            \"id\": \"130\",\n            \"no\": \"A210402945\",\n            \"datetime\": \"2021-04-02 10:24:03\",\n            \"entegration\": \"ST97059\",\n            \"status\": \"3\",\n            \"customer_id\": \"103\",\n            \"company\": \"sfh\",\n            \"firstname\": \"sfh\",\n            \"lastname\": \"test\",\n            \"email\": \"test@mail.com\",\n            \"mobil_phone\": \"4343534534\",\n            \"telephone\": \"4343534534\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Uzaklarda Bir Yerde\",\n            \"invoice_city\": \"Adana\",\n            \"ship_address\": \"Uzaklarda Bir Yerde\",\n            \"ship_city\": \"Adana\",\n            \"sync\": \"1\",\n            \"tax_office\": \"Ceyhan\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Ceyhan\",\n            \"invoice_fullname\": \"sfh test\",\n            \"invoice_postcode\": \"0\",\n            \"invoice_tel\": \"4343534534\",\n            \"invoice_gsm\": \"4343534534\",\n            \"ship_district\": \"Ceyhan\",\n            \"ship_fullname\": \"sfh test\",\n            \"ship_postcode\": \"0\",\n            \"ship_tel\": \"4343534534\",\n            \"ship_gsm\": \"4343534534\",\n            \"total\": \"0\",\n            \"discount\": \"10\",\n            \"tc_id\": \"\",\n            \"order_number\": \"A210402945\",\n            \"supplier\": \"ST97059\",\n            \"supplier_id\": \"A210402945\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"1441\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"\",\n            \"tax\": \"\",\n            \"customer_code\": \"api103\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"sfh test\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"0\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-1\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"02/04/2021 10:21:45 AM\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"A210402945\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        }\n    ]\n}"},{"id":"cf064dd6-4f88-4e04-be6c-c9a0229a6fe9","name":"Get Orders Example With Parameter(id)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://apiv2.entegrabilisim.com/order/page=1/?id=26","host":["https://apiv2.entegrabilisim.com"],"path":["order","page=1",""],"query":[{"key":"id","value":"26"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:34:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3978"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, PUT, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalOrder\": 1,\n    \"orders\": [\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"1\",\n                    \"order_id\": \"26\",\n                    \"product_id\": \"14\",\n                    \"name\": \"Fatih 2 pants\",\n                    \"model\": \"w-l-1259\",\n                    \"quantity\": \"3\",\n                    \"price\": \"120.2\",\n                    \"total\": \"360.6\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"0\",\n                    \"store_stock_code\": \"\",\n                    \"store_stock_name\": \"\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"120.2\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"120.2\",\n                    \"product_option_value_id\": \"1\",\n                    \"product_option_name\": \"Renk-Beden\",\n                    \"product_option_value_name\": \"Siyah-40\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"w-l-1259-m\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"82198029399\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"26\",\n            \"no\": \"e2-1233\",\n            \"datetime\": \"2020-09-21 00:00:00\",\n            \"entegration\": \"Entegra Bilisim\",\n            \"status\": \"1\",\n            \"customer_id\": \"2\",\n            \"company\": \"Fatih\",\n            \"firstname\": \"Fatih\",\n            \"lastname\": \"Kaya\",\n            \"email\": \"fatih@gmail.com\",\n            \"mobil_phone\": \"5302002020\",\n            \"telephone\": \"2123303030\",\n            \"fax\": \"\",\n            \"invoice_address\": \"Sirinevler\",\n            \"invoice_city\": \"Istanbul\",\n            \"ship_address\": \"Sirinevler\",\n            \"ship_city\": \"istanbul\",\n            \"sync\": \"1\",\n            \"tax_office\": \"istanbul\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"Sirinevler\",\n            \"invoice_fullname\": \"Fatih Kaya\",\n            \"invoice_postcode\": \"50400\",\n            \"invoice_tel\": \"2123303030\",\n            \"invoice_gsm\": \"5302002020\",\n            \"ship_district\": \"Sirinevler\",\n            \"ship_fullname\": \"fatih kaya\",\n            \"ship_postcode\": \"50400\",\n            \"ship_tel\": \"2123303030\",\n            \"ship_gsm\": \"5302002020\",\n            \"total\": \"360.6\",\n            \"discount\": \"0\",\n            \"tc_id\": \"\",\n            \"order_number\": \"\",\n            \"supplier\": \"\",\n            \"supplier_id\": \"e2-1233\",\n            \"invoice_date\": \"09/10/2020 12:00:00 AM\",\n            \"ship_date\": \"01/01/0001 12:00:00 AM\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"21-e-d\",\n            \"cargo_fee_type\": \"0\",\n            \"cargo_company\": \"mng\",\n            \"grand_total\": \"360.6\",\n            \"tax\": \"0\",\n            \"customer_code\": \"api2\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"Fatih Kaya\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"111111111\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"garanti\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"123456\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"1\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"08/12/2022 2:50:40 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        }\n    ]\n}"},{"id":"cbb38765-b01e-4bd1-bdcb-864d7f86f3e5","name":"Get Orders Example With Parameter(supplier)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://apiv2.entegrabilisim.com/order/page=1/?supplier=n11","host":["https://apiv2.entegrabilisim.com"],"path":["order","page=1",""],"query":[{"key":"supplier","value":"n11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:37:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3909"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, PUT, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalOrder\": 1,\n    \"orders\": [\n        {\n            \"order_product\": [\n                {\n                    \"order_product_id\": \"43\",\n                    \"order_id\": \"63\",\n                    \"product_id\": \"1075\",\n                    \"name\": \"KUZEY SPOR AYAKKABI / SİYAH\",\n                    \"model\": \"KZYSPR001\",\n                    \"quantity\": \"1\",\n                    \"price\": \"0\",\n                    \"total\": \"0\",\n                    \"tax\": \"0\",\n                    \"sellerdiscount\": \"\",\n                    \"malldiscount\": \"\",\n                    \"sellerinvoiceamount\": \"\",\n                    \"dueamount\": \"\",\n                    \"commission\": \"\",\n                    \"status\": \"1\",\n                    \"tax_id\": \"8\",\n                    \"store_stock_code\": \"KZYSPR001\",\n                    \"store_stock_name\": \"KUZEY SPOR AYAKKABI / SİYAH\",\n                    \"store_order_status\": \"\",\n                    \"store_order_status_name\": \"\",\n                    \"quantity_decrease\": \"0\",\n                    \"pricex\": \"300\",\n                    \"currencyType\": \"TRL\",\n                    \"priceIncludedTax\": \"0\",\n                    \"product_option_value_id\": \"165\",\n                    \"product_option_name\": \"Beden\",\n                    \"product_option_value_name\": \"41\",\n                    \"invoice_name\": \"\",\n                    \"store_stock_id\": \"\",\n                    \"ShippingType\": \"\",\n                    \"ShipmentProvider\": \"\",\n                    \"TrackingCode\": \"\",\n                    \"pov_productCode\": \"41\",\n                    \"store_stock_varcode\": \"\",\n                    \"barcode\": \"88556624\",\n                    \"product_type\": \"0\",\n                    \"product_supplier\": \"\",\n                    \"packet_id\": \"0\",\n                    \"packet_code\": \"\",\n                    \"packet_price\": \"\",\n                    \"packet_tax_id\": \"0\",\n                    \"packet_quantity\": \"0\",\n                    \"note\": \"\",\n                    \"supplier\": \"\",\n                    \"supplier_id\": \"\",\n                    \"commission_rate\": \"0\",\n                    \"discount_rate\": \"0\",\n                    \"first_price\": \"0\",\n                    \"is_fulfillment\": \"0\",\n                    \"platform_reference_no\": \"43813334381333\",\n                    \"total_desi\": \"0\",\n                    \"total_cargo_packet_amount\": \"0\",\n                    \"buying_price\": \"0\",\n                    \"scanned\": \"0\",\n                    \"manual_scanned\": \"0\",\n                    \"shop_id\": \"\",\n                    \"store_id\": \"\",\n                    \"who_scanned\": \"0\",\n                    \"variation_values\": []\n                }\n            ],\n            \"id\": \"63\",\n            \"no\": \"\",\n            \"datetime\": \"2021-02-02 20:51:58\",\n            \"entegration\": \"\",\n            \"status\": \"2\",\n            \"customer_id\": \"\",\n            \"company\": \"on\",\n            \"firstname\": \"ÇAĞAATAY\",\n            \"lastname\": \"AKTAŞ\",\n            \"email\": \"cagataya@msn.com\",\n            \"mobil_phone\": \"533440042\",\n            \"telephone\": \"\",\n            \"fax\": \"\",\n            \"invoice_address\": \"ORUÇ RESİ MAH VADİ CAD. NO:108\",\n            \"invoice_city\": \"İSTANBUL\",\n            \"ship_address\": \"ORUÇ RESİ MAH VADİ CAD. NO:108\",\n            \"ship_city\": \"İSTANBUL\",\n            \"sync\": \"1\",\n            \"tax_office\": \"\",\n            \"tax_number\": \"\",\n            \"invoice_district\": \"ESENLER\",\n            \"invoice_fullname\": \"\",\n            \"invoice_postcode\": \"\",\n            \"invoice_tel\": \"02124381333\",\n            \"invoice_gsm\": \"\",\n            \"ship_district\": \"ESENLER\",\n            \"ship_fullname\": \"\",\n            \"ship_postcode\": \"\",\n            \"ship_tel\": \"\",\n            \"ship_gsm\": \"\",\n            \"total\": \"0\",\n            \"discount\": \"\",\n            \"tc_id\": \"69328003056\",\n            \"order_number\": \"43813334381333\",\n            \"supplier\": \"n11\",\n            \"supplier_id\": \"\",\n            \"invoice_date\": \"\",\n            \"ship_date\": \"\",\n            \"invoice_print\": \"0\",\n            \"ship_print\": \"0\",\n            \"cargo_code\": \"\",\n            \"cargo_fee_type\": \"6\",\n            \"cargo_company\": \"1\",\n            \"grand_total\": \"0\",\n            \"tax\": \"0\",\n            \"customer_code\": \"\",\n            \"store_order_status\": \"\",\n            \"store_order_status_name\": \"\",\n            \"invoice_number\": \"\",\n            \"ship_number\": \"\",\n            \"username\": \"\",\n            \"eur_rate\": \"0\",\n            \"usd_rate\": \"0\",\n            \"paymentType\": \"4\",\n            \"order_prefix\": \"\",\n            \"delivery_method\": \"\",\n            \"guid\": \"\",\n            \"ship_price\": \"0\",\n            \"currencyType\": \"\",\n            \"currency_rate\": \"0\",\n            \"erp_order_number\": \"\",\n            \"erp_error\": \"0\",\n            \"erp_message\": \"\",\n            \"bank_code\": \"1\",\n            \"installment\": \"0\",\n            \"marketing_sync\": \"0\",\n            \"invoice_country\": \"\",\n            \"ship_country\": \"\",\n            \"invoice_country_code\": \"\",\n            \"ship_country_code\": \"\",\n            \"supplier_order_id\": \"\",\n            \"cargo_code2\": \"\",\n            \"cargo_sync\": \"0\",\n            \"total_commission_include_tax\": \"0\",\n            \"supplier_packet_id\": \"\",\n            \"total_paid_price\": \"0\",\n            \"payment_status\": \"0\",\n            \"cargo_follow_url\": \"\",\n            \"cargo_finally_statu\": \"\",\n            \"cargo_send_date\": \"\",\n            \"coupon_price\": \"0\",\n            \"note\": \"\",\n            \"cargo_barcode_raw\": \"\",\n            \"cargo_packet_quantity\": \"1\",\n            \"cargo_error_message\": \"\",\n            \"gib_number\": \"\",\n            \"tracking_number_sync\": \"0\",\n            \"cargo_cancel_sync\": \"0\",\n            \"cargo_service_information\": \"987654321\",\n            \"morhipo_order_statu\": \"0\",\n            \"fulfillment\": \"\",\n            \"fulfillment_sync\": \"-100\",\n            \"fulfillment_code\": \"\",\n            \"fulfillment_error_message\": \"\",\n            \"ettn\": \"\",\n            \"send_efatura\": \"0\",\n            \"cargo_delivery_status_sync\": \"0\",\n            \"create_common_label_sync\": \"0\",\n            \"order_process\": \"0\",\n            \"date_add\": \"\",\n            \"date_change\": \"28/11/2022 9:31:33 PM\",\n            \"is_fulfillment\": \"0\",\n            \"platform_reference_no\": \"43813334381333\",\n            \"is_partial\": \"0\",\n            \"grand_total_desi\": \"0\",\n            \"cargo_packet_type\": \"1\",\n            \"einvoice_error_message\": \"\",\n            \"hb_discount_invoice\": \"0\",\n            \"mut_odeme\": \"0\",\n            \"mut_kargo\": \"0\",\n            \"mut_iptal\": \"0\",\n            \"total_product\": \"0\",\n            \"total_product_quantity\": \"0\",\n            \"mut_hizmet\": \"0\",\n            \"delivered_person_name\": \"\",\n            \"delivered_date\": \"\",\n            \"shop_id\": \"\",\n            \"store_id\": \"\",\n            \"preparation_time\": \"\",\n            \"preparation_state_sync\": \"0\",\n            \"efatura_sync\": \"-10\",\n            \"platform_serial_sync\": \"-10\",\n            \"api_sync\": \"1\",\n            \"scanned_date\": \"\",\n            \"hb_bnpl\": \"0\"\n        }\n    ]\n}"},{"id":"fde6b899-0864-465e-94d7-1c7297fa277a","name":"Get Orders Example With Parameter(daterange)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://apiv2.entegrabilisim.com/order/page=1/?start_date=2022-12-04&end_date=2022-12-05","host":["https://apiv2.entegrabilisim.com"],"path":["order","page=1",""],"query":[{"key":"start_date","value":"2022-12-04"},{"key":"end_date","value":"2022-12-05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:38:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, PUT, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalOrder\": 0,\n    \"orders\": []\n}"}],"_postman_id":"368cea07-960f-47b7-be9c-3538d88638bf"},{"name":"Create Orders","id":"2c8a303b-3696-49d7-a3c1-a1926756d4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n\t\t\t\t\"supplier\": \"Manual\",\n\t\t\t\t\"order_id\": \"man-1233\",\n\t\t\t\t\"company\": \"ApiDestek\",\n\t\t\t\t\"full_name\": \"ApiDestek\",\n\t\t\t\t\"email\" : \"apidestek@entegrabilisim.com\",\n\t\t\t\t\"mobile_phone\" : 5302002020,\n\t\t\t\t\"phone\": 2123303030,\n\t\t\t\t\"invoice_address\": \"Sirinevler\",\n\t\t\t\t\"invoice_city\": \"Istanbul\",\n\t\t\t\t\"invoice_district\": \"Sirinevler\",\n\t\t\t\t\"invoice_fullname\" : \"ApiDestek\",\n\t\t\t\t\"invoice_postcode\" : 50400,\n\t\t\t\t\"invoice_tel\" : 2123303030,\n\t\t\t\t\"invoice_gsm\" : 5302002020,\n\t\t\t\t\"ship_address\" : \"Sirinevler\",\n\t\t\t\t\"ship_city\" : \"istanbul\",\n\t\t\t\t\"ship_district\" : \"Sirinevler\",\n\t\t\t\t\"ship_fullname\" : \"ApiDestek\",\n\t\t\t\t\"ship_postcode\" : 50400,\n\t\t\t\t\"ship_tel\" : 2123303030,\n\t\t\t\t\"ship_gsm\" : 5302002020,\n\t\t\t\t\"tax_office\" : \"istanbul\", \n\t\t\t\t\"order_date\" : \"29.09.2021\",\n\t\t\t\t\"discount\" : 0,\n\t\t\t\t\"cargo_code\" : \"21-e-d\",\n\t\t\t\t\"payment_type\": \"nakit\",\n\t\t\t\t\"cargo\" : \"MNG\",\n\t\t\t\t\"cargo_payment_method\" : \"nakit\",\n\t\t\t\t\"bank\" : \"Garanti\",\n                \"installment\" : 0,\n\t\t\t\t\"order_details\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"product_code\" : \"test\",\n\t\t\t\t\t\t\t\"price\" : 100,\n\t\t\t\t\t\t\t\"quantity\": 1\n\t\t\t\t\t\t},\n                        {\n\t\t\t\t\t\t\t\"product_code\" : \"test2\",\n\t\t\t\t\t\t\t\"price\" : 50,\n\t\t\t\t\t\t\t\"quantity\": 3\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/order/","description":"<p>CreateOrders Servisi Entegrada yeni bir sipariş oluşturulması için oluşturulmuştur.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Alanlar (Fields)  <br />Zorunlu(Required=False)*</th>\n<th><strong>Tip(Type)</strong></th>\n<th>Açıklama (Description)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>supplier</td>\n<td>CharField</td>\n<td>Pazaryerleri Kodu</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>CharField</td>\n<td>Sipariş İD</td>\n</tr>\n<tr>\n<td>full_name</td>\n<td>CharField</td>\n<td>Cari Name</td>\n</tr>\n<tr>\n<td>company *</td>\n<td>CharField</td>\n<td>Company Name</td>\n</tr>\n<tr>\n<td>email *</td>\n<td>CharField</td>\n<td>Cari Email</td>\n</tr>\n<tr>\n<td>mobile_phone</td>\n<td>CharField</td>\n<td>Cari Telefon 1</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>CharField</td>\n<td>Cari Telefon 2</td>\n</tr>\n<tr>\n<td>invoice_address</td>\n<td>CharField</td>\n<td>Fatura Adresi</td>\n</tr>\n<tr>\n<td>invoice_city</td>\n<td>CharField</td>\n<td>Fatura(Şehir)</td>\n</tr>\n<tr>\n<td>invoice_district</td>\n<td>CharField</td>\n<td>Fatura(İlçe)</td>\n</tr>\n<tr>\n<td>invoice_fullname</td>\n<td>CharField</td>\n<td>Fatura Name</td>\n</tr>\n<tr>\n<td>invoice_postcode *</td>\n<td>CharField</td>\n<td>Fatura Postcode</td>\n</tr>\n<tr>\n<td>invoice_tel</td>\n<td>CharField</td>\n<td>Fatura Telefon</td>\n</tr>\n<tr>\n<td>invoice_gsm</td>\n<td>CharField</td>\n<td>Fatura Gsm</td>\n</tr>\n<tr>\n<td>invoice_url *</td>\n<td>CharField</td>\n<td>Fatura Url</td>\n</tr>\n<tr>\n<td>ship_address</td>\n<td>CharField</td>\n<td>Alıcı Adresi</td>\n</tr>\n<tr>\n<td>ship_city</td>\n<td>CharField</td>\n<td>Alıcı Şehir</td>\n</tr>\n<tr>\n<td>ship_district</td>\n<td>CharField</td>\n<td>Alıcı İlçe</td>\n</tr>\n<tr>\n<td>ship_fullname</td>\n<td>CharField</td>\n<td>Alıcı Tam İsim</td>\n</tr>\n<tr>\n<td>ship_postcode *</td>\n<td>CharField</td>\n<td>Alıcı Postacodu</td>\n</tr>\n<tr>\n<td>ship_tel</td>\n<td>CharField</td>\n<td>Alıcı Telefon</td>\n</tr>\n<tr>\n<td>ship_gsm</td>\n<td>CharField</td>\n<td>Alıcı GSM</td>\n</tr>\n<tr>\n<td>tax_office *</td>\n<td>CharField</td>\n<td>Vergi Dairesi</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>CharField</td>\n<td>Sipariş Tarihi</td>\n</tr>\n<tr>\n<td>discount *</td>\n<td>CharField</td>\n<td>İndirim</td>\n</tr>\n<tr>\n<td>cargo_code</td>\n<td>CharField</td>\n<td>Kargo Kodu</td>\n</tr>\n<tr>\n<td>payment_type *</td>\n<td>CharField</td>\n<td>Ödeme Tipi (İd ve name olarak aşağıda belirtişmir. İd veya name bilgisi gönderilebilir.)</td>\n</tr>\n<tr>\n<td>cargo *</td>\n<td>CharField</td>\n<td>Kargo Şirketi</td>\n</tr>\n<tr>\n<td>cargo_payment_method</td>\n<td>CharField</td>\n<td>Kargo ödeme methodu</td>\n</tr>\n<tr>\n<td>bank *</td>\n<td>CharField</td>\n<td>Banka</td>\n</tr>\n<tr>\n<td>installment</td>\n<td>IntegerField</td>\n<td>Taksit</td>\n</tr>\n<tr>\n<td>order_details[{  <br />quantity = IntegerField  <br />product_code =CharField  <br />price = FloatField  <br />first_price = CharField = <em>(KDV haric, first_price without tax)</em>  <br />}]</td>\n<td>Many</td>\n<td>Sipariş Detayları</td>\n</tr>\n<tr>\n<td>tax_number *</td>\n<td>CharField</td>\n<td>Vergi numarası</td>\n</tr>\n<tr>\n<td>tc_id *</td>\n<td>CharField</td>\n<td>Tc No</td>\n</tr>\n<tr>\n<td>note *</td>\n<td>CharField</td>\n<td></td>\n</tr>\n<tr>\n<td>platform_reference_no *</td>\n<td>CharField</td>\n<td>Platform Referans Numarası</td>\n</tr>\n<tr>\n<td>store_order_status *</td>\n<td>CharField</td>\n<td>Sipariş Mağaza Durumu</td>\n</tr>\n</tbody>\n</table>\n</div><p>• Api'de sadece ürün bazlı indirim yapılmaktadır. Bu İndirim hesaplaması (first_price – price) şeklindedir ve fiyatlar kdv haric olarak gonderilmelidir. Diğer türlü müşteri sipariş oluştururken indirimli fiyatı hesaplayıp göndermelidir.</p>\n<p><em><strong>Supllier'in alabileceği değerler.</strong></em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">  \"A101\": \"a101\",\n  \"Akakce\": \"akakce\",\n  \"AliExpress\": \"aliexpress\",\n  \"AliExpressRu\": \"aliexpressRu\",\n  \"Alınıyor\": \"aliniyor\",\n  \"Alışgidiş\": \"alisgidis\",\n  \"Amazon\": \"amazon\",\n  \"Bisıfırat\": \"bisifirat\",\n  \"Beymen\": \"beymen\",\n  \"Boyner\": \"boyner\",\n  \"Bpazar\": \"bpazar\",\n  \"Çiçeksepeti\": \"ciceksepeti\",\n  \"Decoverse\": \"decoverse\",\n  \"Eptt\": \"eptt\",\n  \"Etolye\": \"etolye\",\n  \"Etsy\": \"etsy\",\n  \"Evidea Pazaryeri\": \"evideapazaryeri\",\n  \"Evidea\": \"evidea\",\n  \"Farmaborsa\": \"farmaborsa\",\n  \"Farmazon\": \"farmazon\",\n  \"Flo\": \"flo\",\n  \"Gedik\": \"gedik\",\n  \"GittiGidiyor\": \"gg\",\n  \"GördümAldım\": \"gordumaldim\",\n  \"Gotürc\": \"goturc\",\n  \"Hespiburada\": \"hb\",\n  \"idefix\": \"idefix\",\n  \"İyi Fiyat\": \"iyifiyat\",\n  \"Joom\": \"joom\",\n  \"Karaca\": \"karaca\",\n  \"Kintshop\": \"kintshop\",\n  \"Koçtaş\": \"koctas\",\n  \"Lidyana\": \"lidyana\",\n  \"Lcw\": \"lcw\",\n  \"Modanisa\": \"modanisa\",\n  \"Morhipo\": \"morhipo\",\n  \"N11 Depom\": \"n11ff\",\n  \"N11\": \"n11\",\n  \"N11Pro\": \"n11pro\",\n  \"Narwoo\": \"narwoo\",\n  \"Needion\": \"needion\",\n  \"Nevade\": \"nevade\",\n  \"Novadan\": \"novadan\",\n  \"Omnitron\": \"omnitron\",\n  \"Op1001\": \"op1001\",\n  \"Ozon\": \"ozon\",\n  \"Pazarama\": \"pazarama\",\n  \"Radium\": \"radium\",\n  \"Sumka\": \"sumka\",\n  \"Tersane Caddesi\": \"gedik\",\n  \"Teknosa\": \"teknosa\",\n  \"ToptanTr\": \"toptantr\",\n  \"Trendyol\": \"trendyol\",\n  \"Turkcell Pasaj\": \"turkcellpasaj\",\n  \"Vodafone Mall\": \"vodafonemall\",\n  \"Wish\": \"wish\",\n  \"Yapı Sepeti\": \"yapisepeti\",\n  \"Zebramo\": \"zebramo\",\n  \"Zergo\": \"zergo\"\n\n\n</code></pre>\n<p><strong>PaymentType'ın alabileceği değerler.</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">1    Nakit\n2    Kredi Kartı\n3    Havale\n4    N11\n5    GG\n6    SP\n7    HepsiBurada\n8    Kapıda Nakit\n9    Kapıda Kredi Kartı\n10    Mobil\n11    Paypal\n12    Payu Taksitli\n13    IyziPay\n14    Eptt\n15    Trendyol\n16    Amazon\n17    N11Pro\n18    AliExpress\n19    AmazonEu\n20    Morhipo\n21    Akakce\n22    Çiçeksepeti\n23    Flo\n24    Lidyana\n25    Novadan\n26    Farmazon\n27    Joom\n28    GarantiPay\n29    Alınıyor\n30    Farmaborsa\n31    Gördüm Aldım\n32    PayTR\n33    Modanisa\n34    Needion\n35    Sodexo\n36    Pazarama\n37    Bpazar\n38    Vodafone Mall\n39    Omnitron\n40    Bisıfırat\n41    Op1001\n42    Turkcell Pasaj\n43    Etsy\n44    Yapı Sepeti\n45    Wish\n46    İyi Fiyat\n47    Nevade\n48    Gedik\n49    Etolye\n50    Narwoo\n51    Tersane Caddesi\n52    Teknosa\n53    Beymen\n54    Decoverse\n55    Ecza1\n56    Koçtaş\n57    idefix\n58    Kintshop\n59    aliexpressRu\n60    Lcw\n61    boyner\n62    Sumka\n63    Senet\n64    Ozon\n65    Paynet\n66    ParamPos\n67    Alış Gidiş\n68    Suudi Arabistan\n69    Birleşik Arap Emirlikleri\n70    Toptantr\n71    TrendyolAvrupa\n\n</code></pre>\n<p><em><strong>store_order_status:</strong></em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1 Kargoya Verilecek\n2 Kargoya Verildi\n3 Teslim Edildi\n4 İptal Edildi\n5 Tamamlandı\n\n</code></pre>","urlObject":{"path":["order",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c8a303b-3696-49d7-a3c1-a1926756d4ac"},{"name":"sendShipment","id":"b04138ce-abe2-41f0-9a98-da16f95cef01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n        {\n         \"orders\":[\n                {\n                \"order_number\":1516423333,\n                \"ship_name\":\"aras\"\n                },\n                {\n                \"order_number\":1515675448,\n                \"ship_name\":\"yurtici\"\n                },\n                {\n                \"order_number\":1515273506,\n                \"ship_name\":\"surat\"\n                },\n                {\n                \"order_number\":1515273509,\n                \"ship_name\":\"ptt\"\n                }\n            ]\n        }     \n\t]\n}"},"url":"https://apiv2.entegrabilisim.com/order/sendShipment","description":"<blockquote>\n<p>Entegra ana siparişler menüsünde 'toplu işlemler' kısmında 'kargo servisine gönder' işlemini api üzerinden yapılabilmesi için geliştirilmiştir. Siparişleri <strong>order_number</strong> ve <strong>kargo firma</strong> bilgileri girilerek kargo servisine gönderme. </p>\n</blockquote>\n<p><strong>Zorunlu Alanlar:</strong><br />order_number = Charfield()<br />ship_name = Charfield()</p>\n<p><strong>Ship name alanları;</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>aras</th>\n<th>borusan</th>\n<th>pts</th>\n<th>boltkargo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sendeo</td>\n<td>ups</td>\n<td>ptt</td>\n<td>hepsijet</td>\n</tr>\n<tr>\n<td>kargoturk</td>\n<td>mng</td>\n<td>yurtici</td>\n<td>ase</td>\n</tr>\n<tr>\n<td>surat</td>\n<td>horoz</td>\n<td>araskurye</td>\n<td>cainiao</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["order","sendShipment"],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b04138ce-abe2-41f0-9a98-da16f95cef01"},{"name":"cargoCancel","id":"2b65e084-f815-44a0-98f7-5e5767f53a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\":11,\n                \"cargo_name\":\"ups\"\n\t\t\t},\n            {\n                \"id\":11,\n                \"cargo_name\":\"aras\"\n            },\n            {\n                \"order_number\":11,\n                \"cargo_name\":\"ups\"\n            },\n            {\n                \"order_number\":\"aasd32as\",\n                \"cargo_name\":\"hepsijet\"\n\n            },\n            {\n                \"cargo_code\":62751404149993,\n                \"cargo_name\":\"horoz\"\n            }\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/order/cargoCancel","description":"<blockquote>\n<p>Entegra kargo iptal servisi. Sipariş kargoya düştükten sonra iptal edilbilmesi için gelişltirilmiş bir servistir.<br />Sipariş bilgilerinden <strong>id, order_number veya cargo_code</strong> bilgilerinden sadece bir tanesi gönderilerek iptal işlemi yapılabilmektedir. </p>\n</blockquote>\n<p><strong>Zorunlu Alanlar:</strong><br />cargo_name = Charfield()<br /><strong>Opsiyonel Alanlar:</strong><br />id = IntegerField()<br />order_number = CharField()<br />cargo_code = CharField()</p>\n<p><strong>Aşağıdaki kargo firmaları için geçerlidir.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>aras</th>\n<th>yurtici</th>\n<th>horoz</th>\n<th>ups</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sendeo</td>\n<td>hepsijet</td>\n<td>kargoturk</td>\n<td>netkargo</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["order","cargoCancel"],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b65e084-f815-44a0-98f7-5e5767f53a89"},{"name":"Update Orders","id":"06708ce8-3cce-43f9-b357-be881d4e53fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": 9,\n\t\t\t\t\"status\": 2\n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/order/","description":"<p>Mevcut olan siparişlerin statülerini güncelleme.</p>\n<p><strong>Zorunlu Alanlar (Required Fields):</strong><br />id = IntegerField<br /><strong>Opsiyonel Anlar (Optional Fields):</strong><br />status = CharField<br />cargo_code2 = CharField()<br />cargo_follow_url = CharField()<br />cargo_send_date = CharField()<br />invoice_url = CharField = ( Bu alan dolu gönderildiğinde otomatik tetikleyip pazaryerine aktarır.)<br />cargo_company = CharField()<br />cargo_send_date = CharField()<br />delivered_person_name = CharField()<br />delivered_date = CharField()<br />invoice_number = CharField()<br />invoice_date= CharField() -&gt; 2022-10-21 00:00</p>\n<p><strong>Api üzerinden siparişin durumu değiştirildiğinde pazaryerine tetiklemek için; kargo takip kodu ve cargo_company alanları gönderilerek tetikleme yapılabilir.</strong><br />1-) Entegra genel ayarlar sayfasından 'Otomatik kargo bilgisi gönder' tiklenmelidir.<br />2-) Bu servis çağrılırken cargo_code2 ve cargo_company bilgileri gönderilmelidir.</p>\n<p><strong>Delivered_person_name ve delivered_date alanlarını güncelleyip cargo servisinde tetiklemek için;</strong></p>\n<ol>\n<li>Entegra genel ayarlar sayfasından 'Otomatik kargo bilgisi gönder' tiklenmelidir.  </li>\n<li>Delivered_person_name ve delivered_date alarından en az birisi gönderilmelidir.  </li>\n<li>Siparis durumu teslim edildi olmalıdır.</li>\n</ol>\n","urlObject":{"path":["order",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"06708ce8-3cce-43f9-b357-be881d4e53fa"},{"name":"Update Orders ERP","id":"f4c41324-7b80-498c-8127-f453dc87b3a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": 9,\n\t\t\t\t\"sync\": 0\n\t\t\t}\n\t\t]\n}"},"url":"https://apiv2.entegrabilisim.com/order/update/","description":"<blockquote>\n<p>Mevcut olan siparişlerin synclerini güncelleyebilme. </p>\n</blockquote>\n<p><strong>Zorunlu Alanlar (Required Fields):</strong><br />id = (IntegerField)<br /><strong>Opsiyonel Anlar (Optional Fields):</strong><br />sync = (IntegerField)<br />api_sync = (IntegerField)<br />erp_order_number = (CharField)</p>\n","urlObject":{"path":["order","update",""],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4c41324-7b80-498c-8127-f453dc87b3a3"}],"id":"f0e0007d-a61f-4c7d-b3c6-8d0963103a85","description":"<blockquote>\n<p>Siparişler - Orders API üç ana endpointden oluşmaktadır ve siparişlerin oluşturulması, güncellenmesi ve<br />listelenmesi için kullanilir.</p>\n</blockquote>\n","_postman_id":"f0e0007d-a61f-4c7d-b3c6-8d0963103a85"},{"name":"Mağazalar - Stores","item":[{"name":"Get Stores","id":"e5820454-d2eb-4838-828f-bb882722fc4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/store/getStores","description":"<p>Entegrada mevcut olan depoların listelenmesi.</p>\n","urlObject":{"path":["store","getStores"],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[{"id":"2edb7b3e-25bf-4b7b-979d-7020f085ad88","name":"Get Stores Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/store/getStores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:52:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"stores\": [\n        {\n            \"id\": \"0\",\n            \"name\": \"Merkez\",\n            \"status\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"e5820454-d2eb-4838-828f-bb882722fc4b"},{"name":"Get MarketplaceQuantitySettings","id":"0191de0d-4e02-4ccf-a588-fdf3f211cc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/store/getMarketplaceQuantitySettings","description":"<blockquote>\n<p>Entegrada mevcut olan pazaryeri bazlı depoların listelenmesi.</p>\n</blockquote>\n","urlObject":{"path":["store","getMarketplaceQuantitySettings"],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0191de0d-4e02-4ccf-a588-fdf3f211cc76"}],"id":"7b06a59a-91d2-4789-ac71-b350fd7114a0","description":"<blockquote>\n<p>Entegrada mevcut olan depoların ve pazaryeri bazlı depoların listelenmesi.</p>\n</blockquote>\n","_postman_id":"7b06a59a-91d2-4789-ac71-b350fd7114a0"},{"name":"Markalar - Brands","item":[{"name":"Get Brands","id":"16922af8-8e8d-4f41-b450-fef19f3a6b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/product/brand/page=1/","description":"<p>Entegrada mevcut olan markaların listelenmesi.<br /><strong>NOT: Ağıdaki parametreler gönderilmezse, varsayılan olarak geriye 100 marka listelemesi yapıcaktır.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>In</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Token</td>\n<td>string</td>\n<td>header</td>\n<td>Müşteri token anahtarı</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>query</td>\n<td>id ile marka listelemesi.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>query</td>\n<td>name ile marka listelemesi.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Örnek Sorgular<br />- Id ile sorgulamak için,<br /><a href=\"https://apiv2.entegrabilisim.com/product/brand/page=1/?id=5\">https://apiv2.entegrabilisim.com/product/brand/page=1/?id=5</a><br />-Name ile sorgulama,<br /><a href=\"https://apiv2.entegrabilisim.com/product/brand/page=1/?name=Samsung\">https://apiv2.entegrabilisim.com/product/brand/page=1/?name=Samsung</a></p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["product","brand","page=1",""],"host":["apiv2","entegrabilisim","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"16922af8-8e8d-4f41-b450-fef19f3a6b1f"}],"id":"53937d80-6a77-4908-9407-fdb80bac64cf","description":"<blockquote>\n<p>Entegrada mevcut olan markaların listelenmesi, id, status ve bir markaya bağlı kaç ürün var listelenmesi için oluşturulmuş servis.</p>\n</blockquote>\n","_postman_id":"53937d80-6a77-4908-9407-fdb80bac64cf"},{"name":"Fiyatlar - Prices","item":[{"name":"Get Prices","id":"150c49cb-fbac-4345-a966-508362014d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/price/getPrices","urlObject":{"path":["price","getPrices"],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[{"id":"fc13ece6-3d99-4d37-a661-05f9b359d39b","name":"Get Prices Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/price/getPrices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 20 Dec 2022 10:52:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12075"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline'; frame-ancestors 'self';"},{"key":"Permissions-Policy","value":"interest-cohort=()"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"prices\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"Fiyat 1\",\n            \"code\": \"price1\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"1\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"Fiyat 2\",\n            \"code\": \"price2\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"2\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"3\",\n            \"name\": \"Fiyat 3\",\n            \"code\": \"price3\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"3\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"4\",\n            \"name\": \"Fiyat 4\",\n            \"code\": \"price4\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"4\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"5\",\n            \"name\": \"Fiyat 5\",\n            \"code\": \"price5\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"5\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"6\",\n            \"name\": \"Fiyat 6\",\n            \"code\": \"price6\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"6\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"7\",\n            \"name\": \"Fiyat 7\",\n            \"code\": \"price7\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"7\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"8\",\n            \"name\": \"Fiyat 8\",\n            \"code\": \"price8\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"8\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"9\",\n            \"name\": \"N11 Fiyatı\",\n            \"code\": \"n11_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"9\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"10\",\n            \"name\": \"N11 İnd. Fiyatı\",\n            \"code\": \"n11_discountValue\",\n            \"default_xml_rate\": \"\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"10\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"13\",\n            \"name\": \"Hb Fiyatı\",\n            \"code\": \"hb_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"13\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"14\",\n            \"name\": \"Trendyol L. Fiyatı\",\n            \"code\": \"trendyol_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"14\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"15\",\n            \"name\": \"Trendyol S. Fiyatı\",\n            \"code\": \"trendyol_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"15\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"16\",\n            \"name\": \"Eptt Fiyatı\",\n            \"code\": \"eptt_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"16\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"17\",\n            \"name\": \"Eptt İ. Fiyatı\",\n            \"code\": \"eptt_iskonto\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"17\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"18\",\n            \"name\": \"N11pro Fiyatı\",\n            \"code\": \"n11pro_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"18\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"19\",\n            \"name\": \"N11pro İnd. Fiyatı\",\n            \"code\": \"n11pro_discountValue\",\n            \"default_xml_rate\": \"\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"19\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"20\",\n            \"name\": \"Amazon Fiyatı\",\n            \"code\": \"amazon_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"20\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"21\",\n            \"name\": \"Amazon İnd. Fiyatı\",\n            \"code\": \"amazon_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"21\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"22\",\n            \"name\": \"Çiçeksepeti Fiyatı\",\n            \"code\": \"mizu_price1\",\n            \"default_xml_rate\": \"\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"22\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"23\",\n            \"name\": \"Çiçeksepeti İnd. Fiyatı\",\n            \"code\": \"mizu_price2\",\n            \"default_xml_rate\": \"\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"23\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"24\",\n            \"name\": \"Zebramo L. Fiyatı\",\n            \"code\": \"zebramo_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"24\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"25\",\n            \"name\": \"Zebramo S. Fiyatı\",\n            \"code\": \"zebramo_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"25\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"26\",\n            \"name\": \"Farmazon Fiyatı\",\n            \"code\": \"farmazon_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"26\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"27\",\n            \"name\": \"Farmazon İnd. Fiyatı\",\n            \"code\": \"farmazon_market_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"27\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"28\",\n            \"name\": \"Farmaborsa Fiyatı\",\n            \"code\": \"farmaBorsaPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"28\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"29\",\n            \"name\": \"Farmaborsa İnd. Fiyatı\",\n            \"code\": \"farmaborsa_psPrice\",\n            \"default_xml_rate\": \"\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"29\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"30\",\n            \"name\": \"Morhipo Fiyatı\",\n            \"code\": \"morhipo_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"30\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"31\",\n            \"name\": \"Morhipo İnd. Fiyatı\",\n            \"code\": \"morhipo_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"31\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"32\",\n            \"name\": \"Lidyana Liste Fiyatı\",\n            \"code\": \"lidyana_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"32\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"33\",\n            \"name\": \"Lidyana Satış Fiyatı\",\n            \"code\": \"lidyana_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"33\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"34\",\n            \"name\": \"Pazarama Liste Fiyatı\",\n            \"code\": \"pazarama_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"34\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"35\",\n            \"name\": \"Pazarama Satış Fiyatı\",\n            \"code\": \"pazarama_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"35\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"36\",\n            \"name\": \"VodafoneMall Liste F.\",\n            \"code\": \"vfmall_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"36\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"37\",\n            \"name\": \"VodafoneMall Satış F.\",\n            \"code\": \"vfmall_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"37\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"38\",\n            \"name\": \"Alınıyor Liste F.\",\n            \"code\": \"aliniyor_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"38\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"39\",\n            \"name\": \"Alınıyor Satış F.\",\n            \"code\": \"aliniyor_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"39\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"40\",\n            \"name\": \"AliExpress Liste Fiyatı\",\n            \"code\": \"aliexpress_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"40\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"41\",\n            \"name\": \"AliExpress Satış Fiyatı\",\n            \"code\": \"aliexpress_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"41\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"42\",\n            \"name\": \"Modanisa Liste Fiyatı\",\n            \"code\": \"modanisa_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"42\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"43\",\n            \"name\": \"Modanisa Satış Fiyatı\",\n            \"code\": \"modanisa_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"43\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"44\",\n            \"name\": \"Bpazar Fiyatı\",\n            \"code\": \"bpazar_price1\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"44\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"45\",\n            \"name\": \"Bpazar İnd. Fiyatı\",\n            \"code\": \"bpazar_price2\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"45\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"46\",\n            \"name\": \"Flo Liste Fiyatı\",\n            \"code\": \"flo_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"46\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"47\",\n            \"name\": \"Flo Satış Fiyatı\",\n            \"code\": \"flo_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"47\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"48\",\n            \"name\": \"Novadan Fiyatı\",\n            \"code\": \"novadan_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"48\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"49\",\n            \"name\": \"Needion Liste Fiyatı\",\n            \"code\": \"needion_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"49\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"50\",\n            \"name\": \"Needion Satış Fiyatı\",\n            \"code\": \"needion_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"50\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"51\",\n            \"name\": \"BiSıfırAt Liste Fiyatı\",\n            \"code\": \"bisifirat_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"51\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"52\",\n            \"name\": \"BiSıfırAt Satış Fiyatı\",\n            \"code\": \"bisifirat_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"52\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"53\",\n            \"name\": \"İyi Fiyat Liste Fiyatı\",\n            \"code\": \"iyifiyat_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"53\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"54\",\n            \"name\": \"İyi Fiyat Satış Fiyatı\",\n            \"code\": \"iyifiyat_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"54\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"55\",\n            \"name\": \"Turkcell Pasaj Liste Fiyatı\",\n            \"code\": \"turkcellpasaj_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"55\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"56\",\n            \"name\": \"Turkcell Pasaj Satış Fiyatı\",\n            \"code\": \"turkcellpasaj_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"56\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"57\",\n            \"name\": \"Narwoo Liste Fiyatı\",\n            \"code\": \"narwoo_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"57\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"58\",\n            \"name\": \"Narwoo İnd. Fiyatı\",\n            \"code\": \"narwoo_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"58\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"59\",\n            \"name\": \"Joom Fiyatı\",\n            \"code\": \"joom_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"59\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"60\",\n            \"name\": \"Joom Üst. Fiyatı\",\n            \"code\": \"joom_msrPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"60\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"61\",\n            \"name\": \"Nevade Liste Fiyatı\",\n            \"code\": \"nevade_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"61\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"62\",\n            \"name\": \"Nevade Satış Fiyatı\",\n            \"code\": \"nevade_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"62\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"63\",\n            \"name\": \"Yapısepeti Liste Fiyatı\",\n            \"code\": \"yapisepeti_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"63\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"64\",\n            \"name\": \"Yapısepeti Satış Fiyatı\",\n            \"code\": \"yapisepeti_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"64\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"65\",\n            \"name\": \"Op1001 Liste Fiyatı\",\n            \"code\": \"op1001_listPrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"65\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"66\",\n            \"name\": \"Op1001 Satış Fiyatı\",\n            \"code\": \"op1001_salePrice\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"66\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"67\",\n            \"name\": \"Etsy Fiyatı\",\n            \"code\": \"etsy_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"67\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"68\",\n            \"name\": \"Wish Fiyatı\",\n            \"code\": \"wish_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"68\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"69\",\n            \"name\": \"Omnitron Liste Fiyatı\",\n            \"code\": \"omnitron_price1\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"69\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"70\",\n            \"name\": \"Omnitron Satış Fiyatı\",\n            \"code\": \"omnitron_price2\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"70\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"71\",\n            \"name\": \"Zoodmall Fiyatı\",\n            \"code\": \"zoodmall_price\",\n            \"default_xml_rate\": \"\",\n            \"visibility\": \"0\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"71\",\n            \"smart_price_enable\": \"0\"\n        },\n        {\n            \"id\": \"72\",\n            \"name\": \"Alış Fiyatı\",\n            \"code\": \"buying_price\",\n            \"default_xml_rate\": \"x*1.5\",\n            \"visibility\": \"1\",\n            \"currencyType\": \"TRL\",\n            \"sort_order\": \"72\",\n            \"smart_price_enable\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"150c49cb-fbac-4345-a966-508362014d61"},{"name":"Get MarketplacePriceSettings","id":"0e4bd68e-9e5b-4c9f-a3ea-3ef4eaa4f925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT "},{"key":"Content-Type","value":"application/json"}],"url":"https://apiv2.entegrabilisim.com/price/getMarketplacePriceSettings","description":"<blockquote>\n<p>Entegrada mevcut olan pazaryeri bazlı fiyatların listelenmesi.</p>\n</blockquote>\n","urlObject":{"path":["price","getMarketplacePriceSettings"],"host":["https://apiv2.entegrabilisim.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e4bd68e-9e5b-4c9f-a3ea-3ef4eaa4f925"}],"id":"81d9aa8d-d1ec-4ffb-b467-fe126392455e","description":"<p>Entegrada mevcut fiyatların ve pazaryeri bazlı fiyatların listelenmesi.</p>\n","_postman_id":"81d9aa8d-d1ec-4ffb-b467-fe126392455e"},{"name":"Müşteriler - Customers","item":[{"name":"Get Customers","id":"8aaf52f3-8c7f-4f86-9661-4043efad0fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT ","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://apiv2.entegrabilisim.com/customer/page=1/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Data Type</strong></th>\n<th><strong>ln</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cariCode</td>\n<td>String</td>\n<td>Query</td>\n<td>Cari code ile müşteri listeleme.</td>\n</tr>\n<tr>\n<td>orderId</td>\n<td>String</td>\n<td>Query</td>\n<td>Order id ile müşteri listeleme.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Strring</td>\n<td>Query</td>\n<td>Email adresine göre sorgulama.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Not:</strong> Email adresi bazı pazaryerleri tarafından şifrelendiği için adreslerde özel karakter olmaktadır.<br />Özel karakter'in UTF-8 karşılığı gönderilmelidir.</p>\n","urlObject":{"protocol":"https","path":["customer","page=1",""],"host":["apiv2","entegrabilisim","com"],"query":[],"variable":[]}},"response":[{"id":"c2e50bf7-8c69-4251-b139-a06aa3e6b380","name":"Get Customers with order_id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"JWT ","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://apiv2.entegrabilisim.com/customer/page=1/?orderId=500","protocol":"https","host":["apiv2","entegrabilisim","com"],"path":["customer","page=1",""],"query":[{"key":"orderId","value":"500"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8aaf52f3-8c7f-4f86-9661-4043efad0fb6"}],"id":"77ae9114-35f0-4302-bf89-594b1bf375c8","description":"<blockquote>\n<p>Entegrada mevcut olan müşterilen listelenmesi.</p>\n</blockquote>\n","_postman_id":"77ae9114-35f0-4302-bf89-594b1bf375c8"}],"event":[{"listen":"prerequest","script":{"id":"a1b3be10-e679-4cd9-b0ae-a181f6d1a8a8","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"b3f7ac99-c603-4324-9683-a7b3a5acd357","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"EntegraApiUrl","value":"https://apiv2.entegrabilisim.com"},{"key":"EntegraAccessToken","value":""},{"key":"EntegraRefreshToken","value":""},{"key":"ApiUsername","value":"apitestv2@entegrabilisim.com"},{"key":"ApiPassword","value":"apitestv2"}]}