{"info":{"_postman_id":"ab38c8b9-1d49-4b61-a3e0-8d79f7f37b3b","name":"API Life365/Inkloud ecommerce","description":"<html><head></head><body><img src=\"https://static.life365.eu/common/template_01/images/life365-09.gif\" alt=\"Life365 logo\">\n\n<img src=\"https://es.life365.eu/images/inkloud4.jpg\" alt=\"Inkloud logo\">\n\n<h1 id=\"life365inkloud-api-version-5\">Life365/Inkloud API Version 5.</h1>\n<hr>\n<p>API's collection for Life365/Inkloud B2B ecommerce system.</p>\n<p>This API allows you to sell products from our wholesale warehouse into your ecommerce by implementing a dropshipping system.</p>\n<h2 id=\"before-to-use-these-function-you-must-activate-a-profile-in-our-ecommerce-system\">Before to use these function you must activate a profile in our ecommerce system</h2>\n<ul>\n<li><p><a href=\"https://www.life365.eu\">www.life365.eu (Italy)</a></p>\n</li>\n<li><p><a href=\"https://www.inkloud.es\">www.inkloud.es (Spain)</a></p>\n</li>\n<li><p><a href=\"https://www.life365.pt\">www.life365.pt (Portugal)</a></p>\n</li>\n<li><p><a href=\"https://www.inkloud.eu\">www.inkloud.eu (Europe - big customers)</a></p>\n</li>\n</ul>\n<p>The following examples use the Italian domain. To receive data of the right country instead of <a href=\"http://www.life365.eu\">www.life365.eu</a> in the url use one of the following:</p>\n<ul>\n<li><p>Italy: <a href=\"https://it2.life365.eu/api/\">it2.life365.eu</a></p>\n</li>\n<li><p>Spain: <a href=\"https://es2.life365.eu/api/\">es2.life365.eu</a></p>\n</li>\n<li><p>Portugal: <a href=\"https://pt2.life365.eu/api/\">pt2.life365.eu</a></p>\n</li>\n<li><p>EU: <a href=\"https://nl2.life365.eu/api/\">nl2.life365.eu<br></a></p>\n</li>\n</ul>\n<h2 id=\"the-order-lifecycle\">The Order Lifecycle</h2>\n<p>The lifecycle of an order is as follows:</p>\n<ul>\n<li><p>A shopping cart is opened and products are added (<strong>UNCONFIRMED</strong> status).</p>\n</li>\n<li><p>Order settings are configured: shipping address, payment type, optional dropshipping method, courier selection, etc.</p>\n</li>\n<li><p>An internal reference text field (customer reference) is set. This can be used to store your internal reference for the order (e.g., your order number).</p>\n</li>\n<li><p>The order is submitted (<strong>CONFIRMED</strong> status).</p>\n</li>\n<li><p>An order can optionally be canceled (<strong>UNDELIVERABLE</strong> status).</p>\n</li>\n</ul>\n<p>There is also an intermediate state between <strong>UNCONFIRMED</strong> and <strong>CONFIRMED</strong> called <strong>BOOKED</strong>. In this state, the order is not yet ready for our processing, but the merchandise is reserved for a few hours. If these orders are not quickly confirmed, they are canceled by the system (<strong>UNDELIVERABLE</strong>).</p>\n<p>Afterward, you can monitor the order's progress by using the GET order function. This allows you to track changes in its status and the completion of certain fields, such as the number of boxes shipped and the tracking number.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Life365/Inkloud API Version 5.","slug":"life365inkloud-api-version-5"}],"owner":"1411053","collectionId":"ab38c8b9-1d49-4b61-a3e0-8d79f7f37b3b","publishedId":"S17wN6aT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-03-29T10:40:40.000Z"},"item":[{"name":"Get JWT token","event":[{"listen":"test","script":{"id":"c8d9db8d-1940-4b56-a4c5-8239686ea669","exec":["var jsonData = JSON.parse(responseBody);","postman.setGlobalVariable(\"jwt\", jsonData['jwt']);"],"type":"text/javascript","packages":{}}}],"id":"03773e4d-ad96-454b-aa34-dbc48e6e167b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://it2.life365.eu/api/auth/?login=:login&password=:password","description":"<p>API for authentication. If the credentials are correct, it returns information about the user and an authorization JWT to use for subsequent calls.</p>\n","urlObject":{"protocol":"https","path":["api","auth",""],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) Username of the customer</p>\n","type":"text/plain"},"key":"login","value":":login"},{"description":{"content":"<p>(Required)  Password of the customer</p>\n","type":"text/plain"},"key":"password","value":":password"}],"variable":[]}},"response":[{"id":"ec510a67-8117-41a5-84df-45045064b1b9","name":"Get JWT token","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://it2.life365.eu/api/auth/?login=:login&password=:password","protocol":"https","host":["it2","life365","eu"],"path":["api","auth",""],"query":[{"key":"login","value":":login","description":"(Required) Username of the customer"},{"key":"password","value":":password","description":"(Required)  Password of the customer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Mar 2019 10:27:46 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Content-Length","value":"497"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"country\": \"IT\",\n    \"email\": \"email@domain.it\",\n    \"id\": 0,\n    \"jwt\": \"xxxxxxxxx.00000000000\",\n    \"level\": -1,\n    \"login\": \"login-name\",\n    \"name\": \"Name\",\n    \"role\": \"cliente\",\n    \"sigla\": \"S\"\n}"}],"_postman_id":"03773e4d-ad96-454b-aa34-dbc48e6e167b"},{"name":"Create new cart","id":"4d36c29e-184d-48fd-86de-eed110efabf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://it2.life365.eu/api/order/cart?jwt={{jwt}}","description":"<p>Creates new cart</p>\n","urlObject":{"protocol":"https","path":["api","order","cart"],"host":["it2","life365","eu"],"query":[{"key":"jwt","value":"{{jwt}}"}],"variable":[]}},"response":[],"_postman_id":"4d36c29e-184d-48fd-86de-eed110efabf9"},{"name":"Get carts","id":"415e3a95-ab32-4146-82d3-9997e41317a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://it2.life365.eu/api/order/cart?jwt={{jwt}}","description":"<p>Returns a list of active carts with contents and details.\nThe request returns an empty response when no shopping cart exists.</p>\n","urlObject":{"protocol":"https","path":["api","order","cart"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) A valid JWT token</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[]}},"response":[{"id":"792c8519-a04b-4803-91c1-fc510d490f30","name":"Get active cart","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://it2.life365.eu/api/order/cart?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vd3d3LmxpZmUzNjUuZXUiLCJpYXQiOjE1NTM4NTgyMDIsImRhdGEiOnsiZW1haWwiOiJpbmZvQGxpZmUzNjUuZXUiLCJyb2xlIjoiY2xpZW50ZSIsIm5hbWUiOiJMaWZlMzY1IEl0YWx5IFNybCIsImxldmVsIjotMSwiY291bnRyeSI6IklUIiwibG9naW4iOiJDWEoxMTIyQiIsImlkIjoyMzI3LCJzaWdsYSI6IkMifSwiZXhwIjoxNTUzOTQ0NjAyfQ.EFz8XSAOFJw5l7Euv_3vmWD47Lsg1EboHCdxBLhsgzA","protocol":"https","host":["it2","life365","eu"],"path":["api","order","cart"],"query":[{"key":"jwt","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vd3d3LmxpZmUzNjUuZXUiLCJpYXQiOjE1NTM4NTgyMDIsImRhdGEiOnsiZW1haWwiOiJpbmZvQGxpZmUzNjUuZXUiLCJyb2xlIjoiY2xpZW50ZSIsIm5hbWUiOiJMaWZlMzY1IEl0YWx5IFNybCIsImxldmVsIjotMSwiY291bnRyeSI6IklUIiwibG9naW4iOiJDWEoxMTIyQiIsImlkIjoyMzI3LCJzaWdsYSI6IkMifSwiZXhwIjoxNTUzOTQ0NjAyfQ.EFz8XSAOFJw5l7Euv_3vmWD47Lsg1EboHCdxBLhsgzA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Mar 2019 11:18:18 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Content-Length","value":"1737"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, POST, GET"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"addr\": {\n            \"fatturazione\": {\n                \"cap\": \"47122\",\n                \"citta\": \"Forli\",\n                \"codice_fiscale\": \"03972080406\",\n                \"indirizzo\": \"Viale Roma 49/a\",\n                \"nazione\": 102,\n                \"partita_iva\": \"03972080406\",\n                \"provincia\": 36,\n                \"ragione_sociale\": \"Life365 Italy Spa\"\n            },\n            \"spedizione\": {\n                \"cap\": \"47122\",\n                \"citta\": \"Forli\",\n                \"indirizzo\": \"Viale Roma 49/a\",\n                \"nazione\": 102,\n                \"nome\": \"Nome cliente\",\n                \"provincia\": 36,\n                \"ragione_sociale\": \"\",\n                \"telefono\": \"no\"\n            }\n        },\n        \"attachment\": null,\n        \"courier\": 2,\n        \"customer_reference\": null,\n        \"date\": \"2019-03-29T12:17:00+01:00\",\n        \"dropshipping\": false,\n        \"id\": 100000,\n        \"imported_into\": null,\n        \"items\": [\n            {\n                \"Codicesenza\": \"C-3PTYPEF120\",\n                \"description\": \"Cavo alimentazione tripolare 3 poli 1,2mt per notebook -bulk\",\n                \"id\": 12132,\n                \"perbox_discount\": 10,\n                \"peso\": 50,\n                \"photos\": [\n                    \"https://static.life365.eu/IT/p/12132/img/202658-startech-laptop-power-cord-small.jpg\"\n                ],\n                \"prezzo\": 2.04,\n                \"qta\": 1,\n                \"qta_scatola\": 10,\n                \"qty_delivery\": 1,\n                \"rma_warranty\": 12,\n                \"stock\": 736,\n                \"tax_type\": 1,\n                \"tax_value\": 22,\n                \"virtual\": false\n            },\n            {\n                \"Codicesenza\": \"DEIPC667B\",\n                \"description\": \"Cavo Audio Jack iPure Alta Qualità 1 Metro Placcato in Oro\",\n                \"id\": 12798,\n                \"perbox_discount\": 10,\n                \"peso\": 40,\n                \"photos\": [\n                    \"https://static.life365.eu/IT/p/12798/img/4.jpg\",\n                    \"https://static.life365.eu/IT/p/12798/img/DEVIA Ipure Audio cable 2.jpg\",\n                    \"https://static.life365.eu/IT/p/12798/img/DEVIA Ipure Audio cable 3.jpg\",\n                    \"https://static.life365.eu/IT/p/12798/img/DEVIA Ipure Audio cable 4.jpg\",\n                    \"https://static.life365.eu/IT/p/12798/img/DEVIA Ipure Audio cable 5.jpg\",\n                    \"https://static.life365.eu/IT/p/12798/img/DEVIA Ipure Audio cable 6.jpg\"\n                ],\n                \"prezzo\": 2.83,\n                \"qta\": 1,\n                \"qta_scatola\": 18,\n                \"qty_delivery\": 1,\n                \"rma_warranty\": 12,\n                \"stock\": 163,\n                \"tax_type\": 1,\n                \"tax_value\": 22,\n                \"virtual\": false\n            }\n        ],\n        \"logistic_state\": \"UNCONFIRMED\",\n        \"payment_type\": \"PAYPAL\",\n        \"shippingCostByCourier\": {\n            \"1\": 4,\n            \"2\": 0\n        },\n        \"shipping_cost\": 0,\n        \"stato\": 3,\n        \"tax2\": {\n            \"actualValue\": 0,\n            \"potentialValue\": 0\n        },\n        \"tax_type\": 1,\n        \"tax_value\": 22,\n        \"tipopagamento\": \"paypal\",\n        \"total\": 5.94,\n        \"tracking_url\": null,\n        \"warehouse_id\": 1\n    }\n]"}],"_postman_id":"415e3a95-ab32-4146-82d3-9997e41317a6"},{"name":"Add product to cart","id":"bd34d48b-b45f-4bd9-8ae5-3fa71c05d8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"PUT_PRODUCT\",\n    \"value\": {\n        \"id\": :id_product, // (int)id_product: id of the product to add\n        \"code\": :code_product, // (string)code_product: code of the product to add\n        \"qty\": :n_quantity, // (int)n_quantity: the quantity of the product, must be >= 0\n        \"force_db\": false // (bool)force_db: request the recalculation of the price\n    }\n}"},"url":"https://it2.life365.eu/api/order/cart/:id_cart?jwt={{jwt}}","description":"<p>Add a product to an open order (= cart).\nIt is possible to indicate the product with its product-id or its product-code.</p>\n","urlObject":{"protocol":"https","path":["api","order","cart",":id_cart"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) A valid JWT token</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[{"description":{"content":"<p>(Required) id of an active cart</p>\n","type":"text/plain"},"type":"string","value":"","key":"id_cart"}]}},"response":[],"_postman_id":"bd34d48b-b45f-4bd9-8ae5-3fa71c05d8ff"},{"name":"Set shipping address","id":"604c25e6-7573-42a6-974d-2ed0b200b9cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n                \"type\": \"PUT_ADDR\",\n                \"value\": {\n                    \"spedizione\": {\n                        \"nome\": :name, //(string)name: name and surname of the company contact\n                        \"ragione_sociale\": :company_name, //(string)company_name: name of the company\n                        \"nazione\": :nation, // (int)nation: nation of the recipient\n                        \"provincia\": :province, //(int)province: province/region of the recipient\n                        \"citta\": :town, //(string)town: town of the recipient\n                        \"indirizzo\": :address, //(string)address: address of the recipient\n                        \"cap\": :zip_code, //(string)zip_code: zip code of the recipient\n                        \"telefono\": :phone_num, //(string)phone_num: phone number of the recipient\n                        \"delivery_email\": :customer_email //(string)delivery_email: email to send courier communications\n                    }\n                }\n}\n\n"},"url":"https://it2.life365.eu/api/order/cart/:id_cart?jwt={{jwt}}","description":"<p>Sets the shipping details of an open order (=id_cart)</p>\n","urlObject":{"protocol":"https","path":["api","order","cart",":id_cart"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) A valid JWT token</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[{"description":{"content":"<p>(Required) id of an active cart</p>\n","type":"text/plain"},"type":"string","value":"","key":"id_cart"}]}},"response":[{"id":"46270b0a-6dde-4300-af9d-77e66f2fc72d","name":"Set shipping address","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n                \"type\": \"PUT_ADDR\",\n                \"value\": {\n                    \"spedizione\": {\n                        \"nome\": \"Giancarlo\",\n                        \"ragione_sociale\": \"myCompany\",\n                        \"nazione\": 102,\n                        \"provincia\": 36,\n                        \"citta\": \"Forlì\",\n                        \"indirizzo\": \"via roma 123\",\n                        \"cap\": \"47122\",\n                        \"telefono\": \"340800900\",\n                        \"delivery_email\": \"end_customer_1@gmail.com\"\n                    }\n                }\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://it2.life365.eu/api/order/cart/:id_cart?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vd3d3LmxpZmUzNjUuZXUiLCJpYXQiOjE1NTk2MzkyNjYsImRhdGEiOnsiZW1haWwiOiJmb250YTk3QGhvdG1haWwuaXQiLCJyb2xlIjoiY2xpZW50ZSIsIm5hbWUiOiJmZWRlcmljbyBmb250YW5hIiwibGV2ZWwiOi0xLCJjb3VudHJ5IjoiSVQiLCJsb2dpbiI6ImZvbnRhbmEiLCJpZCI6MjA5OTAsInNpZ2xhIjoiRiJ9LCJleHAiOjE1NTk3MjU2NjZ9.5xVakyxnOlIQMbi5_k4tKCEDobapvQ_EIuJRrIOGNLQ","protocol":"https","host":["it2","life365","eu"],"path":["api","order","cart",":id_cart"],"query":[{"key":"jwt","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vd3d3LmxpZmUzNjUuZXUiLCJpYXQiOjE1NTk2MzkyNjYsImRhdGEiOnsiZW1haWwiOiJmb250YTk3QGhvdG1haWwuaXQiLCJyb2xlIjoiY2xpZW50ZSIsIm5hbWUiOiJmZWRlcmljbyBmb250YW5hIiwibGV2ZWwiOi0xLCJjb3VudHJ5IjoiSVQiLCJsb2dpbiI6ImZvbnRhbmEiLCJpZCI6MjA5OTAsInNpZ2xhIjoiRiJ9LCJleHAiOjE1NTk3MjU2NjZ9.5xVakyxnOlIQMbi5_k4tKCEDobapvQ_EIuJRrIOGNLQ"}],"variable":[{"key":"id_cart","value":"317482"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"604c25e6-7573-42a6-974d-2ed0b200b9cc"},{"name":"Set Dropship flag","id":"0b5eda47-056d-4933-beef-6fd48d7c6ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\" : \"PUT_DROPSHIPPING\",\n\t\"value\" : true\n}"},"url":"https://it2.life365.eu/api/order/cart/:id_cart?jwt={{jwt}}","description":"<p>With true dropshipping is active, with false it's not enabled.</p>\n","urlObject":{"protocol":"https","path":["api","order","cart",":id_cart"],"host":["it2","life365","eu"],"query":[{"key":"jwt","value":"{{jwt}}"}],"variable":[{"type":"string","value":"","key":"id_cart"}]}},"response":[{"id":"b0a0798e-566a-4583-98e4-0e6a97cc7352","name":"Set Dropship Flag","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n     \" type \" : \" PUT_DROPSHIPPING \",\n     \" value \" : true\n \t\n }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://it2.life365.eu/api/order/cart/:id_cart?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vd3d3LmxpZmUzNjUuZXUiLCJpYXQiOjE1NjAxNzYwODAsImRhdGEiOnsiZW1haWwiOiJmb250YTk3QGhvdG1haWwuaXQiLCJyb2xlIjoiY2xpZW50ZSIsIm5hbWUiOiJmZWRlcmljbyBmb250YW5hIiwibGV2ZWwiOi0xLCJjb3VudHJ5IjoiSVQiLCJsb2dpbiI6ImZvbnRhbmEiLCJpZCI6MjA5OTAsInNpZ2xhIjoiRiJ9LCJleHAiOjE1NjAyNjI0ODB9.5_vzSWRTxAuA5SggcyRBir1qAiioPqix9bGKy2EadCE","protocol":"https","host":["it2","life365","eu"],"path":["api","order","cart",":id_cart"],"query":[{"key":"jwt","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vd3d3LmxpZmUzNjUuZXUiLCJpYXQiOjE1NjAxNzYwODAsImRhdGEiOnsiZW1haWwiOiJmb250YTk3QGhvdG1haWwuaXQiLCJyb2xlIjoiY2xpZW50ZSIsIm5hbWUiOiJmZWRlcmljbyBmb250YW5hIiwibGV2ZWwiOi0xLCJjb3VudHJ5IjoiSVQiLCJsb2dpbiI6ImZvbnRhbmEiLCJpZCI6MjA5OTAsInNpZ2xhIjoiRiJ9LCJleHAiOjE1NjAyNjI0ODB9.5_vzSWRTxAuA5SggcyRBir1qAiioPqix9bGKy2EadCE"}],"variable":[{"key":"id_cart","value":"317482"}]}},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 11 Jun 2019 11:03:49 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Content-Length","value":"232"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>"}],"_postman_id":"0b5eda47-056d-4933-beef-6fd48d7c6ae4"},{"name":"Set Payment type","id":"6de6c5b8-56a4-4ee7-89af-29eaf17a989f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\" : \"PUT_PAYMENT\",\n\t\"value\" : \"BONIFICO\"\n}"},"url":"https://it2.life365.eu/api/order/cart/:id_cart?jwt={{jwt}}","description":"<p>Change payment method of an order.<br />Available keys for the value parameters are:<br />- BONIFICO<br />- CARTA-CREDITO<br />- CONTRASSEGNO-ASSEGNO<br />- PAYPAL</p>\n","urlObject":{"protocol":"https","path":["api","order","cart",":id_cart"],"host":["it2","life365","eu"],"query":[{"key":"jwt","value":"{{jwt}}"}],"variable":[{"type":"string","value":"","key":"id_cart"}]}},"response":[{"id":"b36d132c-bcc2-47ed-9cfa-aadbac1528f5","name":"Set Payment type","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\" : \"PUT_PAYMENT\",\n\t\"value\" : \"BONIFICO\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://it2.life365.eu/api/order/cart/:id_cart?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vd3d3LmxpZmUzNjUuZXUiLCJpYXQiOjE1NjAxNzYwODAsImRhdGEiOnsiZW1haWwiOiJmb250YTk3QGhvdG1haWwuaXQiLCJyb2xlIjoiY2xpZW50ZSIsIm5hbWUiOiJmZWRlcmljbyBmb250YW5hIiwibGV2ZWwiOi0xLCJjb3VudHJ5IjoiSVQiLCJsb2dpbiI6ImZvbnRhbmEiLCJpZCI6MjA5OTAsInNpZ2xhIjoiRiJ9LCJleHAiOjE1NjAyNjI0ODB9.5_vzSWRTxAuA5SggcyRBir1qAiioPqix9bGKy2EadCE","protocol":"https","host":["it2","life365","eu"],"path":["api","order","cart",":id_cart"],"query":[{"key":"jwt","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vd3d3LmxpZmUzNjUuZXUiLCJpYXQiOjE1NjAxNzYwODAsImRhdGEiOnsiZW1haWwiOiJmb250YTk3QGhvdG1haWwuaXQiLCJyb2xlIjoiY2xpZW50ZSIsIm5hbWUiOiJmZWRlcmljbyBmb250YW5hIiwibGV2ZWwiOi0xLCJjb3VudHJ5IjoiSVQiLCJsb2dpbiI6ImZvbnRhbmEiLCJpZCI6MjA5OTAsInNpZ2xhIjoiRiJ9LCJleHAiOjE1NjAyNjI0ODB9.5_vzSWRTxAuA5SggcyRBir1qAiioPqix9bGKy2EadCE"}],"variable":[{"key":"id_cart","value":"317482"}]}},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 11 Jun 2019 11:03:49 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Content-Length","value":"232"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>"}],"_postman_id":"6de6c5b8-56a4-4ee7-89af-29eaf17a989f"},{"name":"Get root categories","id":"77ca5f8b-28de-49e7-9d37-8b7f313a8c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://it2.life365.eu/api/warehouse/getCategories","description":"<p>Returns 1st level categories</p>\n","urlObject":{"protocol":"https","path":["api","warehouse","getCategories"],"host":["it2","life365","eu"],"query":[],"variable":[]}},"response":[],"_postman_id":"77ca5f8b-28de-49e7-9d37-8b7f313a8c07"},{"name":"Get categories","id":"2c11bd39-42a4-4e4a-a2f1-28dbe5c20417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://it2.life365.eu/api/warehouse/getSubCategories/:id_categoria","description":"<p>Returns 2nd &amp; 3rd level subcategories</p>\n","urlObject":{"protocol":"https","path":["api","warehouse","getSubCategories",":id_categoria"],"host":["it2","life365","eu"],"query":[],"variable":[{"description":{"content":"<p>id of 1st level category</p>\n","type":"text/plain"},"type":"string","value":"","key":"id_categoria"}]}},"response":[],"_postman_id":"2c11bd39-42a4-4e4a-a2f1-28dbe5c20417"},{"name":"Get products list","id":"188bb482-2ea4-4cb6-a18a-77ebeec512b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"","type":"text","value":""}]},"url":"https://it2.life365.eu/api/products/level_3/:cod?jwt={{jwt}}","description":"<p>Returns the list of the articles of a 3rd level subcategory</p>\n","urlObject":{"protocol":"https","path":["api","products","level_3",":cod"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Optional) if provided, adds the price to the product details</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[{"description":{"content":"<p>(Required) The code of the 3rd level subcategory</p>\n","type":"text/plain"},"type":"string","value":"","key":"cod"}]}},"response":[],"_postman_id":"188bb482-2ea4-4cb6-a18a-77ebeec512b6"},{"name":"Get product","id":"e5cdc8eb-60b5-4f1a-86c8-6b69b76a80e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://it2.life365.eu/api/products/:product_id?jwt={{jwt}}","description":"<p>Returns product details</p>\n","urlObject":{"protocol":"https","path":["api","products",":product_id"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Optional) if provided, adds the price to the product details</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[{"description":{"content":"<p>(Required) id of the single product</p>\n","type":"text/plain"},"type":"string","value":"","key":"product_id"}]}},"response":[{"id":"3d01d554-0b69-47d3-981e-4367852464cc","name":"Get product","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://it2.life365.eu/api/products/:product_id?jwt={{jwt}}","protocol":"https","host":["it2","life365","eu"],"path":["api","products",":product_id"],"query":[{"key":"jwt","value":"{{jwt}}","description":"(Optional) if provided, adds the price to the product details"}],"variable":[{"key":"product_id","value":"","description":"(Required) id of the single product","type":"string"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"barcode\": \"0700443260626\",\r\n    \"brand\": \"ProPart\",\r\n    \"certificate\": \"CE Rohs\",\r\n    \"code_simple\": \"PEM3504-BK\",\r\n    \"color\": \"Nero\",\r\n    \"creation_date\": \"2019-08-20T00:00:00+02:00\",\r\n    \"descr\": {\r\n        \"cn\": \"<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Caratteristiche tecniche:</strong></span></span></p>\\r\\n\\r\\n<table border=\\\"1\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:600px\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Spina</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Prese</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Posti</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Colore</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Interruttore</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Cavo</span></span></td>\\r\\n\\t\\t</tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">16A 2P+T</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">10/16A bipasso/schuko 2P+T&nbsp;</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">4</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Nero</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">S&igrave;</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">1.5m</span></span></td>\\r\\n\\t\\t</tr>\\r\\n\\t</tbody>\\r\\n</table>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Descrizione:</strong></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Multipresa 4 posti 10/16A bipasso/schuko 2P+T&nbsp;con&nbsp;asola nel corpo plastico per fissaggio</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Interruttore luminoso</strong></span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">250V - Max: 3500W</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Spina salvaspazio a 90&deg;</strong></span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Cavo</strong>&nbsp;H05VV-F 3G1.0mm<sup>2</sup>&nbsp;x 1.5 metri&nbsp;</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">In tecnopolimero autoestinguente per un&#39;elevata sicurezza e resistenza meccanica.</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Alveoli protetti da contatti accidentali.</span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Packaging:&nbsp;</strong></span></span></p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">PVC alta qualit&agrave; con gancio per esposizione a parete</span></span></p>\\r\\n\",\r\n        \"en\": \"<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Caratteristiche tecniche:</strong></span></span></p>\\r\\n\\r\\n<table border=\\\"1\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:600px\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Spina</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Prese</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Posti</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Colore</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Interruttore</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Cavo</span></span></td>\\r\\n\\t\\t</tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">16A 2P+T</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">10/16A bipasso/schuko 2P+T&nbsp;</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">4</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Nero</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">S&igrave;</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">1.5m</span></span></td>\\r\\n\\t\\t</tr>\\r\\n\\t</tbody>\\r\\n</table>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Descrizione:</strong></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Multipresa 4 posti 10/16A bipasso/schuko 2P+T&nbsp;con&nbsp;asola nel corpo plastico per fissaggio</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Interruttore luminoso</strong></span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">250V - Max: 3500W</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Spina salvaspazio a 90&deg;</strong></span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Cavo</strong>&nbsp;H05VV-F 3G1.0mm<sup>2</sup>&nbsp;x 1.5 metri&nbsp;</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">In tecnopolimero autoestinguente per un&#39;elevata sicurezza e resistenza meccanica.</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Alveoli protetti da contatti accidentali.</span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Packaging:&nbsp;</strong></span></span></p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">PVC alta qualit&agrave; con gancio per esposizione a parete</span></span></p>\\r\\n\",\r\n        \"it\": \"<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Caratteristiche tecniche:</strong></span></span></p>\\r\\n\\r\\n<table border=\\\"1\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:600px\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Spina</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Prese</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Posti</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Colore</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Interruttore</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Cavo</span></span></td>\\r\\n\\t\\t</tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">16A 2P+T(90&deg;)</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">10/16A bipasso/schuko 2P+T&nbsp;</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">4</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Nero</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">S&igrave;</span></span></td>\\r\\n\\t\\t\\t<td style=\\\"text-align:center\\\"><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">1.5m</span></span></td>\\r\\n\\t\\t</tr>\\r\\n\\t</tbody>\\r\\n</table>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Descrizione:</strong></span></span></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Multipresa 4 posti 10/16A bipasso/schuko 2P+T&nbsp;con&nbsp;asola nel corpo plastico per fissaggio</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Interruttore luminoso</strong></span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">250V - Max: 3500W</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Spina salvaspazio a 90&deg;</strong></span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Cavo</strong>&nbsp;H05VV-F 3G1.0mm<sup>2</sup>&nbsp;x 1.5 metri&nbsp;</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">In tecnopolimero autoestinguente per un&#39;elevata sicurezza e resistenza meccanica.</span></span></li>\\r\\n\\t<li><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">Alveoli protetti da contatti accidentali.</span></span></li>\\r\\n</ul>\\r\\n\\r\\n<p>&nbsp;</p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\"><strong>Packaging:&nbsp;</strong></span></span></p>\\r\\n\\r\\n<p><span style=\\\"font-size:14px\\\"><span style=\\\"font-family:verdana,geneva,sans-serif\\\">PVC alta qualit&agrave; con gancio per esposizione a parete</span></span></p>\\r\\n\"\r\n    },\r\n    \"dimensions\": \"dddd\",\r\n    \"downloads\": [],\r\n    \"extra_specs\": {\r\n        \"ALIMENTAZIONE\": {\r\n            \"value\": \"16A standard 90°\",\r\n            \"visible\": true\r\n        },\r\n        \"CLASSE  ISOLAMENTO\": {\r\n            \"value\": \"I\",\r\n            \"visible\": true\r\n        },\r\n        \"COLORE\": {\r\n            \"value\": \"nero\",\r\n            \"visible\": true\r\n        },\r\n        \"CORRENTE NOMINALE\": {\r\n            \"value\": \"16A\",\r\n            \"visible\": true\r\n        },\r\n        \"Cat1\": {\r\n            \"value\": \"Posti\",\r\n            \"visible\": false\r\n        },\r\n        \"Cat2\": {\r\n            \"value\": \"Prese\",\r\n            \"visible\": false\r\n        },\r\n        \"Cat3\": {\r\n            \"value\": \"Spina\",\r\n            \"visible\": false\r\n        },\r\n        \"Cat4\": {\r\n            \"value\": \"Colore\",\r\n            \"visible\": false\r\n        },\r\n        \"Cat5\": {\r\n            \"value\": \"Cavo\",\r\n            \"visible\": false\r\n        },\r\n        \"Cat6\": {\r\n            \"value\": \"Tipo imballo\",\r\n            \"visible\": false\r\n        },\r\n        \"CatVAL1\": {\r\n            \"value\": \"4\",\r\n            \"visible\": false\r\n        },\r\n        \"CatVAL2\": {\r\n            \"value\": \"Bipasso/Schuko\",\r\n            \"visible\": false\r\n        },\r\n        \"CatVAL3\": {\r\n            \"value\": \"16A 2P+T\",\r\n            \"visible\": false\r\n        },\r\n        \"CatVAL4\": {\r\n            \"value\": \"Nero\",\r\n            \"visible\": false\r\n        },\r\n        \"CatVAL5\": {\r\n            \"value\": \"1.5m\",\r\n            \"visible\": false\r\n        },\r\n        \"CatVAL6\": {\r\n            \"value\": \"Appendibile (Top Quality)\",\r\n            \"visible\": false\r\n        },\r\n        \"DESCRIZIONE ESTESA\": {\r\n            \"value\": \"Multipresa 4pos bipasso/schuko spina16A +interr. nera\",\r\n            \"visible\": true\r\n        },\r\n        \"MATERIALE\": {\r\n            \"value\": \"PP\",\r\n            \"visible\": true\r\n        },\r\n        \"MCFIARY0001\": {\r\n            \"value\": \"nero\",\r\n            \"visible\": false\r\n        },\r\n        \"MCFIARY0006\": {\r\n            \"value\": \"I\",\r\n            \"visible\": false\r\n        },\r\n        \"MCFIARY0009\": {\r\n            \"value\": \"16A standard 90°\",\r\n            \"visible\": false\r\n        },\r\n        \"MCFIARY0010\": {\r\n            \"value\": \"4\",\r\n            \"visible\": false\r\n        },\r\n        \"MCFIARY0011\": {\r\n            \"value\": \"bipasso/schuko\",\r\n            \"visible\": false\r\n        },\r\n        \"MCFIARY0012\": {\r\n            \"value\": \"0\",\r\n            \"visible\": false\r\n        },\r\n        \"MCFIARY0014\": {\r\n            \"value\": \"PP\",\r\n            \"visible\": false\r\n        },\r\n        \"MCTENRY0007\": {\r\n            \"value\": \"0.35\",\r\n            \"visible\": false\r\n        },\r\n        \"MCTENRY0008\": {\r\n            \"value\": \"3500W\",\r\n            \"visible\": false\r\n        },\r\n        \"MCTENRY0014\": {\r\n            \"value\": \"250V~\",\r\n            \"visible\": false\r\n        },\r\n        \"MCTENRY0016\": {\r\n            \"value\": \"16A\",\r\n            \"visible\": false\r\n        },\r\n        \"MFAM\": {\r\n            \"value\": \"EP03: MULTIPRESE\",\r\n            \"visible\": false\r\n        },\r\n        \"MFDISC\": {\r\n            \"value\": \"MATERIALE ELETTRICO:PROPART\",\r\n            \"visible\": false\r\n        },\r\n        \"MTIT43\": {\r\n            \"value\": \"Multi 4pos bip/schuko spina16A +int nera\",\r\n            \"visible\": false\r\n        },\r\n        \"NUMERO FORI DI FISSAGGIO\": {\r\n            \"value\": \"0\",\r\n            \"visible\": true\r\n        },\r\n        \"NUMERO PRESE\": {\r\n            \"value\": \"4\",\r\n            \"visible\": true\r\n        },\r\n        \"PESO\": {\r\n            \"value\": \"0.35\",\r\n            \"visible\": true\r\n        },\r\n        \"POTENZA NOMINALE\": {\r\n            \"value\": \"3500W\",\r\n            \"visible\": true\r\n        },\r\n        \"Serie\": {\r\n            \"value\": \"Multipresa classica schuko-bipasso con interruttore\",\r\n            \"visible\": true\r\n        },\r\n        \"TENSIONE NOMINALE\": {\r\n            \"value\": \"250V~\",\r\n            \"visible\": true\r\n        },\r\n        \"TIPO PRESE\": {\r\n            \"value\": \"bipasso/schuko\",\r\n            \"visible\": true\r\n        }\r\n    },\r\n    \"id\": 1,\r\n    \"invisible\": [\r\n        0\r\n    ],\r\n    \"keywords\": \"multipresa, 10a, 16a, 4pos, bipasso, spina, presa, ciabatta, interruttore, luminoso, schuko, propart 3504\",\r\n    \"last_update\": 1647860256,\r\n    \"level_1\": 28,\r\n    \"level_2\": 214,\r\n    \"level_3\": 2097,\r\n    \"limit_sale\": null,\r\n    \"next_arrival_date\": \"2019-10-01\",\r\n    \"outlet\": true,\r\n    \"per_box_discount\": 10.0,\r\n    \"photos\": [\r\n        \"https://static.life365.eu/IT/p/18199/img/PEM3504-BK.jpg\",\r\n        \"https://static.life365.eu/IT/p/18199/img/PACKAGING PVC.jpg\"\r\n    ],\r\n    \"price\": {\r\n        \"idClient\": 1,\r\n        \"idProduct\": 1,\r\n        \"listino\": \"C\",\r\n        \"price\": 0.01,\r\n        \"price_no_promozione\": 0.01\r\n    },\r\n    \"price_a\": 7.5,\r\n    \"promo_end_date\": null,\r\n    \"qty_box\": 40,\r\n    \"qty_delivery\": 1,\r\n    \"special_discount\": 0,\r\n    \"stock\": 1858,\r\n    \"stock_alert\": 400,\r\n    \"tax_type\": 1,\r\n    \"tax_value\": 22.0,\r\n    \"title\": {\r\n        \"cn\": \"Multipresa 4pos bipasso/schuko spina16A +interr. nera\",\r\n        \"en\": \"Multipresa 4pos bipasso/schuko spina16A +interr. nera\",\r\n        \"it\": \"Multipresa 4pos bipasso/schuko spina16A +interr. nera\"\r\n    },\r\n    \"type1\": \"4 posti\",\r\n    \"type2\": \"Con interruttore\",\r\n    \"vendor_code\": \"SL3504.N1\",\r\n    \"visible\": true,\r\n    \"warranty\": 12,\r\n    \"weight\": 345\r\n}"}],"_postman_id":"e5cdc8eb-60b5-4f1a-86c8-6b69b76a80e9"},{"name":"Get complete list of shipping costs","id":"2aa25a3c-645c-484d-b98d-0e6cf94974a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://it2.life365.eu/api/utils/shipping-fees","description":"<p>Return the list of all shipping rates</p>\n","urlObject":{"protocol":"https","path":["api","utils","shipping-fees"],"host":["it2","life365","eu"],"query":[],"variable":[]}},"response":[{"id":"4e4249ca-fa9f-45e2-afc8-2545eaee065d","name":"Get shipping fees","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://it2.life365.eu/api/utils/shipping-fees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 15:20:36 GMT"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16204"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, HEAD, POST, GET"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"cash\": true,\n        \"city\": null,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 1,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 4,\n            \"1000\": 4.5,\n            \"3000\": 5,\n            \"5000\": 6.5,\n            \"10000\": 8,\n            \"20000\": 12,\n            \"50000\": 14,\n            \"100000\": 26,\n            \"200000\": 40\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 2,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 2,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 0\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": null,\n        \"corriere\": 1,\n        \"country\": 176,\n        \"dropship\": true,\n        \"id\": 6,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 4,\n            \"1000\": 4.5,\n            \"3000\": 5,\n            \"5000\": 6.5,\n            \"10000\": 8,\n            \"20000\": 12,\n            \"50000\": 14,\n            \"100000\": 26,\n            \"200000\": 40\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 2,\n        \"country\": 176,\n        \"dropship\": false,\n        \"id\": 7,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 0\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 28,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 12,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 30,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 13,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 25,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 14,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 105,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 15,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 78,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 16,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 95,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 17,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 64,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 18,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 1,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 19,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 20,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 20,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 32,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 21,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 54,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 22,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 24,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 23,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 88,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 24,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 76,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 25,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 85,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 26,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 61,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 27,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 62,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 28,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 59,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 29,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 53,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 30,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 60,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 31,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 22,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 32,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 19,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 33,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40,\n            \"200000\": 60\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 2,\n        \"country\": 66,\n        \"dropship\": false,\n        \"id\": 41,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 0\n        }\n    },\n    {\n        \"cash\": true,\n        \"city\": 115,\n        \"corriere\": 1,\n        \"country\": 102,\n        \"dropship\": true,\n        \"id\": 42,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5,\n            \"1000\": 6,\n            \"3000\": 7,\n            \"5000\": 9,\n            \"10000\": 11,\n            \"20000\": 16,\n            \"50000\": 20,\n            \"100000\": 40\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 14,\n        \"dropship\": true,\n        \"id\": 43,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.4,\n            \"5000\": 12.5,\n            \"10000\": 16.75,\n            \"20000\": 22,\n            \"30000\": 27,\n            \"40000\": 31,\n            \"50000\": 38,\n            \"75000\": 47,\n            \"100000\": 56,\n            \"150000\": 72,\n            \"200000\": 98,\n            \"250000\": 118,\n            \"300000\": 128,\n            \"400000\": 148\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 63,\n        \"dropship\": true,\n        \"id\": 44,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.4,\n            \"5000\": 12.5,\n            \"10000\": 16.75,\n            \"20000\": 22,\n            \"30000\": 27,\n            \"40000\": 31,\n            \"50000\": 38,\n            \"75000\": 47,\n            \"100000\": 56,\n            \"150000\": 72,\n            \"200000\": 98,\n            \"250000\": 118,\n            \"300000\": 128,\n            \"400000\": 148\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 66,\n        \"dropship\": true,\n        \"id\": 45,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.4,\n            \"5000\": 12.5,\n            \"10000\": 16.75,\n            \"20000\": 22,\n            \"30000\": 27,\n            \"40000\": 31,\n            \"50000\": 38,\n            \"75000\": 47,\n            \"100000\": 56,\n            \"150000\": 72,\n            \"200000\": 98,\n            \"250000\": 118,\n            \"300000\": 128,\n            \"400000\": 148\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 188,\n        \"dropship\": true,\n        \"id\": 46,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.5,\n            \"5000\": 13.9,\n            \"10000\": 18.6,\n            \"20000\": 24,\n            \"30000\": 28,\n            \"40000\": 32,\n            \"50000\": 42,\n            \"75000\": 51,\n            \"100000\": 59,\n            \"150000\": 75,\n            \"200000\": 103,\n            \"250000\": 124,\n            \"300000\": 135,\n            \"400000\": 155\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 159,\n        \"dropship\": true,\n        \"id\": 47,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.5,\n            \"5000\": 13.9,\n            \"10000\": 18.6,\n            \"20000\": 24,\n            \"30000\": 28,\n            \"40000\": 32,\n            \"50000\": 42,\n            \"75000\": 51,\n            \"100000\": 59,\n            \"150000\": 75,\n            \"200000\": 103,\n            \"250000\": 124,\n            \"300000\": 135,\n            \"400000\": 155\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 19,\n        \"dropship\": true,\n        \"id\": 48,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.5,\n            \"5000\": 13.9,\n            \"10000\": 18.6,\n            \"20000\": 24,\n            \"30000\": 28,\n            \"40000\": 32,\n            \"50000\": 42,\n            \"75000\": 51,\n            \"100000\": 59,\n            \"150000\": 75,\n            \"200000\": 103,\n            \"250000\": 124,\n            \"300000\": 135,\n            \"400000\": 155\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 162,\n        \"dropship\": true,\n        \"id\": 49,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.5,\n            \"5000\": 13.9,\n            \"10000\": 18.6,\n            \"20000\": 24,\n            \"30000\": 28,\n            \"40000\": 32,\n            \"50000\": 42,\n            \"75000\": 51,\n            \"100000\": 59,\n            \"150000\": 75,\n            \"200000\": 103,\n            \"250000\": 124,\n            \"300000\": 135,\n            \"400000\": 155\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 186,\n        \"dropship\": true,\n        \"id\": 50,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.4,\n            \"5000\": 12.5,\n            \"10000\": 16.75,\n            \"20000\": 22,\n            \"30000\": 27,\n            \"40000\": 31,\n            \"50000\": 38,\n            \"75000\": 47,\n            \"100000\": 56,\n            \"150000\": 72,\n            \"200000\": 98,\n            \"250000\": 118,\n            \"300000\": 128,\n            \"400000\": 148\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 168,\n        \"dropship\": true,\n        \"id\": 51,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 12,\n            \"5000\": 15,\n            \"10000\": 20,\n            \"20000\": 25,\n            \"30000\": 33,\n            \"40000\": 37,\n            \"50000\": 47,\n            \"75000\": 60,\n            \"100000\": 73,\n            \"150000\": 93,\n            \"200000\": 128,\n            \"250000\": 154,\n            \"300000\": 168,\n            \"400000\": 192\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 73,\n        \"dropship\": true,\n        \"id\": 52,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 14,\n            \"5000\": 17,\n            \"10000\": 22,\n            \"20000\": 28,\n            \"30000\": 37,\n            \"40000\": 40,\n            \"50000\": 52,\n            \"75000\": 65,\n            \"100000\": 83,\n            \"150000\": 105,\n            \"200000\": 145,\n            \"250000\": 174,\n            \"300000\": 190,\n            \"400000\": 217\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 125,\n        \"dropship\": true,\n        \"id\": 53,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 14,\n            \"5000\": 17,\n            \"10000\": 22,\n            \"20000\": 28,\n            \"30000\": 37,\n            \"40000\": 40,\n            \"50000\": 52,\n            \"75000\": 65,\n            \"100000\": 83,\n            \"150000\": 105,\n            \"200000\": 145,\n            \"250000\": 174,\n            \"300000\": 190,\n            \"400000\": 217\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 50,\n        \"dropship\": true,\n        \"id\": 54,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 14,\n            \"5000\": 17,\n            \"10000\": 22,\n            \"20000\": 28,\n            \"30000\": 37,\n            \"40000\": 40,\n            \"50000\": 52,\n            \"75000\": 65,\n            \"100000\": 83,\n            \"150000\": 105,\n            \"200000\": 145,\n            \"250000\": 174,\n            \"300000\": 190,\n            \"400000\": 217\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 112,\n        \"dropship\": true,\n        \"id\": 55,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 14,\n            \"5000\": 17,\n            \"10000\": 22,\n            \"20000\": 28,\n            \"30000\": 37,\n            \"40000\": 40,\n            \"50000\": 52,\n            \"75000\": 65,\n            \"100000\": 83,\n            \"150000\": 105,\n            \"200000\": 145,\n            \"250000\": 174,\n            \"300000\": 190,\n            \"400000\": 217\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 164,\n        \"dropship\": true,\n        \"id\": 56,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 12,\n            \"5000\": 15,\n            \"10000\": 20,\n            \"20000\": 25,\n            \"30000\": 33,\n            \"40000\": 37,\n            \"50000\": 47,\n            \"75000\": 60,\n            \"100000\": 73,\n            \"150000\": 93,\n            \"200000\": 128,\n            \"250000\": 154,\n            \"300000\": 168,\n            \"400000\": 192\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 194,\n        \"dropship\": true,\n        \"id\": 57,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 14,\n            \"10000\": 22,\n            \"20000\": 28,\n            \"30000\": 37,\n            \"40000\": 40,\n            \"50000\": 52,\n            \"75000\": 65,\n            \"100000\": 83,\n            \"150000\": 105,\n            \"200000\": 145,\n            \"250000\": 174,\n            \"300000\": 190,\n            \"400000\": 218\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 150,\n        \"dropship\": true,\n        \"id\": 58,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 11.5,\n            \"5000\": 13.9,\n            \"10000\": 18.6,\n            \"20000\": 24,\n            \"30000\": 28,\n            \"40000\": 32,\n            \"50000\": 42,\n            \"75000\": 51,\n            \"100000\": 59,\n            \"150000\": 75,\n            \"200000\": 103,\n            \"250000\": 124,\n            \"300000\": 135,\n            \"400000\": 155\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 30,\n        \"dropship\": false,\n        \"id\": 59,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 12,\n            \"5000\": 15,\n            \"10000\": 20,\n            \"20000\": 25,\n            \"30000\": 33,\n            \"40000\": 37,\n            \"50000\": 47,\n            \"75000\": 60,\n            \"100000\": 73,\n            \"150000\": 93,\n            \"200000\": 128,\n            \"250000\": 154,\n            \"300000\": 168,\n            \"400000\": 192\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 211,\n        \"dropship\": false,\n        \"id\": 60,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 12,\n            \"5000\": 15,\n            \"10000\": 20,\n            \"20000\": 25,\n            \"30000\": 33,\n            \"40000\": 37,\n            \"50000\": 47,\n            \"75000\": 60,\n            \"100000\": 73,\n            \"150000\": 93,\n            \"200000\": 128,\n            \"250000\": 154,\n            \"300000\": 168,\n            \"400000\": 192\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 158,\n        \"dropship\": true,\n        \"id\": 61,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 12,\n            \"5000\": 15,\n            \"10000\": 20,\n            \"20000\": 25,\n            \"30000\": 33,\n            \"40000\": 37,\n            \"50000\": 47,\n            \"75000\": 60,\n            \"100000\": 73,\n            \"150000\": 93,\n            \"200000\": 128,\n            \"250000\": 154,\n            \"300000\": 168,\n            \"400000\": 192\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 185,\n        \"dropship\": false,\n        \"id\": 62,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 12,\n            \"5000\": 15,\n            \"10000\": 20,\n            \"20000\": 25,\n            \"30000\": 33,\n            \"40000\": 37,\n            \"50000\": 47,\n            \"75000\": 60,\n            \"100000\": 73,\n            \"150000\": 93,\n            \"200000\": 128,\n            \"250000\": 154,\n            \"300000\": 168,\n            \"400000\": 192\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 49,\n        \"dropship\": false,\n        \"id\": 63,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 14,\n            \"5000\": 17,\n            \"10000\": 22,\n            \"20000\": 28,\n            \"30000\": 37,\n            \"40000\": 40,\n            \"50000\": 52,\n            \"75000\": 65,\n            \"100000\": 83,\n            \"150000\": 105,\n            \"200000\": 145,\n            \"250000\": 174,\n            \"300000\": 190,\n            \"400000\": 217\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 2,\n        \"country\": 168,\n        \"dropship\": false,\n        \"id\": 64,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 0\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 2,\n        \"country\": 150,\n        \"dropship\": false,\n        \"id\": 65,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 0\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 90,\n        \"dropship\": false,\n        \"id\": 66,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 14,\n            \"5000\": 17,\n            \"10000\": 22,\n            \"20000\": 28,\n            \"30000\": 37,\n            \"40000\": 40,\n            \"50000\": 52,\n            \"75000\": 65,\n            \"100000\": 83,\n            \"150000\": 105,\n            \"200000\": 145,\n            \"250000\": 174,\n            \"300000\": 190,\n            \"400000\": 217\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 49,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 68,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 4.5,\n            \"1000\": 5,\n            \"3000\": 5.5,\n            \"5000\": 7,\n            \"10000\": 8.5,\n            \"20000\": 12.5,\n            \"50000\": 14.5,\n            \"100000\": 27,\n            \"200000\": 42\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 28,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 69,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6,\n            \"3000\": 6.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 30,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 70,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 25,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 71,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 105,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 72,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 78,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 73,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 95,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 74,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 64,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 75,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 1,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 76,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 20,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 77,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 32,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 78,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 54,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 79,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 24,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 80,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 88,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 81,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 76,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 82,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 85,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 83,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 61,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 84,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 62,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 85,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 59,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 86,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 53,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 87,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 60,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 88,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 22,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 89,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 19,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 90,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 41,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": 115,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 91,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 5.5,\n            \"1000\": 6.5,\n            \"3000\": 7.5,\n            \"5000\": 9.5,\n            \"10000\": 11.5,\n            \"20000\": 16.5,\n            \"50000\": 21,\n            \"100000\": 42,\n            \"200000\": 62\n        }\n    },\n    {\n        \"cash\": false,\n        \"city\": null,\n        \"corriere\": 4,\n        \"country\": 102,\n        \"dropship\": false,\n        \"id\": 92,\n        \"leadtime\": null,\n        \"rows\": {\n            \"0\": 4.5,\n            \"1000\": 5,\n            \"3000\": 5.5,\n            \"5000\": 6.5,\n            \"10000\": 8.5,\n            \"20000\": 12.5,\n            \"50000\": 14.5,\n            \"100000\": 27,\n            \"200000\": 42\n        }\n    }\n]"}],"_postman_id":"2aa25a3c-645c-484d-b98d-0e6cf94974a2"},{"name":"Get shipping fees","id":"e125c185-f0d9-4c74-ad0e-091606f800a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"http://it2.life365.eu/api/utils/shipping-fees/get-value?country=:COUNTRY&region=:REGION&dropshipping=:DROPSHIPPING&weight=:WEIGHT&cash=:CASH","description":"<p>Given the country, the region and the package weight return a list of tuple. The first tuple entry is the courier id and the second entry is the shipping fee.\nIn addition you can specify that you want use the dropshipping and if you want pay with cash. Those last info are optional.</p>\n","urlObject":{"protocol":"http","path":["api","utils","shipping-fees","get-value"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) Int country value </p>\n","type":"text/plain"},"key":"country","value":":COUNTRY"},{"description":{"content":"<p>(Required) Int region value </p>\n","type":"text/plain"},"key":"region","value":":REGION"},{"description":{"content":"<p>Boolean enable dropshipping</p>\n","type":"text/plain"},"key":"dropshipping","value":":DROPSHIPPING"},{"description":{"content":"<p>(Required) The package weigth </p>\n","type":"text/plain"},"key":"weight","value":":WEIGHT"},{"description":{"content":"<p>Boolean for enable cash payment mode</p>\n","type":"text/plain"},"key":"cash","value":":CASH"}],"variable":[]}},"response":[{"id":"be572e7d-7cc1-4ae6-b3f5-17dce0e2ef67","name":"Get Shipping fees","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"http://it2.life365.eu/api/utils/shipping-fees/get-value?country=102&region=68&dropshipping=true&weight=100&cash=false","protocol":"http","host":["it2","life365","eu"],"path":["api","utils","shipping-fees","get-value"],"query":[{"key":"country","value":"102","description":"(Required) Int country value (check Country List API for details)"},{"key":"region","value":"68","description":"(Required) Int region value (check City list API for details)"},{"key":"dropshipping","value":"true","description":"Boolean enable dropshipping"},{"key":"weight","value":"100","description":"(Required) The package weigth "},{"key":"cash","value":"false","description":"Boolean for enable cash payment mode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Oct 2020 07:45:07 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": 4.5,\n    \"4\": 4.5\n}"}],"_postman_id":"e125c185-f0d9-4c74-ad0e-091606f800a5"},{"name":"Get list of shipping costs for a courier","id":"cd05e6d4-701b-410c-9586-e59346193d9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://it2.life365.eu/api/utils/shipping-fees/get-value-table?country=&region=&courier=","description":"<p>Given the country, region and a particular carrier, returns the shipping price table broken down by weight</p>\n","urlObject":{"protocol":"https","path":["api","utils","shipping-fees","get-value-table"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) Int country value </p>\n","type":"text/plain"},"key":"country","value":""},{"description":{"content":"<p>(Required) Int region value </p>\n","type":"text/plain"},"key":"region","value":""},{"description":{"content":"<p>(Required) Int courier value</p>\n","type":"text/plain"},"key":"courier","value":""}],"variable":[]}},"response":[{"id":"461bb939-2717-4d7e-926e-6f3e5ed60dad","name":"Get value table","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"http://it2.life365.eu/api/utils/shipping-fees/get-value-table?country=102&region=28&courier=1","protocol":"http","host":["it2","life365","eu"],"path":["api","utils","shipping-fees","get-value-table"],"query":[{"key":"country","value":"102","description":"Italy value"},{"key":"region","value":"28","description":"Cosenza Value"},{"key":"courier","value":"1","description":"Bartolini Courier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 15:57:39 GMT"},{"key":"Server","value":"gunicorn/19.9.0"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"251"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": [\n        {\n            \"price\": 5,\n            \"weight\": 0\n        },\n        {\n            \"price\": 6,\n            \"weight\": 1000\n        },\n        {\n            \"price\": 7,\n            \"weight\": 3000\n        },\n        {\n            \"price\": 9,\n            \"weight\": 5000\n        },\n        {\n            \"price\": 11,\n            \"weight\": 10000\n        },\n        {\n            \"price\": 16,\n            \"weight\": 20000\n        },\n        {\n            \"price\": 20,\n            \"weight\": 50000\n        },\n        {\n            \"price\": 40,\n            \"weight\": 100000\n        },\n        {\n            \"price\": 60,\n            \"weight\": 200000\n        }\n    ]\n}"}],"_postman_id":"cd05e6d4-701b-410c-9586-e59346193d9a"},{"name":"Get all couriers info","id":"22c83739-313a-4b5d-9eef-8d7b66559cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://it2.life365.eu/api/utils/courier","description":"<p>Get <em>id</em>, <em>name</em>, <em>logo</em> url, <em>description</em> of all couriers</p>\n","urlObject":{"protocol":"https","path":["api","utils","courier"],"host":["it2","life365","eu"],"query":[],"variable":[]}},"response":[{"id":"ede44d1d-0a95-4873-a4ba-705e3286dfb4","name":"Get all couriers info example","originalRequest":{"method":"GET","header":[],"url":"http://it2.life365.eu/api/utils/courier"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 08:04:10 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"559"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, GET, HEAD, POST"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"description\": \"consegna 24H,escluso isole\",\n        \"id\": 1,\n        \"logo\": \"https://static.life365.eu/common/template-02/images/courier/logo_brt.jpg\",\n        \"name\": \"BRT EXPRESS\"\n    },\n    {\n        \"description\": null,\n        \"id\": 2,\n        \"logo\": \"https://static.life365.eu/common/template-02/images/courier/logo_warehouse.png\",\n        \"name\": \"Ritiro a magazzino\"\n    },\n    {\n        \"description\": \"\",\n        \"id\": 4,\n        \"logo\": \"https://static.life365.eu/common/template-02/images/courier/logo_tnt.png\",\n        \"name\": \"TNT EXPRESS\"\n    },\n    {\n        \"description\": \"\",\n        \"id\": 5,\n        \"logo\": \"https://static.life365.eu/common/template-02/images/courier/logo_brt.jpg\",\n        \"name\": \"DPD EXPRESS\"\n    }\n]"}],"_postman_id":"22c83739-313a-4b5d-9eef-8d7b66559cb6"},{"name":"Get countries list","id":"455a07de-9ff0-4b0e-87f9-feabed441bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://it2.life365.eu/api/utils/getCountryList","description":"<p>Get the list of all countries where we can accept and send orders</p>\n","urlObject":{"protocol":"https","path":["api","utils","getCountryList"],"host":["it2","life365","eu"],"query":[],"variable":[]}},"response":[{"id":"db2e1ac2-0409-4895-8770-70573fbd6cab","name":"Get countries list example","originalRequest":{"method":"GET","header":[],"url":"http://it2.life365.eu/api/utils/getCountryList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Oct 2020 10:42:44 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1283"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 14,\n        \"name\": \"Austria\",\n        \"sigla\": \"AU\"\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Belgium\",\n        \"sigla\": \"BE\"\n    },\n    {\n        \"id\": 30,\n        \"name\": \"Bulgaria\",\n        \"sigla\": \"BG\"\n    },\n    {\n        \"id\": 40,\n        \"name\": \"Cyprus\",\n        \"sigla\": \"CY\"\n    },\n    {\n        \"id\": 49,\n        \"name\": \"Croatia\",\n        \"sigla\": \"HR\"\n    },\n    {\n        \"id\": 50,\n        \"name\": \"Denmark\",\n        \"sigla\": \"DK\"\n    },\n    {\n        \"id\": 57,\n        \"name\": \"Estonia\",\n        \"sigla\": \"EE\"\n    },\n    {\n        \"id\": 62,\n        \"name\": \"Finland\",\n        \"sigla\": \"FI\"\n    },\n    {\n        \"id\": 63,\n        \"name\": \"France\",\n        \"sigla\": \"FR\"\n    },\n    {\n        \"id\": 66,\n        \"name\": \"Germany\",\n        \"sigla\": \"DE\"\n    },\n    {\n        \"id\": 73,\n        \"name\": \"Greece\",\n        \"sigla\": \"EL\"\n    },\n    {\n        \"id\": 90,\n        \"name\": \"Ireland\",\n        \"sigla\": \"IE\"\n    },\n    {\n        \"id\": 102,\n        \"name\": \"Italia\",\n        \"sigla\": \"IT\"\n    },\n    {\n        \"id\": 112,\n        \"name\": \"Latvia\",\n        \"sigla\": \"LV\"\n    },\n    {\n        \"id\": 116,\n        \"name\": \"Lithuania\",\n        \"sigla\": \"LT\"\n    },\n    {\n        \"id\": 117,\n        \"name\": \"Luxembourg\",\n        \"sigla\": \"LU\"\n    },\n    {\n        \"id\": 125,\n        \"name\": \"Malta\",\n        \"sigla\": \"MT\"\n    },\n    {\n        \"id\": 146,\n        \"name\": \"Norway\",\n        \"sigla\": \"NO\"\n    },\n    {\n        \"id\": 150,\n        \"name\": \"Netherlands\",\n        \"sigla\": \"NL\"\n    },\n    {\n        \"id\": 158,\n        \"name\": \"Poland\",\n        \"sigla\": \"PL\"\n    },\n    {\n        \"id\": 159,\n        \"name\": \"Portogallo\",\n        \"sigla\": \"PT\"\n    },\n    {\n        \"id\": 162,\n        \"name\": \"Regno Unito\",\n        \"sigla\": \"GB\"\n    },\n    {\n        \"id\": 164,\n        \"name\": \"Repubblica Ceca\",\n        \"sigla\": \"CZ\"\n    },\n    {\n        \"id\": 168,\n        \"name\": \"Romania\",\n        \"sigla\": \"RO\"\n    },\n    {\n        \"id\": 176,\n        \"name\": \"San Marino\",\n        \"sigla\": \"SM\"\n    },\n    {\n        \"id\": 185,\n        \"name\": \"Slovacchia\",\n        \"sigla\": \"SK\"\n    },\n    {\n        \"id\": 186,\n        \"name\": \"Slovenia\",\n        \"sigla\": \"SI\"\n    },\n    {\n        \"id\": 188,\n        \"name\": \"Spagna\",\n        \"sigla\": \"ES\"\n    },\n    {\n        \"id\": 194,\n        \"name\": \"Svezia\",\n        \"sigla\": \"SE\"\n    },\n    {\n        \"id\": 211,\n        \"name\": \"Ungheria\",\n        \"sigla\": \"HU\"\n    },\n    {\n        \"id\": 222,\n        \"name\": \"Albania\",\n        \"sigla\": \"AL\"\n    }\n]"}],"_postman_id":"455a07de-9ff0-4b0e-87f9-feabed441bd9"},{"name":"Get regions list","id":"b04d0e2d-4548-45fb-bf23-638053b3da91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://it2.life365.eu/api/utils/getCityList/:country_id","description":"<p>Get list of the <em>regions</em> of a specific country where can accept and send orders.<br />With term <strong>region</strong> we identify the administrative divisions of the country. For some countries these divisions correspond to the concept of province.</p>\n<h2 id=\"nb\">NB</h2>\n<p>Some countries are not divided in different regions, so you get a unique region with the name of the country and a specific id</p>\n","urlObject":{"protocol":"https","path":["api","utils","getCityList",":country_id"],"host":["it2","life365","eu"],"query":[],"variable":[{"description":{"content":"<p>(Required) Country id of the cities list</p>\n","type":"text/plain"},"type":"string","value":"","key":"country_id"}]}},"response":[{"id":"5abb5a24-3c76-4dd1-8221-f7cc54b957c8","name":"Get cities list","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://it2.life365.eu/api/utils/getCityList/:country_id","protocol":"http","host":["it2","life365","eu"],"path":["api","utils","getCityList",":country_id"],"variable":[{"key":"country_id","value":"102"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Oct 2020 10:51:33 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4387"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Agrigento\",\n        \"sigla\": \"AG\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Alessandria\",\n        \"sigla\": \"AL\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Ancona\",\n        \"sigla\": \"AN\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Aosta\",\n        \"sigla\": \"AO\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"L'Aquila\",\n        \"sigla\": \"AQ\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Arezzo\",\n        \"sigla\": \"AR\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Ascoli Piceno\",\n        \"sigla\": \"AP\"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Asti\",\n        \"sigla\": \"AT\"\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Avellino\",\n        \"sigla\": \"AV\"\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Bari\",\n        \"sigla\": \"BA\"\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Belluno\",\n        \"sigla\": \"BL\"\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Benevento\",\n        \"sigla\": \"BN\"\n    },\n    {\n        \"id\": 13,\n        \"name\": \"Bergamo\",\n        \"sigla\": \"BG\"\n    },\n    {\n        \"id\": 14,\n        \"name\": \"Biella\",\n        \"sigla\": \"BI\"\n    },\n    {\n        \"id\": 15,\n        \"name\": \"Bologna\",\n        \"sigla\": \"BO\"\n    },\n    {\n        \"id\": 16,\n        \"name\": \"Bolzano\",\n        \"sigla\": \"BZ\"\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Brescia\",\n        \"sigla\": \"BS\"\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Brindisi\",\n        \"sigla\": \"BR\"\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Cagliari\",\n        \"sigla\": \"CA\"\n    },\n    {\n        \"id\": 20,\n        \"name\": \"Caltanissetta\",\n        \"sigla\": \"CL\"\n    },\n    {\n        \"id\": 21,\n        \"name\": \"Campobasso\",\n        \"sigla\": \"CB\"\n    },\n    {\n        \"id\": 23,\n        \"name\": \"Caserta\",\n        \"sigla\": \"CE\"\n    },\n    {\n        \"id\": 24,\n        \"name\": \"Catania\",\n        \"sigla\": \"CT\"\n    },\n    {\n        \"id\": 25,\n        \"name\": \"Catanzaro\",\n        \"sigla\": \"CZ\"\n    },\n    {\n        \"id\": 26,\n        \"name\": \"Chieti\",\n        \"sigla\": \"CH\"\n    },\n    {\n        \"id\": 27,\n        \"name\": \"Como\",\n        \"sigla\": \"CO\"\n    },\n    {\n        \"id\": 28,\n        \"name\": \"Cosenza\",\n        \"sigla\": \"CS\"\n    },\n    {\n        \"id\": 29,\n        \"name\": \"Cremona\",\n        \"sigla\": \"CR\"\n    },\n    {\n        \"id\": 30,\n        \"name\": \"Crotone\",\n        \"sigla\": \"KR\"\n    },\n    {\n        \"id\": 31,\n        \"name\": \"Cuneo\",\n        \"sigla\": \"CN\"\n    },\n    {\n        \"id\": 32,\n        \"name\": \"Enna\",\n        \"sigla\": \"EN\"\n    },\n    {\n        \"id\": 33,\n        \"name\": \"Ferrara\",\n        \"sigla\": \"FE\"\n    },\n    {\n        \"id\": 34,\n        \"name\": \"Firenze\",\n        \"sigla\": \"FI\"\n    },\n    {\n        \"id\": 35,\n        \"name\": \"Foggia\",\n        \"sigla\": \"FG\"\n    },\n    {\n        \"id\": 36,\n        \"name\": \"Forlì-Cesena\",\n        \"sigla\": \"FC\"\n    },\n    {\n        \"id\": 37,\n        \"name\": \"Frosinone\",\n        \"sigla\": \"FR\"\n    },\n    {\n        \"id\": 38,\n        \"name\": \"Genova\",\n        \"sigla\": \"GE\"\n    },\n    {\n        \"id\": 39,\n        \"name\": \"Gorizia\",\n        \"sigla\": \"GO\"\n    },\n    {\n        \"id\": 40,\n        \"name\": \"Grosseto\",\n        \"sigla\": \"GR\"\n    },\n    {\n        \"id\": 41,\n        \"name\": \"Imperia\",\n        \"sigla\": \"IM\"\n    },\n    {\n        \"id\": 42,\n        \"name\": \"Isernia\",\n        \"sigla\": \"IS\"\n    },\n    {\n        \"id\": 43,\n        \"name\": \"Latina\",\n        \"sigla\": \"LT\"\n    },\n    {\n        \"id\": 44,\n        \"name\": \"Lecce\",\n        \"sigla\": \"LE\"\n    },\n    {\n        \"id\": 45,\n        \"name\": \"Lecco\",\n        \"sigla\": \"LC\"\n    },\n    {\n        \"id\": 46,\n        \"name\": \"Livorno\",\n        \"sigla\": \"LI\"\n    },\n    {\n        \"id\": 47,\n        \"name\": \"Lodi\",\n        \"sigla\": \"LO\"\n    },\n    {\n        \"id\": 48,\n        \"name\": \"Lucca\",\n        \"sigla\": \"LU\"\n    },\n    {\n        \"id\": 49,\n        \"name\": \"Macerata\",\n        \"sigla\": \"MC\"\n    },\n    {\n        \"id\": 50,\n        \"name\": \"Mantova\",\n        \"sigla\": \"MN\"\n    },\n    {\n        \"id\": 51,\n        \"name\": \"Massa Carrara\",\n        \"sigla\": \"MS\"\n    },\n    {\n        \"id\": 52,\n        \"name\": \"Matera\",\n        \"sigla\": \"MT\"\n    },\n    {\n        \"id\": 54,\n        \"name\": \"Messina\",\n        \"sigla\": \"ME\"\n    },\n    {\n        \"id\": 55,\n        \"name\": \"Milano\",\n        \"sigla\": \"MI\"\n    },\n    {\n        \"id\": 56,\n        \"name\": \"Modena\",\n        \"sigla\": \"MO\"\n    },\n    {\n        \"id\": 57,\n        \"name\": \"Napoli\",\n        \"sigla\": \"NA\"\n    },\n    {\n        \"id\": 58,\n        \"name\": \"Novara\",\n        \"sigla\": \"NO\"\n    },\n    {\n        \"id\": 59,\n        \"name\": \"Nuoro\",\n        \"sigla\": \"NU\"\n    },\n    {\n        \"id\": 61,\n        \"name\": \"Olbia-Tempio\",\n        \"sigla\": \"OT\"\n    },\n    {\n        \"id\": 62,\n        \"name\": \"Oristano\",\n        \"sigla\": \"OR\"\n    },\n    {\n        \"id\": 63,\n        \"name\": \"Padova\",\n        \"sigla\": \"PD\"\n    },\n    {\n        \"id\": 64,\n        \"name\": \"Palermo\",\n        \"sigla\": \"PA\"\n    },\n    {\n        \"id\": 65,\n        \"name\": \"Parma\",\n        \"sigla\": \"PR\"\n    },\n    {\n        \"id\": 66,\n        \"name\": \"Pavia\",\n        \"sigla\": \"PV\"\n    },\n    {\n        \"id\": 67,\n        \"name\": \"Perugia\",\n        \"sigla\": \"PG\"\n    },\n    {\n        \"id\": 68,\n        \"name\": \"Pesaro e Urbino\",\n        \"sigla\": \"PU\"\n    },\n    {\n        \"id\": 69,\n        \"name\": \"Pescara\",\n        \"sigla\": \"PE\"\n    },\n    {\n        \"id\": 70,\n        \"name\": \"Piacenza\",\n        \"sigla\": \"PC\"\n    },\n    {\n        \"id\": 71,\n        \"name\": \"Pisa\",\n        \"sigla\": \"PI\"\n    },\n    {\n        \"id\": 72,\n        \"name\": \"Pistoia\",\n        \"sigla\": \"PT\"\n    },\n    {\n        \"id\": 73,\n        \"name\": \"Pordenone\",\n        \"sigla\": \"PN\"\n    },\n    {\n        \"id\": 74,\n        \"name\": \"Potenza\",\n        \"sigla\": \"PZ\"\n    },\n    {\n        \"id\": 75,\n        \"name\": \"Prato\",\n        \"sigla\": \"PO\"\n    },\n    {\n        \"id\": 76,\n        \"name\": \"Ragusa\",\n        \"sigla\": \"RG\"\n    },\n    {\n        \"id\": 77,\n        \"name\": \"Ravenna\",\n        \"sigla\": \"RA\"\n    },\n    {\n        \"id\": 78,\n        \"name\": \"Reggio Calabria\",\n        \"sigla\": \"RC\"\n    },\n    {\n        \"id\": 79,\n        \"name\": \"Reggio Emilia\",\n        \"sigla\": \"RE\"\n    },\n    {\n        \"id\": 80,\n        \"name\": \"Rieti\",\n        \"sigla\": \"RI\"\n    },\n    {\n        \"id\": 81,\n        \"name\": \"Rimini\",\n        \"sigla\": \"RN\"\n    },\n    {\n        \"id\": 82,\n        \"name\": \"Roma\",\n        \"sigla\": \"RM\"\n    },\n    {\n        \"id\": 83,\n        \"name\": \"Rovigo\",\n        \"sigla\": \"RO\"\n    },\n    {\n        \"id\": 84,\n        \"name\": \"Salerno\",\n        \"sigla\": \"SA\"\n    },\n    {\n        \"id\": 85,\n        \"name\": \"Sassari\",\n        \"sigla\": \"SS\"\n    },\n    {\n        \"id\": 86,\n        \"name\": \"Savona\",\n        \"sigla\": \"SV\"\n    },\n    {\n        \"id\": 87,\n        \"name\": \"Siena\",\n        \"sigla\": \"SI\"\n    },\n    {\n        \"id\": 88,\n        \"name\": \"Siracusa\",\n        \"sigla\": \"SR\"\n    },\n    {\n        \"id\": 89,\n        \"name\": \"Sondrio\",\n        \"sigla\": \"SO\"\n    },\n    {\n        \"id\": 90,\n        \"name\": \"La Spezia\",\n        \"sigla\": \"SP\"\n    },\n    {\n        \"id\": 91,\n        \"name\": \"Taranto\",\n        \"sigla\": \"TA\"\n    },\n    {\n        \"id\": 92,\n        \"name\": \"Teramo\",\n        \"sigla\": \"TE\"\n    },\n    {\n        \"id\": 93,\n        \"name\": \"Terni\",\n        \"sigla\": \"TR\"\n    },\n    {\n        \"id\": 94,\n        \"name\": \"Torino\",\n        \"sigla\": \"TO\"\n    },\n    {\n        \"id\": 95,\n        \"name\": \"Trapani\",\n        \"sigla\": \"TP\"\n    },\n    {\n        \"id\": 96,\n        \"name\": \"Trento\",\n        \"sigla\": \"TN\"\n    },\n    {\n        \"id\": 97,\n        \"name\": \"Treviso\",\n        \"sigla\": \"TV\"\n    },\n    {\n        \"id\": 98,\n        \"name\": \"Trieste\",\n        \"sigla\": \"TS\"\n    },\n    {\n        \"id\": 99,\n        \"name\": \"Udine\",\n        \"sigla\": \"UD\"\n    },\n    {\n        \"id\": 100,\n        \"name\": \"Varese\",\n        \"sigla\": \"VA\"\n    },\n    {\n        \"id\": 101,\n        \"name\": \"Venezia\",\n        \"sigla\": \"VE\"\n    },\n    {\n        \"id\": 102,\n        \"name\": \"Verbania-Cusio-Ossola\",\n        \"sigla\": \"VB\"\n    },\n    {\n        \"id\": 103,\n        \"name\": \"Vercelli\",\n        \"sigla\": \"VC\"\n    },\n    {\n        \"id\": 104,\n        \"name\": \"Verona\",\n        \"sigla\": \"VR\"\n    },\n    {\n        \"id\": 105,\n        \"name\": \"Vibo Valentia\",\n        \"sigla\": \"VV\"\n    },\n    {\n        \"id\": 106,\n        \"name\": \"Vicenza\",\n        \"sigla\": \"VI\"\n    },\n    {\n        \"id\": 107,\n        \"name\": \"Viterbo\",\n        \"sigla\": \"VT\"\n    },\n    {\n        \"id\": 108,\n        \"name\": \"Barletta-Andria-Trani\",\n        \"sigla\": \"BT\"\n    },\n    {\n        \"id\": 109,\n        \"name\": \"Monza e della Brianza\",\n        \"sigla\": \"MB\"\n    },\n    {\n        \"id\": 110,\n        \"name\": \"Fermo\",\n        \"sigla\": \"FM\"\n    },\n    {\n        \"id\": 115,\n        \"name\": \"Sud Sardegna\",\n        \"sigla\": \"SU\"\n    }\n]"},{"id":"78da3f3f-4905-4b79-8952-8130fc74f8ab","name":"Country with no cities division","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://it2.life365.eu/api/utils/getCityList/:country_id","protocol":"http","host":["it2","life365","eu"],"path":["api","utils","getCityList",":country_id"],"variable":[{"key":"country_id","value":"164"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Oct 2020 10:52:18 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"51"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 137,\n        \"name\": \"Repubblica Ceca\",\n        \"sigla\": \"CZ\"\n    }\n]"}],"_postman_id":"b04d0e2d-4548-45fb-bf23-638053b3da91"},{"name":"Get all orders","id":"5666d032-609e-4195-b231-46c998de8778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://it2.life365.eu/api/order/all?jwt={{jwt}}","description":"<p>Get all specific customer orders</p>\n<p><strong>Attention</strong> : the maximum size of the returned list is 70 elements.</p>\n","urlObject":{"protocol":"https","path":["api","order","all"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) A valid JWT token</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[]}},"response":[{"id":"41d378f6-e2c4-412b-aa60-db0a05082299","name":"Get all order","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://it2.life365.eu/api/order/all?jwt={{jwt}}","protocol":"http","host":["it2","life365","eu"],"path":["api","order","all"],"query":[{"key":"jwt","value":"{{jwt}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Oct 2020 09:05:33 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14444"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"addr\": {\n            \"fatturazione\": {\n                \"cap\": \"47121\",\n                \"citta\": \"Forlì\",\n                \"codice_fiscale\": \"SSSSSS11S11S111S\",\n                \"indirizzo\": \"via Aldobrando 69\",\n                \"nazione\": 168,\n                \"partita_iva\": null,\n                \"provincia\": 118,\n                \"ragione_sociale\": \"Aldo Brando\"\n            },\n            \"spedizione\": {\n                \"cap\": \"47121\",\n                \"citta\": \"Forlì\",\n                \"indirizzo\": \"via Carpiatello 42\",\n                \"nazione\": 176,\n                \"nome\": \"Aldo Brando\",\n                \"provincia\": 113,\n                \"ragione_sociale\": \"Aldo Brando\",\n                \"telefono\": \"0555 7823446\"\n            }\n        },\n        \"courier\": 1,\n        \"date\": \"2020-10-14T16:32:00+02:00\",\n        \"dropshipping\": false,\n        \"has_invoice\": false,\n        \"id\": 440479,\n        \"items\": [\n            {\n                \"Codicesenza\": \"NT-AC8\",\n                \"barcode\": \"2567384901563\",\n                \"description\": \"Dual Band Gigabit Router AC1200 Wireless repeater Tenda AC8\",\n                \"id\": 17672,\n                \"perbox_discount\": 0,\n                \"peso\": 650,\n                \"photos\": [\n                    \"https://static.life365.eu/IT/p/17672/img/AC8a.jpg\",\n                    \"https://static.life365.eu/IT/p/17672/img/AC8b.jpg\",\n                    \"https://static.life365.eu/IT/p/17672/img/AC8c.jpg\",\n                    \"https://static.life365.eu/IT/p/17672/img/AC8d.jpg\"\n                ],\n                \"prezzo\": 22,\n                \"qta\": 1,\n                \"qta_scatola\": 10,\n                \"qty_delivery\": 1,\n                \"rma_warranty\": 12,\n                \"stock\": 55,\n                \"tax_type\": 6,\n                \"tax_value\": 0,\n                \"virtual\": false\n            }\n        ],\n        \"payment_type\": \"POSTEPAY\",\n        \"shippingCostByCourier\": {\n            \"1\": 4.5\n        },\n        \"shipping_cost\": 4.5,\n        \"stato\": 99,\n        \"tax2\": {\n            \"actualValue\": 0,\n            \"potentialValue\": 0\n        },\n        \"tax_type\": 6,\n        \"tax_value\": 0,\n        \"tipopagamento\": \"postepay\",\n        \"total\": 26.5,\n        \"tracking_url\": null\n    },\n\n    {\n        \"addr\": {\n            \"fatturazione\": {\n                \"cap\": \"47121\",\n                \"citta\": \"Forlì\",\n                \"codice_fiscale\": \"SSSSSS11S11S111S\",\n                \"indirizzo\": \"via Aldobrando 69\",\n                \"nazione\": 168,\n                \"partita_iva\": null,\n                \"provincia\": 118,\n                \"ragione_sociale\": \"Aldo Brando\"\n            },\n            \"spedizione\": {\n                \"cap\": \"47121\",\n                \"citta\": \"Forlì\",\n                \"indirizzo\": \"via Carpiatello 42\",\n                \"nazione\": 176,\n                \"nome\": \"Giancarlo Spadini\",\n                \"provincia\": 113,\n                \"ragione_sociale\": \"Aldo Brando\",\n                \"telefono\": \"0555 7823446\"\n            }\n        },\n        \"courier\": 1,\n        \"date\": \"2020-10-14T16:32:00+02:00\",\n        \"dropshipping\": false,\n        \"has_invoice\": false,\n        \"id\": 440479,\n        \"items\": [\n            {\n                \"Codicesenza\": \"NT-AC8\",\n                \"barcode\": \"2567384901563\",\n                \"description\": \"Dual Band Gigabit Router AC1200 Wireless repeater Tenda AC8\",\n                \"id\": 17672,\n                \"perbox_discount\": 0,\n                \"peso\": 650,\n                \"photos\": [\n                    \"https://static.life365.eu/IT/p/17672/img/AC8a.jpg\",\n                    \"https://static.life365.eu/IT/p/17672/img/AC8b.jpg\",\n                    \"https://static.life365.eu/IT/p/17672/img/AC8c.jpg\",\n                    \"https://static.life365.eu/IT/p/17672/img/AC8d.jpg\"\n                ],\n                \"prezzo\": 22,\n                \"qta\": 1,\n                \"qta_scatola\": 10,\n                \"qty_delivery\": 1,\n                \"rma_warranty\": 12,\n                \"stock\": 55,\n                \"tax_type\": 6,\n                \"tax_value\": 0,\n                \"virtual\": false\n            }\n        ],\n        \"payment_type\": \"POSTEPAY\",\n        \"shippingCostByCourier\": {\n            \"1\": 4.5\n        },\n        \"shipping_cost\": 4.5,\n        \"stato\": 99,\n        \"tax2\": {\n            \"actualValue\": 0,\n            \"potentialValue\": 0\n        },\n        \"tax_type\": 6,\n        \"tax_value\": 0,\n        \"tipopagamento\": \"postepay\",\n        \"total\": 26.5,\n        \"tracking_url\": null\n    }\n\n]"}],"_postman_id":"5666d032-609e-4195-b231-46c998de8778"},{"name":"Get order datail","id":"79223ac5-5ba9-4f40-a99d-02ff3aa4426e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://it2.life365.eu/api/order/:order_id?jwt={{jwt}}","description":"<p>Get order detail using a specific order_id.</p>\n","urlObject":{"protocol":"http","path":["api","order",":order_id"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) A valid JWT token</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[{"type":"string","value":"","key":"order_id"}]}},"response":[{"id":"43017497-7c72-4ef1-b305-bb7f0d9d1ee2","name":"Get order datail","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://it2.life365.eu/api/order/:order_id?jwt={{jwt}}","protocol":"http","host":["it2","life365","eu"],"path":["api","order",":order_id"],"query":[{"key":"jwt","value":"{{jwt}}"}],"variable":[{"key":"order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Oct 2020 09:40:56 GMT"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1295"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS, DELETE, HEAD, GET"},{"key":"Access-Control-Max-Age","value":"21600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"addr\": {\n        \"fatturazione\": {\n            \"cap\": \"20142\",\n            \"citta\": \"Milano\",\n            \"codice_fiscale\": \"\",\n            \"indirizzo\": \"Via Caglia, 12\",\n            \"nazione\": 102,\n            \"partita_iva\": \"00000000000\",\n            \"provincia\": 55,\n            \"ragione_sociale\": \"TECH SRL SPA\",\n            \"vat_country\": \"IT\"\n        },\n        \"spedizione\": {\n            \"cap\": \"20162\",\n            \"citta\": \"Milano\",\n            \"indirizzo\": \"viale Fulvio 1\",\n            \"nazione\": 102,\n            \"nome\": \"Nome Contatto\",\n            \"provincia\": 55,\n            \"ragione_sociale\": \"TECH SRL SPA\",\n            \"telefono\": \"3400000000\"\n        }\n    },\n    \"attachment\": null,\n    \"courier\": 1,\n    \"customer_reference\": null,\n    \"date\": \"2022-12-14T23:34:00+01:00\",\n    \"dropshipping\": false,\n    \"has_invoice\": true,\n    \"id\": 100000,\n    \"imported_into\": null,\n    \"items\": [\n        {\n            \"Codice\": \"IPPH-RCIP8LGD31W\",\n            \"Codicesenza\": \"RCIP8LGD31W\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"LCD Originale LG o Toshiba AAA+ Per Apple iPhone 8 Bianco\",\n            \"id\": 16110,\n            \"perbox_discount\": 0.0,\n            \"peso\": 60,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/16110/img/8b.jpg\",\n                \"https://static.life365.eu/IT/p/16110/img/Iphone-8-plus.jpg\"\n            ],\n            \"prezzo\": 31.25,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 20,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.13.03.04\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIP835\",\n            \"Codicesenza\": \"SPIP835\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Adesivo guarnizione Lcd per iPhone 8 Set 10 adesivi\",\n            \"id\": 19849,\n            \"perbox_discount\": 0.0,\n            \"peso\": 10,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/4743/img/iphone-8-front-housing-adhesive-1.png\"\n            ],\n            \"prezzo\": 4.2,\n            \"qta\": 1,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 4,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.23.03.71\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIP8TIBT-H\",\n            \"Codicesenza\": \"SPIP8TIBT-H\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Batteria per iPhone 8, 1980mAh, High Capacity\",\n            \"id\": 19091,\n            \"perbox_discount\": 10.0,\n            \"peso\": 58,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/19091/img/8-H-ti.jpg\"\n            ],\n            \"prezzo\": 7.45,\n            \"qta\": 2,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 6,\n            \"stock\": 0,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": null\n        },\n        {\n            \"Codice\": \"IPPH-SPIP807\",\n            \"Codicesenza\": \"SPIP807\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Dock Carica e Microfono Foxconn per iPhone 8 Nero OR\",\n            \"id\": 19841,\n            \"perbox_discount\": 0.0,\n            \"peso\": 30,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/4715/img/iphone-8-lightning-connector-assembly-black-1.png\"\n            ],\n            \"prezzo\": 8.42,\n            \"qta\": 2,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 21,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.23.04.33\"\n        },\n        {\n            \"Codice\": \"IPPH-RCIPHOB378W\",\n            \"Codicesenza\": \"RCIPHOB378W\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Pulsante Home Senza uso del Bluetooth IPhone 7-8/Plus Bianco\",\n            \"id\": 17748,\n            \"perbox_discount\": 0.0,\n            \"peso\": 40,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/17748/img/RCIPHOB378B.jpg\",\n                \"https://static.life365.eu/IT/p/17748/img/IMG_4104.JPG\"\n            ],\n            \"prezzo\": 3.89,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 7,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"F.31.03.72\"\n        },\n        {\n            \"Codice\": \"IPPH-RCIPHOB378B\",\n            \"Codicesenza\": \"RCIPHOB378B\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Pulsante Home Senza uso del Bluetooth IPhone 7-8/Plus Nero\",\n            \"id\": 17747,\n            \"perbox_discount\": 0.0,\n            \"peso\": 40,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/17747/img/RCIPHOB378B.jpg\",\n                \"https://static.life365.eu/IT/p/17747/img/IMG_4104.JPG\"\n            ],\n            \"prezzo\": 2.75,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 10,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"F.31.03.71\"\n        },\n        {\n            \"Codice\": \"IPPH-RCIPH8PICLW\",\n            \"Codicesenza\": \"RCIPH8PICLW\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Display per iPhone 8 Plus in Tecnologia In-Cell Bianco\",\n            \"id\": 21097,\n            \"perbox_discount\": 10.0,\n            \"peso\": 100,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/21097/img/8pw.jpg\"\n            ],\n            \"prezzo\": 23.91,\n            \"qta\": 1,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 2,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.10.03.13\"\n        },\n        {\n            \"Codice\": \"IPPH-RCIP8PGD31B\",\n            \"Codicesenza\": \"RCIP8PGD31B\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"LCD Originale LG o Toshiba AAA+ Per Apple iPhone 8 Plus Nero\",\n            \"id\": 17056,\n            \"perbox_discount\": 0.0,\n            \"peso\": 160,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/17056/img/ip8P-O-n.jpg\"\n            ],\n            \"prezzo\": 33.82,\n            \"qta\": 2,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 6,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.06.04.04\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIP8PTIBT-H\",\n            \"Codicesenza\": \"SPIP8PTIBT-H\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Batteria per iPhone 8 PLUS, 2990mAh, High Capacity\",\n            \"id\": 19092,\n            \"perbox_discount\": 10.0,\n            \"peso\": 84,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/3952/img/8P-H (1).jpg\"\n            ],\n            \"prezzo\": 9.38,\n            \"qta\": 2,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 6,\n            \"stock\": 50,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.18.02.02\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIP8P05\",\n            \"Codicesenza\": \"SPIP8P05\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Dock Carica e dati Foxconn AAA+ per iPhone 8 Plus Gold\",\n            \"id\": 19855,\n            \"perbox_discount\": 0.0,\n            \"peso\": 15,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/4760/img/iphone-8-plus-lightning-connector-assembly-gold-1.png\"\n            ],\n            \"prezzo\": 4.66,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 0,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.24.01.04\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIP8P17\",\n            \"Codicesenza\": \"SPIP8P17\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Altoparlante per iPhone 7 & 8 Plus\",\n            \"id\": 20145,\n            \"perbox_discount\": 0.0,\n            \"peso\": 30,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/4772/img/iphone-7-plus-8-plus-earpiece-speaker-2.png\"\n            ],\n            \"prezzo\": 0.49,\n            \"qta\": 2,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 48,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.32.02.10\"\n        },\n        {\n            \"Codice\": \"IPPH-RCIPHXICLCD\",\n            \"Codicesenza\": \"RCIPHXICLCD\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Display per iPhone X Alta qualità JH Oled\",\n            \"id\": 21101,\n            \"perbox_discount\": 5.0,\n            \"peso\": 80,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/21101/img/ipX.jpg\",\n                \"https://static.life365.eu/IT/p/21101/img/ipX2.jpg\"\n            ],\n            \"prezzo\": 38.66,\n            \"qta\": 1,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 6,\n            \"stock\": 0,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": null\n        },\n        {\n            \"Codice\": \"IPPH-RCIPHXSPK\",\n            \"Codicesenza\": \"RCIPHXSPK\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Altoparlante per iPhone X Foxconn\",\n            \"id\": 16867,\n            \"perbox_discount\": 10.0,\n            \"peso\": 5,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/16867/img/RCIPHXSPK.jpeg\"\n            ],\n            \"prezzo\": 1.11,\n            \"qta\": 1,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 0,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.24.01.13\"\n        },\n        {\n            \"Codice\": \"IPPH-RCIPXFCAM\",\n            \"Codicesenza\": \"RCIPXFCAM\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Telecamera frontale e sensore di prossimità per iPhone X\",\n            \"id\": 16903,\n            \"perbox_discount\": 0.0,\n            \"peso\": 5,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/16903/img/RCIPXFCAM.jpg\"\n            ],\n            \"prezzo\": 5.02,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 3,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.24.01.19\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIPXTIBT-H\",\n            \"Codicesenza\": \"SPIPXTIBT-H\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Batteria per iPhone X Alta Capacità 3500mAh\",\n            \"id\": 20971,\n            \"perbox_discount\": 10.0,\n            \"peso\": 170,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/20971/img/iphone-x-akku-kaufen.jpg\"\n            ],\n            \"prezzo\": 10.92,\n            \"qta\": 2,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 6,\n            \"stock\": 0,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.10.02.11\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIPXR01\",\n            \"Codicesenza\": \"SPIPXR01\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Connettore carica Foxconn per iPhone XR Nero OR\",\n            \"id\": 19874,\n            \"perbox_discount\": 0.0,\n            \"peso\": 15,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/4833/img/iphone-xr-charging-port-flex-black-1.png\"\n            ],\n            \"prezzo\": 3.99,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 29,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.23.03.41\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIPXR22\",\n            \"Codicesenza\": \"SPIPXR22\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Altoparlante per iPhone XR\",\n            \"id\": 19897,\n            \"perbox_discount\": 0.0,\n            \"peso\": 15,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/4857/img/iphone-xr-loud-speaker.jpg\"\n            ],\n            \"prezzo\": 1.99,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 1,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.23.03.42\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIPXRTIBT\",\n            \"Codicesenza\": \"SPIPXRTIBT\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Batteria per iPhone XR, 2942mAh\",\n            \"id\": 19085,\n            \"perbox_discount\": 10.0,\n            \"peso\": 43,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/3943/img/iphone-xr-akku-vom-originalausruestungshersteller.jpg\"\n            ],\n            \"prezzo\": 8.04,\n            \"qta\": 1,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 6,\n            \"stock\": 356,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.20.01.02\"\n        },\n        {\n            \"Codice\": \"IPPH-RCIPHXRICLCD\",\n            \"Codicesenza\": \"RCIPHXRICLCD\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Display per iPhone XR in Tecnologia In-Cell \",\n            \"id\": 21044,\n            \"perbox_discount\": 5.0,\n            \"peso\": 60,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/21044/img/xr-incell.jpg\"\n            ],\n            \"prezzo\": 24.17,\n            \"qta\": 1,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 0,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": null\n        },\n        {\n            \"Codice\": \"IPPH-RCIPXSICLC\",\n            \"Codicesenza\": \"RCIPXSICLC\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Display Alta qualità iPhone XS in tecnologia Incell JH\",\n            \"id\": 22377,\n            \"perbox_discount\": 10.0,\n            \"peso\": 80,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/22377/img/XSincell.jpg\"\n            ],\n            \"prezzo\": 26.45,\n            \"qta\": 1,\n            \"qta_scatola\": 5,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 0,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": null\n        },\n        {\n            \"Codice\": \"IPPH-RCIPXSNOCH\",\n            \"Codicesenza\": \"RCIPXSNOCH\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Batteria senza chip 0 cicli Nuove per Xs 2658mAh\",\n            \"id\": 21447,\n            \"perbox_discount\": 10.0,\n            \"peso\": 20,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/21447/img/batt-nc.jpg\",\n                \"https://static.life365.eu/IT/p/21447/img/222.jpg\"\n            ],\n            \"prezzo\": 10.33,\n            \"qta\": 1,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 6,\n            \"stock\": 726,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.01.01.02\"\n        },\n        {\n            \"Codice\": \"IPPH-SPIPXSTIBT\",\n            \"Codicesenza\": \"SPIPXSTIBT\",\n            \"attention_note\": null,\n            \"barcode\": \"0000000000000\",\n            \"description\": \"Batteria per iPhone XS, 2658mAh\",\n            \"id\": 19086,\n            \"perbox_discount\": 10.0,\n            \"peso\": 41,\n            \"photos\": [\n                \"https://static.life365.eu/NL/p/3944/img/iphone-xs-akku-vom-originalausruestungshersteller~2.jpg\"\n            ],\n            \"prezzo\": 11.85,\n            \"qta\": 1,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 6,\n            \"stock\": 0,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": null\n        },\n        {\n            \"Codice\": \"IPPH-DETPUPD03228\",\n            \"Codicesenza\": \"DETPUPD03228\",\n            \"attention_note\": null,\n            \"barcode\": \"6938595335228\",\n            \"description\": \"Pellicola posteriore colorata per plotter D-03\",\n            \"id\": 18990,\n            \"perbox_discount\": 10.0,\n            \"peso\": 400,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/18990/img/03.jpg\"\n            ],\n            \"prezzo\": 1.88,\n            \"qta\": 20,\n            \"qta_scatola\": 40,\n            \"qty_delivery\": 20,\n            \"rma_warranty\": 12,\n            \"stock\": 440,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.11.02.02\"\n        },\n        {\n            \"Codice\": \"IPPH-DETPUPD07266\",\n            \"Codicesenza\": \"DETPUPD07266\",\n            \"attention_note\": {\n                \"value\": \"ATTENZIONE 1=20 PZ\",\n                \"visible\": false\n            },\n            \"barcode\": \"6938595335266\",\n            \"description\": \"Pellicola posteriore colorata per plotter D-07\",\n            \"id\": 18996,\n            \"perbox_discount\": 10.0,\n            \"peso\": 400,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/18996/img/07.jpg\"\n            ],\n            \"prezzo\": 1.88,\n            \"qta\": 20,\n            \"qta_scatola\": 40,\n            \"qty_delivery\": 20,\n            \"rma_warranty\": 12,\n            \"stock\": 780,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.26.02.03\"\n        },\n        {\n            \"Codice\": \"IPPH-SAVE-IP\",\n            \"Codicesenza\": \"SAVE-IP\",\n            \"attention_note\": null,\n            \"barcode\": null,\n            \"description\": \"Sconto ordine BOX intera reparto MyPhone\",\n            \"id\": 7408,\n            \"perbox_discount\": 0.0,\n            \"peso\": 0,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/7408/img/discount.jpg\"\n            ],\n            \"prezzo\": -1.99,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 0,\n            \"stock\": 95,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": true,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": null\n        },\n        {\n            \"Codice\": \"IPPH-DE2M342Y\",\n            \"Codicesenza\": \"DE2M342Y\",\n            \"attention_note\": null,\n            \"barcode\": \"6952897971342\",\n            \"description\": \"Cavo m-USB 2.1 e iOS  Carica Per Apple e Android\",\n            \"id\": 10829,\n            \"perbox_discount\": 10.0,\n            \"peso\": 600,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/10829/img/10829_my.jpg\"\n            ],\n            \"prezzo\": 1.99,\n            \"qta\": 10,\n            \"qta_scatola\": 5,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 59,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.08.03.07\"\n        },\n        {\n            \"Codice\": \"IPPH-DEGLUI8905G\",\n            \"Codicesenza\": \"DEGLUI8905G\",\n            \"attention_note\": null,\n            \"barcode\": \"6938595300905\",\n            \"description\": \"Cover Protezione Glimmer per iPhone X Rose Gold\",\n            \"id\": 15393,\n            \"perbox_discount\": 10.0,\n            \"peso\": 80,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/15393/img/3439.png\",\n                \"https://static.life365.eu/IT/p/15393/img/18sd.jpg\",\n                \"https://static.life365.eu/IT/p/15393/img/21ss.jpg\"\n            ],\n            \"prezzo\": 0.75,\n            \"qta\": 2,\n            \"qta_scatola\": 10,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 1039,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.10.01.05\"\n        },\n        {\n            \"Codice\": \"IPPH-DEKTEPH430B\",\n            \"Codicesenza\": \"DEKTEPH430B\",\n            \"attention_note\": null,\n            \"barcode\": \"6938595310430\",\n            \"description\": \"Auricolari Hi-Fi a filo con controllo Brano e risposta Nero\",\n            \"id\": 16752,\n            \"perbox_discount\": 10.0,\n            \"peso\": 500,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/16752/img/SETKIN.jpg\",\n                \"https://static.life365.eu/IT/p/16752/img/Kin-Tone.png\",\n                \"https://static.life365.eu/IT/p/16752/img/kintone.jpg\"\n            ],\n            \"prezzo\": 2.21,\n            \"qta\": 5,\n            \"qta_scatola\": 12,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 758,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.01.01.05\"\n        },\n        {\n            \"Codice\": \"IPPH-DEKTEPH447W\",\n            \"Codicesenza\": \"DEKTEPH447W\",\n            \"attention_note\": {\n                \"value\": \"ATTENZIONE CONFEZIONE\\n包裝注意事項\",\n                \"visible\": false\n            },\n            \"barcode\": \"6938595310447\",\n            \"description\": \"Auricolari Hi-Fi a filo con controllo Brano e risposta Bianc\",\n            \"id\": 16753,\n            \"perbox_discount\": 10.0,\n            \"peso\": 500,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/16753/img/SETKIN.jpg\",\n                \"https://static.life365.eu/IT/p/16753/img/Kin-Tone.png\",\n                \"https://static.life365.eu/IT/p/16753/img/kintone.jpg\"\n            ],\n            \"prezzo\": 2.21,\n            \"qta\": 5,\n            \"qta_scatola\": 12,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 1372,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"A.04.01.03\"\n        },\n        {\n            \"Codice\": \"IPPH-DEKTEPH560A\",\n            \"Codicesenza\": \"DEKTEPH560A\",\n            \"attention_note\": null,\n            \"barcode\": \"6938595310560\",\n            \"description\": \"Auricolari Hi-Fi a filo con controllo Brano e risposta Blu\",\n            \"id\": 16755,\n            \"perbox_discount\": 10.0,\n            \"peso\": 500,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/16755/img/SETKIN.jpg\",\n                \"https://static.life365.eu/IT/p/16755/img/Kin-Tone.png\",\n                \"https://static.life365.eu/IT/p/16755/img/kintone.jpg\"\n            ],\n            \"prezzo\": 2.21,\n            \"qta\": 5,\n            \"qta_scatola\": 12,\n            \"qty_delivery\": 1,\n            \"rma_warranty\": 12,\n            \"stock\": 429,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": false,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": \"B.01.01.05\"\n        },\n        {\n            \"Codice\": \"ZZZZ-ADMGST\",\n            \"Codicesenza\": \"ADMGST\",\n            \"attention_note\": null,\n            \"barcode\": null,\n            \"description\": \"Spese amministrative\",\n            \"id\": 14232,\n            \"perbox_discount\": 0.0,\n            \"peso\": 0,\n            \"photos\": [\n                \"https://static.life365.eu/IT/p/14232/img/W_I_CreditCardAcceptance_RGB_920x690_weiss.png\"\n            ],\n            \"prezzo\": 4.77,\n            \"qta\": 1,\n            \"qta_scatola\": 1,\n            \"qty_delivery\": 0,\n            \"rma_warranty\": 12,\n            \"stock\": 59,\n            \"tax_type\": 1,\n            \"tax_value\": 22.0,\n            \"virtual\": true,\n            \"warehouse_id\": 1,\n            \"warehouse_place\": null\n        }\n    ],\n    \"logistic_state\": \"IN-TRANSIT\",\n    \"payment_type\": \"PAYPAL\",\n    \"shippingCostByCourier\": {\n        \"1\": 5.7,\n        \"2\": 0.0,\n        \"4\": 5.7,\n        \"6\": 20.2\n    },\n    \"shipping_cost\": 5.7,\n    \"stato\": 100,\n    \"tax2\": {\n        \"actualValue\": 0.0,\n        \"potentialValue\": 0.0\n    },\n    \"tax_type\": 1,\n    \"tax_value\": 22.0,\n    \"tipopagamento\": \"paypal\",\n    \"total\": 587.38,\n    \"tracking_url\": \"https://vas.brt.it/vas/sped_det_show.hsm?referer=sped_numspe_par.htm&Nspediz=131013121311&RicercaNumeroSpedizione=Search&life365=1\",\n    \"warehouse_id\": 1\n}"}],"_postman_id":"79223ac5-5ba9-4f40-a99d-02ff3aa4426e"},{"name":"Delete order","id":"16bf1b48-cde3-41bb-8a0f-52289ead96da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://it2.life365.eu/api/order/cart/:order_id?jwt={{jwt}}","description":"<p>Cancel an order using a specific order_id.</p>\n","urlObject":{"protocol":"https","path":["api","order","cart",":order_id"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) A valid JWT token</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[{"description":{"content":"<p>(Required) id of a order that is confirmed but not processed</p>\n","type":"text/plain"},"type":"any","value":null,"key":"order_id"}]}},"response":[],"_postman_id":"16bf1b48-cde3-41bb-8a0f-52289ead96da"},{"name":"Book goods in cart","id":"5506cbec-d2cb-4678-9d8c-fb6383c4257a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://it2.life365.eu/api/order/cart/book/:order_id?jwt={{jwt}}","description":"<p>Confirm a cart by turning it into an order ready to be processed and shipped to the customer.</p>\n","urlObject":{"protocol":"https","path":["api","order","cart","book",":order_id"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) A valid JWT token</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[{"id":"c95464c4-3e92-490e-a63d-1debc51afe99","description":{"content":"<p>(Required) id of a cart that will be confirmed and trasformed in an order</p>\n","type":"text/plain"},"type":"any","value":"","key":"order_id"}]}},"response":[{"id":"8b14acbe-3dae-4405-9949-11148473d97f","name":"Book goods in cart","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://it2.life365.eu/api/order/cart/book/:order_id?jwt={{jwt}}","protocol":"https","host":["it2","life365","eu"],"path":["api","order","cart","book",":order_id"],"query":[{"key":"jwt","value":"{{jwt}}","description":"(Required) A valid JWT token"}],"variable":[{"id":"c95464c4-3e92-490e-a63d-1debc51afe99","key":"order_id","value":"","description":"(Required) id of a cart that will be confirmed and trasformed in an order"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5506cbec-d2cb-4678-9d8c-fb6383c4257a"},{"name":"Confirm order","id":"775849a7-cbc8-49ff-8a4a-1ac7a5326eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://it2.life365.eu/api/order/cart/confirm/:order_id?jwt={{jwt}}","description":"<p>Confirm a cart by turning it into an order ready to be processed and shipped to the customer.</p>\n","urlObject":{"protocol":"https","path":["api","order","cart","confirm",":order_id"],"host":["it2","life365","eu"],"query":[{"description":{"content":"<p>(Required) A valid JWT token</p>\n","type":"text/plain"},"key":"jwt","value":"{{jwt}}"}],"variable":[{"description":{"content":"<p>(Required) id of a cart that will be confirmed and trasformed in an order</p>\n","type":"text/plain"},"type":"any","value":"","key":"order_id"}]}},"response":[{"id":"a8156add-dd33-46b6-92cd-b8eadbb1bcf5","name":"Confirm order","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://it2.life365.eu/api/order/cart/confirm/:order_id?jwt={{jwt}}","protocol":"https","host":["it2","life365","eu"],"path":["api","order","cart","confirm",":order_id"],"query":[{"key":"jwt","value":"{{jwt}}","description":"(Required) A valid JWT token"}],"variable":[{"key":"order_id","value":"","description":"(Required) id of a cart that will be confirmed and trasformed in an order"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"addr\": {\r\n        \"fatturazione\": {\r\n            \"cap\": \"47121\",\r\n            \"citta\": \"Forlì\",\r\n            \"codice_fiscale\": \"XXXXXX99C01A794U\",\r\n            \"indirizzo\": \"viale Roma 49a\",\r\n            \"nazione\": 102,\r\n            \"partita_iva\": null,\r\n            \"provincia\": 36,\r\n            \"ragione_sociale\": \"Nome Cognome A/S\",\r\n            \"vat_country\": \"IT\"\r\n        },\r\n        \"spedizione\": {\r\n            \"cap\": \"47121\",\r\n            \"citta\": \"Forlì\",\r\n            \"indirizzo\": \"viale Roma 49a\",\r\n            \"nazione\": 102,\r\n            \"nome\": \"Nome Cognome A/S\",\r\n            \"provincia\": 24,\r\n            \"ragione_sociale\": \"Nome Cognome A/S\",\r\n            \"telefono\": \"0\"\r\n        }\r\n    },\r\n    \"attachment\": null,\r\n    \"courier\": 7,\r\n    \"customer_reference\": null,\r\n    \"date\": \"2023-10-02T16:15:00+02:00\",\r\n    \"dropshipping\": false,\r\n    \"has_invoice\": false,\r\n    \"id\": 111111,\r\n    \"imported_into\": null,\r\n    \"items\": [\r\n        {\r\n            \"Codicesenza\": \"DIYCAN-040\",\r\n            \"barcode\": \"0000000000000\",\r\n            \"description\": \"B Prodotti per Test magazzino GNU102\",\r\n            \"id\": 2455,\r\n            \"perbox_discount\": 0.0,\r\n            \"peso\": 150,\r\n            \"photos\": [\r\n                \"https://static.life365.eu/IT/p/2455/img/2455_DIYHHP-027[1].jpg\"\r\n            ],\r\n            \"prezzo\": 0.01,\r\n            \"qta\": 1,\r\n            \"qta_scatola\": 100,\r\n            \"qty_delivery\": 1,\r\n            \"rma_warranty\": 12,\r\n            \"stock\": 98,\r\n            \"tax_type\": 1,\r\n            \"tax_value\": 22.0,\r\n            \"virtual\": false,\r\n            \"warehouse_id\": 2\r\n        }\r\n    ],\r\n    \"logistic_state\": \"CONFIRMED\",\r\n    \"payment_type\": \"RIMESSA-DIRETTA\",\r\n    \"shippingCostByCourier\": {\r\n        \"2\": 0.0,\r\n        \"7\": 135.0\r\n    },\r\n    \"shipping_cost\": 135.0,\r\n    \"stato\": 7,\r\n    \"tax2\": {\r\n        \"actualValue\": 0.0,\r\n        \"potentialValue\": 0.0\r\n    },\r\n    \"tax_type\": 1,\r\n    \"tax_value\": 22.0,\r\n    \"tipopagamento\": \"rimessa-diretta\",\r\n    \"total\": 164.71,\r\n    \"tracking_url\": null,\r\n    \"warehouse_id\": 2\r\n}"}],"_postman_id":"775849a7-cbc8-49ff-8a4a-1ac7a5326eaf"},{"name":"Set custom order reference","id":"a825fbc8-85dd-4418-80d2-d23889974326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"customer_reference\":\"PO number\"}","options":{"raw":{"language":"json"}}},"url":"https://it2.life365.eu/api/order/customer_reference/:order_id?jwt={{jwt}}","urlObject":{"protocol":"https","path":["api","order","customer_reference",":order_id"],"host":["it2","life365","eu"],"query":[{"key":"jwt","value":"{{jwt}}"}],"variable":[{"description":{"content":"<p>(Required) id of a cart/order</p>\n","type":"text/plain"},"type":"any","value":"","key":"order_id"}]}},"response":[],"_postman_id":"a825fbc8-85dd-4418-80d2-d23889974326"}],"event":[{"listen":"prerequest","script":{"id":"349f7b0c-107f-4a9e-834b-755bc4ddd503","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0a5a9940-6bb4-40b2-ab29-598672e4b215","type":"text/javascript","exec":[""]}}]}