{"info":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","description":"<html><head></head><body><p>Blade API exposed for orders, states, labels, customers and several entities.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7952821","collectionId":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","publishedId":"S1a4YSxQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-06-26T13:33:29.000Z"},"item":[{"name":"General schemas","item":[{"name":"Labels","id":"96bd47ba-d2dc-4f7d-993b-1bd1295e70c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/orders/labels","description":"<p>Get all labels, ids, codes and translations for Order States and Payment States</p>\n<p>UPDATED: now the \"carriers\" (shipment methods) and the \"payments\" (payment methods) are contained in this resultset;</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","labels"],"host":["wrk","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"a36708ed-16a0-4c26-99f5-a416fc36106a","name":"Labels","originalRequest":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/orders/labels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 17 Mar 2023 16:53:10 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"order_states\": [\n        {\n            \"id\": 1,\n            \"code\": \"STATUS_NEW\",\n            \"translations\": {\n                \"de\": \"Neu\",\n                \"en\": \"New\",\n                \"es\": \"Nuevo\",\n                \"fr\": \"Neuf\",\n                \"it\": \"Nuovo\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 2,\n            \"code\": \"STATUS_PENDING\",\n            \"translations\": {\n                \"de\": \"Warten\",\n                \"en\": \"Pending\",\n                \"es\": \"Esperando\",\n                \"fr\": \"En attente\",\n                \"it\": \"In attesa\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 3,\n            \"code\": \"STATUS_WORKING\",\n            \"translations\": {\n                \"de\": \"In Bearbeitung\",\n                \"en\": \"Working\",\n                \"es\": \"En proceso\",\n                \"fr\": \"En cours\",\n                \"it\": \"In lavorazione\"\n            },\n            \"flags\": {\n                \"delivered\": true,\n                \"shipped\": false,\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 4,\n            \"code\": \"STATUS_SHIPPED\",\n            \"translations\": {\n                \"de\": \"Versendet\",\n                \"en\": \"Shipped\",\n                \"es\": \"Transportado\",\n                \"fr\": \"Expédié\",\n                \"it\": \"Spedito\"\n            },\n            \"flags\": {\n                \"delivered\": true,\n                \"shipped\": true,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 5,\n            \"code\": \"STATUS_CLOSED\",\n            \"translations\": {\n                \"de\": \"Geschlossen\",\n                \"en\": \"Closed\",\n                \"es\": \"Cerrado\",\n                \"fr\": \"Fermé\",\n                \"it\": \"Chiuso\"\n            },\n            \"flags\": {\n                \"delivered\": true,\n                \"shipped\": true,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": true,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 6,\n            \"code\": \"STATUS_CANCELED\",\n            \"translations\": {\n                \"de\": \"Storniert\",\n                \"en\": \"Canceled\",\n                \"es\": \"Cancelado\",\n                \"fr\": \"Annulé\",\n                \"it\": \"Annullato\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 7,\n            \"code\": \"STATUS_REFUNDED\",\n            \"translations\": {\n                \"de\": \"Erstattet\",\n                \"en\": \"Refunded\",\n                \"es\": \"Reembolsado\",\n                \"fr\": \"Remboursés\",\n                \"it\": \"Rimborsato\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 8,\n            \"code\": \"STATUS_INVOICE\",\n            \"translations\": {\n                \"de\": \"In Rechnung gestellt werden\",\n                \"en\": \"Invoice\",\n                \"es\": \"Para ser facturado\",\n                \"fr\": \"Pour être facturé\",\n                \"it\": \"Da fatturare\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 9,\n            \"code\": \"STATUS_OUTOFSTOCK\",\n            \"translations\": {\n                \"de\": \"Im Angebot\",\n                \"en\": \"Out of stock\",\n                \"es\": \"En el suministro\",\n                \"fr\": \"En approvisionnement\",\n                \"it\": \"In rifornimento\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 10,\n            \"code\": \"STATUS_REFUNDED_PARTIALLY\",\n            \"translations\": {\n                \"de\": \"Teilweise zurückgezahlt\",\n                \"en\": \"Partially refunded\",\n                \"es\": \"Parcialmente pagado\",\n                \"fr\": \"Partiellement remboursé\",\n                \"it\": \"Rimborsato parzialmente\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 11,\n            \"code\": \"STATUS_DELIVERED\",\n            \"translations\": {\n                \"de\": \"Geliefert\",\n                \"en\": \"Delivered\",\n                \"es\": \"Liberado\",\n                \"fr\": \"Livré\",\n                \"it\": \"Consegnato\"\n            },\n            \"flags\": {\n                \"delivered\": true,\n                \"shipped\": true,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 12,\n            \"code\": \"STATUS_WITHDRAWED\",\n            \"translations\": {\n                \"de\": \"Zurückgezogen vom Kunden (geliefert / geschlossen)\",\n                \"en\": \"Customer withdrawed\",\n                \"es\": \"Retirado por el cliente (entregado / cerrado)\",\n                \"fr\": \"Retiré par le client (livré / fermé)\",\n                \"it\": \"Ritirato dal cliente (consegnato/chiuso)\"\n            },\n            \"flags\": {\n                \"delivered\": true,\n                \"shipped\": true,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": true,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 13,\n            \"code\": \"STATUS_REJECTED\",\n            \"translations\": {\n                \"de\": \"Ersetzt\",\n                \"en\": \"Replaced\",\n                \"es\": \"Reemplazado\",\n                \"fr\": \"Remplacé\",\n                \"it\": \"Sostituito\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 14,\n            \"code\": \"STATUS_READY\",\n            \"translations\": {\n                \"de\": \"Bereit für die Sammlung\",\n                \"en\": \"Ready for withdrawal\",\n                \"es\": \"Listo para la colección\",\n                \"fr\": \"Prêt pour la collecte\",\n                \"it\": \"Pronto per il ritiro\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 15,\n            \"code\": \"STATUS_PENDING_DELIVERY\",\n            \"translations\": {\n                \"de\": \"In der Lieferung\",\n                \"en\": \"Delivering\",\n                \"es\": \"En la entrega\",\n                \"fr\": \"En livraison\",\n                \"it\": \"In consegna\"\n            },\n            \"flags\": {\n                \"delivered\": true,\n                \"shipped\": false,\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 16,\n            \"code\": \"STATUS_CANCELED_AFFILIATE\",\n            \"translations\": {\n                \"de\": \"Vom Affiliate storniert\",\n                \"en\": \"Cancelled by affiliate\",\n                \"es\": \"Cancelado por el afiliado\",\n                \"fr\": \"Annulé par affilié\",\n                \"it\": \"Annullato da affiliato\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 17,\n            \"code\": \"STATUS_CANCELED_SAP\",\n            \"translations\": {\n                \"de\": \"Storniert - nicht zurückgezogen\",\n                \"en\": \"Canceled - not withdrawn\",\n                \"es\": \"Cancelado - no retirado\",\n                \"fr\": \"Annulé - non retiré\",\n                \"it\": \"Annullato - non ritirato\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 18,\n            \"code\": \"STATUS_READY_PICKUP\",\n            \"translations\": {\n                \"de\": \"Abholbereit (im Laden)\",\n                \"en\": \"Ready for withdrawal (in store)\",\n                \"es\": \"Listo para la recogida (en tienda)\",\n                \"fr\": \"Prêt pour la collecte (en magasin)\",\n                \"it\": \"Pronto per il ritiro (in store)\"\n            },\n            \"flags\": {\n                \"delivered\": false,\n                \"shipped\": false,\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        }\n    ],\n    \"payment_states\": [\n        {\n            \"id\": 1,\n            \"code\": \"STATUS_PENDING_CHEQUE\",\n            \"translations\": {\n                \"de\": \"Ausstehende Zahlung per Scheck\",\n                \"en\": \"Pending payment by check\",\n                \"es\": \"Pago pendiente por cheque\",\n                \"fr\": \"En attente de paiement par chèque\",\n                \"it\": \"In attesa di pagamento con assegno\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 2,\n            \"code\": \"STATUS_COMPLETED\",\n            \"translations\": {\n                \"de\": \"Zahlung ausgeführt\",\n                \"en\": \"Payment completed\",\n                \"es\": \"Pago ejecutado\",\n                \"fr\": \"Paiement exécuté\",\n                \"it\": \"Pagamento eseguito\"\n            },\n            \"flags\": {\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": true,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 3,\n            \"code\": \"STATUS_PENDING_SHOP\",\n            \"translations\": {\n                \"de\": \"Warten auf Zahlung im Laden\",\n                \"en\": \"Preparation underway\",\n                \"es\": \"Esperando el pago en la tienda\",\n                \"fr\": \"En attente de paiement au magasin\",\n                \"it\": \"In attesa di pagamento a negozio\"\n            },\n            \"flags\": {\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": true,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 4,\n            \"code\": \"STATUS_REFUND_REQUESTED\",\n            \"translations\": {\n                \"de\": \"Erstattung beantragt (zurückerstattet)\",\n                \"en\": \"Refund requested\",\n                \"es\": \"Reembolso solicitado (se devolverá)\",\n                \"fr\": \"Remboursement demandé (à rembourser)\",\n                \"it\": \"Rimborso richiesto (da rimborsare)\"\n            },\n            \"flags\": {\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 5,\n            \"code\": \"STATUS_DELIVERED\",\n            \"translations\": {\n                \"de\": \"Geliefert\",\n                \"en\": \"Delivered\",\n                \"es\": \"Liberado\",\n                \"fr\": \"Livré\",\n                \"it\": \"Consegnato\"\n            },\n            \"flags\": {\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 6,\n            \"code\": \"STATUS_USER_CANCELED\",\n            \"translations\": {\n                \"de\": \"Vom Benutzer abgebrochen\",\n                \"en\": \"Canceled by user\",\n                \"es\": \"Cancelado por el usuario\",\n                \"fr\": \"Annulé par l’utilisateur\",\n                \"it\": \"Annullato dall'utente\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": true,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 7,\n            \"code\": \"STATUS_REFUNDED\",\n            \"translations\": {\n                \"de\": \"Erstattet\",\n                \"en\": \"Refunded\",\n                \"es\": \"Reembolsado\",\n                \"fr\": \"Remboursés\",\n                \"it\": \"Rimborsato\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 8,\n            \"code\": \"STATUS_ERROR\",\n            \"translations\": {\n                \"de\": \"Zahlungsfehler\",\n                \"en\": \"Payment error\",\n                \"es\": \"Error de pago\",\n                \"fr\": \"Erreur de paiement\",\n                \"it\": \"Errore di pagamento\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": true,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 9,\n            \"code\": \"STATUS_REVERSED\",\n            \"translations\": {\n                \"de\": \"Umgekehrt\",\n                \"en\": \"Reversed\",\n                \"es\": \"Revertido\",\n                \"fr\": \"Renversé\",\n                \"it\": \"Stornato\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 10,\n            \"code\": \"STATUS_PENDING_BANKTRANSFER\",\n            \"translations\": {\n                \"de\": \"Ausstehende Zahlung per Banküberweisung\",\n                \"en\": \"Pending payment by bank transfer\",\n                \"es\": \"Pago pendiente por transferencia bancaria\",\n                \"fr\": \"En attente de paiement par virement bancaire\",\n                \"it\": \"In attesa di pagamento con bonifico bancario\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 11,\n            \"code\": \"STATUS_PENDING_PAYPAL\",\n            \"translations\": {\n                \"de\": \"Ausstehende Zahlung mit PayPal\",\n                \"en\": \"Pending payment by PayPal\",\n                \"es\": \"Pago pendiente con PayPal\",\n                \"fr\": \"En attente de paiement avec PayPal\",\n                \"it\": \"In attesa di pagamento con PayPal\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 12,\n            \"code\": \"STATUS_REFUSED\",\n            \"translations\": {\n                \"de\": \"Abgelehnt\",\n                \"en\": \"Refused\",\n                \"es\": \"Rechazado\",\n                \"fr\": \"Rejeté\",\n                \"it\": \"Rifiutato\"\n            },\n            \"flags\": {\n                \"paid\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 13,\n            \"code\": \"STATUS_ACCEPTED_PAYPAL\",\n            \"translations\": {\n                \"de\": \"Genehmigung von PayPal akzeptiert\",\n                \"en\": \"Authorization accepted from PayPal\",\n                \"es\": \"Autorización aceptada de PayPal\",\n                \"fr\": \"Autorisation acceptée de PayPal\",\n                \"it\": \"Authorization accepted from PayPal\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 14,\n            \"code\": \"STATUS_PENDING_CASH\",\n            \"translations\": {\n                \"de\": \"Ausstehende Zahlung per Kurier / Bargeld / Bargeld\",\n                \"en\": \"Pending payment by cash\",\n                \"es\": \"Pago pendiente por servicio de mensajería / efectivo / efectivo\",\n                \"fr\": \"En attente de paiement par courrier / espèces / espèces\",\n                \"it\": \"In attesa di pagamento con corriere/contrassegno/cash\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 15,\n            \"code\": \"STATUS_PENDING_CREDITCARD\",\n            \"translations\": {\n                \"de\": \"Warten auf Karten- und Brieftaschenzahlung\",\n                \"en\": \"Waiting for card and wallet payment\",\n                \"es\": \"Esperando pago con tarjeta y wallet\",\n                \"fr\": \"En attente de paiement par carte et wallet\",\n                \"it\": \"In attesa di pagamento con Carte e Wallet\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 16,\n            \"code\": \"STATUS_EXPIRED\",\n            \"translations\": {\n                \"de\": \"Abgelaufen\",\n                \"en\": \"Expired\",\n                \"es\": \"Caducado\",\n                \"fr\": \"Expiré\",\n                \"it\": \"Scaduto\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": true,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 17,\n            \"code\": \"STATUS_REFUNDED_PARTIALLY\",\n            \"translations\": {\n                \"de\": \"Teilweise zurückgezahlt\",\n                \"en\": \"Partially refunded\",\n                \"es\": \"Parcialmente pagado\",\n                \"fr\": \"Partiellement remboursé\",\n                \"it\": \"Rimborsato parzialmente\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 18,\n            \"code\": \"STATUS_PENDING_RIBA\",\n            \"translations\": {\n                \"de\": \"Ausstehende Zahlung per Ri.Ba.\",\n                \"en\": \"Pending payment by Ri.Ba.\",\n                \"es\": \"Pago pendiente por Ri.Ba.\",\n                \"fr\": \"En attente de paiement par Ri.Ba.\",\n                \"it\": \"In attesa di pagamento con Ri.Ba.\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        },\n        {\n            \"id\": 19,\n            \"code\": \"STATUS_PENDING_ONEY\",\n            \"translations\": {\n                \"de\": \"Ausstehende Zahlung per Oney\",\n                \"en\": \"Pending confirmation by Oney\",\n                \"es\": \"Pago pendiente por Oney\",\n                \"fr\": \"En attente de paiement par Oney\",\n                \"it\": \"Finanzamento registrato in Oney\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 20,\n            \"code\": \"STATUS_FAVORABLE_ONEY\",\n            \"translations\": {\n                \"de\": \"Ausstehende Zahlung per Oney\",\n                \"en\": \"Financing approved by Oney\",\n                \"es\": \"Financiamiento aprobado por Oney\",\n                \"fr\": \"Financement approuvé par Oney\",\n                \"it\": \"Finanziamento approvato da Oney\"\n            },\n            \"flags\": {\n                \"paid\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        }\n    ],\n    \"rma_states\": [\n        {\n            \"id\": 1,\n            \"code\": \"STATUS_WAITING_CONFIRMATION\",\n            \"translations\": {\n                \"de\": \"Ausstehende Bestätigung\",\n                \"en\": \"Waiting confirmation\",\n                \"es\": \"Confirmación pendiente\",\n                \"fr\": \"En attente de confirmation\",\n                \"it\": \"In attesa di conferma\"\n            },\n            \"flags\": {\n                \"slip\": false,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 2,\n            \"code\": \"STATUS_WAITING_PACKAGE\",\n            \"translations\": {\n                \"de\": \"Warten auf das Paket\",\n                \"en\": \"Waiting for package\",\n                \"es\": \"Esperando el paquete\",\n                \"fr\": \"En attente du paquet\",\n                \"it\": \"In attesa del pacco\"\n            },\n            \"flags\": {\n                \"slip\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 3,\n            \"code\": \"STATUS_RECEIVED_PACKAGE\",\n            \"translations\": {\n                \"de\": \"Paket erhalten\",\n                \"en\": \"Package received\",\n                \"es\": \"Paquete recibido\",\n                \"fr\": \"Colis reçu\",\n                \"it\": \"Pacco ricevuto\"\n            },\n            \"flags\": {\n                \"slip\": true,\n                \"failed\": false,\n                \"confirmed\": false,\n                \"wait\": true\n            },\n            \"rgb\": \"BLUE\"\n        },\n        {\n            \"id\": 4,\n            \"code\": \"STATUS_RETURN_REFUSED\",\n            \"translations\": {\n                \"de\": \"Zurückgewiesen\",\n                \"en\": \"Return refused\",\n                \"es\": \"Retorno rechazado\",\n                \"fr\": \"Retour rejeté\",\n                \"it\": \"Restituzione rifiutata\"\n            },\n            \"flags\": {\n                \"slip\": false,\n                \"failed\": true,\n                \"confirmed\": false,\n                \"wait\": false\n            },\n            \"rgb\": \"RED\"\n        },\n        {\n            \"id\": 5,\n            \"code\": \"STATUS_COMPLETED\",\n            \"translations\": {\n                \"de\": \"Rückkehr angenommen und abgeschlossen\",\n                \"en\": \"Return accepted and completed\",\n                \"es\": \"Devolución aceptada y completada\",\n                \"fr\": \"Retour accepté et complété\",\n                \"it\": \"Restituzione accettata e completata\"\n            },\n            \"flags\": {\n                \"slip\": false,\n                \"failed\": false,\n                \"confirmed\": true,\n                \"wait\": false\n            },\n            \"rgb\": \"GREEN\"\n        }\n    ],\n    \"rma_options\": [\n        {\n            \"id\": 1,\n            \"code\": \"BY_CREDIT\",\n            \"translations\": {\n                \"de\": \"Für die Akkreditierung\",\n                \"en\": \"by credit\",\n                \"es\": \"Para la acreditación\",\n                \"fr\": \"Pour l’accréditation\",\n                \"it\": \"per accredito\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"code\": \"BY_SUBSTITUTION\",\n            \"translations\": {\n                \"de\": \"Für den Ersatz\",\n                \"en\": \"by substitution\",\n                \"es\": \"Para reemplazo\",\n                \"fr\": \"Pour le remplacement\",\n                \"it\": \"per sostituzione\"\n            }\n        }\n    ],\n    \"carriers\": [\n        {\n            \"id\": 1,\n            \"code\": \"VIRTUAL_DELIVERY\",\n            \"virtual\": true,\n            \"translations\": {\n                \"en\": \"Unsolicited shipping - virtual product\",\n                \"it\": \"Spedizione non richiesta - prodotto virtuale\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"code\": \"INTERNATIONAL_DELIVERY\",\n            \"virtual\": false,\n            \"translations\": {\n                \"en\": \"International express courier\",\n                \"es\": \"Correo urgente internacional\",\n                \"fr\": \"Courrier express international\",\n                \"it\": \"International express courier\"\n            }\n        },\n        {\n            \"id\": 4,\n            \"code\": \"SHOP_WITHDRAWAL\",\n            \"virtual\": false,\n            \"translations\": {\n                \"en\": \"Collection at Store Bluespirit\",\n                \"es\": \"Colección en Tienda Bluespirit\",\n                \"fr\": \"Collection au magasin Bluespirit\",\n                \"it\": \"Ritiro presso Store Bluespirit\"\n            }\n        },\n        {\n            \"id\": 5,\n            \"code\": \"NATIONAL_DELIVERY\",\n            \"virtual\": false,\n            \"translations\": {\n                \"en\": \"Standard delivery Express Courier\",\n                \"es\": \"Entrega estándar Express Courier\",\n                \"fr\": \"Livraison standard Courrier Express\",\n                \"it\": \"Spedizione standard Corriere Espresso\"\n            }\n        },\n        {\n            \"id\": 11,\n            \"code\": \"B2B_SHOP_WITHDRAWAL\",\n            \"virtual\": false,\n            \"translations\": {\n                \"en\": \"Collection at the store (B2B)\",\n                \"es\": \"Recogida en la tienda (B2B)\",\n                \"fr\": \"Collection au magasin (B2B)\",\n                \"it\": \"Ritiro presso negozio (B2B)\"\n            }\n        },\n        {\n            \"id\": 12,\n            \"code\": \"B2B_NATIONAL_DELIVERY\",\n            \"virtual\": false,\n            \"translations\": {\n                \"en\": \"Home delivery (B2B)\",\n                \"es\": \"Servicio a domicilio (B2B)\",\n                \"fr\": \"Livraison à domicile (B2B)\",\n                \"it\": \"Consegna a domicilio (B2B)\"\n            }\n        },\n        {\n            \"id\": 13,\n            \"code\": \"B2B_SHOP_AVAILABLE\",\n            \"virtual\": false,\n            \"translations\": {\n                \"en\": \"Product Available InStore (B2B)\",\n                \"es\": \"Producto disponible en la tienda (B2B)\",\n                \"fr\": \"Produit disponible en magasin (B2B)\",\n                \"it\": \"Prodotto Disponibile InStore (B2B)\"\n            }\n        }\n    ],\n    \"payments\": [\n        {\n            \"id\": 1,\n            \"code\": \"PAYPAL\",\n            \"online\": true,\n            \"translations\": {\n                \"en\": \"Paypal\",\n                \"es\": \"Paypal\",\n                \"fr\": \"Paypal\",\n                \"it\": \"Paypal\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"code\": \"CREDIT_CARD\",\n            \"online\": true,\n            \"translations\": {\n                \"en\": \"Credit card\",\n                \"es\": \"Tarjeta de credito\",\n                \"fr\": \"Carte de crédit\",\n                \"it\": \"Carta di credito\"\n            }\n        },\n        {\n            \"id\": 6,\n            \"code\": \"SHOP_PICK\",\n            \"online\": false,\n            \"translations\": {\n                \"en\": \"Payment at point of sale\",\n                \"es\": \"Pago en el punto de venta\",\n                \"fr\": \"Paiement au point de vente\",\n                \"it\": \"Pagamento in punto vendita\"\n            }\n        },\n        {\n            \"id\": 11,\n            \"code\": \"SHOP_PREPAID\",\n            \"online\": false,\n            \"translations\": {\n                \"en\": \"Advance payment in the store\",\n                \"es\": \"Pago anticipado en la tienda.\",\n                \"fr\": \"Paiement anticipé dans le magasin\",\n                \"it\": \"Pagamento anticipato in negozio\"\n            }\n        },\n        {\n            \"id\": 12,\n            \"code\": \"SHOP_POSTPAID\",\n            \"online\": false,\n            \"translations\": {\n                \"en\": \"Postponed payment on collection\",\n                \"es\": \"Pago pospuesto sobre cobro\",\n                \"fr\": \"Paiement reporté à l’encaissement\",\n                \"it\": \"Pagamento posticipato al ritiro\"\n            }\n        },\n        {\n            \"id\": 13,\n            \"code\": \"GIFTCARD\",\n            \"online\": false,\n            \"translations\": {\n                \"de\": \"Gift Card\",\n                \"en\": \"Gift Card\",\n                \"es\": \"Tarjeta de regalo\",\n                \"fr\": \"Carte cadeau\",\n                \"it\": \"Gift Card\"\n            }\n        },\n        {\n            \"id\": 16,\n            \"code\": \"FRANCHISING\",\n            \"online\": false,\n            \"translations\": {\n                \"de\": \"Pagamento franchising\",\n                \"en\": \"Pagamento franchising\",\n                \"es\": \"Pagamento franchising\",\n                \"fr\": \"Pagamento franchising\",\n                \"it\": \"Pagamento franchising\"\n            }\n        },\n        {\n            \"id\": 18,\n            \"code\": \"CREDIT_CARD\",\n            \"online\": true,\n            \"translations\": {\n                \"de\": \"Google Pay\",\n                \"en\": \"Google Pay\",\n                \"es\": \"Google Pay\",\n                \"fr\": \"Google Pay\",\n                \"it\": \"Google Pay\"\n            }\n        },\n        {\n            \"id\": 19,\n            \"code\": \"CREDIT_CARD\",\n            \"online\": true,\n            \"translations\": {\n                \"de\": \"Apple Pay\",\n                \"en\": \"Apple Pay\",\n                \"es\": \"Apple Pay\",\n                \"fr\": \"Apple Pay\",\n                \"it\": \"Apple Pay\"\n            }\n        }\n    ]\n}"}],"_postman_id":"96bd47ba-d2dc-4f7d-993b-1bd1295e70c6"},{"name":"Attributes schema","id":"4549e0cc-e0a9-4431-9d15-232163620d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/attributes","description":"<p>Get all attributes used to expand and describe e Product entity;</p>\n<p>WARNING: \"AttributeOptions\" are not returned within this method; the main purpose of this method is to know all the attributes codes that are used in the Product feed and the internal attributes schema.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","attributes"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"e3185f6a-9541-4a36-adcb-0745063593a2","name":"Attributes schema","originalRequest":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 13:17:40 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjFXVG9yVW5HWnRIS3ZwYW1iWkoyelJHTTVUR0M1ZGJCYUI3Sm5EWjFLZkk9IiwidmFsdWUiOiJhM3l0bGUzMldUTGJGRkJuUDY0WGJOeXNTa296aUNWTDJhbDliMm5mZlp0bzlBRDd5VE5IcTYzSnlSeWF0N21WS3pzOFBkK08rSHBvRTdabmZySXV3Zz09IiwibWFjIjoiOWJkOTVlNWM5OWVjM2VjMGYwMWE4ZWE5OGI1ODUxMjBjNDEwNzFlYjU1YjVjY2IxZGFjYzVhMWJmOTMxNDJlMSJ9; expires=Sat, 28-Sep-2019 13:17:40 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"code\": \"movement\",\n        \"description\": \"Tipo di movimento dell'orologio\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Bewegung\",\n                \"slug\": \"bewegung\"\n            },\n            \"en\": {\n                \"name\": \"Movement\",\n                \"slug\": \"movement\"\n            },\n            \"es\": {\n                \"name\": \"Movimiento\",\n                \"slug\": \"movimiento\"\n            },\n            \"fr\": {\n                \"name\": \"Mouvement\",\n                \"slug\": \"mouvement\"\n            },\n            \"it\": {\n                \"name\": \"Movimento\",\n                \"slug\": \"movimento\"\n            }\n        }\n    },\n    {\n        \"id\": \"2\",\n        \"code\": \"case_material\",\n        \"description\": \"Seleziona uno o più materiali per la cassa dell'orologio\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Gehäusematerial und Finish\",\n                \"slug\": \"gehausematerial_und_finish\"\n            },\n            \"en\": {\n                \"name\": \"Case Material & Finish\",\n                \"slug\": \"case_material_finish\"\n            },\n            \"es\": {\n                \"name\": \"Material de la caja y acabado\",\n                \"slug\": \"material_de_la_caja_y_acabado\"\n            },\n            \"fr\": {\n                \"name\": \"Matériau du boîtier et finition\",\n                \"slug\": \"materiau_du_boitier_et_finition\"\n            },\n            \"it\": {\n                \"name\": \"Materiale e finitura cassa\",\n                \"slug\": \"materiale_e_finitura_cassa\"\n            }\n        }\n    },\n    {\n        \"id\": \"3\",\n        \"code\": \"case_width\",\n        \"description\": \"Misura espressa in millimetri (mm)\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Gehäusegröße\",\n                \"slug\": \"gehausegrosse\"\n            },\n            \"en\": {\n                \"name\": \"Case width\",\n                \"slug\": \"case_width\"\n            },\n            \"es\": {\n                \"name\": \"Tamaño de la carcasa\",\n                \"slug\": \"tamano_de_la_carcasa\"\n            },\n            \"fr\": {\n                \"name\": \"Taille de boîtier\",\n                \"slug\": \"taille_de_boitier\"\n            },\n            \"it\": {\n                \"name\": \"Dimensione cassa\",\n                \"slug\": \"dimensione_cassa\"\n            }\n        }\n    },\n    {\n        \"id\": \"4\",\n        \"code\": \"strap_material\",\n        \"description\": \"Seleziona uno o più materiali per il cinturino dell'orologio\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Bandmaterial\",\n                \"slug\": \"bandmaterial\"\n            },\n            \"en\": {\n                \"name\": \"Strap Material\",\n                \"slug\": \"strap_material\"\n            },\n            \"es\": {\n                \"name\": \"Material de la correa\",\n                \"slug\": \"material_de_la_correa\"\n            },\n            \"fr\": {\n                \"name\": \"Matériau de sangle\",\n                \"slug\": \"materiau_de_sangle\"\n            },\n            \"it\": {\n                \"name\": \"Materiale cinturino\",\n                \"slug\": \"materiale_cinturino\"\n            }\n        }\n    },\n    {\n        \"id\": \"6\",\n        \"code\": \"strap_colour\",\n        \"description\": \"Seleziona uno o più colori per il cinturino dell'orologio\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Bandfarbe\",\n                \"slug\": \"bandfarbe\"\n            },\n            \"en\": {\n                \"name\": \"Strap Colour\",\n                \"slug\": \"strap_colour\"\n            },\n            \"es\": {\n                \"name\": \"Color de la correa\",\n                \"slug\": \"color_de_la_correa\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur du bracelet\",\n                \"slug\": \"couleur_du_bracelet\"\n            },\n            \"it\": {\n                \"name\": \"Colore cinturino\",\n                \"slug\": \"colore_cinturino\"\n            }\n        }\n    },\n    {\n        \"id\": \"8\",\n        \"code\": \"closure\",\n        \"description\": \"Tipo di chiusura dell'orologio\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Schließen\",\n                \"slug\": \"schliessen\"\n            },\n            \"en\": {\n                \"name\": \"Clasp type\",\n                \"slug\": \"clasp_type\"\n            },\n            \"es\": {\n                \"name\": \"Cierre\",\n                \"slug\": \"cierre\"\n            },\n            \"fr\": {\n                \"name\": \"Fermeture\",\n                \"slug\": \"fermeture\"\n            },\n            \"it\": {\n                \"name\": \"Chiusura\",\n                \"slug\": \"chiusura\"\n            }\n        }\n    },\n    {\n        \"id\": \"9\",\n        \"code\": \"case_colour\",\n        \"description\": \"Seleziona uno o più colori per la cassa dell'orologio\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Gehäusefarbe\",\n                \"slug\": \"gehausefarbe\"\n            },\n            \"en\": {\n                \"name\": \"Case Colour\",\n                \"slug\": \"case_colour\"\n            },\n            \"es\": {\n                \"name\": \"Color de la caja\",\n                \"slug\": \"color_de_la_caja\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur du boîtier\",\n                \"slug\": \"couleur_du_boitier\"\n            },\n            \"it\": {\n                \"name\": \"Colore cassa\",\n                \"slug\": \"colore_cassa\"\n            }\n        }\n    },\n    {\n        \"id\": \"10\",\n        \"code\": \"dial_colour\",\n        \"description\": \"Seleziona uno o più materiali per il quadrante dell'orologio\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Wählfarbe\",\n                \"slug\": \"wahlfarbe\"\n            },\n            \"en\": {\n                \"name\": \"Dial Colour\",\n                \"slug\": \"dial_colour\"\n            },\n            \"es\": {\n                \"name\": \"Dial de color\",\n                \"slug\": \"dial_de_color\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur du cadran\",\n                \"slug\": \"couleur_du_cadran\"\n            },\n            \"it\": {\n                \"name\": \"Colore quadrante\",\n                \"slug\": \"colore_quadrante\"\n            }\n        }\n    },\n    {\n        \"id\": \"12\",\n        \"code\": \"package\",\n        \"description\": \"Tipologia di confezione\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Paket\",\n                \"slug\": \"paket\"\n            },\n            \"en\": {\n                \"name\": \"Packaging\",\n                \"slug\": \"packaging\"\n            },\n            \"es\": {\n                \"name\": \"Paquete\",\n                \"slug\": \"paquete\"\n            },\n            \"fr\": {\n                \"name\": \"Emballage\",\n                \"slug\": \"emballage\"\n            },\n            \"it\": {\n                \"name\": \"Confezione\",\n                \"slug\": \"confezione\"\n            }\n        }\n    },\n    {\n        \"id\": \"13\",\n        \"code\": \"guarantee\",\n        \"description\": \"Tipologia di garanzia\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Garantie\",\n                \"slug\": \"garantie\"\n            },\n            \"en\": {\n                \"name\": \"Guarantee\",\n                \"slug\": \"guarantee\"\n            },\n            \"es\": {\n                \"name\": \"Garantía\",\n                \"slug\": \"garantia\"\n            },\n            \"fr\": {\n                \"name\": \"Garantie\",\n                \"slug\": \"garantie\"\n            },\n            \"it\": {\n                \"name\": \"Garanzia\",\n                \"slug\": \"garanzia\"\n            }\n        }\n    },\n    {\n        \"id\": \"14\",\n        \"code\": \"water_resistant\",\n        \"description\": \"Indica il grado di resistenza all'acqua (pressione)\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Wasserdicht\",\n                \"slug\": \"wasserdicht\"\n            },\n            \"en\": {\n                \"name\": \"Water resistant\",\n                \"slug\": \"water_resistant\"\n            },\n            \"es\": {\n                \"name\": \"Resistente al agua\",\n                \"slug\": \"resistente_al_agua\"\n            },\n            \"fr\": {\n                \"name\": \"Résistant à l’eau\",\n                \"slug\": \"resistant_a_leau\"\n            },\n            \"it\": {\n                \"name\": \"Water resistant\",\n                \"slug\": \"water_resistant\"\n            }\n        }\n    },\n    {\n        \"id\": \"15\",\n        \"code\": \"glass\",\n        \"description\": \"Tipo di vetro dell'orologio\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Glas\",\n                \"slug\": \"glas\"\n            },\n            \"en\": {\n                \"name\": \"Crystal\",\n                \"slug\": \"crystal\"\n            },\n            \"es\": {\n                \"name\": \"Vidrio\",\n                \"slug\": \"vidrio\"\n            },\n            \"fr\": {\n                \"name\": \"Verre\",\n                \"slug\": \"verre\"\n            },\n            \"it\": {\n                \"name\": \"Vetro\",\n                \"slug\": \"vetro\"\n            }\n        }\n    },\n    {\n        \"id\": \"16\",\n        \"code\": \"indexes\",\n        \"description\": \"Indica il tipo di indici nel quadrante dell'orologio\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Indikatoren\",\n                \"slug\": \"indikatoren\"\n            },\n            \"en\": {\n                \"name\": \"Hour markers\",\n                \"slug\": \"hour_markers\"\n            },\n            \"es\": {\n                \"name\": \"Indicadores\",\n                \"slug\": \"indicadores\"\n            },\n            \"fr\": {\n                \"name\": \"Indicateurs\",\n                \"slug\": \"indicateurs\"\n            },\n            \"it\": {\n                \"name\": \"Indici\",\n                \"slug\": \"indici\"\n            }\n        }\n    },\n    {\n        \"id\": \"17\",\n        \"code\": \"material\",\n        \"description\": \"Elenco generale dei Materiali per gioielli e altro\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Material\",\n                \"slug\": \"material\"\n            },\n            \"en\": {\n                \"name\": \"Material\",\n                \"slug\": \"material\"\n            },\n            \"es\": {\n                \"name\": \"Material\",\n                \"slug\": \"material\"\n            },\n            \"fr\": {\n                \"name\": \"Matière\",\n                \"slug\": \"matiere\"\n            },\n            \"it\": {\n                \"name\": \"Materiale\",\n                \"slug\": \"materiale\"\n            }\n        }\n    },\n    {\n        \"id\": \"18\",\n        \"code\": \"diameter\",\n        \"description\": \"Indica il diametro in mm\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Durchmesser\",\n                \"slug\": \"durchmesser\"\n            },\n            \"en\": {\n                \"name\": \"Diameter\",\n                \"slug\": \"diameter\"\n            },\n            \"es\": {\n                \"name\": \"Diámetro\",\n                \"slug\": \"diametro\"\n            },\n            \"fr\": {\n                \"name\": \"Diamètre\",\n                \"slug\": \"diametre\"\n            },\n            \"it\": {\n                \"name\": \"Diametro\",\n                \"slug\": \"diametro\"\n            }\n        }\n    },\n    {\n        \"id\": \"19\",\n        \"code\": \"size\",\n        \"description\": \"Misura per anelli (in fase di correzione)\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Messung\",\n                \"slug\": \"messung\"\n            },\n            \"en\": {\n                \"name\": \"Size\",\n                \"slug\": \"size\"\n            },\n            \"es\": {\n                \"name\": \"Medición\",\n                \"slug\": \"medicion\"\n            },\n            \"fr\": {\n                \"name\": \"Mesurage\",\n                \"slug\": \"mesurage\"\n            },\n            \"it\": {\n                \"name\": \"Misura\",\n                \"slug\": \"misura\"\n            }\n        }\n    },\n    {\n        \"id\": \"20\",\n        \"code\": \"certificate_auth\",\n        \"description\": \"Indica se il prodotto possiede un certificato di autenticità\",\n        \"type\": \"boolean\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Echtheitszertifikat\",\n                \"slug\": \"echtheitszertifikat\"\n            },\n            \"en\": {\n                \"name\": \"Certificate of authenticity\",\n                \"slug\": \"certificate_of_authenticity\"\n            },\n            \"es\": {\n                \"name\": \"Certificado de autenticidad\",\n                \"slug\": \"certificado_de_autenticidad\"\n            },\n            \"fr\": {\n                \"name\": \"Certificat d’authenticité\",\n                \"slug\": \"certificat_dauthenticite\"\n            },\n            \"it\": {\n                \"name\": \"Certificato di autenticità\",\n                \"slug\": \"certificato_di_autenticita\"\n            }\n        }\n    },\n    {\n        \"id\": \"21\",\n        \"code\": \"color\",\n        \"description\": \"Elenco generale dei Colori per gioielli e altro\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Farbe\",\n                \"slug\": \"farbe\"\n            },\n            \"en\": {\n                \"name\": \"Color\",\n                \"slug\": \"color\"\n            },\n            \"es\": {\n                \"name\": \"Color\",\n                \"slug\": \"color\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur\",\n                \"slug\": \"couleur\"\n            },\n            \"it\": {\n                \"name\": \"Colore\",\n                \"slug\": \"colore\"\n            }\n        }\n    },\n    {\n        \"id\": \"22\",\n        \"code\": \"bezel\",\n        \"description\": \"Seleziona uno o più tipi di ghiera\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Zwinge\",\n                \"slug\": \"zwinge\"\n            },\n            \"en\": {\n                \"name\": \"Bezel\",\n                \"slug\": \"bezel\"\n            },\n            \"es\": {\n                \"name\": \"Contera\",\n                \"slug\": \"contera\"\n            },\n            \"fr\": {\n                \"name\": \"Virole\",\n                \"slug\": \"virole\"\n            },\n            \"it\": {\n                \"name\": \"Ghiera\",\n                \"slug\": \"ghiera\"\n            }\n        }\n    },\n    {\n        \"id\": \"23\",\n        \"code\": \"bracelet_inserts\",\n        \"description\": \"Seleziona uno o più tipi di inserti\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Manschetteneinsätze\",\n                \"slug\": \"manschetteneinsatze\"\n            },\n            \"en\": {\n                \"name\": \"Bracelet inserts\",\n                \"slug\": \"bracelet_inserts\"\n            },\n            \"es\": {\n                \"name\": \"Inserciones de manguito\",\n                \"slug\": \"inserciones_de_manguito\"\n            },\n            \"fr\": {\n                \"name\": \"Inserts de manchette\",\n                \"slug\": \"inserts_de_manchette\"\n            },\n            \"it\": {\n                \"name\": \"Inserti bracciale\",\n                \"slug\": \"inserti_bracciale\"\n            }\n        }\n    },\n    {\n        \"id\": \"25\",\n        \"code\": \"length\",\n        \"description\": \"Indica la lunghezza espressa in cm\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Länge\",\n                \"slug\": \"lange\"\n            },\n            \"en\": {\n                \"name\": \"Length\",\n                \"slug\": \"length\"\n            },\n            \"es\": {\n                \"name\": \"longitud\",\n                \"slug\": \"longitud\"\n            },\n            \"fr\": {\n                \"name\": \"longueur\",\n                \"slug\": \"longueur\"\n            },\n            \"it\": {\n                \"name\": \"Lunghezza\",\n                \"slug\": \"lunghezza\"\n            }\n        }\n    },\n    {\n        \"id\": \"33\",\n        \"code\": \"pearls_shape\",\n        \"description\": \"Seleziona il tipo di forma perle\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Perlenform\",\n                \"slug\": \"perlenform\"\n            },\n            \"en\": {\n                \"name\": \"Pearls shape\",\n                \"slug\": \"pearls_shape\"\n            },\n            \"es\": {\n                \"name\": \"Forma de perlas\",\n                \"slug\": \"forma_de_perlas\"\n            },\n            \"fr\": {\n                \"name\": \"Forme de perles\",\n                \"slug\": \"forme_de_perles\"\n            },\n            \"it\": {\n                \"name\": \"Forma perle\",\n                \"slug\": \"forma_perle\"\n            }\n        }\n    },\n    {\n        \"id\": \"38\",\n        \"code\": \"gift\",\n        \"description\": \"Indica il tipo di caratteristiche che sono in omaggio\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Huldigung\",\n                \"slug\": \"huldigung\"\n            },\n            \"en\": {\n                \"name\": \"Gift\",\n                \"slug\": \"gift\"\n            },\n            \"es\": {\n                \"name\": \"homenaje\",\n                \"slug\": \"homenaje\"\n            },\n            \"fr\": {\n                \"name\": \"hommage\",\n                \"slug\": \"hommage\"\n            },\n            \"it\": {\n                \"name\": \"Omaggio\",\n                \"slug\": \"omaggio\"\n            }\n        }\n    },\n    {\n        \"id\": \"39\",\n        \"code\": \"strap\",\n        \"description\": \"Seleziona uno o più tipi di cinturino\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Gurt\",\n                \"slug\": \"gurt\"\n            },\n            \"en\": {\n                \"name\": \"Strap\",\n                \"slug\": \"strap\"\n            },\n            \"es\": {\n                \"name\": \"Correa\",\n                \"slug\": \"correa\"\n            },\n            \"fr\": {\n                \"name\": \"Sangle\",\n                \"slug\": \"sangle\"\n            },\n            \"it\": {\n                \"name\": \"Cinturino\",\n                \"slug\": \"cinturino\"\n            }\n        }\n    },\n    {\n        \"id\": \"40\",\n        \"code\": \"charms_material\",\n        \"description\": \"Seleziona uno o più elementi\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Charms\",\n                \"slug\": \"charms\"\n            },\n            \"en\": {\n                \"name\": \"Charms\",\n                \"slug\": \"charms\"\n            },\n            \"es\": {\n                \"name\": \"Encantos\",\n                \"slug\": \"encantos\"\n            },\n            \"fr\": {\n                \"name\": \"Charmes\",\n                \"slug\": \"charmes\"\n            },\n            \"it\": {\n                \"name\": \"Charms\",\n                \"slug\": \"charms\"\n            }\n        }\n    },\n    {\n        \"id\": \"42\",\n        \"code\": \"pearls\",\n        \"description\": \"Indica se il prodotto contiene perle\",\n        \"type\": \"boolean\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Perlmutter\",\n                \"slug\": \"perlmutter\"\n            },\n            \"en\": {\n                \"name\": \"Mother of pearl\",\n                \"slug\": \"mother_of_pearl\"\n            },\n            \"es\": {\n                \"name\": \"Nácar\",\n                \"slug\": \"nacar\"\n            },\n            \"fr\": {\n                \"name\": \"Nacre\",\n                \"slug\": \"nacre\"\n            },\n            \"it\": {\n                \"name\": \"Madreperla\",\n                \"slug\": \"madreperla\"\n            }\n        }\n    },\n    {\n        \"id\": \"44\",\n        \"code\": \"case_thickness\",\n        \"description\": \"Misura espressa in millimetri (mm)\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Gehäusedicke\",\n                \"slug\": \"gehausedicke\"\n            },\n            \"en\": {\n                \"name\": \"Case thickness\",\n                \"slug\": \"case_thickness\"\n            },\n            \"es\": {\n                \"name\": \"Espesor de la caja\",\n                \"slug\": \"espesor_de_la_caja\"\n            },\n            \"fr\": {\n                \"name\": \"Épaisseur du boîtier\",\n                \"slug\": \"epaisseur_du_boitier\"\n            },\n            \"it\": {\n                \"name\": \"Spessore cassa\",\n                \"slug\": \"spessore_cassa\"\n            }\n        }\n    },\n    {\n        \"id\": \"46\",\n        \"code\": \"treatment\",\n        \"description\": \"Seleziona una modalità di trattamento\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Behandlung\",\n                \"slug\": \"behandlung\"\n            },\n            \"en\": {\n                \"name\": \"Treatment\",\n                \"slug\": \"treatment\"\n            },\n            \"es\": {\n                \"name\": \"Tratamiento\",\n                \"slug\": \"tratamiento\"\n            },\n            \"fr\": {\n                \"name\": \"Traitement\",\n                \"slug\": \"traitement\"\n            },\n            \"it\": {\n                \"name\": \"Trattamento\",\n                \"slug\": \"trattamento\"\n            }\n        }\n    },\n    {\n        \"id\": \"48\",\n        \"code\": \"chain_lenght\",\n        \"description\": \"Indica la lunghezza della catena in cm\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Kettenlänge\",\n                \"slug\": \"kettenlange\"\n            },\n            \"en\": {\n                \"name\": \"Chain Length\",\n                \"slug\": \"chain_length\"\n            },\n            \"es\": {\n                \"name\": \"Longitud de cadena\",\n                \"slug\": \"longitud_de_cadena\"\n            },\n            \"fr\": {\n                \"name\": \"Longueur de la chaîne\",\n                \"slug\": \"longueur_de_la_chaine\"\n            },\n            \"it\": {\n                \"name\": \"Lunghezza catena\",\n                \"slug\": \"lunghezza_catena\"\n            }\n        }\n    },\n    {\n        \"id\": \"49\",\n        \"code\": \"shipped_to\",\n        \"description\": \"Tipologia di spedizione\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Dieses Produkt kann versendet werden\",\n                \"slug\": \"dieses_produkt_kann_versendet_werden\"\n            },\n            \"en\": {\n                \"name\": \"This can be shipped to\",\n                \"slug\": \"this_can_be_shipped_to\"\n            },\n            \"es\": {\n                \"name\": \"Este producto puede ser enviado\",\n                \"slug\": \"este_producto_puede_ser_enviado\"\n            },\n            \"fr\": {\n                \"name\": \"Ce produit peut être expédié\",\n                \"slug\": \"ce_produit_peut_etre_expedie\"\n            },\n            \"it\": {\n                \"name\": \"Questo prodotto può essere spedito\",\n                \"slug\": \"questo_prodotto_puo_essere_spedito\"\n            }\n        }\n    },\n    {\n        \"id\": \"55\",\n        \"code\": \"capacity\",\n        \"description\": \"Indica la capacità dello spazio del dispositivo in GB\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Kapazität\",\n                \"slug\": \"kapazitat\"\n            },\n            \"en\": {\n                \"name\": \"Capacity\",\n                \"slug\": \"capacity\"\n            },\n            \"es\": {\n                \"name\": \"Capacidad\",\n                \"slug\": \"capacidad\"\n            },\n            \"fr\": {\n                \"name\": \"Capacité\",\n                \"slug\": \"capacite\"\n            },\n            \"it\": {\n                \"name\": \"Capacità\",\n                \"slug\": \"capacita\"\n            }\n        }\n    },\n    {\n        \"id\": \"64\",\n        \"code\": \"primary_colour\",\n        \"description\": \"Indica il colore primario del prodotto\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Hauptfarbe\",\n                \"slug\": \"hauptfarbe\"\n            },\n            \"en\": {\n                \"name\": \"Primary colour\",\n                \"slug\": \"primary_colour\"\n            },\n            \"es\": {\n                \"name\": \"Color primario\",\n                \"slug\": \"color_primario\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur primaire\",\n                \"slug\": \"couleur_primaire\"\n            },\n            \"it\": {\n                \"name\": \"Colore primario\",\n                \"slug\": \"colore_primario\"\n            }\n        }\n    },\n    {\n        \"id\": \"69\",\n        \"code\": \"finishing\",\n        \"description\": \"Tipologia di finitura\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Fall beenden\",\n                \"slug\": \"fall_beenden\"\n            },\n            \"en\": {\n                \"name\": \"Case finishing\",\n                \"slug\": \"case_finishing\"\n            },\n            \"es\": {\n                \"name\": \"Acabado de caja\",\n                \"slug\": \"acabado_de_caja\"\n            },\n            \"fr\": {\n                \"name\": \"Finition du boîtier\",\n                \"slug\": \"finition_du_boitier\"\n            },\n            \"it\": {\n                \"name\": \"Finitura cassa\",\n                \"slug\": \"finitura_cassa\"\n            }\n        }\n    },\n    {\n        \"id\": \"74\",\n        \"code\": \"ink_colour\",\n        \"description\": \"Indica il colore dell'inchiostro\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Tintenfarbe\",\n                \"slug\": \"tintenfarbe\"\n            },\n            \"en\": {\n                \"name\": \"Ink colour\",\n                \"slug\": \"ink_colour\"\n            },\n            \"es\": {\n                \"name\": \"Color de tinta\",\n                \"slug\": \"color_de_tinta\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur de l’encre\",\n                \"slug\": \"couleur_de_lencre\"\n            },\n            \"it\": {\n                \"name\": \"Colore inchiostro\",\n                \"slug\": \"colore_inchiostro\"\n            }\n        }\n    },\n    {\n        \"id\": \"75\",\n        \"code\": \"pearls_color\",\n        \"description\": \"Colore perle\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Perlenfarbe\",\n                \"slug\": \"perlenfarbe\"\n            },\n            \"en\": {\n                \"name\": \"Pearls color\",\n                \"slug\": \"pearls_color\"\n            },\n            \"es\": {\n                \"name\": \"Color perlas\",\n                \"slug\": \"color_perlas\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur des perles\",\n                \"slug\": \"couleur_des_perles\"\n            },\n            \"it\": {\n                \"name\": \"Colore perle\",\n                \"slug\": \"colore_perle\"\n            }\n        }\n    },\n    {\n        \"id\": \"76\",\n        \"code\": \"charms\",\n        \"description\": \"Numero di charms del prodotto\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Keine Charms\",\n                \"slug\": \"keine_charms\"\n            },\n            \"en\": {\n                \"name\": \"N° Charms\",\n                \"slug\": \"n_charms\"\n            },\n            \"es\": {\n                \"name\": \"N ° Charms\",\n                \"slug\": \"n_charms\"\n            },\n            \"fr\": {\n                \"name\": \"N ° Charms\",\n                \"slug\": \"n_charms\"\n            },\n            \"it\": {\n                \"name\": \"N° Charms\",\n                \"slug\": \"n_charms\"\n            }\n        }\n    },\n    {\n        \"id\": \"79\",\n        \"code\": \"width\",\n        \"description\": \"Indica la larghezza del prodotto in cm\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Breite\",\n                \"slug\": \"breite\"\n            },\n            \"en\": {\n                \"name\": \"Width\",\n                \"slug\": \"width\"\n            },\n            \"es\": {\n                \"name\": \"Ancho\",\n                \"slug\": \"ancho\"\n            },\n            \"fr\": {\n                \"name\": \"Largeur\",\n                \"slug\": \"largeur\"\n            },\n            \"it\": {\n                \"name\": \"Larghezza\",\n                \"slug\": \"larghezza\"\n            }\n        }\n    },\n    {\n        \"id\": \"80\",\n        \"code\": \"stone\",\n        \"description\": \"Seleziona uno o più tipi di pietre\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Stein\",\n                \"slug\": \"stein\"\n            },\n            \"en\": {\n                \"name\": \"Stone\",\n                \"slug\": \"stone\"\n            },\n            \"es\": {\n                \"name\": \"Piedra\",\n                \"slug\": \"piedra\"\n            },\n            \"fr\": {\n                \"name\": \"Pierre\",\n                \"slug\": \"pierre\"\n            },\n            \"it\": {\n                \"name\": \"Pietra\",\n                \"slug\": \"pietra\"\n            }\n        }\n    },\n    {\n        \"id\": \"83\",\n        \"code\": \"diamond_color\",\n        \"description\": \"Seleziona il colore del Diamante\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Diamanten Farbe\",\n                \"slug\": \"diamanten_farbe\"\n            },\n            \"en\": {\n                \"name\": \"Diamonds Color\",\n                \"slug\": \"diamonds_color\"\n            },\n            \"es\": {\n                \"name\": \"Diamantes color\",\n                \"slug\": \"diamantes_color\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur des diamants\",\n                \"slug\": \"couleur_des_diamants\"\n            },\n            \"it\": {\n                \"name\": \"Colore Diamanti\",\n                \"slug\": \"colore_diamanti\"\n            }\n        }\n    },\n    {\n        \"id\": \"84\",\n        \"code\": \"diamond_purity\",\n        \"description\": \"Seleziona il tipo di purezza del Diamante\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Reinheitsdiamanten\",\n                \"slug\": \"reinheitsdiamanten\"\n            },\n            \"en\": {\n                \"name\": \"Diamonds Purity\",\n                \"slug\": \"diamonds_purity\"\n            },\n            \"es\": {\n                \"name\": \"Diamantes de Pureza\",\n                \"slug\": \"diamantes_de_pureza\"\n            },\n            \"fr\": {\n                \"name\": \"Diamants de pureté\",\n                \"slug\": \"diamants_de_purete\"\n            },\n            \"it\": {\n                \"name\": \"Purezza Diamanti\",\n                \"slug\": \"purezza_diamanti\"\n            }\n        }\n    },\n    {\n        \"id\": \"86\",\n        \"code\": \"diamond_shape\",\n        \"description\": \"Seleziona il tipo di forma del Diamante\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Diamanten Form\",\n                \"slug\": \"diamanten_form\"\n            },\n            \"en\": {\n                \"name\": \"Diamond shape\",\n                \"slug\": \"diamond_shape\"\n            },\n            \"es\": {\n                \"name\": \"Forma de diamantes\",\n                \"slug\": \"forma_de_diamantes\"\n            },\n            \"fr\": {\n                \"name\": \"Forme de diamants\",\n                \"slug\": \"forme_de_diamants\"\n            },\n            \"it\": {\n                \"name\": \"Forma Diamanti\",\n                \"slug\": \"forma_diamanti\"\n            }\n        }\n    },\n    {\n        \"id\": \"87\",\n        \"code\": \"pearls_origin\",\n        \"description\": \"Seleziona Origine perle\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Herkunft der Perlen\",\n                \"slug\": \"herkunft_der_perlen\"\n            },\n            \"en\": {\n                \"name\": \"Cultured pearl\",\n                \"slug\": \"cultured_pearl\"\n            },\n            \"es\": {\n                \"name\": \"Origen de las perlas\",\n                \"slug\": \"origen_de_las_perlas\"\n            },\n            \"fr\": {\n                \"name\": \"Origine des perles\",\n                \"slug\": \"origine_des_perles\"\n            },\n            \"it\": {\n                \"name\": \"Origine perle\",\n                \"slug\": \"origine_perle\"\n            }\n        }\n    },\n    {\n        \"id\": \"88\",\n        \"code\": \"pearls_diameter\",\n        \"description\": \"Indica il diametro delle perle in mm\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Durchmesser Perlen\",\n                \"slug\": \"durchmesser_perlen\"\n            },\n            \"en\": {\n                \"name\": \"Pearls diameter\",\n                \"slug\": \"pearls_diameter\"\n            },\n            \"es\": {\n                \"name\": \"Diameter Pearls\",\n                \"slug\": \"diameter_pearls\"\n            },\n            \"fr\": {\n                \"name\": \"Diamètre Perles\",\n                \"slug\": \"diametre_perles\"\n            },\n            \"it\": {\n                \"name\": \"Diametro Perle\",\n                \"slug\": \"diametro_perle\"\n            }\n        }\n    },\n    {\n        \"id\": \"93\",\n        \"code\": \"case_back\",\n        \"description\": \"Seleziona la tipologia di fondello\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Fall zurück\",\n                \"slug\": \"fall_zuruck\"\n            },\n            \"en\": {\n                \"name\": \"Case back\",\n                \"slug\": \"case_back\"\n            },\n            \"es\": {\n                \"name\": \"Caso trasero\",\n                \"slug\": \"caso_trasero\"\n            },\n            \"fr\": {\n                \"name\": \"Retour cas\",\n                \"slug\": \"retour_cas\"\n            },\n            \"it\": {\n                \"name\": \"Fondello\",\n                \"slug\": \"fondello\"\n            }\n        }\n    },\n    {\n        \"id\": \"94\",\n        \"code\": \"gemological_certification\",\n        \"description\": \"Certificazione Gemmologica del prodotto\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Gemologische Zertifizierung\",\n                \"slug\": \"gemologische_zertifizierung\"\n            },\n            \"en\": {\n                \"name\": \"Gemological certification\",\n                \"slug\": \"gemological_certification\"\n            },\n            \"es\": {\n                \"name\": \"Certificación Gemológica\",\n                \"slug\": \"certificacion_gemologica\"\n            },\n            \"fr\": {\n                \"name\": \"Certification gemmologique\",\n                \"slug\": \"certification_gemmologique\"\n            },\n            \"it\": {\n                \"name\": \"Certificazione Gemmologica\",\n                \"slug\": \"certificazione_gemmologica\"\n            }\n        }\n    },\n    {\n        \"id\": \"103\",\n        \"code\": \"fragrance\",\n        \"description\": \"Indica il tipo di fragranza\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Duft\",\n                \"slug\": \"duft\"\n            },\n            \"en\": {\n                \"name\": \"Fragrance\",\n                \"slug\": \"fragrance\"\n            },\n            \"es\": {\n                \"name\": \"Fragancia\",\n                \"slug\": \"fragancia\"\n            },\n            \"fr\": {\n                \"name\": \"Parfum\",\n                \"slug\": \"parfum\"\n            },\n            \"it\": {\n                \"name\": \"Profumazione\",\n                \"slug\": \"profumazione\"\n            }\n        }\n    },\n    {\n        \"id\": \"104\",\n        \"code\": \"dimensions\",\n        \"description\": \"Dimensioni generale, solitamente in 3 coordinate\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Größe\",\n                \"slug\": \"grosse\"\n            },\n            \"en\": {\n                \"name\": \"Dimensions\",\n                \"slug\": \"dimensions\"\n            },\n            \"es\": {\n                \"name\": \"Dimensiones\",\n                \"slug\": \"dimensiones\"\n            },\n            \"fr\": {\n                \"name\": \"Dimensions\",\n                \"slug\": \"dimensions\"\n            },\n            \"it\": {\n                \"name\": \"Dimensioni\",\n                \"slug\": \"dimensioni\"\n            }\n        }\n    },\n    {\n        \"id\": \"105\",\n        \"code\": \"carats\",\n        \"description\": \"Indica il numero di carati della pietra\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Karat-Stein\",\n                \"slug\": \"karat_stein\"\n            },\n            \"en\": {\n                \"name\": \"Carats\",\n                \"slug\": \"carats\"\n            },\n            \"es\": {\n                \"name\": \"Piedra quilates\",\n                \"slug\": \"piedra_quilates\"\n            },\n            \"fr\": {\n                \"name\": \"Pierre de carat\",\n                \"slug\": \"pierre_de_carat\"\n            },\n            \"it\": {\n                \"name\": \"Carati pietra\",\n                \"slug\": \"carati_pietra\"\n            }\n        }\n    },\n    {\n        \"id\": \"106\",\n        \"code\": \"stone_cut\",\n        \"description\": \"Indica il taglio della pietra\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Steinschnitt\",\n                \"slug\": \"steinschnitt\"\n            },\n            \"en\": {\n                \"name\": \"Diamond Cut\",\n                \"slug\": \"diamond_cut\"\n            },\n            \"es\": {\n                \"name\": \"Corte de piedra\",\n                \"slug\": \"corte_de_piedra\"\n            },\n            \"fr\": {\n                \"name\": \"Coupe de pierre\",\n                \"slug\": \"coupe_de_pierre\"\n            },\n            \"it\": {\n                \"name\": \"Taglio pietra\",\n                \"slug\": \"taglio_pietra\"\n            }\n        }\n    },\n    {\n        \"id\": \"107\",\n        \"code\": \"bag_closure\",\n        \"description\": \"Chiusura per borse\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Taschenverschluss\",\n                \"slug\": \"taschenverschluss\"\n            },\n            \"en\": {\n                \"name\": \"Bag closure\",\n                \"slug\": \"bag_closure\"\n            },\n            \"es\": {\n                \"name\": \"Cierre de bolsa\",\n                \"slug\": \"cierre_de_bolsa\"\n            },\n            \"fr\": {\n                \"name\": \"Fermeture de sac\",\n                \"slug\": \"fermeture_de_sac\"\n            },\n            \"it\": {\n                \"name\": \"Chiusura borsa\",\n                \"slug\": \"chiusura_borsa\"\n            }\n        }\n    },\n    {\n        \"id\": \"108\",\n        \"code\": \"interior_details\",\n        \"description\": \"Seleziona uno o più elemento di dettaglio interno\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Interne Details\",\n                \"slug\": \"interne_details\"\n            },\n            \"en\": {\n                \"name\": \"Interior Details\",\n                \"slug\": \"interior_details\"\n            },\n            \"es\": {\n                \"name\": \"Detalles internos\",\n                \"slug\": \"detalles_internos\"\n            },\n            \"fr\": {\n                \"name\": \"Détails internes\",\n                \"slug\": \"details_internes\"\n            },\n            \"it\": {\n                \"name\": \"Dettagli interni\",\n                \"slug\": \"dettagli_interni\"\n            }\n        }\n    },\n    {\n        \"id\": \"109\",\n        \"code\": \"wallet_closure\",\n        \"description\": \"Tipo di chiusura\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Geldbörsenverschluss\",\n                \"slug\": \"geldborsenverschluss\"\n            },\n            \"en\": {\n                \"name\": \"Wallet Closure\",\n                \"slug\": \"wallet_closure\"\n            },\n            \"es\": {\n                \"name\": \"Cierre de cartera\",\n                \"slug\": \"cierre_de_cartera\"\n            },\n            \"fr\": {\n                \"name\": \"Fermeture de portefeuille\",\n                \"slug\": \"fermeture_de_portefeuille\"\n            },\n            \"it\": {\n                \"name\": \"Chiusura Portafoglio\",\n                \"slug\": \"chiusura_portafoglio\"\n            }\n        }\n    },\n    {\n        \"id\": \"110\",\n        \"code\": \"external_details\",\n        \"description\": \"Seleziona uno o più elemento di dettaglio esterno\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Externe Details\",\n                \"slug\": \"externe_details\"\n            },\n            \"en\": {\n                \"name\": \"External details\",\n                \"slug\": \"external_details\"\n            },\n            \"es\": {\n                \"name\": \"Detalles externos\",\n                \"slug\": \"detalles_externos\"\n            },\n            \"fr\": {\n                \"name\": \"Détails externes\",\n                \"slug\": \"details_externes\"\n            },\n            \"it\": {\n                \"name\": \"Dettagli esterni\",\n                \"slug\": \"dettagli_esterni\"\n            }\n        }\n    },\n    {\n        \"id\": \"112\",\n        \"code\": \"diamond_bezel\",\n        \"description\": \"Tipo di incastonatura del Diamante\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Diamanten einbetten\",\n                \"slug\": \"diamanten_einbetten\"\n            },\n            \"en\": {\n                \"name\": \"Diamond Bezel\",\n                \"slug\": \"diamond_bezel\"\n            },\n            \"es\": {\n                \"name\": \"Incrustación de diamantes\",\n                \"slug\": \"incrustacion_de_diamantes\"\n            },\n            \"fr\": {\n                \"name\": \"Diamants enrobés\",\n                \"slug\": \"diamants_enrobes\"\n            },\n            \"it\": {\n                \"name\": \"Incastonatura Diamanti\",\n                \"slug\": \"incastonatura_diamanti\"\n            }\n        }\n    },\n    {\n        \"id\": \"113\",\n        \"code\": \"inserts\",\n        \"description\": \"Seleziona un tipo di inserti\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Einsätze\",\n                \"slug\": \"einsatze\"\n            },\n            \"en\": {\n                \"name\": \"Inserts\",\n                \"slug\": \"inserts\"\n            },\n            \"es\": {\n                \"name\": \"inserciones\",\n                \"slug\": \"inserciones\"\n            },\n            \"fr\": {\n                \"name\": \"Inserts\",\n                \"slug\": \"inserts\"\n            },\n            \"it\": {\n                \"name\": \"Inserti\",\n                \"slug\": \"inserti\"\n            }\n        }\n    },\n    {\n        \"id\": \"121\",\n        \"code\": \"operating_range\",\n        \"description\": \"Indica la porta operativa in m\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Reichweite\",\n                \"slug\": \"reichweite\"\n            },\n            \"en\": {\n                \"name\": \"Operating range\",\n                \"slug\": \"operating_range\"\n            },\n            \"es\": {\n                \"name\": \"Rango de operación\",\n                \"slug\": \"rango_de_operacion\"\n            },\n            \"fr\": {\n                \"name\": \"Plage de fonctionnement\",\n                \"slug\": \"plage_de_fonctionnement\"\n            },\n            \"it\": {\n                \"name\": \"Portata operativa\",\n                \"slug\": \"portata_operativa\"\n            }\n        }\n    },\n    {\n        \"id\": \"124\",\n        \"code\": \"bluetooth\",\n        \"description\": \"Indica il supporto Bluetooth\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Bluetooth ™\",\n                \"slug\": \"bluetooth_tm\"\n            },\n            \"en\": {\n                \"name\": \"Bluetooth™\",\n                \"slug\": \"bluetoothtm\"\n            },\n            \"es\": {\n                \"name\": \"Bluetooth ™\",\n                \"slug\": \"bluetooth_tm\"\n            },\n            \"fr\": {\n                \"name\": \"Bluetooth ™\",\n                \"slug\": \"bluetooth_tm\"\n            },\n            \"it\": {\n                \"name\": \"Bluetooth™\",\n                \"slug\": \"bluetoothtm\"\n            }\n        }\n    },\n    {\n        \"id\": \"128\",\n        \"code\": \"compatibility\",\n        \"description\": \"Seleziona uno o più scelte di compatibilità\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Kompatibilität\",\n                \"slug\": \"kompatibilitat\"\n            },\n            \"en\": {\n                \"name\": \"Compatibility\",\n                \"slug\": \"compatibility\"\n            },\n            \"es\": {\n                \"name\": \"compatibilidad\",\n                \"slug\": \"compatibilidad\"\n            },\n            \"fr\": {\n                \"name\": \"compatibilité\",\n                \"slug\": \"compatibilite\"\n            },\n            \"it\": {\n                \"name\": \"Compatibilità\",\n                \"slug\": \"compatibilita\"\n            }\n        }\n    },\n    {\n        \"id\": \"134\",\n        \"code\": \"battery\",\n        \"description\": \"Seleziona tipo batteria\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Batterie\",\n                \"slug\": \"batterie\"\n            },\n            \"en\": {\n                \"name\": \"Battery\",\n                \"slug\": \"battery\"\n            },\n            \"es\": {\n                \"name\": \"batería\",\n                \"slug\": \"bateria\"\n            },\n            \"fr\": {\n                \"name\": \"batterie\",\n                \"slug\": \"batterie\"\n            },\n            \"it\": {\n                \"name\": \"Batteria\",\n                \"slug\": \"batteria\"\n            }\n        }\n    },\n    {\n        \"id\": \"149\",\n        \"code\": \"weight\",\n        \"description\": \"Indica il peso espresso in grammi\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Gewicht\",\n                \"slug\": \"gewicht\"\n            },\n            \"en\": {\n                \"name\": \"Weight\",\n                \"slug\": \"weight\"\n            },\n            \"es\": {\n                \"name\": \"Peso\",\n                \"slug\": \"peso\"\n            },\n            \"fr\": {\n                \"name\": \"Poids\",\n                \"slug\": \"poids\"\n            },\n            \"it\": {\n                \"name\": \"Peso\",\n                \"slug\": \"peso\"\n            }\n        }\n    },\n    {\n        \"id\": \"157\",\n        \"code\": \"image_playback\",\n        \"description\": \"Seleziona uno o più formati\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Bildwiedergabe\",\n                \"slug\": \"bildwiedergabe\"\n            },\n            \"en\": {\n                \"name\": \"Image playback\",\n                \"slug\": \"image_playback\"\n            },\n            \"es\": {\n                \"name\": \"Reproducción de imágenes\",\n                \"slug\": \"reproduccion_de_imagenes\"\n            },\n            \"fr\": {\n                \"name\": \"Lecture d’image\",\n                \"slug\": \"lecture_dimage\"\n            },\n            \"it\": {\n                \"name\": \"Riproduzione immagini\",\n                \"slug\": \"riproduzione_immagini\"\n            }\n        }\n    },\n    {\n        \"id\": \"159\",\n        \"code\": \"video_playback\",\n        \"description\": \"Seleziona uno o più formati\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Videowiedergabe\",\n                \"slug\": \"videowiedergabe\"\n            },\n            \"en\": {\n                \"name\": \"Video playback\",\n                \"slug\": \"video_playback\"\n            },\n            \"es\": {\n                \"name\": \"Reproducción de video\",\n                \"slug\": \"reproduccion_de_video\"\n            },\n            \"fr\": {\n                \"name\": \"Lecture vidéo\",\n                \"slug\": \"lecture_video\"\n            },\n            \"it\": {\n                \"name\": \"Riproduzione video\",\n                \"slug\": \"riproduzione_video\"\n            }\n        }\n    },\n    {\n        \"id\": \"203\",\n        \"code\": \"audio_playback\",\n        \"description\": \"Seleziona uno o più formati\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Audiowiedergabe\",\n                \"slug\": \"audiowiedergabe\"\n            },\n            \"en\": {\n                \"name\": \"Audio playback\",\n                \"slug\": \"audio_playback\"\n            },\n            \"es\": {\n                \"name\": \"Reproducción de audio\",\n                \"slug\": \"reproduccion_de_audio\"\n            },\n            \"fr\": {\n                \"name\": \"Lecture audio\",\n                \"slug\": \"lecture_audio\"\n            },\n            \"it\": {\n                \"name\": \"Riproduzione audio\",\n                \"slug\": \"riproduzione_audio\"\n            }\n        }\n    },\n    {\n        \"id\": \"213\",\n        \"code\": \"radio_controlled\",\n        \"description\": \"Seleziona il tipo di radio\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Radio Controlled\",\n                \"slug\": \"radio_controlled\"\n            },\n            \"en\": {\n                \"name\": \"Radio Controlled\",\n                \"slug\": \"radio_controlled\"\n            },\n            \"es\": {\n                \"name\": \"Radio controlados\",\n                \"slug\": \"radio_controlados\"\n            },\n            \"fr\": {\n                \"name\": \"Radio contrôlée\",\n                \"slug\": \"radio_controlee\"\n            },\n            \"it\": {\n                \"name\": \"Radiocontrollato\",\n                \"slug\": \"radiocontrollato\"\n            }\n        }\n    },\n    {\n        \"id\": \"214\",\n        \"code\": \"gender\",\n        \"description\": \"Genere del prodotto\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Geschlecht\",\n                \"slug\": \"geschlecht\"\n            },\n            \"en\": {\n                \"name\": \"Gender\",\n                \"slug\": \"gender\"\n            },\n            \"es\": {\n                \"name\": \"Género\",\n                \"slug\": \"genero\"\n            },\n            \"fr\": {\n                \"name\": \"Sexe\",\n                \"slug\": \"sexe\"\n            },\n            \"it\": {\n                \"name\": \"Genere  \",\n                \"slug\": \"genere\"\n            }\n        }\n    },\n    {\n        \"id\": \"215\",\n        \"code\": \"bs-nav\",\n        \"description\": \"Navigazione verticale Philip watch\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Sector experience\",\n                \"slug\": \"sector_experience\"\n            },\n            \"en\": {\n                \"name\": \"Philip Watch experience\",\n                \"slug\": \"philip_watch_experience\"\n            },\n            \"es\": {\n                \"name\": \"Philip Watch experience\",\n                \"slug\": \"philip_watch_experience\"\n            },\n            \"fr\": {\n                \"name\": \"Philip Watch experience\",\n                \"slug\": \"philip_watch_experience\"\n            },\n            \"it\": {\n                \"name\": \"Philip Watch experience\",\n                \"slug\": \"philip_watch_experience\"\n            }\n        }\n    },\n    {\n        \"id\": \"216\",\n        \"code\": \"hiphop_size\",\n        \"description\": \"Misura esclusiva per Orologi Hip Hop\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Hip Hop Größe\",\n                \"slug\": \"hip_hop_grosse\"\n            },\n            \"en\": {\n                \"name\": \"Hip Hop size\",\n                \"slug\": \"hip_hop_size\"\n            },\n            \"es\": {\n                \"name\": \"Tamaño de Hip Hop\",\n                \"slug\": \"tamano_de_hip_hop\"\n            },\n            \"fr\": {\n                \"name\": \"Taille Hip Hop\",\n                \"slug\": \"taille_hip_hop\"\n            },\n            \"it\": {\n                \"name\": \"Misura Hip Hop\",\n                \"slug\": \"misura_hip_hop\"\n            }\n        }\n    },\n    {\n        \"id\": \"217\",\n        \"code\": \"functions\",\n        \"description\": \"Funzionalità generali per la categoria Orologi\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Funktionen\",\n                \"slug\": \"funktionen\"\n            },\n            \"en\": {\n                \"name\": \"Functions\",\n                \"slug\": \"functions\"\n            },\n            \"es\": {\n                \"name\": \"Funciones\",\n                \"slug\": \"funciones\"\n            },\n            \"fr\": {\n                \"name\": \"Fonctions\",\n                \"slug\": \"fonctions\"\n            },\n            \"it\": {\n                \"name\": \"Funzioni\",\n                \"slug\": \"funzioni\"\n            }\n        }\n    },\n    {\n        \"id\": \"219\",\n        \"code\": \"features\",\n        \"description\": \"Caratteristiche generali per gioielli e altro\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Allgemeine Eigenschaften\",\n                \"slug\": \"allgemeine_eigenschaften\"\n            },\n            \"en\": {\n                \"name\": \"General features\",\n                \"slug\": \"general_features\"\n            },\n            \"es\": {\n                \"name\": \"Características generales\",\n                \"slug\": \"caracteristicas_generales\"\n            },\n            \"fr\": {\n                \"name\": \"Caractéristiques générales\",\n                \"slug\": \"caracteristiques_generales\"\n            },\n            \"it\": {\n                \"name\": \"Caratteristiche generali\",\n                \"slug\": \"caratteristiche_generali\"\n            }\n        }\n    },\n    {\n        \"id\": \"220\",\n        \"code\": \"covers_features\",\n        \"description\": \"Caratteristiche generali delle cover\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Cover-Funktionen\",\n                \"slug\": \"cover_funktionen\"\n            },\n            \"en\": {\n                \"name\": \"Covers features\",\n                \"slug\": \"covers_features\"\n            },\n            \"es\": {\n                \"name\": \"Características de la cubierta\",\n                \"slug\": \"caracteristicas_de_la_cubierta\"\n            },\n            \"fr\": {\n                \"name\": \"Caractéristiques de la couverture\",\n                \"slug\": \"caracteristiques_de_la_couverture\"\n            },\n            \"it\": {\n                \"name\": \"Caratteristiche Cover\",\n                \"slug\": \"caratteristiche_cover\"\n            }\n        }\n    },\n    {\n        \"id\": \"222\",\n        \"code\": \"tecnhical_features\",\n        \"description\": \"Caratteristiche tecniche generali per elettronica\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Technische Merkmale\",\n                \"slug\": \"technische_merkmale\"\n            },\n            \"en\": {\n                \"name\": \"Tecnhical features\",\n                \"slug\": \"tecnhical_features\"\n            },\n            \"es\": {\n                \"name\": \"Características tecnicas\",\n                \"slug\": \"caracteristicas_tecnicas\"\n            },\n            \"fr\": {\n                \"name\": \"Caractéristiques techniques\",\n                \"slug\": \"caracteristiques_techniques\"\n            },\n            \"it\": {\n                \"name\": \"Caratteristiche tecniche\",\n                \"slug\": \"caratteristiche_tecniche\"\n            }\n        }\n    },\n    {\n        \"id\": \"223\",\n        \"code\": \"stones\",\n        \"description\": \"Materiale principale delle pietre\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Steine\",\n                \"slug\": \"steine\"\n            },\n            \"en\": {\n                \"name\": \"Stones\",\n                \"slug\": \"stones\"\n            },\n            \"es\": {\n                \"name\": \"Piedras\",\n                \"slug\": \"piedras\"\n            },\n            \"fr\": {\n                \"name\": \"Noyaux\",\n                \"slug\": \"noyaux\"\n            },\n            \"it\": {\n                \"name\": \"Pietre\",\n                \"slug\": \"pietre\"\n            }\n        }\n    },\n    {\n        \"id\": \"224\",\n        \"code\": \"coating\",\n        \"description\": \"Materiale di rivestimento\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Überzug\",\n                \"slug\": \"uberzug\"\n            },\n            \"en\": {\n                \"name\": \"Coating\",\n                \"slug\": \"coating\"\n            },\n            \"es\": {\n                \"name\": \"Revestimiento\",\n                \"slug\": \"revestimiento\"\n            },\n            \"fr\": {\n                \"name\": \"Revêtement\",\n                \"slug\": \"revetement\"\n            },\n            \"it\": {\n                \"name\": \"Rivestimento\",\n                \"slug\": \"rivestimento\"\n            }\n        }\n    },\n    {\n        \"id\": \"226\",\n        \"code\": \"atm\",\n        \"description\": \"\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Atmosphärendruck-Erkennung\",\n                \"slug\": \"atmospharendruck_erkennung\"\n            },\n            \"en\": {\n                \"name\": \"Detecting atmospheric pressure\",\n                \"slug\": \"detecting_atmospheric_pressure\"\n            },\n            \"es\": {\n                \"name\": \"Detección de presión atmosférica\",\n                \"slug\": \"deteccion_de_presion_atmosferica\"\n            },\n            \"fr\": {\n                \"name\": \"Détection de pression atmosphérique\",\n                \"slug\": \"detection_de_pression_atmospherique\"\n            },\n            \"it\": {\n                \"name\": \"Rilevazione pressione atmosferica\",\n                \"slug\": \"rilevazione_pressione_atmosferica\"\n            }\n        }\n    },\n    {\n        \"id\": \"227\",\n        \"code\": \"alt\",\n        \"description\": \"\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Höhenerkennung\",\n                \"slug\": \"hohenerkennung\"\n            },\n            \"en\": {\n                \"name\": \"Maximum altitude\",\n                \"slug\": \"maximum_altitude\"\n            },\n            \"es\": {\n                \"name\": \"Detección de altitud\",\n                \"slug\": \"deteccion_de_altitud\"\n            },\n            \"fr\": {\n                \"name\": \"Détection d’altitude\",\n                \"slug\": \"detection_daltitude\"\n            },\n            \"it\": {\n                \"name\": \"Rilevazione Altitudine\",\n                \"slug\": \"rilevazione_altitudine\"\n            }\n        }\n    },\n    {\n        \"id\": \"228\",\n        \"code\": \"the\",\n        \"description\": \"\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Beständig gegen niedrige Temperaturen\",\n                \"slug\": \"bestandig_gegen_niedrige_temperaturen\"\n            },\n            \"en\": {\n                \"name\": \"Resistant to low temperatures\",\n                \"slug\": \"resistant_to_low_temperatures\"\n            },\n            \"es\": {\n                \"name\": \"Resistente a bajas temperaturas\",\n                \"slug\": \"resistente_a_bajas_temperaturas\"\n            },\n            \"fr\": {\n                \"name\": \"Résistant aux basses températures\",\n                \"slug\": \"resistant_aux_basses_temperatures\"\n            },\n            \"it\": {\n                \"name\": \"Resistente alle basse temperature\",\n                \"slug\": \"resistente_alle_basse_temperature\"\n            }\n        }\n    },\n    {\n        \"id\": \"231\",\n        \"code\": \"pil\",\n        \"description\": \"\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Dauerstapel\",\n                \"slug\": \"dauerstapel\"\n            },\n            \"en\": {\n                \"name\": \"Battery life\",\n                \"slug\": \"battery_life\"\n            },\n            \"es\": {\n                \"name\": \"Pila de duración\",\n                \"slug\": \"pila_de_duracion\"\n            },\n            \"fr\": {\n                \"name\": \"Durée Stack\",\n                \"slug\": \"duree_stack\"\n            },\n            \"it\": {\n                \"name\": \"Durata Pila\",\n                \"slug\": \"durata_pila\"\n            }\n        }\n    },\n    {\n        \"id\": \"239\",\n        \"code\": \"modello\",\n        \"description\": \"LAYOUT DEL PRODOTTO (FORMA= per borse il modello - shopper, hobo bag- bauletto, per orologio XXL, BANGLE etc)\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Modell\",\n                \"slug\": \"modell\"\n            },\n            \"en\": {\n                \"name\": \"Type\",\n                \"slug\": \"type\"\n            },\n            \"es\": {\n                \"name\": \"modelo\",\n                \"slug\": \"modelo\"\n            },\n            \"fr\": {\n                \"name\": \"modèle\",\n                \"slug\": \"modele\"\n            },\n            \"it\": {\n                \"name\": \"Modello\",\n                \"slug\": \"modello\"\n            }\n        }\n    },\n    {\n        \"id\": \"240\",\n        \"code\": \"season\",\n        \"description\": \"Il tipo di stagione del prodotto\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Saison\",\n                \"slug\": \"saison\"\n            },\n            \"en\": {\n                \"name\": \"Season\",\n                \"slug\": \"season\"\n            },\n            \"es\": {\n                \"name\": \"temporada\",\n                \"slug\": \"temporada\"\n            },\n            \"fr\": {\n                \"name\": \"saison\",\n                \"slug\": \"saison\"\n            },\n            \"it\": {\n                \"name\": \"Stagione\",\n                \"slug\": \"stagione\"\n            }\n        }\n    },\n    {\n        \"id\": \"241\",\n        \"code\": \"sogg\",\n        \"description\": \"Per ciondoli e elementi raffigurativi in genere, esplicita il soggetto raffigurato\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Thema\",\n                \"slug\": \"thema\"\n            },\n            \"en\": {\n                \"name\": \"Subject\",\n                \"slug\": \"subject\"\n            },\n            \"es\": {\n                \"name\": \"Sujeto\",\n                \"slug\": \"sujeto\"\n            },\n            \"fr\": {\n                \"name\": \"Sujet\",\n                \"slug\": \"sujet\"\n            },\n            \"it\": {\n                \"name\": \"Soggetto\",\n                \"slug\": \"soggetto\"\n            }\n        }\n    },\n    {\n        \"id\": \"242\",\n        \"code\": \"colore_pietra\",\n        \"description\": \"\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Steinfarbe\",\n                \"slug\": \"steinfarbe\"\n            },\n            \"en\": {\n                \"name\": \"Colour's stone\",\n                \"slug\": \"colours_stone\"\n            },\n            \"es\": {\n                \"name\": \"Color de piedra\",\n                \"slug\": \"color_de_piedra\"\n            },\n            \"fr\": {\n                \"name\": \"Couleur de la pierre\",\n                \"slug\": \"couleur_de_la_pierre\"\n            },\n            \"it\": {\n                \"name\": \"Colore pietra\",\n                \"slug\": \"colore_pietra\"\n            }\n        }\n    },\n    {\n        \"id\": \"244\",\n        \"code\": \"forma\",\n        \"description\": \"Tipo di forma prodotto\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Form\",\n                \"slug\": \"form\"\n            },\n            \"en\": {\n                \"name\": \"Shape\",\n                \"slug\": \"shape\"\n            },\n            \"es\": {\n                \"name\": \"Forma\",\n                \"slug\": \"forma\"\n            },\n            \"fr\": {\n                \"name\": \"Formulaire\",\n                \"slug\": \"formulaire\"\n            },\n            \"it\": {\n                \"name\": \"Forma\",\n                \"slug\": \"forma\"\n            }\n        }\n    },\n    {\n        \"id\": \"248\",\n        \"code\": \"caratteristiche_aggiuntive\",\n        \"description\": \"Caratteristiche aggiuntive\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Zusätzliche Funktionen\",\n                \"slug\": \"zusatzliche_funktionen\"\n            },\n            \"en\": {\n                \"name\": \"Additional\",\n                \"slug\": \"additional\"\n            },\n            \"es\": {\n                \"name\": \"Características adicionales\",\n                \"slug\": \"caracteristicas_adicionales\"\n            },\n            \"fr\": {\n                \"name\": \"Caractéristiques supplémentaires\",\n                \"slug\": \"caracteristiques_supplementaires\"\n            },\n            \"it\": {\n                \"name\": \"Caratteristiche aggiuntive\",\n                \"slug\": \"caratteristiche_aggiuntive\"\n            }\n        }\n    },\n    {\n        \"id\": \"249\",\n        \"code\": \"functionsrun\",\n        \"description\": \"Funzionalità di corsa generali per la categoria Orologi\",\n        \"type\": \"multiselect\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Outdoor-Funktionen\",\n                \"slug\": \"outdoor_funktionen\"\n            },\n            \"en\": {\n                \"name\": \"Outdoor Function\",\n                \"slug\": \"outdoor_function\"\n            },\n            \"es\": {\n                \"name\": \"Funciones al aire libre\",\n                \"slug\": \"funciones_al_aire_libre\"\n            },\n            \"fr\": {\n                \"name\": \"Fonctions extérieures\",\n                \"slug\": \"fonctions_exterieures\"\n            },\n            \"it\": {\n                \"name\": \"Funzioni outdoor\",\n                \"slug\": \"funzioni_outdoor\"\n            }\n        }\n    },\n    {\n        \"id\": \"250\",\n        \"code\": \"size-cm\",\n        \"description\": \"Misura in cm\\r\\nutile per: lunghezza bracciali, collane, pendenti\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Messung\",\n                \"slug\": \"messung\"\n            },\n            \"en\": {\n                \"name\": \"Size\",\n                \"slug\": \"size\"\n            },\n            \"es\": {\n                \"name\": \"Medición\",\n                \"slug\": \"medicion\"\n            },\n            \"fr\": {\n                \"name\": \"Mesurage\",\n                \"slug\": \"mesurage\"\n            },\n            \"it\": {\n                \"name\": \"Misura \",\n                \"slug\": \"misura\"\n            }\n        }\n    },\n    {\n        \"id\": \"252\",\n        \"code\": \"immersione\",\n        \"description\": \"Misura espressa in metri\",\n        \"type\": \"text\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Tauchen\",\n                \"slug\": \"tauchen\"\n            },\n            \"en\": {\n                \"name\": \"Immersion\",\n                \"slug\": \"immersion\"\n            },\n            \"es\": {\n                \"name\": \"Buceo\",\n                \"slug\": \"buceo\"\n            },\n            \"fr\": {\n                \"name\": \"Plongée\",\n                \"slug\": \"plongee\"\n            },\n            \"it\": {\n                \"name\": \"Immersione\",\n                \"slug\": \"immersione\"\n            }\n        }\n    },\n    {\n        \"id\": \"253\",\n        \"code\": \"moments\",\n        \"description\": \"Morellato: momenti preziosi\",\n        \"type\": \"boolean\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Kostbare Momente\",\n                \"slug\": \"kostbare_momente\"\n            },\n            \"en\": {\n                \"name\": \"Precious moments\",\n                \"slug\": \"precious_moments\"\n            },\n            \"es\": {\n                \"name\": \"Momentos preciosos\",\n                \"slug\": \"momentos_preciosos\"\n            },\n            \"fr\": {\n                \"name\": \"Moments précieux\",\n                \"slug\": \"moments_precieux\"\n            },\n            \"it\": {\n                \"name\": \"Momenti preziosi\",\n                \"slug\": \"momenti_preziosi\"\n            }\n        }\n    },\n    {\n        \"id\": \"254\",\n        \"code\": \"bracelet_shortening\",\n        \"description\": \"Morellato: accorciamento bracciale\",\n        \"type\": \"boolean\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Armbandverkürzung\",\n                \"slug\": \"armbandverkurzung\"\n            },\n            \"en\": {\n                \"name\": \"Bracelet shortening\",\n                \"slug\": \"bracelet_shortening\"\n            },\n            \"es\": {\n                \"name\": \"Acortamiento de pulsera\",\n                \"slug\": \"acortamiento_de_pulsera\"\n            },\n            \"fr\": {\n                \"name\": \"Raccourcissement du bracelet\",\n                \"slug\": \"raccourcissement_du_bracelet\"\n            },\n            \"it\": {\n                \"name\": \"Accorciamento bracciale\",\n                \"slug\": \"accorciamento_bracciale\"\n            }\n        }\n    },\n    {\n        \"id\": \"255\",\n        \"code\": \"battery_change\",\n        \"description\": \"Morellato: sostituzione batteria\",\n        \"type\": \"boolean\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Batteriewechsel\",\n                \"slug\": \"batteriewechsel\"\n            },\n            \"en\": {\n                \"name\": \"Battery change\",\n                \"slug\": \"battery_change\"\n            },\n            \"es\": {\n                \"name\": \"Reemplazo de la batería\",\n                \"slug\": \"reemplazo_de_la_bateria\"\n            },\n            \"fr\": {\n                \"name\": \"Remplacement de la batterie\",\n                \"slug\": \"remplacement_de_la_batterie\"\n            },\n            \"it\": {\n                \"name\": \"Sostituzione batteria\",\n                \"slug\": \"sostituzione_batteria\"\n            }\n        }\n    },\n    {\n        \"id\": \"256\",\n        \"code\": \"swiss_made\",\n        \"description\": \"SWISS MADE\",\n        \"type\": \"boolean\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"in der Schweiz hergestellt\",\n                \"slug\": \"in_der_schweiz_hergestellt\"\n            },\n            \"en\": {\n                \"name\": \"Swiss made\",\n                \"slug\": \"swiss_made\"\n            },\n            \"es\": {\n                \"name\": \"hecho en Suiza\",\n                \"slug\": \"hecho_en_suiza\"\n            },\n            \"fr\": {\n                \"name\": \"fait en Suisse\",\n                \"slug\": \"fait_en_suisse\"\n            },\n            \"it\": {\n                \"name\": \"Swiss made\",\n                \"slug\": \"swiss_made\"\n            }\n        }\n    },\n    {\n        \"id\": \"257\",\n        \"code\": \"case_size\",\n        \"description\": \"MISURA CASSA\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Kasse Größe\",\n                \"slug\": \"kasse_grosse\"\n            },\n            \"en\": {\n                \"name\": \"Case size\",\n                \"slug\": \"case_size\"\n            },\n            \"es\": {\n                \"name\": \"Tamaño de la caja\",\n                \"slug\": \"tamano_de_la_caja\"\n            },\n            \"fr\": {\n                \"name\": \"Taille de la caisse\",\n                \"slug\": \"taille_de_la_caisse\"\n            },\n            \"it\": {\n                \"name\": \"Misura cassa\",\n                \"slug\": \"misura_cassa\"\n            }\n        }\n    },\n    {\n        \"id\": \"258\",\n        \"code\": \"buckle\",\n        \"description\": \"FIBBIA\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Schnalle\",\n                \"slug\": \"schnalle\"\n            },\n            \"en\": {\n                \"name\": \"Buckle\",\n                \"slug\": \"buckle\"\n            },\n            \"es\": {\n                \"name\": \"Hebilla\",\n                \"slug\": \"hebilla\"\n            },\n            \"fr\": {\n                \"name\": \"Boucle\",\n                \"slug\": \"boucle\"\n            },\n            \"it\": {\n                \"name\": \"Fibbia\",\n                \"slug\": \"fibbia\"\n            }\n        }\n    },\n    {\n        \"id\": \"260\",\n        \"code\": \"mesh\",\n        \"description\": \"MAGLIA\",\n        \"type\": \"select\",\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Pullover\",\n                \"slug\": \"pullover\"\n            },\n            \"en\": {\n                \"name\": \"Mesh\",\n                \"slug\": \"mesh\"\n            },\n            \"es\": {\n                \"name\": \"Suéter\",\n                \"slug\": \"sueter\"\n            },\n            \"fr\": {\n                \"name\": \"Pull-over\",\n                \"slug\": \"pull_over\"\n            },\n            \"it\": {\n                \"name\": \"Maglia\",\n                \"slug\": \"maglia\"\n            }\n        }\n    }\n]"}],"_postman_id":"4549e0cc-e0a9-4431-9d15-232163620d39"},{"name":"Categories schema","id":"d1161437-81a5-4d7e-8960-e1e6e3bfa715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/categories","description":"<p>Get all categories used to expand and describe e Product entity;</p>\n<p>WARNING: Please note that \"categories\" are tree-based; nodes with \"parent_id\" = null are top-level branches of the entire tree;</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","categories"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"57174a54-62f7-48d5-a1bd-634498728613","name":"Categories schema","originalRequest":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 14 Oct 2019 14:32:19 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ik1rYzY5c2FJd1dHOFo3TmFqREc2YTNqSzlwNXNTZTJuOFRMdGcwVkVxTVU9IiwidmFsdWUiOiIxQmY4MXZuWm45MjFUMUxmQm5jb00wOHNSa2NEdmJZTFArUjgxYndrUmVlaUZOdVd5bGdZQWpMVmNFbE9DKzBJUFlVaHgwTlFySTdSdU44bFBZWU1NUT09IiwibWFjIjoiZDQ3ZGE1MGI2ODQyMzk2ZWJmYjIxNjU0MzEwNDc0YTg1NzExMjAyYWFjMWJmY2QyYmQxODM3ZmFmODcxNTk1NyJ9; expires=Wed, 16-Oct-2019 14:32:19 GMT; Max-Age=172800; path=/; samesite=lax; secure; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"parent_id\": null,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Uhren\",\n                \"slug\": \"uhren\",\n                \"singular\": \"Uhr\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Watches\",\n                \"slug\": \"watches\",\n                \"singular\": \"Watch\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Relojes\",\n                \"slug\": \"relojes\",\n                \"singular\": \"Reloj\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Montres\",\n                \"slug\": \"montres\",\n                \"singular\": \"Montre\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Orologi\",\n                \"slug\": \"orologi\",\n                \"singular\": \"Orologio\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Chronograph\",\n                \"slug\": \"chronograph\",\n                \"singular\": \"Chronograph\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Chronograph\",\n                \"slug\": \"chronograph\",\n                \"singular\": \"Chronograph\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Cronógrafo\",\n                \"slug\": \"cronografo\",\n                \"singular\": \"Cronógrafo\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Chronographe\",\n                \"slug\": \"chronographe\",\n                \"singular\": \"Chronographe\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Cronografo\",\n                \"slug\": \"cronografo\",\n                \"singular\": \"Cronografo\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Digitale\",\n                \"slug\": \"digitale\",\n                \"singular\": \"Digitale\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Digital\",\n                \"slug\": \"digital\",\n                \"singular\": \"Digital\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Digital\",\n                \"slug\": \"digital\",\n                \"singular\": \"Digital\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Numérique\",\n                \"slug\": \"numerique\",\n                \"singular\": \"Numérique\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Digitale\",\n                \"slug\": \"digitale\",\n                \"singular\": \"Digitale\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 4,\n        \"parent_id\": null,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Schmuck\",\n                \"slug\": \"schmuck\",\n                \"singular\": \"Juwel\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Jewelry\",\n                \"slug\": \"jewelry\",\n                \"singular\": \"Jewelry\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Joyas\",\n                \"slug\": \"joyas\",\n                \"singular\": \"Joya\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Bijoux\",\n                \"slug\": \"bijoux\",\n                \"singular\": \"Bijou\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Gioielli\",\n                \"slug\": \"gioielli\",\n                \"singular\": \"Gioiello\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 5,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Ringe\",\n                \"slug\": \"ringe\",\n                \"singular\": \"Ring\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Rings\",\n                \"slug\": \"ring\",\n                \"singular\": \"Ring\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Anillos\",\n                \"slug\": \"anillos\",\n                \"singular\": \"Anillo\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Anneaux\",\n                \"slug\": \"anneaux\",\n                \"singular\": \"Anneau\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Anelli\",\n                \"slug\": \"anelli\",\n                \"singular\": \"Anello\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 6,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Ketten\",\n                \"slug\": \"ketten\",\n                \"singular\": \"Halskette\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Necklace\",\n                \"slug\": \"necklace\",\n                \"singular\": \"Necklace\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Collares\",\n                \"slug\": \"collares\",\n                \"singular\": \"Collar\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Colliers\",\n                \"slug\": \"colliers\",\n                \"singular\": \"Collier\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Collane\",\n                \"slug\": \"collane\",\n                \"singular\": \"Collana\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 8,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Mechaniker\",\n                \"slug\": \"mechaniker\",\n                \"singular\": \"Mechaniker\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Automatic\",\n                \"slug\": \"automatic\",\n                \"singular\": \"Automatic\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Mecánico\",\n                \"slug\": \"mecanico\",\n                \"singular\": \"Mecánico\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Mécanique\",\n                \"slug\": \"mecanique\",\n                \"singular\": \"Mécanique\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Meccanico\",\n                \"slug\": \"meccanico\",\n                \"singular\": \"Meccanico\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 9,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Nur Zeit\",\n                \"slug\": \"nur-zeit\",\n                \"singular\": \"Nur Zeit\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Just time\",\n                \"slug\": \"just-time\",\n                \"singular\": \"Just time\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Solo tiempo\",\n                \"slug\": \"solo-tiempo\",\n                \"singular\": \"Solo tiempo\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Seulement temps\",\n                \"slug\": \"seulement-temps\",\n                \"singular\": \"Seulement temps\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Just time\",\n                \"slug\": \"just-time\",\n                \"singular\": \"Just time\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 10,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Multifunktions\",\n                \"slug\": \"multifunktions\",\n                \"singular\": \"Multifunktions\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Multifunction\",\n                \"slug\": \"multifunction\",\n                \"singular\": \"Multifunction\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Multifunción\",\n                \"slug\": \"multifuncion\",\n                \"singular\": \"Multifunción\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Multifonction\",\n                \"slug\": \"multifonction\",\n                \"singular\": \"Multifonction\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Multifunzione\",\n                \"slug\": \"multifunzione\",\n                \"singular\": \"Multifunzione\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 11,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Doppelzeit\",\n                \"slug\": \"doppelzeit\",\n                \"singular\": \"Doppelzeit\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Dual time\",\n                \"slug\": \"dual-time\",\n                \"singular\": \"Dual time\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Hora dual\",\n                \"slug\": \"hora-dual\",\n                \"singular\": \"Hora dual\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Double temps\",\n                \"slug\": \"double-temps\",\n                \"singular\": \"Double temps\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Dual time\",\n                \"slug\": \"dual-time\",\n                \"singular\": \"Dual time\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 12,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Rückschrittlich\",\n                \"slug\": \"ruckschrittlich\",\n                \"singular\": \"Rückschrittlich\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Retrograde\",\n                \"slug\": \"retrograde\",\n                \"singular\": \"Retrograde\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Retrógrado\",\n                \"slug\": \"retrogrado\",\n                \"singular\": \"Retrógrado\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Rétrograder\",\n                \"slug\": \"retrograder\",\n                \"singular\": \"Rétrograder\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Retrogrado\",\n                \"slug\": \"retrogrado\",\n                \"singular\": \"Retrogrado\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 16,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Armbänder\",\n                \"slug\": \"armbander\",\n                \"singular\": \"Armband\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Bracelets\",\n                \"slug\": \"bracelets\",\n                \"singular\": \"Bracelet\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Pulseras\",\n                \"slug\": \"pulseras\",\n                \"singular\": \"Pulsera\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Bracelets\",\n                \"slug\": \"bracelets\",\n                \"singular\": \"Bracelet\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Bracciali\",\n                \"slug\": \"bracciali\",\n                \"singular\": \"Bracciale\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 17,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Ohrringe\",\n                \"slug\": \"ohrringe\",\n                \"singular\": \"Ohrringe\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Earrings\",\n                \"slug\": \"earrings\",\n                \"singular\": \"Earrings\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Pendientes\",\n                \"slug\": \"pendientes\",\n                \"singular\": \"Pendientes\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Boucles d’oreilles\",\n                \"slug\": \"boucles-doreilles\",\n                \"singular\": \"Boucles d’oreilles\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Orecchini\",\n                \"slug\": \"orecchini\",\n                \"singular\": \"Orecchini\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 18,\n        \"parent_id\": null,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Zubehör\",\n                \"slug\": \"zubehor\",\n                \"singular\": \"Zubehörteil\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Accessories\",\n                \"slug\": \"accessories\",\n                \"singular\": \"Accessory\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Accesorios\",\n                \"slug\": \"accesorios\",\n                \"singular\": \"Accesorio\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Accessoires\",\n                \"slug\": \"accessoires\",\n                \"singular\": \"Accessoire\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Accessori\",\n                \"slug\": \"accessori\",\n                \"singular\": \"Accessorio\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 19,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Öko-Antrieb\",\n                \"slug\": \"oko-antrieb\",\n                \"singular\": \"Öko-Antrieb\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Kinetic\",\n                \"slug\": \"kinetic\",\n                \"singular\": \"Kinetic\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Eco-drive\",\n                \"slug\": \"eco-drive\",\n                \"singular\": \"Eco-drive\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Conduite économique\",\n                \"slug\": \"conduite-economique\",\n                \"singular\": \"Conduite économique\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Eco-drive\",\n                \"slug\": \"eco-drive\",\n                \"singular\": \"Eco-drive\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 20,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Straps\",\n                \"slug\": \"straps\",\n                \"singular\": \"Gurt\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Strap\",\n                \"slug\": \"strap\",\n                \"singular\": \"Strap\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Correas\",\n                \"slug\": \"correas\",\n                \"singular\": \"Correa\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Sangles\",\n                \"slug\": \"sangles\",\n                \"singular\": \"Sangle\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Cinturini\",\n                \"slug\": \"cinturini\",\n                \"singular\": \"Cinturino\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 21,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Federantrieb\",\n                \"slug\": \"federantrieb\",\n                \"singular\": \"Federantrieb\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Spring drive\",\n                \"slug\": \"spring-drive\",\n                \"singular\": \"Spring drive\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Impulso de la primavera\",\n                \"slug\": \"impulso-de-la-primavera\",\n                \"singular\": \"Impulso de la primavera\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Printemps\",\n                \"slug\": \"printemps\",\n                \"singular\": \"Printemps\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Spring drive\",\n                \"slug\": \"spring-drive\",\n                \"singular\": \"Spring drive\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 22,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Solar\",\n                \"slug\": \"solar\",\n                \"singular\": \"Solar\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Solar\",\n                \"slug\": \"solar\",\n                \"singular\": \"Solar\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Solar\",\n                \"slug\": \"solar\",\n                \"singular\": \"Solar\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Solaire\",\n                \"slug\": \"solaire\",\n                \"singular\": \"Solaire\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Solar\",\n                \"slug\": \"solar\",\n                \"singular\": \"Solar\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 23,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Portaprofumo\",\n                \"slug\": \"portaprofumo\",\n                \"singular\": \"Portaprofumo\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Brings fragrance\",\n                \"slug\": \"brings-fragrance\",\n                \"singular\": \"Brings fragrance\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Portaprofumo\",\n                \"slug\": \"portaprofumo\",\n                \"singular\": \"Portaprofumo\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Portaprofumo\",\n                \"slug\": \"portaprofumo\",\n                \"singular\": \"Portaprofumo\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Portaprofumo\",\n                \"slug\": \"portaprofumo\",\n                \"singular\": \"Portaprofumo\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 25,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Taucher\",\n                \"slug\": \"taucher\",\n                \"singular\": \"Taucher\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Diver\",\n                \"slug\": \"diver-watches\",\n                \"singular\": \"Diver\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Buzo\",\n                \"slug\": \"buzo\",\n                \"singular\": \"Buzo\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Plongeur\",\n                \"slug\": \"plongeur\",\n                \"singular\": \"Plongeur\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Diver\",\n                \"slug\": \"orologi-diver\",\n                \"singular\": \"Diver\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 31,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Charme\",\n                \"slug\": \"charme\",\n                \"singular\": \"Charme\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Charms\",\n                \"slug\": \"charm\",\n                \"singular\": \"Charms\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Encanto\",\n                \"slug\": \"encanto\",\n                \"singular\": \"Encanto\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Charme\",\n                \"slug\": \"charme\",\n                \"singular\": \"Charme\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Charm\",\n                \"slug\": \"charm\",\n                \"singular\": \"Charm\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 32,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Zwillinge\",\n                \"slug\": \"zwillinge\",\n                \"singular\": \"Zwillinge\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Cufflinks\",\n                \"slug\": \"cufflinks\",\n                \"singular\": \"Cufflinks\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Gemelos\",\n                \"slug\": \"gemelos\",\n                \"singular\": \"Gemelos\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Boutons de manchette\",\n                \"slug\": \"boutons-de-manchette\",\n                \"singular\": \"Boutons de manchette\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Gemelli\",\n                \"slug\": \"gemelli\",\n                \"singular\": \"Gemelli\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 34,\n        \"parent_id\": 18,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Schlüsselanhänger\",\n                \"slug\": \"schlusselanhanger\",\n                \"singular\": \"Schlüsselanhänger\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Keychain\",\n                \"slug\": \"keychain\",\n                \"singular\": \"Keychain\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Llavero\",\n                \"slug\": \"llavero\",\n                \"singular\": \"Llavero\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Porte-clés\",\n                \"slug\": \"porte-cles\",\n                \"singular\": \"Porte-clés\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Portachiavi\",\n                \"slug\": \"portachiavi\",\n                \"singular\": \"Portachiavi\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 40,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Diamanten auf der Karte\",\n                \"slug\": \"diamanten-auf-der-karte\",\n                \"singular\": \"Diamant auf der Karte\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Safety case diamond\",\n                \"slug\": \"safety-case-diamond\",\n                \"singular\": \"Safety case diamond\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Diamantes en el mapa\",\n                \"slug\": \"diamantes-en-el-mapa\",\n                \"singular\": \"Diamante en el mapa\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Diamonds sur la carte\",\n                \"slug\": \"diamonds-sur-la-carte\",\n                \"singular\": \"Diamond sur la carte\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Diamanti in cartina\",\n                \"slug\": \"diamanti-in-cartina\",\n                \"singular\": \"Diamante in cartina\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 44,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Smartwatch\",\n                \"slug\": \"smartwatch\",\n                \"singular\": \"Smartwatch\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Smartwatch\",\n                \"slug\": \"smartwatch\",\n                \"singular\": \"Smartwatch\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Smartwatch\",\n                \"slug\": \"smartwatch\",\n                \"singular\": \"Smartwatch\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Smartwatch\",\n                \"slug\": \"smartwatch\",\n                \"singular\": \"Smartwatch\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Smartwatch\",\n                \"slug\": \"smartwatch\",\n                \"singular\": \"Smartwatch\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 51,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Radio Controlled\",\n                \"slug\": \"radio-controlled\",\n                \"singular\": \"Radio Controlled\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Radio controlled\",\n                \"slug\": \"radio-controlled\",\n                \"singular\": \"Radio controlled\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Radio controlados\",\n                \"slug\": \"radio-controlados\",\n                \"singular\": \"Radio controlados\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Radio contrôlée\",\n                \"slug\": \"radio-controlee\",\n                \"singular\": \"Radio contrôlée\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Radiocontrollato\",\n                \"slug\": \"radiocontrollato\",\n                \"singular\": \"Radiocontrollato\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 57,\n        \"parent_id\": 31,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Verschlüsse\",\n                \"slug\": \"verschlusse\",\n                \"singular\": \"Schließen\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Closures\",\n                \"slug\": \"closures\",\n                \"singular\": \"closure\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Cierres\",\n                \"slug\": \"cierres\",\n                \"singular\": \"Cierre\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Fermetures\",\n                \"slug\": \"fermetures\",\n                \"singular\": \"Fermeture\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Chiusure\",\n                \"slug\": \"chiusure\",\n                \"singular\": \"chiusura\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 58,\n        \"parent_id\": 6,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Neigung\",\n                \"slug\": \"neigung\",\n                \"singular\": \"Neigung\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Pendant\",\n                \"slug\": \"pendant\",\n                \"singular\": \"Pendant\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Propensión\",\n                \"slug\": \"propension\",\n                \"singular\": \"Propensión\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Penché\",\n                \"slug\": \"penche\",\n                \"singular\": \"Penché\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Pendente\",\n                \"slug\": \"pendente\",\n                \"singular\": \"Pendente\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 75,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Aktivitäts-Tracker\",\n                \"slug\": \"aktivitats-tracker\",\n                \"singular\": \"Aktivitäts-Tracker\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Activity tracker\",\n                \"slug\": \"activity-tracker\",\n                \"singular\": \"Activity tracker\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Rastreador de actividad\",\n                \"slug\": \"rastreador-de-actividad\",\n                \"singular\": \"Rastreador de actividad\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Traqueur d’activité\",\n                \"slug\": \"traqueur-dactivite\",\n                \"singular\": \"Traqueur d’activité\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Activity tracker\",\n                \"slug\": \"activity-tracker\",\n                \"singular\": \"Activity tracker\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 76,\n        \"parent_id\": 18,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Fermasoldi\",\n                \"slug\": \"fermasoldi\",\n                \"singular\": \"Fermasoldi\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Money clips\",\n                \"slug\": \"money-clips\",\n                \"singular\": \"Money clips\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Fermasoldi\",\n                \"slug\": \"fermasoldi\",\n                \"singular\": \"Fermasoldi\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Fermasoldi\",\n                \"slug\": \"fermasoldi\",\n                \"singular\": \"Fermasoldi\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Fermasoldi\",\n                \"slug\": \"fermasoldi\",\n                \"singular\": \"Fermasoldi\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 77,\n        \"parent_id\": 18,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Steine\",\n                \"slug\": \"steine\",\n                \"singular\": \"Steine\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Stones\",\n                \"slug\": \"stones\",\n                \"singular\": \"Stones\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Piedras\",\n                \"slug\": \"piedras\",\n                \"singular\": \"Piedras\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Des pierres\",\n                \"slug\": \"des-pierres\",\n                \"singular\": \"Des pierres\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Stones\",\n                \"slug\": \"stones\",\n                \"singular\": \"Stones\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 78,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Automatisch\",\n                \"slug\": \"automatisch\",\n                \"singular\": \"Automatisch\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Automatic\",\n                \"slug\": \"automatico\",\n                \"singular\": \"Automatic\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Automático\",\n                \"slug\": \"automatico\",\n                \"singular\": \"Automático\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Automatique\",\n                \"slug\": \"automatique\",\n                \"singular\": \"Automatique\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Automatico\",\n                \"slug\": \"automatico\",\n                \"singular\": \"Automatico\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 80,\n        \"parent_id\": 18,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Brieftasche\",\n                \"slug\": \"brieftasche\",\n                \"singular\": \"Brieftasche\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Wallets\",\n                \"slug\": \"wallets\",\n                \"singular\": \"Wallet\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Billeteras\",\n                \"slug\": \"billeteras\",\n                \"singular\": \"Billetera\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Porte-monnaies\",\n                \"slug\": \"porte-monnaie\",\n                \"singular\": \"porte-monnaie\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Portafogli\",\n                \"slug\": \"portafogli\",\n                \"singular\": \"Portafoglio\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 81,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Anhänger\",\n                \"slug\": \"anhanger\",\n                \"singular\": \"Anhänger\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Ciondoli\",\n                \"slug\": \"ciondoli\",\n                \"singular\": \"Ciondoli\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Colgantes\",\n                \"slug\": \"colgantes\",\n                \"singular\": \"Colgante\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Pendentifs\",\n                \"slug\": \"pendentifs\",\n                \"singular\": \"Pendentif\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Ciondoli\",\n                \"slug\": \"ciondoli\",\n                \"singular\": \"Ciondolo\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 82,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Mittlere Greenwich-Zeit\",\n                \"slug\": \"mittlere-greenwich-zeit\",\n                \"singular\": \"Mittlere Greenwich-Zeit\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Gmt\",\n                \"slug\": \"gmt\",\n                \"singular\": \"Gmt\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"GMT\",\n                \"slug\": \"gmt\",\n                \"singular\": \"GMT\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"GMT\",\n                \"slug\": \"gmt\",\n                \"singular\": \"GMT\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Gmt\",\n                \"slug\": \"gmt\",\n                \"singular\": \"Gmt\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 83,\n        \"parent_id\": 18,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Oggettistica\",\n                \"slug\": \"oggettistica\",\n                \"singular\": \"Oggettistica\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Oggettistica\",\n                \"slug\": \"oggettistica\",\n                \"singular\": \"Oggettistica\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Oggettistica\",\n                \"slug\": \"oggettistica\",\n                \"singular\": \"Oggettistica\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Oggettistica\",\n                \"slug\": \"oggettistica\",\n                \"singular\": \"Oggettistica\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Oggettistica\",\n                \"slug\": \"oggettistica\",\n                \"singular\": \"Oggettistica\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 84,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Clever\",\n                \"slug\": \"clever\",\n                \"singular\": \"Clever\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Smart\",\n                \"slug\": \"smart\",\n                \"singular\": \"Smart\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Inteligente\",\n                \"slug\": \"inteligente\",\n                \"singular\": \"Inteligente\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Intelligent\",\n                \"slug\": \"intelligent\",\n                \"singular\": \"Intelligent\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Smart\",\n                \"slug\": \"smart\",\n                \"singular\": \"Smart\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 85,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"2h\",\n                \"slug\": \"2h\",\n                \"singular\": \"2h\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"2h\",\n                \"slug\": \"2h\",\n                \"singular\": \"2h\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"2h\",\n                \"slug\": \"2h\",\n                \"singular\": \"2h\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"2h\",\n                \"slug\": \"2h\",\n                \"singular\": \"2h\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"2h\",\n                \"slug\": \"2h\",\n                \"singular\": \"2h\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 86,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"3h\",\n                \"slug\": \"3h\",\n                \"singular\": \"3h\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"3h\",\n                \"slug\": \"3h\",\n                \"singular\": \"3h\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"3h\",\n                \"slug\": \"3h\",\n                \"singular\": \"3h\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"3h\",\n                \"slug\": \"3h\",\n                \"singular\": \"3h\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"3h\",\n                \"slug\": \"3h\",\n                \"singular\": \"3h\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 93,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Kit\",\n                \"slug\": \"kit\",\n                \"singular\": \"Kit\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Kit\",\n                \"slug\": \"kit\",\n                \"singular\": \"Kit\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Equipo\",\n                \"slug\": \"equipo\",\n                \"singular\": \"Equipo\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Trousse\",\n                \"slug\": \"trousse\",\n                \"singular\": \"Trousse\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Kit\",\n                \"slug\": \"kit\",\n                \"singular\": \"Kit\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 98,\n        \"parent_id\": null,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Verschiedene\",\n                \"slug\": \"verschiedene\",\n                \"singular\": \"Verschiedene\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Varie\",\n                \"slug\": \"varie\",\n                \"singular\": \"Varie\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Vario\",\n                \"slug\": \"vario\",\n                \"singular\": \"Vario\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Divers\",\n                \"slug\": \"divers\",\n                \"singular\": \"Divers\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Varie\",\n                \"slug\": \"varie\",\n                \"singular\": \"Varie\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 99,\n        \"parent_id\": 6,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Halsreifen\",\n                \"slug\": \"halsreifen\",\n                \"singular\": \"Halsreifen\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Chokers\",\n                \"slug\": \"chokers\",\n                \"singular\": \"Chokers\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Gargantillas\",\n                \"slug\": \"gargantillas\",\n                \"singular\": \"Gargantillas\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Choker\",\n                \"slug\": \"choker\",\n                \"singular\": \"Choker\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Chokers\",\n                \"slug\": \"chokers\",\n                \"singular\": \"Chokers\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 102,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Analog / Digital\",\n                \"slug\": \"analog-digital\",\n                \"singular\": \"Analog / Digital\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Analogico / digitale\",\n                \"slug\": \"analogico-digitale\",\n                \"singular\": \"Analogico / digitale\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Analógico / digital\",\n                \"slug\": \"analogico-digital\",\n                \"singular\": \"Analógico / digital\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Analogique / numérique\",\n                \"slug\": \"analogique-numerique\",\n                \"singular\": \"Analogique / numérique\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Analogico / digitale\",\n                \"slug\": \"analogico-digitale\",\n                \"singular\": \"Analogico / digitale\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 103,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Ketten\",\n                \"slug\": \"ketten\",\n                \"singular\": \"Kette\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Chains\",\n                \"slug\": \"chains\",\n                \"singular\": \"Chain\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Cadenas\",\n                \"slug\": \"cadenas\",\n                \"singular\": \"Cadena\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Chaînes\",\n                \"slug\": \"chaines\",\n                \"singular\": \"Chaîne\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Catene\",\n                \"slug\": \"catene\",\n                \"singular\": \"Catena\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 104,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Knöchel\",\n                \"slug\": \"knochel\",\n                \"singular\": \"Knöchel\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Cavigliere\",\n                \"slug\": \"cavigliere\",\n                \"singular\": \"Cavigliere\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Tobillo\",\n                \"slug\": \"tobillo\",\n                \"singular\": \"Tobillo\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Cheville\",\n                \"slug\": \"cheville\",\n                \"singular\": \"Cheville\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Cavigliere\",\n                \"slug\": \"cavigliere\",\n                \"singular\": \"Cavigliera\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 108,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Hardware\",\n                \"slug\": \"hardware\",\n                \"singular\": \"Hardware\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Minuteria\",\n                \"slug\": \"minuteria\",\n                \"singular\": \"Minuteria\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Hardware\",\n                \"slug\": \"hardware\",\n                \"singular\": \"Hardware\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Matériel\",\n                \"slug\": \"materiel\",\n                \"singular\": \"Matériel\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Minuteria\",\n                \"slug\": \"minuteria\",\n                \"singular\": \"Minuteria\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 109,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Mono Ohrringe\",\n                \"slug\": \"mono-ohrringe\",\n                \"singular\": \"Mono Ohrring\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Mono orecchini\",\n                \"slug\": \"mono-orecchini\",\n                \"singular\": \"Mono orecchini\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Mono pendientes\",\n                \"slug\": \"mono-pendientes\",\n                \"singular\": \"Mono pendiente\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Boucles d’oreilles Mono\",\n                \"slug\": \"boucles-doreilles-mono\",\n                \"singular\": \"Boucle d’oreille Mono\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Mono orecchini\",\n                \"slug\": \"mono-orecchini\",\n                \"singular\": \"Mono orecchino\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 110,\n        \"parent_id\": 18,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Spielen\",\n                \"slug\": \"spielen\",\n                \"singular\": \"Brosche\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Spille\",\n                \"slug\": \"spille\",\n                \"singular\": \"Spille\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Jugar\",\n                \"slug\": \"jugar\",\n                \"singular\": \"Broche\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Jouer\",\n                \"slug\": \"jouer\",\n                \"singular\": \"Broche\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Spille\",\n                \"slug\": \"spille\",\n                \"singular\": \"Spilla\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 111,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Automatischer Chronograph\",\n                \"slug\": \"automatischer-chronograph\",\n                \"singular\": \"Automatischer Chronograph\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Cronografo automatico\",\n                \"slug\": \"cronografo-automatico\",\n                \"singular\": \"Cronografo automatico\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Cronógrafo automático\",\n                \"slug\": \"cronografo-automatico\",\n                \"singular\": \"Cronógrafo automático\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Chronographe automatique\",\n                \"slug\": \"chronographe-automatique\",\n                \"singular\": \"Chronographe automatique\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Cronografo automatico\",\n                \"slug\": \"cronografo-automatico\",\n                \"singular\": \"Cronografo automatico\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 112,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Radio Control\",\n                \"slug\": \"radio-control\",\n                \"singular\": \"Radio Control\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Radiocontrollo\",\n                \"slug\": \"radiocontrollo\",\n                \"singular\": \"Radiocontrollo\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Radio control\",\n                \"slug\": \"radio-control\",\n                \"singular\": \"Radio control\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Téléguidés\",\n                \"slug\": \"teleguides\",\n                \"singular\": \"Téléguidés\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Radiocontrollo\",\n                \"slug\": \"radiocontrollo\",\n                \"singular\": \"Radiocontrollo\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 113,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Uhrzeit und Datum\",\n                \"slug\": \"uhrzeit-und-datum\",\n                \"singular\": \"Uhrzeit und Datum\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Date & Time\",\n                \"slug\": \"date-time\",\n                \"singular\": \"Date & Time\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Hora y fecha\",\n                \"slug\": \"hora-y-fecha\",\n                \"singular\": \"Hora y fecha\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Heure et date\",\n                \"slug\": \"heure-et-date\",\n                \"singular\": \"Heure et date\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Tempo e data\",\n                \"slug\": \"tempo-e-data\",\n                \"singular\": \"Tempo e data\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 114,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Handaufzug\",\n                \"slug\": \"handaufzug\",\n                \"singular\": \"Handaufzug\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Manual charcing\",\n                \"slug\": \"manual-charcing\",\n                \"singular\": \"Manual charcing\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Cuerda manual\",\n                \"slug\": \"cuerda-manual\",\n                \"singular\": \"Cuerda manual\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Remontage manuel\",\n                \"slug\": \"remontage-manuel\",\n                \"singular\": \"Remontage manuel\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Carica manuale\",\n                \"slug\": \"carica-manuale\",\n                \"singular\": \"Carica manuale\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 115,\n        \"parent_id\": 1,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Quarz\",\n                \"slug\": \"quarz\",\n                \"singular\": \"Quarz\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Quartz\",\n                \"slug\": \"quartz\",\n                \"singular\": \"Quartz\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Cuarzo\",\n                \"slug\": \"cuarzo\",\n                \"singular\": \"Cuarzo\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Quartz\",\n                \"slug\": \"quartz\",\n                \"singular\": \"Quartz\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Quarzo\",\n                \"slug\": \"quarzo\",\n                \"singular\": \"Quarzo\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 116,\n        \"parent_id\": 4,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Fedi\",\n                \"slug\": \"fedi\",\n                \"singular\": \"Glauben\",\n                \"published\": false\n            },\n            \"en\": {\n                \"name\": \"Wedding rings\",\n                \"slug\": \"wedding-rings\",\n                \"singular\": \"Wedding ring\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Fedi\",\n                \"slug\": \"fedi\",\n                \"singular\": \"Fe\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Fedi\",\n                \"slug\": \"fedi\",\n                \"singular\": \"Foi\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Fedi\",\n                \"slug\": \"fedi\",\n                \"singular\": \"Fede\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 117,\n        \"parent_id\": 18,\n        \"position\": 37,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Kugelschreiber\",\n                \"slug\": \"kugelschreiber\",\n                \"singular\": \"Kugelschreiber\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Ballpoint pens\",\n                \"slug\": \"ballpoint-pens\",\n                \"singular\": \"Ballpoint pen\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Bolígrafos\",\n                \"slug\": \"boligrafos\",\n                \"singular\": \"Bolígrafo\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Stylos à bille\",\n                \"slug\": \"stylos-a-bille\",\n                \"singular\": \"Stylo à bille\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Penne a sfera\",\n                \"slug\": \"penne-a-sfera\",\n                \"singular\": \"Penna a sfera\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 118,\n        \"parent_id\": null,\n        \"position\": 38,\n        \"translations\": {\n            \"de\": {\n                \"name\": \"Gift Card\",\n                \"slug\": \"gift-card\",\n                \"singular\": \"Gift Card\",\n                \"published\": true\n            },\n            \"en\": {\n                \"name\": \"Gift Card\",\n                \"slug\": \"gift-card\",\n                \"singular\": \"Gift Card\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Gift Card\",\n                \"slug\": \"gift-card\",\n                \"singular\": \"Gift Card\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Gift Card\",\n                \"slug\": \"gift-card\",\n                \"singular\": \"Gift Card\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Gift Card\",\n                \"slug\": \"gift-card\",\n                \"singular\": \"Gift Card\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 119,\n        \"parent_id\": 18,\n        \"position\": 34,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Card holder\",\n                \"slug\": \"card-holder\",\n                \"singular\": \"Card holder\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Card holder\",\n                \"slug\": \"card-holder\",\n                \"singular\": \"Card holder\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Card holder\",\n                \"slug\": \"card-holder\",\n                \"singular\": \"Card holder\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Card holder\",\n                \"slug\": \"card-holder\",\n                \"singular\": \"Card holder\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 120,\n        \"parent_id\": 18,\n        \"position\": 34,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Wallet\",\n                \"slug\": \"wallet\",\n                \"singular\": \"Wallet\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Wallet\",\n                \"slug\": \"wallet\",\n                \"singular\": \"Wallet\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Wallet\",\n                \"slug\": \"wallet\",\n                \"singular\": \"Wallet\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Wallet\",\n                \"slug\": \"wallet\",\n                \"singular\": \"Wallet\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 121,\n        \"parent_id\": 1,\n        \"position\": 34,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Fasi lunari\",\n                \"slug\": \"data-e-fasi-lunari\",\n                \"singular\": \"Fasi lunari\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Fasi lunari\",\n                \"slug\": \"data-e-fasi-lunari\",\n                \"singular\": \"Fasi lunari\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Fasi lunari\",\n                \"slug\": \"data-e-fasi-lunari\",\n                \"singular\": \"Fasi lunari\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Fasi lunari\",\n                \"slug\": \"data-e-fasi-lunari\",\n                \"singular\": \"Fasi lunari\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 122,\n        \"parent_id\": 1,\n        \"position\": 34,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Tempo giorno e data?\",\n                \"slug\": \"tempo-giorno-e-data\",\n                \"singular\": \"Tempo giorno e data?\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"Tempo giorno e data?\",\n                \"slug\": \"tempo-giorno-e-data\",\n                \"singular\": \"Tempo giorno e data?\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"Tempo giorno e data?\",\n                \"slug\": \"tempo-giorno-e-data\",\n                \"singular\": \"Tempo giorno e data?\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"Tempo giorno e data?\",\n                \"slug\": \"tempo-giorno-e-data\",\n                \"singular\": \"Tempo giorno e data?\",\n                \"published\": false\n            }\n        }\n    },\n    {\n        \"id\": 123,\n        \"parent_id\": 1,\n        \"position\": 34,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"4h\",\n                \"slug\": \"4h\",\n                \"singular\": \"4h\",\n                \"published\": false\n            },\n            \"es\": {\n                \"name\": \"4h\",\n                \"slug\": \"4h\",\n                \"singular\": \"4h\",\n                \"published\": false\n            },\n            \"fr\": {\n                \"name\": \"4h\",\n                \"slug\": \"4h\",\n                \"singular\": \"4h\",\n                \"published\": false\n            },\n            \"it\": {\n                \"name\": \"4h\",\n                \"slug\": \"4h\",\n                \"singular\": \"4h\",\n                \"published\": false\n            }\n        }\n    }\n]"}],"_postman_id":"d1161437-81a5-4d7e-8960-e1e6e3bfa715"},{"name":"Brands schema","id":"ca2d2385-fd66-4ed7-8804-834c2cc1c5e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/brands","description":"<p>Get all labels, ids, codes and translations for Brands entity;</p>\n<p>WARNING: most tenants are single-branded, so this method will return always one node.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","brands"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"da7a0364-7290-4b35-bbca-96a9332c90e3","name":"Brands schema","originalRequest":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/brands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 14 Oct 2019 14:32:04 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ino3Mlc2ZXJsbFlTVzhpRWdvNWM3bUNUbmgxM3h4NFJtMmpZMWhlUWZKRms9IiwidmFsdWUiOiJ6c0JhWmZRendVT1gwWXU4S0tYSFwvVlhFQVBpRHI3TmNYbmlleXVXYWVOTmorQjJWRU5Ta0FRaFZaM2RNaUtmVWIyc1cxOXlyclFOQU1CTHhDOFFQRmc9PSIsIm1hYyI6IjY5ZTgyNTNmMGU3ODhkY2MwMWU4NjRhNWMwNTYxNTM1ZjY2MGVkZTUyZGZiM2IwNWU1YzUxNDYzYWI1NWYxNmQifQ%3D%3D; expires=Wed, 16-Oct-2019 14:32:04 GMT; Max-Age=172800; path=/; samesite=lax; secure; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 39,\n        \"position\": 33,\n        \"image\": {\n            \"default\": \"https://www.philipwatch.net/media/images/brands_default/philip-watch.jpg\",\n            \"thumb\": \"https://www.philipwatch.net/media/images/brands/philip-watch.png\"\n        },\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Philip Watch\",\n                \"slug\": \"philip-watch\",\n                \"published\": true,\n                \"page_url\": \"https://www.philipwatch.net/en/\"\n            },\n            \"es\": {\n                \"name\": \"Philip Watch\",\n                \"slug\": \"philip-watch\",\n                \"published\": true,\n                \"page_url\": \"https://www.philipwatch.net/es/\"\n            },\n            \"fr\": {\n                \"name\": \"Philip Watch\",\n                \"slug\": \"philip-watch\",\n                \"published\": true,\n                \"page_url\": \"https://www.philipwatch.net/fr/\"\n            },\n            \"it\": {\n                \"name\": \"Philip Watch\",\n                \"slug\": \"philip-watch\",\n                \"published\": true,\n                \"page_url\": \"https://www.philipwatch.net/\"\n            }\n        }\n    }\n]"}],"_postman_id":"ca2d2385-fd66-4ed7-8804-834c2cc1c5e4"},{"name":"Collections schema","id":"33ab43aa-e3ef-4f98-b8ce-8b71ef173eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/collections","description":"<p>Get all labels, ids, codes and translations for Collections entity;</p>\n<p>WARNING: some tenants are multi-branded, so it is reccomended to fetch a \"brand-based\" list of collections, instead of the whole bucket; in mono-branded tenants You can always call this method without the \"brand_id\" input parameter.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","collections"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"61dca31f-54d4-406d-8226-890d4bc326d4","name":"Collections schema","originalRequest":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/collections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 14 Oct 2019 14:31:47 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IllNQzJQeWp5NWZ1RXdueW5UUTh2SHRWT216R1JGUENGK3JjWHEzUmlRcFk9IiwidmFsdWUiOiIzNDF1SndqOFYxOVlmbjN2ZU1ndHZoUVNuQW5YU1Z3TVY1UnF1d2tMNEtZcHdBQWdIWTk3WWFcL01qdG5IRFBlNXNobHZuUnNybUVDZlF5ZFBic2QyWHc9PSIsIm1hYyI6IjEyOTk3OWZhOWFlMmY1MTczYzU3ZjhkZGFmZTVjN2I0YjBiZThlOWE1NjdiNWU0ZGY2NDAzZjU4MDZkMjkzNTIifQ%3D%3D; expires=Wed, 16-Oct-2019 14:31:47 GMT; Max-Age=172800; path=/; samesite=lax; secure; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1397,\n        \"brand_id\": 39,\n        \"position\": 4276,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Blaze\",\n                \"slug\": \"blaze\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Blaze\",\n                \"slug\": \"blaze\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Blaze\",\n                \"slug\": \"blaze\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Blaze\",\n                \"slug\": \"blaze\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1398,\n        \"brand_id\": 39,\n        \"position\": 4277,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Boudoir\",\n                \"slug\": \"boudoir\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Boudoir\",\n                \"slug\": \"boudoir\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Boudoir\",\n                \"slug\": \"boudoir\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Boudoir\",\n                \"slug\": \"boudoir\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1399,\n        \"brand_id\": 39,\n        \"position\": 4278,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Capsulette\",\n                \"slug\": \"capsulette\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Capsulette\",\n                \"slug\": \"capsulette\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Capsulette\",\n                \"slug\": \"capsulette\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Capsulette\",\n                \"slug\": \"capsulette\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1400,\n        \"brand_id\": 39,\n        \"position\": 4279,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Caribe\",\n                \"slug\": \"caribe\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Caribe\",\n                \"slug\": \"caribe\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Caribe\",\n                \"slug\": \"caribe\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Caribe\",\n                \"slug\": \"caribe\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1401,\n        \"brand_id\": 39,\n        \"position\": 4280,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Corley\",\n                \"slug\": \"corley\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Corley\",\n                \"slug\": \"corley\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Corley\",\n                \"slug\": \"corley\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Corley\",\n                \"slug\": \"corley\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1402,\n        \"brand_id\": 39,\n        \"position\": 4281,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Cote de geneve\",\n                \"slug\": \"cote-de-geneve\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Cote de geneve\",\n                \"slug\": \"cote-de-geneve\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Cote de geneve\",\n                \"slug\": \"cote-de-geneve\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Cote de geneve\",\n                \"slug\": \"cote-de-geneve\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1403,\n        \"brand_id\": 39,\n        \"position\": 4282,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Gold story\",\n                \"slug\": \"gold-story\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Gold story\",\n                \"slug\": \"gold-story\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Gold story\",\n                \"slug\": \"gold-story\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Gold story\",\n                \"slug\": \"gold-story\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1404,\n        \"brand_id\": 39,\n        \"position\": 4283,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Grand archive 1940\",\n                \"slug\": \"grand-archive-1940\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Grand archive 1940\",\n                \"slug\": \"grand-archive-1940\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Grand archive 1940\",\n                \"slug\": \"grand-archive-1940\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Grand archive 1940\",\n                \"slug\": \"grand-archive-1940\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1405,\n        \"brand_id\": 39,\n        \"position\": 4284,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Kent\",\n                \"slug\": \"kent\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Kent\",\n                \"slug\": \"kent\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Kent\",\n                \"slug\": \"kent\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Kent\",\n                \"slug\": \"kent\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1406,\n        \"brand_id\": 39,\n        \"position\": 4285,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Lady\",\n                \"slug\": \"lady\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Lady\",\n                \"slug\": \"lady\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Lady\",\n                \"slug\": \"lady\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Lady\",\n                \"slug\": \"lady\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1407,\n        \"brand_id\": 39,\n        \"position\": 4286,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Marilyn\",\n                \"slug\": \"marilyn\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Marilyn\",\n                \"slug\": \"marilyn\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Marilyn\",\n                \"slug\": \"marilyn\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Marilyn\",\n                \"slug\": \"marilyn\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1408,\n        \"brand_id\": 39,\n        \"position\": 4287,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Panama\",\n                \"slug\": \"panama\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Panama\",\n                \"slug\": \"panama\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Panama\",\n                \"slug\": \"panama\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Panama\",\n                \"slug\": \"panama\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1409,\n        \"brand_id\": 39,\n        \"position\": 4288,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Patton\",\n                \"slug\": \"patton\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Patton\",\n                \"slug\": \"patton\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Patton\",\n                \"slug\": \"patton\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Patton\",\n                \"slug\": \"patton\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1410,\n        \"brand_id\": 39,\n        \"position\": 4289,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Philip watch j\",\n                \"slug\": \"philip-watch-j\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Philip watch j\",\n                \"slug\": \"philip-watch-j\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Philip watch j\",\n                \"slug\": \"philip-watch-j\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Philip watch j\",\n                \"slug\": \"philip-watch-j\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1411,\n        \"brand_id\": 39,\n        \"position\": 4290,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Philip watch lg\",\n                \"slug\": \"philip-watch-lg\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Philip watch lg\",\n                \"slug\": \"philip-watch-lg\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Philip watch lg\",\n                \"slug\": \"philip-watch-lg\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Philip watch lg\",\n                \"slug\": \"philip-watch-lg\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1412,\n        \"brand_id\": 39,\n        \"position\": 4291,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Philip watch wi\",\n                \"slug\": \"philip-watch-wi\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Philip watch wi\",\n                \"slug\": \"philip-watch-wi\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Philip watch wi\",\n                \"slug\": \"philip-watch-wi\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Philip watch wi\",\n                \"slug\": \"philip-watch-wi\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1413,\n        \"brand_id\": 39,\n        \"position\": 4292,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Savonnette\",\n                \"slug\": \"savonnette\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Savonnette\",\n                \"slug\": \"savonnette\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Savonnette\",\n                \"slug\": \"savonnette\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Savonnette\",\n                \"slug\": \"savonnette\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1414,\n        \"brand_id\": 39,\n        \"position\": 4293,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Sea horse\",\n                \"slug\": \"sea-horse\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Sea horse\",\n                \"slug\": \"sea-horse\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Sea horse\",\n                \"slug\": \"sea-horse\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Sea horse\",\n                \"slug\": \"sea-horse\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1415,\n        \"brand_id\": 39,\n        \"position\": 4294,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Sunray\",\n                \"slug\": \"sunray\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Sunray\",\n                \"slug\": \"sunray\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Sunray\",\n                \"slug\": \"sunray\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Sunray\",\n                \"slug\": \"sunray\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1416,\n        \"brand_id\": 39,\n        \"position\": 4295,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Tasca\",\n                \"slug\": \"tasca\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Tasca\",\n                \"slug\": \"tasca\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Tasca\",\n                \"slug\": \"tasca\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Tasca\",\n                \"slug\": \"tasca\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1417,\n        \"brand_id\": 39,\n        \"position\": 4296,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Thumbel\",\n                \"slug\": \"thumbel\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Thumbel\",\n                \"slug\": \"thumbel\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Thumbel\",\n                \"slug\": \"thumbel\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Thumbel\",\n                \"slug\": \"thumbel\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1418,\n        \"brand_id\": 39,\n        \"position\": 4297,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Timeless\",\n                \"slug\": \"timeless\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Timeless\",\n                \"slug\": \"timeless\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Timeless\",\n                \"slug\": \"timeless\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Timeless\",\n                \"slug\": \"timeless\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1419,\n        \"brand_id\": 39,\n        \"position\": 4298,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Trafalgar\",\n                \"slug\": \"trafalgar\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Trafalgar\",\n                \"slug\": \"trafalgar\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Trafalgar\",\n                \"slug\": \"trafalgar\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Trafalgar\",\n                \"slug\": \"trafalgar\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1420,\n        \"brand_id\": 39,\n        \"position\": 4299,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Truman\",\n                \"slug\": \"truman\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Truman\",\n                \"slug\": \"truman\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Truman\",\n                \"slug\": \"truman\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Truman\",\n                \"slug\": \"truman\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1421,\n        \"brand_id\": 39,\n        \"position\": 4300,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Velvet\",\n                \"slug\": \"velvet\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Velvet\",\n                \"slug\": \"velvet\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Velvet\",\n                \"slug\": \"velvet\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Velvet\",\n                \"slug\": \"velvet\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1671,\n        \"brand_id\": 39,\n        \"position\": 4301,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Queen\",\n                \"slug\": \"queen\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Queen\",\n                \"slug\": \"queen\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Queen\",\n                \"slug\": \"queen\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Queen\",\n                \"slug\": \"queen\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2692,\n        \"brand_id\": 39,\n        \"position\": 4302,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Anniversary\",\n                \"slug\": \"anniversary\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Anniversary\",\n                \"slug\": \"anniversary\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Anniversary\",\n                \"slug\": \"anniversary\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Anniversary\",\n                \"slug\": \"anniversary\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2693,\n        \"brand_id\": 39,\n        \"position\": 4303,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Couture\",\n                \"slug\": \"couture\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Couture\",\n                \"slug\": \"couture\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Couture\",\n                \"slug\": \"couture\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Couture\",\n                \"slug\": \"couture\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2694,\n        \"brand_id\": 39,\n        \"position\": 4304,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Cruiser\",\n                \"slug\": \"cruiser\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Cruiser\",\n                \"slug\": \"cruiser\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Cruiser\",\n                \"slug\": \"cruiser\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Cruiser\",\n                \"slug\": \"cruiser\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2695,\n        \"brand_id\": 39,\n        \"position\": 4305,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Ginevra\",\n                \"slug\": \"ginevra\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Ginevra\",\n                \"slug\": \"ginevra\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Ginevra\",\n                \"slug\": \"ginevra\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Ginevra\",\n                \"slug\": \"ginevra\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2696,\n        \"brand_id\": 39,\n        \"position\": 4306,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Jewel\",\n                \"slug\": \"jewel\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Jewel\",\n                \"slug\": \"jewel\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Jewel\",\n                \"slug\": \"jewel\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Jewel\",\n                \"slug\": \"jewel\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2697,\n        \"brand_id\": 39,\n        \"position\": 4307,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Reflexion\",\n                \"slug\": \"reflexion\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Reflexion\",\n                \"slug\": \"reflexion\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Reflexion\",\n                \"slug\": \"reflexion\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Reflexion\",\n                \"slug\": \"reflexion\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2698,\n        \"brand_id\": 39,\n        \"position\": 4308,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Slim\",\n                \"slug\": \"slim\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Slim\",\n                \"slug\": \"slim\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Slim\",\n                \"slug\": \"slim\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Slim\",\n                \"slug\": \"slim\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2699,\n        \"brand_id\": 39,\n        \"position\": 4309,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Wales\",\n                \"slug\": \"wales\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Wales\",\n                \"slug\": \"wales\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Wales\",\n                \"slug\": \"wales\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Wales\",\n                \"slug\": \"wales\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3046,\n        \"brand_id\": 39,\n        \"position\": 4310,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Eve\",\n                \"slug\": \"eve\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Eve\",\n                \"slug\": \"eve\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Eve\",\n                \"slug\": \"eve\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Eve\",\n                \"slug\": \"eve\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3844,\n        \"brand_id\": 39,\n        \"position\": 4311,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Admiral\",\n                \"slug\": \"admiral\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Admiral\",\n                \"slug\": \"admiral\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Admiral\",\n                \"slug\": \"admiral\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Admiral\",\n                \"slug\": \"admiral\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3845,\n        \"brand_id\": 39,\n        \"position\": 4312,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Avalon\",\n                \"slug\": \"avalon\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Avalon\",\n                \"slug\": \"avalon\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Avalon\",\n                \"slug\": \"avalon\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Avalon\",\n                \"slug\": \"avalon\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3846,\n        \"brand_id\": 39,\n        \"position\": 4313,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Challenge\",\n                \"slug\": \"challenge\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Challenge\",\n                \"slug\": \"challenge\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Challenge\",\n                \"slug\": \"challenge\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Challenge\",\n                \"slug\": \"challenge\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3847,\n        \"brand_id\": 39,\n        \"position\": 4314,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Encelade\",\n                \"slug\": \"encelade\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Encelade\",\n                \"slug\": \"encelade\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Encelade\",\n                \"slug\": \"encelade\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Encelade\",\n                \"slug\": \"encelade\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3848,\n        \"brand_id\": 39,\n        \"position\": 4315,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Holly\",\n                \"slug\": \"holly\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Holly\",\n                \"slug\": \"holly\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Holly\",\n                \"slug\": \"holly\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Holly\",\n                \"slug\": \"holly\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3849,\n        \"brand_id\": 39,\n        \"position\": 4316,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Inspiration\",\n                \"slug\": \"inspiration\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Inspiration\",\n                \"slug\": \"inspiration\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Inspiration\",\n                \"slug\": \"inspiration\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Inspiration\",\n                \"slug\": \"inspiration\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3850,\n        \"brand_id\": 39,\n        \"position\": 4317,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Liberty\",\n                \"slug\": \"liberty\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Liberty\",\n                \"slug\": \"liberty\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Liberty\",\n                \"slug\": \"liberty\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Liberty\",\n                \"slug\": \"liberty\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3851,\n        \"brand_id\": 39,\n        \"position\": 4318,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Prelude\",\n                \"slug\": \"prelude\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Prelude\",\n                \"slug\": \"prelude\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Prelude\",\n                \"slug\": \"prelude\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Prelude\",\n                \"slug\": \"prelude\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3852,\n        \"brand_id\": 39,\n        \"position\": 4319,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Samba\",\n                \"slug\": \"samba\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Samba\",\n                \"slug\": \"samba\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Samba\",\n                \"slug\": \"samba\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Samba\",\n                \"slug\": \"samba\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3853,\n        \"brand_id\": 39,\n        \"position\": 4320,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Satin\",\n                \"slug\": \"satin\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Satin\",\n                \"slug\": \"satin\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Satin\",\n                \"slug\": \"satin\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Satin\",\n                \"slug\": \"satin\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3854,\n        \"brand_id\": 39,\n        \"position\": 4321,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Savonette\",\n                \"slug\": \"savonette\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Savonette\",\n                \"slug\": \"savonette\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Savonette\",\n                \"slug\": \"savonette\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Savonette\",\n                \"slug\": \"savonette\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3855,\n        \"brand_id\": 39,\n        \"position\": 4322,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Swan\",\n                \"slug\": \"swan\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Swan\",\n                \"slug\": \"swan\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Swan\",\n                \"slug\": \"swan\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Swan\",\n                \"slug\": \"swan\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3856,\n        \"brand_id\": 39,\n        \"position\": 4323,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Tales\",\n                \"slug\": \"tales\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Tales\",\n                \"slug\": \"tales\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Tales\",\n                \"slug\": \"tales\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Tales\",\n                \"slug\": \"tales\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3857,\n        \"brand_id\": 39,\n        \"position\": 4324,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Trevi\",\n                \"slug\": \"trevi\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Trevi\",\n                \"slug\": \"trevi\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Trevi\",\n                \"slug\": \"trevi\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Trevi\",\n                \"slug\": \"trevi\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3858,\n        \"brand_id\": 39,\n        \"position\": 4325,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Yeros\",\n                \"slug\": \"yeros\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Yeros\",\n                \"slug\": \"yeros\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Yeros\",\n                \"slug\": \"yeros\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Yeros\",\n                \"slug\": \"yeros\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3859,\n        \"brand_id\": 39,\n        \"position\": 4326,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Yeros diamanti\",\n                \"slug\": \"yeros-diamanti\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Yeros diamanti\",\n                \"slug\": \"yeros-diamanti\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Yeros diamanti\",\n                \"slug\": \"yeros-diamanti\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Yeros diamanti\",\n                \"slug\": \"yeros-diamanti\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4363,\n        \"brand_id\": 39,\n        \"position\": 4327,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Grace\",\n                \"slug\": \"grace\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Grace\",\n                \"slug\": \"grace\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Grace\",\n                \"slug\": \"grace\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Grace\",\n                \"slug\": \"grace\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4364,\n        \"brand_id\": 39,\n        \"position\": 4328,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Sealion\",\n                \"slug\": \"sealion\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Sealion\",\n                \"slug\": \"sealion\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Sealion\",\n                \"slug\": \"sealion\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Sealion\",\n                \"slug\": \"sealion\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4365,\n        \"brand_id\": 39,\n        \"position\": 4329,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Capetown\",\n                \"slug\": \"capetown\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Capetown\",\n                \"slug\": \"capetown\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Capetown\",\n                \"slug\": \"capetown\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Capetown\",\n                \"slug\": \"capetown\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4366,\n        \"brand_id\": 39,\n        \"position\": 4330,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Grand reef\",\n                \"slug\": \"grand-reef\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Grand reef\",\n                \"slug\": \"grand-reef\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Grand reef\",\n                \"slug\": \"grand-reef\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Grand reef\",\n                \"slug\": \"grand-reef\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4367,\n        \"brand_id\": 39,\n        \"position\": 4331,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Newport\",\n                \"slug\": \"newport\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Newport\",\n                \"slug\": \"newport\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Newport\",\n                \"slug\": \"newport\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Newport\",\n                \"slug\": \"newport\",\n                \"published\": true\n            }\n        }\n    }\n]"}],"_postman_id":"33ab43aa-e3ef-4f98-b8ce-8b71ef173eaa"},{"name":"Collections schema (brand)","id":"27ec5858-3e38-4797-a81e-26d1c781c335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/collections/39","description":"<p>Get all labels, ids, codes and translations for Collections entity for the given \"brand\" id;</p>\n<p>WARNING: some tenants are multi-branded, so it is reccomended to fetch a \"brand-based\" list of collections, instead of the whole bucket; in mono-branded tenants You can always call this method without the \"brand_id\" input parameter.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","collections","39"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"43f4ad39-823b-4140-bd44-3d7c24c2cbc3","name":"Collections schema (brand)","originalRequest":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/collections/39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 14 Oct 2019 14:31:24 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkNrSDNTbnpaTlJ3a2tpcWRNU2FSM0dLaEtzUGx3bTJvRU5yMmYwcHdUd0k9IiwidmFsdWUiOiJcLzVWd0oyalBNMm5RMVwvQTVLcVpBdmpIaDVKVTB3SGg2a2g5V0dFWDdUcXA2a0ZnK2lCYWNPa0o2eFRLNFJVOTdDR2FXVVJ4cGVDamYyNzZJWlwvVmo2dz09IiwibWFjIjoiZDNmNDkwMDk1ZDMzYjk4NDdlOGI5YzRkM2I4ZWI1NDdmOWJlODNlNTQ5ZGRjMGI1OTJhYjRiMzQ5OWRiYzE3NyJ9; expires=Wed, 16-Oct-2019 14:31:24 GMT; Max-Age=172800; path=/; samesite=lax; secure; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1397,\n        \"brand_id\": 39,\n        \"position\": 4276,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Blaze\",\n                \"slug\": \"blaze\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Blaze\",\n                \"slug\": \"blaze\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Blaze\",\n                \"slug\": \"blaze\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Blaze\",\n                \"slug\": \"blaze\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1398,\n        \"brand_id\": 39,\n        \"position\": 4277,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Boudoir\",\n                \"slug\": \"boudoir\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Boudoir\",\n                \"slug\": \"boudoir\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Boudoir\",\n                \"slug\": \"boudoir\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Boudoir\",\n                \"slug\": \"boudoir\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1399,\n        \"brand_id\": 39,\n        \"position\": 4278,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Capsulette\",\n                \"slug\": \"capsulette\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Capsulette\",\n                \"slug\": \"capsulette\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Capsulette\",\n                \"slug\": \"capsulette\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Capsulette\",\n                \"slug\": \"capsulette\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1400,\n        \"brand_id\": 39,\n        \"position\": 4279,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Caribe\",\n                \"slug\": \"caribe\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Caribe\",\n                \"slug\": \"caribe\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Caribe\",\n                \"slug\": \"caribe\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Caribe\",\n                \"slug\": \"caribe\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1401,\n        \"brand_id\": 39,\n        \"position\": 4280,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Corley\",\n                \"slug\": \"corley\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Corley\",\n                \"slug\": \"corley\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Corley\",\n                \"slug\": \"corley\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Corley\",\n                \"slug\": \"corley\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1402,\n        \"brand_id\": 39,\n        \"position\": 4281,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Cote de geneve\",\n                \"slug\": \"cote-de-geneve\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Cote de geneve\",\n                \"slug\": \"cote-de-geneve\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Cote de geneve\",\n                \"slug\": \"cote-de-geneve\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Cote de geneve\",\n                \"slug\": \"cote-de-geneve\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1403,\n        \"brand_id\": 39,\n        \"position\": 4282,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Gold story\",\n                \"slug\": \"gold-story\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Gold story\",\n                \"slug\": \"gold-story\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Gold story\",\n                \"slug\": \"gold-story\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Gold story\",\n                \"slug\": \"gold-story\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1404,\n        \"brand_id\": 39,\n        \"position\": 4283,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Grand archive 1940\",\n                \"slug\": \"grand-archive-1940\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Grand archive 1940\",\n                \"slug\": \"grand-archive-1940\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Grand archive 1940\",\n                \"slug\": \"grand-archive-1940\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Grand archive 1940\",\n                \"slug\": \"grand-archive-1940\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1405,\n        \"brand_id\": 39,\n        \"position\": 4284,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Kent\",\n                \"slug\": \"kent\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Kent\",\n                \"slug\": \"kent\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Kent\",\n                \"slug\": \"kent\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Kent\",\n                \"slug\": \"kent\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1406,\n        \"brand_id\": 39,\n        \"position\": 4285,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Lady\",\n                \"slug\": \"lady\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Lady\",\n                \"slug\": \"lady\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Lady\",\n                \"slug\": \"lady\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Lady\",\n                \"slug\": \"lady\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1407,\n        \"brand_id\": 39,\n        \"position\": 4286,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Marilyn\",\n                \"slug\": \"marilyn\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Marilyn\",\n                \"slug\": \"marilyn\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Marilyn\",\n                \"slug\": \"marilyn\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Marilyn\",\n                \"slug\": \"marilyn\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1408,\n        \"brand_id\": 39,\n        \"position\": 4287,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Panama\",\n                \"slug\": \"panama\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Panama\",\n                \"slug\": \"panama\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Panama\",\n                \"slug\": \"panama\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Panama\",\n                \"slug\": \"panama\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1409,\n        \"brand_id\": 39,\n        \"position\": 4288,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Patton\",\n                \"slug\": \"patton\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Patton\",\n                \"slug\": \"patton\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Patton\",\n                \"slug\": \"patton\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Patton\",\n                \"slug\": \"patton\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1410,\n        \"brand_id\": 39,\n        \"position\": 4289,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Philip watch j\",\n                \"slug\": \"philip-watch-j\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Philip watch j\",\n                \"slug\": \"philip-watch-j\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Philip watch j\",\n                \"slug\": \"philip-watch-j\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Philip watch j\",\n                \"slug\": \"philip-watch-j\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1411,\n        \"brand_id\": 39,\n        \"position\": 4290,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Philip watch lg\",\n                \"slug\": \"philip-watch-lg\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Philip watch lg\",\n                \"slug\": \"philip-watch-lg\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Philip watch lg\",\n                \"slug\": \"philip-watch-lg\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Philip watch lg\",\n                \"slug\": \"philip-watch-lg\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1412,\n        \"brand_id\": 39,\n        \"position\": 4291,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Philip watch wi\",\n                \"slug\": \"philip-watch-wi\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Philip watch wi\",\n                \"slug\": \"philip-watch-wi\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Philip watch wi\",\n                \"slug\": \"philip-watch-wi\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Philip watch wi\",\n                \"slug\": \"philip-watch-wi\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1413,\n        \"brand_id\": 39,\n        \"position\": 4292,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Savonnette\",\n                \"slug\": \"savonnette\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Savonnette\",\n                \"slug\": \"savonnette\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Savonnette\",\n                \"slug\": \"savonnette\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Savonnette\",\n                \"slug\": \"savonnette\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1414,\n        \"brand_id\": 39,\n        \"position\": 4293,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Sea horse\",\n                \"slug\": \"sea-horse\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Sea horse\",\n                \"slug\": \"sea-horse\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Sea horse\",\n                \"slug\": \"sea-horse\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Sea horse\",\n                \"slug\": \"sea-horse\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1415,\n        \"brand_id\": 39,\n        \"position\": 4294,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Sunray\",\n                \"slug\": \"sunray\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Sunray\",\n                \"slug\": \"sunray\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Sunray\",\n                \"slug\": \"sunray\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Sunray\",\n                \"slug\": \"sunray\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1416,\n        \"brand_id\": 39,\n        \"position\": 4295,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Tasca\",\n                \"slug\": \"tasca\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Tasca\",\n                \"slug\": \"tasca\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Tasca\",\n                \"slug\": \"tasca\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Tasca\",\n                \"slug\": \"tasca\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1417,\n        \"brand_id\": 39,\n        \"position\": 4296,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Thumbel\",\n                \"slug\": \"thumbel\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Thumbel\",\n                \"slug\": \"thumbel\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Thumbel\",\n                \"slug\": \"thumbel\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Thumbel\",\n                \"slug\": \"thumbel\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1418,\n        \"brand_id\": 39,\n        \"position\": 4297,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Timeless\",\n                \"slug\": \"timeless\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Timeless\",\n                \"slug\": \"timeless\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Timeless\",\n                \"slug\": \"timeless\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Timeless\",\n                \"slug\": \"timeless\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1419,\n        \"brand_id\": 39,\n        \"position\": 4298,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Trafalgar\",\n                \"slug\": \"trafalgar\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Trafalgar\",\n                \"slug\": \"trafalgar\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Trafalgar\",\n                \"slug\": \"trafalgar\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Trafalgar\",\n                \"slug\": \"trafalgar\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1420,\n        \"brand_id\": 39,\n        \"position\": 4299,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Truman\",\n                \"slug\": \"truman\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Truman\",\n                \"slug\": \"truman\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Truman\",\n                \"slug\": \"truman\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Truman\",\n                \"slug\": \"truman\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1421,\n        \"brand_id\": 39,\n        \"position\": 4300,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Velvet\",\n                \"slug\": \"velvet\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Velvet\",\n                \"slug\": \"velvet\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Velvet\",\n                \"slug\": \"velvet\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Velvet\",\n                \"slug\": \"velvet\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 1671,\n        \"brand_id\": 39,\n        \"position\": 4301,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Queen\",\n                \"slug\": \"queen\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Queen\",\n                \"slug\": \"queen\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Queen\",\n                \"slug\": \"queen\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Queen\",\n                \"slug\": \"queen\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2692,\n        \"brand_id\": 39,\n        \"position\": 4302,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Anniversary\",\n                \"slug\": \"anniversary\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Anniversary\",\n                \"slug\": \"anniversary\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Anniversary\",\n                \"slug\": \"anniversary\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Anniversary\",\n                \"slug\": \"anniversary\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2693,\n        \"brand_id\": 39,\n        \"position\": 4303,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Couture\",\n                \"slug\": \"couture\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Couture\",\n                \"slug\": \"couture\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Couture\",\n                \"slug\": \"couture\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Couture\",\n                \"slug\": \"couture\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2694,\n        \"brand_id\": 39,\n        \"position\": 4304,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Cruiser\",\n                \"slug\": \"cruiser\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Cruiser\",\n                \"slug\": \"cruiser\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Cruiser\",\n                \"slug\": \"cruiser\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Cruiser\",\n                \"slug\": \"cruiser\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2695,\n        \"brand_id\": 39,\n        \"position\": 4305,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Ginevra\",\n                \"slug\": \"ginevra\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Ginevra\",\n                \"slug\": \"ginevra\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Ginevra\",\n                \"slug\": \"ginevra\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Ginevra\",\n                \"slug\": \"ginevra\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2696,\n        \"brand_id\": 39,\n        \"position\": 4306,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Jewel\",\n                \"slug\": \"jewel\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Jewel\",\n                \"slug\": \"jewel\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Jewel\",\n                \"slug\": \"jewel\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Jewel\",\n                \"slug\": \"jewel\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2697,\n        \"brand_id\": 39,\n        \"position\": 4307,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Reflexion\",\n                \"slug\": \"reflexion\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Reflexion\",\n                \"slug\": \"reflexion\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Reflexion\",\n                \"slug\": \"reflexion\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Reflexion\",\n                \"slug\": \"reflexion\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2698,\n        \"brand_id\": 39,\n        \"position\": 4308,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Slim\",\n                \"slug\": \"slim\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Slim\",\n                \"slug\": \"slim\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Slim\",\n                \"slug\": \"slim\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Slim\",\n                \"slug\": \"slim\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 2699,\n        \"brand_id\": 39,\n        \"position\": 4309,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Wales\",\n                \"slug\": \"wales\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Wales\",\n                \"slug\": \"wales\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Wales\",\n                \"slug\": \"wales\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Wales\",\n                \"slug\": \"wales\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3046,\n        \"brand_id\": 39,\n        \"position\": 4310,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Eve\",\n                \"slug\": \"eve\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Eve\",\n                \"slug\": \"eve\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Eve\",\n                \"slug\": \"eve\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Eve\",\n                \"slug\": \"eve\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3844,\n        \"brand_id\": 39,\n        \"position\": 4311,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Admiral\",\n                \"slug\": \"admiral\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Admiral\",\n                \"slug\": \"admiral\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Admiral\",\n                \"slug\": \"admiral\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Admiral\",\n                \"slug\": \"admiral\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3845,\n        \"brand_id\": 39,\n        \"position\": 4312,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Avalon\",\n                \"slug\": \"avalon\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Avalon\",\n                \"slug\": \"avalon\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Avalon\",\n                \"slug\": \"avalon\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Avalon\",\n                \"slug\": \"avalon\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3846,\n        \"brand_id\": 39,\n        \"position\": 4313,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Challenge\",\n                \"slug\": \"challenge\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Challenge\",\n                \"slug\": \"challenge\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Challenge\",\n                \"slug\": \"challenge\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Challenge\",\n                \"slug\": \"challenge\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3847,\n        \"brand_id\": 39,\n        \"position\": 4314,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Encelade\",\n                \"slug\": \"encelade\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Encelade\",\n                \"slug\": \"encelade\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Encelade\",\n                \"slug\": \"encelade\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Encelade\",\n                \"slug\": \"encelade\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3848,\n        \"brand_id\": 39,\n        \"position\": 4315,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Holly\",\n                \"slug\": \"holly\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Holly\",\n                \"slug\": \"holly\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Holly\",\n                \"slug\": \"holly\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Holly\",\n                \"slug\": \"holly\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3849,\n        \"brand_id\": 39,\n        \"position\": 4316,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Inspiration\",\n                \"slug\": \"inspiration\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Inspiration\",\n                \"slug\": \"inspiration\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Inspiration\",\n                \"slug\": \"inspiration\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Inspiration\",\n                \"slug\": \"inspiration\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3850,\n        \"brand_id\": 39,\n        \"position\": 4317,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Liberty\",\n                \"slug\": \"liberty\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Liberty\",\n                \"slug\": \"liberty\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Liberty\",\n                \"slug\": \"liberty\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Liberty\",\n                \"slug\": \"liberty\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3851,\n        \"brand_id\": 39,\n        \"position\": 4318,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Prelude\",\n                \"slug\": \"prelude\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Prelude\",\n                \"slug\": \"prelude\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Prelude\",\n                \"slug\": \"prelude\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Prelude\",\n                \"slug\": \"prelude\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3852,\n        \"brand_id\": 39,\n        \"position\": 4319,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Samba\",\n                \"slug\": \"samba\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Samba\",\n                \"slug\": \"samba\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Samba\",\n                \"slug\": \"samba\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Samba\",\n                \"slug\": \"samba\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3853,\n        \"brand_id\": 39,\n        \"position\": 4320,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Satin\",\n                \"slug\": \"satin\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Satin\",\n                \"slug\": \"satin\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Satin\",\n                \"slug\": \"satin\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Satin\",\n                \"slug\": \"satin\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3854,\n        \"brand_id\": 39,\n        \"position\": 4321,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Savonette\",\n                \"slug\": \"savonette\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Savonette\",\n                \"slug\": \"savonette\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Savonette\",\n                \"slug\": \"savonette\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Savonette\",\n                \"slug\": \"savonette\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3855,\n        \"brand_id\": 39,\n        \"position\": 4322,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Swan\",\n                \"slug\": \"swan\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Swan\",\n                \"slug\": \"swan\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Swan\",\n                \"slug\": \"swan\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Swan\",\n                \"slug\": \"swan\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3856,\n        \"brand_id\": 39,\n        \"position\": 4323,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Tales\",\n                \"slug\": \"tales\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Tales\",\n                \"slug\": \"tales\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Tales\",\n                \"slug\": \"tales\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Tales\",\n                \"slug\": \"tales\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3857,\n        \"brand_id\": 39,\n        \"position\": 4324,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Trevi\",\n                \"slug\": \"trevi\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Trevi\",\n                \"slug\": \"trevi\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Trevi\",\n                \"slug\": \"trevi\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Trevi\",\n                \"slug\": \"trevi\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3858,\n        \"brand_id\": 39,\n        \"position\": 4325,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Yeros\",\n                \"slug\": \"yeros\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Yeros\",\n                \"slug\": \"yeros\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Yeros\",\n                \"slug\": \"yeros\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Yeros\",\n                \"slug\": \"yeros\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 3859,\n        \"brand_id\": 39,\n        \"position\": 4326,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Yeros diamanti\",\n                \"slug\": \"yeros-diamanti\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Yeros diamanti\",\n                \"slug\": \"yeros-diamanti\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Yeros diamanti\",\n                \"slug\": \"yeros-diamanti\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Yeros diamanti\",\n                \"slug\": \"yeros-diamanti\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4363,\n        \"brand_id\": 39,\n        \"position\": 4327,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Grace\",\n                \"slug\": \"grace\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Grace\",\n                \"slug\": \"grace\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Grace\",\n                \"slug\": \"grace\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Grace\",\n                \"slug\": \"grace\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4364,\n        \"brand_id\": 39,\n        \"position\": 4328,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Sealion\",\n                \"slug\": \"sealion\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Sealion\",\n                \"slug\": \"sealion\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Sealion\",\n                \"slug\": \"sealion\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Sealion\",\n                \"slug\": \"sealion\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4365,\n        \"brand_id\": 39,\n        \"position\": 4329,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Capetown\",\n                \"slug\": \"capetown\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Capetown\",\n                \"slug\": \"capetown\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Capetown\",\n                \"slug\": \"capetown\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Capetown\",\n                \"slug\": \"capetown\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4366,\n        \"brand_id\": 39,\n        \"position\": 4330,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Grand reef\",\n                \"slug\": \"grand-reef\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Grand reef\",\n                \"slug\": \"grand-reef\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Grand reef\",\n                \"slug\": \"grand-reef\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Grand reef\",\n                \"slug\": \"grand-reef\",\n                \"published\": true\n            }\n        }\n    },\n    {\n        \"id\": 4367,\n        \"brand_id\": 39,\n        \"position\": 4331,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Newport\",\n                \"slug\": \"newport\",\n                \"published\": true\n            },\n            \"es\": {\n                \"name\": \"Newport\",\n                \"slug\": \"newport\",\n                \"published\": true\n            },\n            \"fr\": {\n                \"name\": \"Newport\",\n                \"slug\": \"newport\",\n                \"published\": true\n            },\n            \"it\": {\n                \"name\": \"Newport\",\n                \"slug\": \"newport\",\n                \"published\": true\n            }\n        }\n    }\n]"}],"_postman_id":"27ec5858-3e38-4797-a81e-26d1c781c335"},{"name":"Cart rules schema","id":"cc6701ee-7ad9-4b35-9ac6-2f2e9d74cb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/cartrules","description":"<p>Get all labels, ids, codes and translations for \"Cart Rules\" entities (promotions/coupons/etc.);</p>\n<p>WARNING: all \"enabled\" entities are fetched, despite their expiration time (if time-based);</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","cartrules"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"f85a090e-26b6-45a2-ab47-5982bd8af6b2","name":"Cart rules schema","originalRequest":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/cartrules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 14 Oct 2019 14:30:52 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ik5VY1p0S1RUQW1nVjY0aHFFbXd0WGZrNnliWWFLTFwvbjZ2d1AxZ01WRVFZPSIsInZhbHVlIjoiVjlYQWs1M1FMV2Z4Sld6WTAzWkRKSmJsSzJrOVJpcWxCcjhNYXc2MzBYcFZYWldMZXFWQkF4QUdqYTROcWZIakFSUHR0TE84bWZPVDJBZVIxdzJoZ2c9PSIsIm1hYyI6IjAwZjhhNDI4NDgxNzMzMmI5Y2Q0ZDViODQzMzlkZWM4OGMxMmFkNTM0NDlhZGVjMzZiYTViMjk5Y2E3OGFlZDgifQ%3D%3D; expires=Wed, 16-Oct-2019 14:30:52 GMT; Max-Age=172800; path=/; samesite=lax; secure; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Promozione speciale Festa della donna\",\n        \"date_from\": \"2018-03-08T00:00:00+01:00\",\n        \"date_to\": \"2018-03-31T23:59:59+02:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"FESTADELLEDONNE\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special promotion women's day\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción especial Día de la Mujer\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale Journée de la femme\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione speciale Festa della donna\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Special Card \",\n        \"date_from\": \"2018-03-12T15:49:18+01:00\",\n        \"date_to\": \"2019-10-14T16:30:52+02:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"SPECIALCARD15\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Card \",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Special Card \",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Special Card \",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Special Card \",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Auguri Papà!\",\n        \"date_from\": \"2018-03-19T00:00:00+01:00\",\n        \"date_to\": \"2018-03-22T23:59:59+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"AUGURIPAPA\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Congratulations Dad!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Felicidades papá!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Félicitations papa!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Auguri Papà!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Gruppo Ponbrix\",\n        \"date_from\": \"2018-06-29T10:40:47+02:00\",\n        \"date_to\": \"2018-12-31T23:59:59+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"BONPRIX25\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Gruppo Ponbrix\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Gruppo Ponbrix\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Gruppo Ponbrix\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Gruppo Ponbrix\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Promozione speciale!\",\n        \"date_from\": \"2018-10-24T18:38:54+02:00\",\n        \"date_to\": \"2018-12-31T23:59:59+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"CMDA20\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Promotion!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción especial\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione speciale!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Acquista un orologio -20% sui gemelli\",\n        \"date_from\": \"2018-11-19T00:00:00+01:00\",\n        \"date_to\": \"2018-12-09T23:59:59+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": false,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": null,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Buy a watch -20% on the cufflinks\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Compra un reloj -20% en los gemelos.\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Acheter une montre -20% sur les jumeaux\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Acquista un orologio -20% sui gemelli\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Promozione speciale per te - Gemelli in omaggio!\",\n        \"date_from\": \"2019-01-17T00:00:00+01:00\",\n        \"date_to\": \"2019-01-20T23:59:59+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": false,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": null,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special promotion for you - Cufflinks for free!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción especial para ti - ¡Geminis gratis!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale pour vous - Jemeaux gratuitement!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione speciale per te - Gemelli in omaggio!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Promozione Idee Regalo\",\n        \"date_from\": \"2018-11-19T16:16:39+01:00\",\n        \"date_to\": \"2018-12-31T00:00:00+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PERTE10\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Promozione Idee Regalo\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promozione Idee Regalo\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promozione Idee Regalo\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Idee Regalo\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Promozione Speciale Natale!\",\n        \"date_from\": \"2018-12-13T19:07:06+01:00\",\n        \"date_to\": \"2018-12-16T00:00:00+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": false,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": null,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Christmas Promotion!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promocion especial de navidad!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale de Noël!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale Natale!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Promozione speciale per te - Gemelli in omaggio!\",\n        \"date_from\": \"2019-03-23T00:00:00+01:00\",\n        \"date_to\": \"2019-03-25T23:59:59+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": false,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": null,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special promotion for you - Cufflinks for free! \",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción especial para ti - ¡Geminis gratis! \",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale pour vous - Jemeaux gratuitement!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione speciale per te - Gemelli in omaggio!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 13,\n        \"name\": \"test promo carrello sap Valerio\",\n        \"date_from\": \"2018-12-06T11:17:07+01:00\",\n        \"date_to\": \"2018-12-09T00:00:00+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"NQOPAA4SNG-test\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"test promo carrello sap Valerio\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"test promo carrello sap Valerio\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"test promo carrello sap Valerio\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"test promo carrello sap Valerio\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 14,\n        \"name\": \"PROMO PER TE\",\n        \"date_from\": \"2018-12-12T11:45:55+01:00\",\n        \"date_to\": \"2018-12-31T00:00:00+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PW20YOU\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"PROMO PER TE\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"PROMO PER TE\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"PROMO PER TE\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"PROMO PER TE\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 15,\n        \"name\": \"Promozione Speciale\",\n        \"date_from\": \"2018-12-21T08:46:41+01:00\",\n        \"date_to\": \"2018-12-31T00:00:00+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"VD0NKVBZO4\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Promozione Speciale\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promozione Speciale\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promozione Speciale\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 16,\n        \"name\": \"-20% Speciale San Valentino 2019!\",\n        \"date_from\": \"2019-02-06T16:37:15+01:00\",\n        \"date_to\": \"2019-02-14T23:59:59+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PW4568SV\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"-20% Valentine's Day Special 2019!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"-20% Especial Día de San Valentín 2019!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"-20% Spécial Saint Valentin 2019!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"-20% Speciale San Valentino 2019!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 17,\n        \"name\": \"INCISIONE GRATUITA\",\n        \"date_from\": \"2019-02-07T12:00:38+01:00\",\n        \"date_to\": \"2019-02-14T23:59:59+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PW4568SV\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Free Engraving Service\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Servicio de grabado gratuito\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Service de gravure gratuit\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"INCISIONE GRATUITA\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Krishnamachari special promotion!\",\n        \"date_from\": \"2019-02-11T17:22:47+01:00\",\n        \"date_to\": \"2019-02-15T23:59:59+01:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"Krishnamachari15ks\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Krishnamachari special promotion!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Krishnamachari special promotion!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Krishnamachari special promotion!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Krishnamachari special promotion!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Promozione Festa della Donna\",\n        \"date_from\": \"2019-03-08T00:00:00+01:00\",\n        \"date_to\": \"2019-03-09T00:00:00+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"ELEGANZA10\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Promotion Women's Day!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción Especial Día de la Mujer!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale Journée de la femme!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Festa della Donna\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 20,\n        \"name\": \"Promozione Speciale\",\n        \"date_from\": \"2019-03-15T10:41:38+01:00\",\n        \"date_to\": \"2019-03-18T08:00:00+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"0SOOUPGUFW\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Promotion!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción Especial!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale !\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 21,\n        \"name\": \"Promozione Speciale\",\n        \"date_from\": \"2019-03-15T10:41:38+01:00\",\n        \"date_to\": \"2019-03-18T08:00:00+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"0SOOUPGUFW\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Promotion! \",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción Especial!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale ! \",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 22,\n        \"name\": \"Recupero Carrello\",\n        \"date_from\": \"2019-03-21T18:04:08+01:00\",\n        \"date_to\": \"2019-04-01T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PW7592P\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"cart recovery\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"recuperación de carro\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"récupération de panier\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Recupero Carrello\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 23,\n        \"name\": \"Recupero Carrello 2\",\n        \"date_from\": \"2019-03-21T18:04:08+01:00\",\n        \"date_to\": \"2019-04-01T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PW7592P\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"cart recovery \",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"recuperación de carro \",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"récupération de panier \",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Recupero Carrello 2\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 24,\n        \"name\": \"Recupero Carrello 3\",\n        \"date_from\": \"2019-03-21T18:04:08+01:00\",\n        \"date_to\": \"2019-04-01T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PW7592P\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"cart recovery  (copy 2)\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"recuperación de carro  (copy 2)\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"récupération de panier  (copy 2)\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Recupero Carrello 3\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 25,\n        \"name\": \"Promozione speciale per te - Gemelli in omaggio!\",\n        \"date_from\": \"2019-06-12T00:00:00+02:00\",\n        \"date_to\": \"2019-06-16T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": false,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": null,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special promotion for you - Cufflinks for free!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción especial para ti - ¡Geminis gratis!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale pour vous - Jemeaux gratuitement!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione speciale per te - Gemelli in omaggio!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 26,\n        \"name\": \"Benvenuto!\",\n        \"date_from\": \"2019-04-11T10:38:44+02:00\",\n        \"date_to\": \"2019-06-11T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PWULYZ3EET\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Welcome!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Welcome!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Welcome!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Benvenuto!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 27,\n        \"name\": \"Coupon Festa della Mamma\",\n        \"date_from\": \"2019-04-26T00:00:00+02:00\",\n        \"date_to\": \"2019-04-28T23:59:59+02:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"PERLEI\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Coupon Festa della Mamma\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Coupon Festa della Mamma\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Coupon Festa della Mamma\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Coupon Festa della Mamma\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 29,\n        \"name\": \"Grazie!\",\n        \"date_from\": \"2019-07-02T10:38:44+02:00\",\n        \"date_to\": \"2019-10-31T23:59:59+01:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"0YFKHO7WCF\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Thank you!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Gracias!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Je vous remercie!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Grazie!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 30,\n        \"name\": \"Promozione Speciale - Gemelli -30%\",\n        \"date_from\": \"2019-05-23T00:00:00+02:00\",\n        \"date_to\": \"2019-05-26T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": false,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": null,\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Promotion - Cufflinks -30%\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción especial - Gemelos -30%\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale - Boutons de manchette - 30%\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale - Gemelli -30%\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 31,\n        \"name\": \"Promozione Speciale Sport Elegance -15%\",\n        \"date_from\": \"2019-05-28T00:00:00+02:00\",\n        \"date_to\": \"2019-05-31T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"ELEGANZASEMPRE\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special promotion - Sport Elegance -15%\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción especial Sport Elegance -15%.\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale Sport Elegance -15%\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale Sport Elegance -15%\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 32,\n        \"name\": \"Promozione Speciale 2 \",\n        \"date_from\": \"2019-06-05T10:49:30+02:00\",\n        \"date_to\": \"2019-07-05T23:59:59+02:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"963IZJ8VA7\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Promotion 2\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción Especial 2\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale 2\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale 2 \",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 33,\n        \"name\": \"Conosciamoci meglio!\",\n        \"date_from\": \"2019-06-13T12:41:57+02:00\",\n        \"date_to\": \"2019-06-30T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"P3AXTVGDGY\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Let's get to know each other better\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Vamos a conocernos mejor.\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Apprenez à mieux vous connaître.\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Conosciamoci meglio!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 34,\n        \"name\": \"Conosciamoci meglio!!\",\n        \"date_from\": \"2019-06-25T00:00:00+02:00\",\n        \"date_to\": \"2019-07-15T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"GK7RNLU0QH\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Let's get to know each other better!!\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Vamos a conocernos mejor!!\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Apprenez à mieux vous connaître!!\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Conosciamoci meglio!!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 35,\n        \"name\": \"Promozione Speciale -  Scegli Philip Watch!\",\n        \"date_from\": \"2019-10-14T00:00:00+02:00\",\n        \"date_to\": \"2019-10-18T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"ELEGANZASEMPRE\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Promotion -  Philip Watch\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción Especial -  Philip Watch\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale -  Philip Watch\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale -  Scegli Philip Watch!\",\n                \"description\": \"\"\n            }\n        }\n    },\n    {\n        \"id\": 36,\n        \"name\": \"Promozione Speciale - Wimbledon19\",\n        \"date_from\": \"2019-07-14T00:00:00+02:00\",\n        \"date_to\": \"2019-07-18T23:59:59+02:00\",\n        \"has_conditions\": true,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"WIMBLEDON19\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Special Promotion - Wimbledon19\",\n                \"description\": \"\"\n            },\n            \"es\": {\n                \"name\": \"Promoción Especial - Wimbledon19\",\n                \"description\": \"\"\n            },\n            \"fr\": {\n                \"name\": \"Promotion spéciale - Wimbledon19\",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Promozione Speciale - Wimbledon19\",\n                \"description\": \"\"\n            }\n        }\n    }\n]"}],"_postman_id":"cc6701ee-7ad9-4b35-9ac6-2f2e9d74cb2e"},{"name":"Cart rules schema (available)","id":"32515665-0474-4eed-841c-313792d34a35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/cartrules/available","description":"<p>Get all labels, ids, codes and translations for \"Cart Rules\" entities (promotions/coupons/etc.);</p>\n<p>WARNING: only \"enabled\" and \"not-expired\" entities are fetched;</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","cartrules","available"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"32515665-0474-4eed-841c-313792d34a35"}],"id":"96e09bd0-4c7b-4722-aaf2-91671c18ac42","_postman_id":"96e09bd0-4c7b-4722-aaf2-91671c18ac42","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}}},{"name":"Customers","item":[{"name":"Customer (basic + orders history)","id":"61cf460e-262a-4f59-b0f0-fbeed6cac811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/customer/ed1908bd0fd20749315e74b8114db965","description":"<p>Fetch a basic Customer object by Customer internal hash (digest MD5 of the email address); the result will be a basic info about the Customer and the history of Orders.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","customer","ed1908bd0fd20749315e74b8114db965"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"2435bf89-7233-4a17-a195-e8b87b7431fb","name":"Customer (basic + orders history)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/customer/ed1908bd0fd20749315e74b8114db965"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:17:08 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlVPT0c2TUVRa2pIREpwTXdlRmREc1BjZ0xnVWNlWmIxaVpMMERpTXJ0dkU9IiwidmFsdWUiOiI1UHN6bDZoOUhaelZLdzFZb2F1VlpwWndXRW16VWMramlGZmhRZGVcL2NmTVQ1XC9RRzJEVjl1MUhvN1Fub2s3N0lOdlRmdGl5QXRTQVBsZE5OYUhrZE9RPT0iLCJtYWMiOiIwYWRjNTAxOGZhYTVhNTEwMDhlMDBlZjVmZGU3YjQ4M2FjMzU3NmM1YjU3ZWU3M2QxMjI1ODIwYTM0MGYzNWYzIn0%3D; expires=Sat, 28-Sep-2019 11:17:08 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"27656\",\n    \"lang_id\": \"it\",\n    \"code\": \"ed1908bd0fd20749315e74b8114db965\",\n    \"email\": \"cleopatra39@yahoo.com\",\n    \"name\": \"Ing. Muzio Ruggiero\",\n    \"flag_communication\": 1,\n    \"flag_segmentation\": 1,\n    \"created_at\": \"2019-06-25T09:03:00+02:00\",\n    \"updated_at\": \"2019-06-25T09:03:00+02:00\",\n    \"orders\": [\n        {\n            \"id\": \"57625\",\n            \"lang_id\": \"it\",\n            \"reference\": \"PW005208\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CLOSED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-25T09:05:19+02:00\",\n            \"updated_at\": \"2019-09-04T16:07:06+02:00\"\n        }\n    ]\n}"}],"_postman_id":"61cf460e-262a-4f59-b0f0-fbeed6cac811"},{"name":"Customer multiple (basic)","id":"b6a8f4e3-e931-42a2-8218-22d2e040a47c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/orders/multiplecustomer/1,2,3,4,5,96","description":"<p>Fetch a collection of basic Customer object by list of comma separated ID(s); the result will be a collection of basic info about the Customer and the history of Orders.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","multiplecustomer","1,2,3,4,5,96"],"host":["www","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"c00422ae-b864-4099-b868-1d5b732cc8e7","name":"Customer multiple (basic + orders history)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/orders/multiplecustomer/1,2,3,4,5,96"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 19 Oct 2020 14:41:29 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1,\n            \"lang_id\": \"it\",\n            \"code\": \"dcf11fbf911e8345d0a1ce4a78b17817\",\n            \"email\": \"gianmaria77@yahoo.com\",\n            \"name\": \"Sig.ra Isabel Giordano\",\n            \"flag_communication\": true,\n            \"flag_segmentation\": true,\n            \"created_at\": \"2017-09-12T13:34:00+02:00\",\n            \"updated_at\": \"2020-10-07T18:25:20+02:00\",\n            \"gender\": \"M\",\n            \"customer_type\": \"people\",\n            \"customer_group_id\": 5,\n            \"customer_group_name\": \"B2B\",\n            \"customer_alt_group_id\": null,\n            \"customer_alt_group_name\": null,\n            \"customer_shop_id\": null,\n            \"customer_shop_name\": null,\n            \"card_code\": \"9786658996421\",\n            \"birthday\": \"1983-01-14\",\n            \"newsletter\": true,\n            \"shipping_address\": {\n                \"firstname\": \"Nathan\",\n                \"lastname\": \"Galli\",\n                \"company\": \"Rossi s.r.l.\",\n                \"address1\": \"Strada Gentile\",\n                \"address2\": \"Piano 1\",\n                \"postcode\": \"40059\",\n                \"city\": \"Selvaggia del friuli\",\n                \"state_code\": \"PD\",\n                \"state_name\": \"Venezia\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Et qui voluptatum iure qui vel provident dolores nesciunt.\",\n                \"phone\": \"319 457 967\",\n                \"phone_mobile\": \"+60 21 77169135\",\n                \"fax\": \"+60 5361 98236042\",\n                \"vat_number\": \"DAZVSC70D82S149K\",\n                \"cf\": \"UBXLVW78Z41A222T\",\n                \"extrainfo\": \"Nihil dolorem sint quae in quia explicabo voluptas.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Danuta\",\n                \"lastname\": \"D'angelo\",\n                \"company\": \"Fontana-Carbone e figli\",\n                \"address1\": \"Rotonda Longo\",\n                \"address2\": \"Appartamento 31\",\n                \"postcode\": \"55622\",\n                \"city\": \"Quarto Vera a mare\",\n                \"state_code\": \"FM\",\n                \"state_name\": \"Nuoro\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Nam nihil voluptas quibusdam tempore.\",\n                \"phone\": \"380 234 602\",\n                \"phone_mobile\": \"052 006 5221\",\n                \"fax\": \"+16 235 9855463\",\n                \"vat_number\": \"MDGXVP35H10J397Y\",\n                \"cf\": \"JSSXSI05Q29F628D\",\n                \"extrainfo\": \"Voluptatum reprehenderit voluptates est quod libero.\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"lang_id\": \"it\",\n            \"code\": \"5bc97c50c8b880e1dd2a6b19af75ce16\",\n            \"email\": \"loretta.testa@email.it\",\n            \"name\": \"Folco Santoro\",\n            \"flag_communication\": false,\n            \"flag_segmentation\": false,\n            \"created_at\": \"2017-10-02T18:19:01+02:00\",\n            \"updated_at\": \"2018-01-10T13:32:23+01:00\",\n            \"gender\": \"M\",\n            \"customer_type\": \"people\",\n            \"customer_group_id\": 3,\n            \"customer_group_name\": \"Customer\",\n            \"customer_alt_group_id\": null,\n            \"customer_alt_group_name\": null,\n            \"customer_shop_id\": null,\n            \"customer_shop_name\": null,\n            \"card_code\": \"9789392813337\",\n            \"birthday\": \"1987-01-14\",\n            \"newsletter\": false,\n            \"shipping_address\": {\n                \"firstname\": \"Sibilla\",\n                \"lastname\": \"Pellegrino\",\n                \"company\": \"Ferretti s.r.l.\",\n                \"address1\": \"Contrada Carmela\",\n                \"address2\": \"Appartamento 41\",\n                \"postcode\": \"88278\",\n                \"city\": \"Settimo Ivonne\",\n                \"state_code\": \"PO\",\n                \"state_name\": \"Grosseto\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Quibusdam consectetur voluptatem quo optio eum velit aspernatur provident.\",\n                \"phone\": \"334 957 405\",\n                \"phone_mobile\": \"+04 0609 60774663\",\n                \"fax\": \"+91 829 9098790\",\n                \"vat_number\": \"ZZIARI55S52G762F\",\n                \"cf\": \"RCXAWM91Y54F531Q\",\n                \"extrainfo\": \"Veniam porro quo consequatur.\"\n            },\n            \"billing_address\": null\n        },\n        {\n            \"id\": 3,\n            \"lang_id\": \"it\",\n            \"code\": \"88488344f5052508c9638832e0b6c496\",\n            \"email\": \"ypiras@gmail.com\",\n            \"name\": \"Carmelo Caruso\",\n            \"flag_communication\": false,\n            \"flag_segmentation\": false,\n            \"created_at\": \"2017-10-03T17:09:51+02:00\",\n            \"updated_at\": \"2018-01-10T13:32:23+01:00\",\n            \"gender\": \"M\",\n            \"customer_type\": \"people\",\n            \"customer_group_id\": 3,\n            \"customer_group_name\": \"Customer\",\n            \"customer_alt_group_id\": null,\n            \"customer_alt_group_name\": null,\n            \"customer_shop_id\": null,\n            \"customer_shop_name\": null,\n            \"card_code\": \"9783253863905\",\n            \"birthday\": \"1981-01-19\",\n            \"newsletter\": true,\n            \"shipping_address\": {\n                \"firstname\": \"Tolomeo\",\n                \"lastname\": \"Riva\",\n                \"company\": \"Ruggiero, Parisi e Costa s.r.l.\",\n                \"address1\": \"Via Ricci\",\n                \"address2\": \"Piano 2\",\n                \"postcode\": \"26370\",\n                \"city\": \"Sala calabro\",\n                \"state_code\": \"PR\",\n                \"state_name\": \"Trento\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Non consequatur qui porro asperiores iste pariatur.\",\n                \"phone\": \"+02 023 2898698\",\n                \"phone_mobile\": \"+32 6189 79492545\",\n                \"fax\": \"043 660 6746\",\n                \"vat_number\": \"OCWOYM61Q04V750W\",\n                \"cf\": \"ZENCDU21K53S293G\",\n                \"extrainfo\": \"Consequuntur culpa maiores nesciunt ea deserunt vero sequi.\"\n            },\n            \"billing_address\": null\n        }\n    ]\n}"}],"_postman_id":"b6a8f4e3-e931-42a2-8218-22d2e040a47c"},{"name":"Customer multiple (basic + orders history)","id":"1b75ebe7-3fe2-4e44-93dd-131de90b737c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/orders/multiplecustomer/1,2,3,4,5,96?with_orders=true","description":"<p>Fetch a collection of basic Customer object by list of comma separated ID(s); the result will be a collection of basic info about the Customer and the history of Orders.\nATTENTION: You have to pass the parameter:\n    with_orders=true\nin the query string if You want basic informations about Orders.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","multiplecustomer","1,2,3,4,5,96"],"host":["www","bluespirit","com"],"query":[{"key":"with_orders","value":"true"}],"variable":[]}},"response":[{"id":"720c7087-2710-4bed-9e83-03a2674c7641","name":"Customer (basic + orders history)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/customer/ed1908bd0fd20749315e74b8114db965"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:17:08 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlVPT0c2TUVRa2pIREpwTXdlRmREc1BjZ0xnVWNlWmIxaVpMMERpTXJ0dkU9IiwidmFsdWUiOiI1UHN6bDZoOUhaelZLdzFZb2F1VlpwWndXRW16VWMramlGZmhRZGVcL2NmTVQ1XC9RRzJEVjl1MUhvN1Fub2s3N0lOdlRmdGl5QXRTQVBsZE5OYUhrZE9RPT0iLCJtYWMiOiIwYWRjNTAxOGZhYTVhNTEwMDhlMDBlZjVmZGU3YjQ4M2FjMzU3NmM1YjU3ZWU3M2QxMjI1ODIwYTM0MGYzNWYzIn0%3D; expires=Sat, 28-Sep-2019 11:17:08 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"27656\",\n    \"lang_id\": \"it\",\n    \"code\": \"ed1908bd0fd20749315e74b8114db965\",\n    \"email\": \"cleopatra39@yahoo.com\",\n    \"name\": \"Ing. Muzio Ruggiero\",\n    \"flag_communication\": 1,\n    \"flag_segmentation\": 1,\n    \"created_at\": \"2019-06-25T09:03:00+02:00\",\n    \"updated_at\": \"2019-06-25T09:03:00+02:00\",\n    \"orders\": [\n        {\n            \"id\": \"57625\",\n            \"lang_id\": \"it\",\n            \"reference\": \"PW005208\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CLOSED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-25T09:05:19+02:00\",\n            \"updated_at\": \"2019-09-04T16:07:06+02:00\"\n        }\n    ]\n}"}],"_postman_id":"1b75ebe7-3fe2-4e44-93dd-131de90b737c"},{"name":"Fetch Customers (Paginated)","id":"474bb2fb-0046-4ff9-a1e4-739751165e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/customers/2024-04-14T12:42:58+02:00?page=2","description":"<p>Fetch a list of basic payload for Customers, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","customers","2024-04-14T12:42:58+02:00"],"host":["www","philipwatch","net"],"query":[{"description":{"content":"<p>The current page to fetch items</p>\n","type":"text/plain"},"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"87674566-fa4b-48a0-87c6-dddd138d594e","name":"Fetch Customers (Paginated)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":{"raw":"https://www.philipwatch.net/api/v1/fetch/customers/2024-04-14T12:42:58+02:00?page=2","protocol":"https","host":["www","philipwatch","net"],"path":["api","v1","fetch","customers","2024-04-14T12:42:58+02:00"],"query":[{"key":"page","value":"2","description":"The current page to fetch items"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:15:22 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjlGYkQ3dkRhenJoaDNMT3JPVmYxbmRZM1ZGSGZcL1hwTHdpVWdwK1ZSdlNBPSIsInZhbHVlIjoicjFMOUllMWR4OEQrQUlpQjI1S3p1WVVwZG04YmdlbUdHaG9tcFM5eUo2YVwvbERTeDhMZm1tQkpQN3UrQmI5ZUh2KzljTWpMd0JaNVRNNzdQeUpRY1FRPT0iLCJtYWMiOiJlODE2Zjg5NTBkZjI5NzZhZjk1ODA5YTIzY2ZmZDEwZjA1YTk5ODgwMWVhZThkYzJhMWU2OGQxMDRkYWViYzIyIn0%3D; expires=Sat, 28-Sep-2019 11:15:22 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"27628\",\n            \"lang_id\": \"it\",\n            \"code\": \"1c6a5e46cebc6ee903fe0e89e107d8aa\",\n            \"email\": \"nick.monti@yahoo.it\",\n            \"name\": \"Gianantonio Rossi\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-02T13:06:06+02:00\",\n            \"updated_at\": \"2019-07-15T18:56:23+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27680\",\n            \"lang_id\": \"en\",\n            \"code\": \"7065487cfc4dd95a8136dd2e4746a533\",\n            \"email\": \"sabino00@lombardo.com\",\n            \"name\": \"Sig. Teseo Orlando\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-13T11:43:43+02:00\",\n            \"updated_at\": \"2019-07-13T11:44:19+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27679\",\n            \"lang_id\": \"it\",\n            \"code\": \"985d20d06add6f6ec14d693aed6e7905\",\n            \"email\": \"arcibaldo.dangelo@damico.com\",\n            \"name\": \"Matilde Sartori\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-13T07:52:01+02:00\",\n            \"updated_at\": \"2019-07-13T07:52:02+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27678\",\n            \"lang_id\": \"it\",\n            \"code\": \"b6e27e353a8659608b192d56b6ba971a\",\n            \"email\": \"caligola.marchetti@hotmail.com\",\n            \"name\": \"Edilio Ferretti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-12T19:03:17+02:00\",\n            \"updated_at\": \"2019-07-12T19:03:34+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27677\",\n            \"lang_id\": \"it\",\n            \"code\": \"fbaa28bc1931e52e1f7c52cd36a48465\",\n            \"email\": \"ferrari.bernardo@gallo.com\",\n            \"name\": \"Ing. Clea Coppola\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-07-12T15:10:02+02:00\",\n            \"updated_at\": \"2019-07-12T15:27:32+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27676\",\n            \"lang_id\": \"it\",\n            \"code\": \"097b54e6fc8e9ff61ff2c1c6eda38fac\",\n            \"email\": \"michele.rinaldi@hotmail.com\",\n            \"name\": \"Ubaldo Esposito\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-11T21:26:37+02:00\",\n            \"updated_at\": \"2019-07-11T21:26:38+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27675\",\n            \"lang_id\": \"it\",\n            \"code\": \"680ea80fbfe6c6d59a296544d2dfbfe6\",\n            \"email\": \"vania76@gmail.com\",\n            \"name\": \"Lauro Coppola\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-11T21:11:09+02:00\",\n            \"updated_at\": \"2019-07-11T21:11:26+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27674\",\n            \"lang_id\": \"it\",\n            \"code\": \"378bdedfa9df9a3e057c98e63ce3bcc3\",\n            \"email\": \"csartori@messina.com\",\n            \"name\": \"Sig. Manuele Santoro\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-07-11T12:37:12+02:00\",\n            \"updated_at\": \"2019-07-11T12:37:12+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27673\",\n            \"lang_id\": \"it\",\n            \"code\": \"bf7cace8135b49d8702578b3dcdad59b\",\n            \"email\": \"morgana57@hotmail.com\",\n            \"name\": \"Dr. Marcella Cattaneo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-08T17:28:24+02:00\",\n            \"updated_at\": \"2019-07-08T17:28:53+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27672\",\n            \"lang_id\": \"it\",\n            \"code\": \"3d2a2976d7c3bb5ff48ee8ebe8dfc712\",\n            \"email\": \"giovanna.leone@damico.net\",\n            \"name\": \"Mariagiulia Russo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-07T22:20:13+02:00\",\n            \"updated_at\": \"2019-07-07T22:20:14+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27671\",\n            \"lang_id\": \"it\",\n            \"code\": \"c08b7fdda24a15496ab1b4d9b15573be\",\n            \"email\": \"pfiore@email.it\",\n            \"name\": \"Ubaldo Bernardi\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-07-07T15:07:54+02:00\",\n            \"updated_at\": \"2019-07-07T15:08:18+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27635\",\n            \"lang_id\": \"en\",\n            \"code\": \"5a29be155db679b142b5e4ee54004c51\",\n            \"email\": \"ggiordano@gmail.com\",\n            \"name\": \"Maria Costantini\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-06T17:11:32+02:00\",\n            \"updated_at\": \"2019-07-06T17:56:48+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27670\",\n            \"lang_id\": \"en\",\n            \"code\": \"2e26b87fd4f4b607d7ed5774765efa01\",\n            \"email\": \"nazzareno.gallo@gmail.com\",\n            \"name\": \"Xavier Moretti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-04T13:28:55+02:00\",\n            \"updated_at\": \"2019-07-04T13:30:21+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27669\",\n            \"lang_id\": \"it\",\n            \"code\": \"d6e65c17480d0a4940b5734cd9b36e88\",\n            \"email\": \"marini.evita@lombardi.it\",\n            \"name\": \"Felicia Sartori\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-07-04T11:43:17+02:00\",\n            \"updated_at\": \"2019-07-04T11:43:17+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27668\",\n            \"lang_id\": \"it\",\n            \"code\": \"96e0a405fad578e9cab7bfd59780348a\",\n            \"email\": \"agatti@cattaneo.it\",\n            \"name\": \"Battista Bellini\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-04T11:05:24+02:00\",\n            \"updated_at\": \"2019-07-04T11:05:52+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27667\",\n            \"lang_id\": \"it\",\n            \"code\": \"ad5434cc6e1f7697b30cfd53a98569ab\",\n            \"email\": \"xavier.marini@yahoo.com\",\n            \"name\": \"Lucrezia Milani\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-04T10:47:31+02:00\",\n            \"updated_at\": \"2019-07-04T10:52:19+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27666\",\n            \"lang_id\": \"it\",\n            \"code\": \"d58828462d73ac9f7f8838ff8d26008e\",\n            \"email\": \"ivonne42@libero.it\",\n            \"name\": \"Marieva Vitali\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-07-03T22:23:00+02:00\",\n            \"updated_at\": \"2019-07-03T22:23:00+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"1397\",\n            \"lang_id\": \"en\",\n            \"code\": \"31d2e603bc43f890a9decc21109cab64\",\n            \"email\": \"ocattaneo@grassi.com\",\n            \"name\": \"Ing. Thea Giuliani\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2014-05-30T18:30:50+02:00\",\n            \"updated_at\": \"2019-07-03T13:07:11+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27665\",\n            \"lang_id\": \"it\",\n            \"code\": \"41b65f696b56a7b6675a3c4b4487c06b\",\n            \"email\": \"giacinta63@yahoo.it\",\n            \"name\": \"Marino Barone\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-02T22:16:36+02:00\",\n            \"updated_at\": \"2019-07-02T22:22:24+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27664\",\n            \"lang_id\": \"it\",\n            \"code\": \"7ad3a0dd44131320dbbc6e10a64e1df0\",\n            \"email\": \"dnegri@libero.it\",\n            \"name\": \"Ivonne Monti\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-07-01T16:10:01+02:00\",\n            \"updated_at\": \"2019-07-01T16:10:01+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27663\",\n            \"lang_id\": \"it\",\n            \"code\": \"0e8c5a247ae3cd32eea3edb5271f09c8\",\n            \"email\": \"rossetti.ilario@galli.com\",\n            \"name\": \"Timothy Milani\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-29T20:41:53+02:00\",\n            \"updated_at\": \"2019-06-29T20:41:54+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27662\",\n            \"lang_id\": \"it\",\n            \"code\": \"94ee64aaeacc489265215485fbefb867\",\n            \"email\": \"caputo.tosca@email.it\",\n            \"name\": \"Lazzaro Guerra\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-29T11:46:46+02:00\",\n            \"updated_at\": \"2019-06-29T11:46:46+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27661\",\n            \"lang_id\": \"it\",\n            \"code\": \"eb4fa0713a42515f195e3d07346e5a2c\",\n            \"email\": \"wfarina@palmieri.org\",\n            \"name\": \"Nayade Giordano\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-28T15:45:59+02:00\",\n            \"updated_at\": \"2019-06-28T15:47:21+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27660\",\n            \"lang_id\": \"en\",\n            \"code\": \"91d5e46fb9ceea4de71b5d8150e9ed32\",\n            \"email\": \"marino.ilario@email.it\",\n            \"name\": \"Ing. Maruska Montanari\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-27T17:31:17+02:00\",\n            \"updated_at\": \"2019-06-27T17:31:17+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27659\",\n            \"lang_id\": \"it\",\n            \"code\": \"b4d78b85d5079ff37747d4700ccca52f\",\n            \"email\": \"sala.celeste@libero.it\",\n            \"name\": \"Felicia Sorrentino\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-27T01:27:13+02:00\",\n            \"updated_at\": \"2019-06-27T01:27:39+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27658\",\n            \"lang_id\": \"it\",\n            \"code\": \"f3888947e0ce4fd538349c52e5c3e9a2\",\n            \"email\": \"xsartori@marino.com\",\n            \"name\": \"Kayla D'amico\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-26T19:50:49+02:00\",\n            \"updated_at\": \"2019-06-26T19:50:49+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27657\",\n            \"lang_id\": \"it\",\n            \"code\": \"fa787c35710e17202202e7da84c837d5\",\n            \"email\": \"jesposito@email.it\",\n            \"name\": \"Samira Amato\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-25T15:14:40+02:00\",\n            \"updated_at\": \"2019-06-25T15:15:36+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27656\",\n            \"lang_id\": \"it\",\n            \"code\": \"ed1908bd0fd20749315e74b8114db965\",\n            \"email\": \"fontana.felicia@milani.com\",\n            \"name\": \"Helga Palumbo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-25T09:03:00+02:00\",\n            \"updated_at\": \"2019-06-25T09:03:00+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27655\",\n            \"lang_id\": \"en\",\n            \"code\": \"a1eb81a606c5ffb9f9e3f1c5c5d198e5\",\n            \"email\": \"zgatti@email.it\",\n            \"name\": \"Matilde Sanna\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-25T06:31:46+02:00\",\n            \"updated_at\": \"2019-06-25T06:31:46+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27654\",\n            \"lang_id\": \"fr\",\n            \"code\": \"6e3a78c84a44e6fc97537842d76439a0\",\n            \"email\": \"qfabbri@gmail.com\",\n            \"name\": \"Bacchisio Longo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-24T20:19:52+02:00\",\n            \"updated_at\": \"2019-06-24T20:21:00+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27653\",\n            \"lang_id\": \"fr\",\n            \"code\": \"8aaedb9c49a348913fdbacea146fe491\",\n            \"email\": \"patrizio.palmieri@hotmail.com\",\n            \"name\": \"Dylan Donati\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-24T02:10:40+02:00\",\n            \"updated_at\": \"2019-06-24T02:12:50+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27652\",\n            \"lang_id\": \"it\",\n            \"code\": \"edd10260878810cf7982c245c1baa1ad\",\n            \"email\": \"conte.nestore@yahoo.com\",\n            \"name\": \"Cleopatra Montanari\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-22T15:47:02+02:00\",\n            \"updated_at\": \"2019-06-22T15:47:02+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27651\",\n            \"lang_id\": \"it\",\n            \"code\": \"6e1c7e1ce1276709804474986a3c0e88\",\n            \"email\": \"riva.lidia@yahoo.it\",\n            \"name\": \"Marieva Battaglia\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-21T15:19:06+02:00\",\n            \"updated_at\": \"2019-06-21T15:19:48+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27650\",\n            \"lang_id\": \"it\",\n            \"code\": \"69451fbd4222edc01b55b105a4fa6709\",\n            \"email\": \"bianchi.umberto@galli.com\",\n            \"name\": \"Gioacchino Monti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-21T05:47:27+02:00\",\n            \"updated_at\": \"2019-06-21T05:47:27+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27560\",\n            \"lang_id\": \"it\",\n            \"code\": \"dc324ccb60e97ff0fbaff91402ba110d\",\n            \"email\": \"famato@libero.it\",\n            \"name\": \"Dott. Amedeo Marchetti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-04-08T18:35:42+02:00\",\n            \"updated_at\": \"2019-06-19T18:53:38+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27649\",\n            \"lang_id\": \"it\",\n            \"code\": \"50d769332a82eee3adf3cf6776413eb3\",\n            \"email\": \"miriam57@piras.com\",\n            \"name\": \"Albino Costantini\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-19T18:47:30+02:00\",\n            \"updated_at\": \"2019-06-19T18:47:30+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27648\",\n            \"lang_id\": \"it\",\n            \"code\": \"3fdac8367f338033ddb91297f13914a8\",\n            \"email\": \"anastasio77@palumbo.it\",\n            \"name\": \"Evita Martinelli\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-18T18:28:27+02:00\",\n            \"updated_at\": \"2019-06-18T19:44:59+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27647\",\n            \"lang_id\": \"en\",\n            \"code\": \"7f99da439d34707a33b03117be7b5267\",\n            \"email\": \"jconti@hotmail.com\",\n            \"name\": \"Sig. Demian Colombo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-16T23:31:19+02:00\",\n            \"updated_at\": \"2019-06-16T23:31:34+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27646\",\n            \"lang_id\": \"it\",\n            \"code\": \"d6d4a2268ce9d3c4a0548f148885787c\",\n            \"email\": \"lsartori@longo.it\",\n            \"name\": \"Sig.ra Nunzia Mariani\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-16T20:36:16+02:00\",\n            \"updated_at\": \"2019-06-16T20:36:16+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27645\",\n            \"lang_id\": \"it\",\n            \"code\": \"117359ec410e91162ca09b4d89421f76\",\n            \"email\": \"porlando@gmail.com\",\n            \"name\": \"Dr. Laura Colombo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-16T09:20:09+02:00\",\n            \"updated_at\": \"2019-06-16T09:20:09+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27644\",\n            \"lang_id\": \"it\",\n            \"code\": \"47fa44d9390410ebd9d72360ed3b4cb7\",\n            \"email\": \"mtesta@rossi.it\",\n            \"name\": \"Ing. Noemi Palmieri\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-15T11:52:56+02:00\",\n            \"updated_at\": \"2019-06-15T11:52:56+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27643\",\n            \"lang_id\": \"it\",\n            \"code\": \"323eef45807adeeb989ee47a92753255\",\n            \"email\": \"piccarda.ricci@farina.it\",\n            \"name\": \"Gaetano Ricci\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-15T11:46:54+02:00\",\n            \"updated_at\": \"2019-06-15T11:47:16+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27642\",\n            \"lang_id\": \"it\",\n            \"code\": \"915d0360aebb4a423f28f473c41a6373\",\n            \"email\": \"rossi.oretta@ferrari.com\",\n            \"name\": \"Sig. Dimitri Conte\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-14T15:12:03+02:00\",\n            \"updated_at\": \"2019-06-14T15:12:03+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27641\",\n            \"lang_id\": \"it\",\n            \"code\": \"441d774a8f46ece584c53954baf7fb99\",\n            \"email\": \"osvaldo80@lombardi.it\",\n            \"name\": \"Violante Monti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-13T15:12:23+02:00\",\n            \"updated_at\": \"2019-06-13T15:12:23+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27640\",\n            \"lang_id\": \"en\",\n            \"code\": \"a9283f7edf0c397c40c4683cf0a73ca4\",\n            \"email\": \"guido.colombo@yahoo.com\",\n            \"name\": \"Bacchisio Testa\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-11T17:35:55+02:00\",\n            \"updated_at\": \"2019-06-11T17:36:17+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27639\",\n            \"lang_id\": \"it\",\n            \"code\": \"3b5cd8e2e2b907696b273d5de3ecb3cd\",\n            \"email\": \"prisca75@yahoo.com\",\n            \"name\": \"Lino Riva\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-11T12:51:48+02:00\",\n            \"updated_at\": \"2019-06-11T12:51:48+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27633\",\n            \"lang_id\": \"it\",\n            \"code\": \"c412c6edbe5078214fbbfbe65b68cf4d\",\n            \"email\": \"giordano.penelope@giuliani.it\",\n            \"name\": \"Dott. Dylan De Santis\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-05T11:36:34+02:00\",\n            \"updated_at\": \"2019-06-10T09:54:08+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27611\",\n            \"lang_id\": \"it\",\n            \"code\": \"baa16296fa5822b4f69aedcf9d97d789\",\n            \"email\": \"carlo00@yahoo.it\",\n            \"name\": \"Tosca Amato\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-17T18:46:35+02:00\",\n            \"updated_at\": \"2019-06-07T23:22:23+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27638\",\n            \"lang_id\": \"it\",\n            \"code\": \"621f604b41179178400672d4afe55f0c\",\n            \"email\": \"lia.morelli@basile.com\",\n            \"name\": \"Gianleonardo Serra\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-07T22:26:12+02:00\",\n            \"updated_at\": \"2019-06-07T22:26:12+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27637\",\n            \"lang_id\": \"it\",\n            \"code\": \"b56020e7392ddab8a349742d03922ed3\",\n            \"email\": \"fneri@pagano.com\",\n            \"name\": \"Dott. Thea Pellegrino\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-07T19:37:47+02:00\",\n            \"updated_at\": \"2019-06-07T19:37:47+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"230\",\n            \"lang_id\": \"it\",\n            \"code\": \"48af585a7903a73f696f4762fb91c924\",\n            \"email\": \"lombardi.gelsomina@rinaldi.com\",\n            \"name\": \"Samira Rizzi\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2014-08-01T09:28:47+02:00\",\n            \"updated_at\": \"2019-06-07T14:12:16+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27632\",\n            \"lang_id\": \"it\",\n            \"code\": \"9595333c60d65b21c451da1ef27839be\",\n            \"email\": \"vitalba37@conte.com\",\n            \"name\": \"Soriana Fabbri\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-04T22:46:55+02:00\",\n            \"updated_at\": \"2019-06-04T22:47:53+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27631\",\n            \"lang_id\": \"it\",\n            \"code\": \"29102ab7243a4373925b8a68ab33e011\",\n            \"email\": \"miriam.ferri@basile.com\",\n            \"name\": \"Lino Lombardo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-06-04T12:13:35+02:00\",\n            \"updated_at\": \"2019-06-04T12:16:57+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27630\",\n            \"lang_id\": \"it\",\n            \"code\": \"8212ee1ff554a557fdca1f73b394a90a\",\n            \"email\": \"lorlando@gmail.com\",\n            \"name\": \"Filomena Rizzo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-03T14:08:47+02:00\",\n            \"updated_at\": \"2019-06-03T14:08:47+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27629\",\n            \"lang_id\": \"it\",\n            \"code\": \"2a4abe723fd0093881ed68f236f72cd7\",\n            \"email\": \"grasso.ciro@santoro.com\",\n            \"name\": \"Dott. Nayade Bernardi\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-02T16:06:10+02:00\",\n            \"updated_at\": \"2019-06-02T16:06:29+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27627\",\n            \"lang_id\": \"it\",\n            \"code\": \"7ede8de8ba3caadc47ec3d217ab288b4\",\n            \"email\": \"pfarina@esposito.com\",\n            \"name\": \"Ing. Akira Piras\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-01T16:03:00+02:00\",\n            \"updated_at\": \"2019-06-01T16:03:40+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27626\",\n            \"lang_id\": \"it\",\n            \"code\": \"b8755e13d0824330f0dd72535ee49309\",\n            \"email\": \"fdeangelis@mazza.org\",\n            \"name\": \"Ing. Cecco Rossetti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-31T18:51:57+02:00\",\n            \"updated_at\": \"2019-05-31T18:52:16+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27625\",\n            \"lang_id\": \"it\",\n            \"code\": \"800a224ede1233ee5d9399cf4c2d2d3e\",\n            \"email\": \"cosetta.ferrari@ferrara.com\",\n            \"name\": \"Lia Montanari\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-28T19:38:35+02:00\",\n            \"updated_at\": \"2019-05-28T19:38:35+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27624\",\n            \"lang_id\": \"it\",\n            \"code\": \"038d031fe08a8c1f420093fa572cdfdc\",\n            \"email\": \"umarino@yahoo.com\",\n            \"name\": \"Osvaldo Grassi\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-27T19:13:13+02:00\",\n            \"updated_at\": \"2019-05-27T19:13:13+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27623\",\n            \"lang_id\": \"en\",\n            \"code\": \"effbd706d3828637c5f735068620c060\",\n            \"email\": \"terzo82@email.it\",\n            \"name\": \"Loretta Rizzo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-24T20:36:39+02:00\",\n            \"updated_at\": \"2019-05-24T20:36:40+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27622\",\n            \"lang_id\": \"it\",\n            \"code\": \"67f26ac27445c6ecd14501d6873452e1\",\n            \"email\": \"montanari.marino@hotmail.com\",\n            \"name\": \"Brigitta Greco\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-23T19:54:20+02:00\",\n            \"updated_at\": \"2019-05-23T19:54:20+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27621\",\n            \"lang_id\": \"it\",\n            \"code\": \"e58a960fe915a1a8c18f2e7d4d9aebcd\",\n            \"email\": \"rita.palumbo@grasso.net\",\n            \"name\": \"Ing. Mirco Ferrari\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-22T22:16:29+02:00\",\n            \"updated_at\": \"2019-05-22T22:16:29+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27577\",\n            \"lang_id\": \"it\",\n            \"code\": \"d40a764dfac8b60943ca8029aea50bcc\",\n            \"email\": \"barone.abramo@deangelis.it\",\n            \"name\": \"Timoteo Santoro\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-04-16T20:28:20+02:00\",\n            \"updated_at\": \"2019-05-22T20:52:47+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27620\",\n            \"lang_id\": \"it\",\n            \"code\": \"5979382a060e25b36b122be792959411\",\n            \"email\": \"silvestri.guido@esposito.com\",\n            \"name\": \"Ing. Assia Palmieri\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-22T07:06:51+02:00\",\n            \"updated_at\": \"2019-05-22T07:06:51+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27619\",\n            \"lang_id\": \"it\",\n            \"code\": \"69b553223a06b9bf07417cb69443b8d7\",\n            \"email\": \"fabbri.loredana@costantini.com\",\n            \"name\": \"Hector Conte\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-20T18:01:36+02:00\",\n            \"updated_at\": \"2019-05-20T18:01:36+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27618\",\n            \"lang_id\": \"it\",\n            \"code\": \"18b959e638686c2497f2bbdf405b029e\",\n            \"email\": \"donati.violante@yahoo.com\",\n            \"name\": \"Bacchisio Martini\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-20T17:34:23+02:00\",\n            \"updated_at\": \"2019-05-20T17:34:23+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27617\",\n            \"lang_id\": \"it\",\n            \"code\": \"c97aed62751567009f52805fc88990ae\",\n            \"email\": \"guerra.silverio@libero.it\",\n            \"name\": \"Olimpia Pellegrino\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-19T17:13:13+02:00\",\n            \"updated_at\": \"2019-05-19T17:16:34+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27615\",\n            \"lang_id\": \"en\",\n            \"code\": \"69fc6a7c400102bd000e86ad9f6620a3\",\n            \"email\": \"edeangelis@gmail.com\",\n            \"name\": \"Thea Costa\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-18T22:14:14+02:00\",\n            \"updated_at\": \"2019-05-18T22:14:14+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27614\",\n            \"lang_id\": \"it\",\n            \"code\": \"e6a62da7304fe895a8327b51f88193b3\",\n            \"email\": \"wmessina@hotmail.com\",\n            \"name\": \"Ing. Battista D'angelo\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-05-18T20:28:29+02:00\",\n            \"updated_at\": \"2019-05-18T20:28:29+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27613\",\n            \"lang_id\": \"it\",\n            \"code\": \"8d15b7bd3f65e4e195bea4126e8f2da5\",\n            \"email\": \"dante.pellegrino@gmail.com\",\n            \"name\": \"Antonio Mazza\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-18T17:51:40+02:00\",\n            \"updated_at\": \"2019-05-18T17:52:53+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27612\",\n            \"lang_id\": \"it\",\n            \"code\": \"ef37f8637aaa12cd3575f0a69f710180\",\n            \"email\": \"gaetano72@messina.com\",\n            \"name\": \"Amedeo Bruno\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-18T07:26:33+02:00\",\n            \"updated_at\": \"2019-05-18T07:27:50+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27610\",\n            \"lang_id\": \"it\",\n            \"code\": \"a0cc6262b7c52d6159b45902e8168780\",\n            \"email\": \"rizzi.giuliano@yahoo.com\",\n            \"name\": \"Fatima Gentile\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-16T11:48:20+02:00\",\n            \"updated_at\": \"2019-05-16T11:48:20+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27609\",\n            \"lang_id\": \"it\",\n            \"code\": \"64467eb5ba2e7314778eb7b70c6fbef1\",\n            \"email\": \"prisca30@email.it\",\n            \"name\": \"Sabino Sanna\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-16T11:28:49+02:00\",\n            \"updated_at\": \"2019-05-16T11:28:49+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27608\",\n            \"lang_id\": \"it\",\n            \"code\": \"f8d0feb97c64fc89ea41aeb39cd4d06c\",\n            \"email\": \"amontanari@coppola.com\",\n            \"name\": \"Ing. Vera Coppola\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-16T10:28:21+02:00\",\n            \"updated_at\": \"2019-05-16T10:28:21+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27607\",\n            \"lang_id\": \"it\",\n            \"code\": \"0d5792bc07ec462f75988d9f005ebc61\",\n            \"email\": \"marianita82@ricci.com\",\n            \"name\": \"Dr. Giancarlo De Santis\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-15T07:45:57+02:00\",\n            \"updated_at\": \"2019-05-15T07:45:58+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27606\",\n            \"lang_id\": \"it\",\n            \"code\": \"8ab444d37f43db1367e4df6b6b872db1\",\n            \"email\": \"vania.ferraro@rizzo.it\",\n            \"name\": \"Gianantonio Gatti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-05-14T08:55:13+02:00\",\n            \"updated_at\": \"2019-05-14T08:55:14+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27605\",\n            \"lang_id\": \"it\",\n            \"code\": \"78daa78a517fa51f575c7ae824056fad\",\n            \"email\": \"silvestri.antimo@yahoo.com\",\n            \"name\": \"Dott. Lauro Vitali\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-13T19:19:24+02:00\",\n            \"updated_at\": \"2019-05-13T23:54:31+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27604\",\n            \"lang_id\": \"it\",\n            \"code\": \"61a73ae692fe18abadf9d1bd47d8efe4\",\n            \"email\": \"forlando@pellegrino.com\",\n            \"name\": \"Olo Conti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-13T11:00:18+02:00\",\n            \"updated_at\": \"2019-05-13T11:00:42+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"8631\",\n            \"lang_id\": \"it\",\n            \"code\": \"98faddd047fa52f4a05ded413807dbdd\",\n            \"email\": \"serra.ruth@riva.net\",\n            \"name\": \"Radio Lombardi\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2015-06-12T09:12:31+02:00\",\n            \"updated_at\": \"2019-05-12T21:06:49+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27603\",\n            \"lang_id\": \"it\",\n            \"code\": \"317515ef130937121356ba7ea4f52e8a\",\n            \"email\": \"trevis.amato@libero.it\",\n            \"name\": \"Marino Romano\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-05-12T19:29:15+02:00\",\n            \"updated_at\": \"2019-05-12T19:29:16+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27602\",\n            \"lang_id\": \"it\",\n            \"code\": \"ef682c8a09249055f081b7c74660686c\",\n            \"email\": \"caligola.basile@gmail.com\",\n            \"name\": \"Zaccaria Bernardi\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-11T20:26:00+02:00\",\n            \"updated_at\": \"2019-05-11T20:26:00+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27601\",\n            \"lang_id\": \"it\",\n            \"code\": \"2bcd220b7ef89c463585316b136f54d8\",\n            \"email\": \"pferretti@email.it\",\n            \"name\": \"Orfeo Marini\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-05-11T09:27:10+02:00\",\n            \"updated_at\": \"2019-05-11T09:27:10+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27600\",\n            \"lang_id\": \"en\",\n            \"code\": \"48ccb00cfcdf611c41e7e0def506cd86\",\n            \"email\": \"edesantis@libero.it\",\n            \"name\": \"Sig.ra Nayade Barone\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-10T07:48:54+02:00\",\n            \"updated_at\": \"2019-05-10T07:49:07+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27599\",\n            \"lang_id\": \"it\",\n            \"code\": \"e45ef33b79ec047de0b449deb33fffd7\",\n            \"email\": \"fortunata.longo@yahoo.it\",\n            \"name\": \"Dott. Graziano Russo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-08T23:26:57+02:00\",\n            \"updated_at\": \"2019-05-08T23:26:57+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27598\",\n            \"lang_id\": \"en\",\n            \"code\": \"e5c717c5785bef5464b49c332a893475\",\n            \"email\": \"oriva@email.it\",\n            \"name\": \"Matilde Conti\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-08T19:03:49+02:00\",\n            \"updated_at\": \"2019-05-08T19:03:49+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27597\",\n            \"lang_id\": \"en\",\n            \"code\": \"cfe811a17a81f3f623690d729e5acba3\",\n            \"email\": \"hbasile@caputo.it\",\n            \"name\": \"Edvige Rinaldi\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-08T17:31:43+02:00\",\n            \"updated_at\": \"2019-05-08T17:31:43+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27596\",\n            \"lang_id\": \"it\",\n            \"code\": \"07cb0eccf4284d3b32a01d84ad87f21a\",\n            \"email\": \"assia47@martinelli.it\",\n            \"name\": \"Dr. Silvano Palmieri\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-08T17:27:03+02:00\",\n            \"updated_at\": \"2019-05-08T17:27:03+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27594\",\n            \"lang_id\": \"it\",\n            \"code\": \"9c5f239ec666b21bac62add6d54b05c7\",\n            \"email\": \"gilda97@gmail.com\",\n            \"name\": \"Dr. Isabel De Santis\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-07T14:21:44+02:00\",\n            \"updated_at\": \"2019-05-07T14:23:28+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27593\",\n            \"lang_id\": \"it\",\n            \"code\": \"eecbe04ceb39e6dd3cea951096116874\",\n            \"email\": \"amos47@gmail.com\",\n            \"name\": \"Dr. Alighiero Negri\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-07T09:53:47+02:00\",\n            \"updated_at\": \"2019-05-07T09:53:48+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27592\",\n            \"lang_id\": \"it\",\n            \"code\": \"b8631ca56fadcf183ac8f62332657edc\",\n            \"email\": \"rosalba87@costa.it\",\n            \"name\": \"Sibilla Lombardo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-06T20:12:48+02:00\",\n            \"updated_at\": \"2019-05-06T20:13:58+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27591\",\n            \"lang_id\": \"it\",\n            \"code\": \"a6913726807bce3566a866791079843b\",\n            \"email\": \"grassi.hector@email.it\",\n            \"name\": \"Rita Palumbo\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-06T18:58:46+02:00\",\n            \"updated_at\": \"2019-05-06T19:02:35+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27590\",\n            \"lang_id\": \"it\",\n            \"code\": \"cd7f6176c49935966c08f8e4dfe59bbd\",\n            \"email\": \"luigi33@yahoo.it\",\n            \"name\": \"Sig. Hector Fabbri\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-06T18:56:01+02:00\",\n            \"updated_at\": \"2019-05-06T18:56:01+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27589\",\n            \"lang_id\": \"en\",\n            \"code\": \"2a19258b17cda37a4900993f48707308\",\n            \"email\": \"pagano.artemide@serra.it\",\n            \"name\": \"Luce Riva\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-03T16:54:41+02:00\",\n            \"updated_at\": \"2019-05-03T17:37:26+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27588\",\n            \"lang_id\": \"it\",\n            \"code\": \"ffa8749891237922024f9d7cd3079242\",\n            \"email\": \"pfontana@deangelis.com\",\n            \"name\": \"Loredana Bruno\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-03T14:11:35+02:00\",\n            \"updated_at\": \"2019-05-03T14:12:30+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27587\",\n            \"lang_id\": \"it\",\n            \"code\": \"f240ce105632c71911c54b1fec87a57a\",\n            \"email\": \"luigi33@yahoo.it\",\n            \"name\": \"Sig. Lorenzo Sorrentino\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-05-03T13:19:01+02:00\",\n            \"updated_at\": \"2019-05-03T13:19:59+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27585\",\n            \"lang_id\": \"it\",\n            \"code\": \"96075dbd4bc6046a5a0569bea09ac941\",\n            \"email\": \"guerra.demi@yahoo.com\",\n            \"name\": \"Sig. Marco Riva\",\n            \"flag_communication\": 0,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-05-03T12:30:45+02:00\",\n            \"updated_at\": \"2019-05-03T12:30:45+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27584\",\n            \"lang_id\": \"it\",\n            \"code\": \"bee108f89f7978f4e08c7ab76e4e7770\",\n            \"email\": \"arturo26@milani.com\",\n            \"name\": \"Rosolino Bianco\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 0,\n            \"created_at\": \"2019-05-03T11:39:51+02:00\",\n            \"updated_at\": \"2019-05-03T11:39:51+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27583\",\n            \"lang_id\": \"it\",\n            \"code\": \"011f110d91a9748cdca8ad7b5f971d21\",\n            \"email\": \"bianchi.audenico@bruno.net\",\n            \"name\": \"Mauro Guerra\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-04-30T17:32:14+02:00\",\n            \"updated_at\": \"2019-04-30T17:32:14+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27582\",\n            \"lang_id\": \"it\",\n            \"code\": \"9033537f261eb98ad1fb652cc533c3f2\",\n            \"email\": \"rlombardi@valentini.com\",\n            \"name\": \"Dr. Ninfa Barbieri\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-04-27T09:29:48+02:00\",\n            \"updated_at\": \"2019-04-29T12:40:05+02:00\",\n            \"item_type\": \"customer\"\n        },\n        {\n            \"id\": \"27581\",\n            \"lang_id\": \"en\",\n            \"code\": \"14ccc9817b72c08ca4623c840e83604f\",\n            \"email\": \"yvalentini@conte.org\",\n            \"name\": \"Ing. Giacobbe Negri\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-04-25T13:50:18+02:00\",\n            \"updated_at\": \"2019-04-25T13:50:41+02:00\",\n            \"item_type\": \"customer\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 2,\n        \"total_pages\": 3,\n        \"total_items\": 222,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"474bb2fb-0046-4ff9-a1e4-739751165e98"},{"name":"Fetch Single Customer (Detailed)","id":"c17017a1-b917-4cc3-9a22-cfe614df7dab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/customer/27656","description":"<p>Fetch a detailed payload for a single Customer.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","customer","27656"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"247e10e5-f804-4a6f-a012-605ac8064df0","name":"Fetch Single Customer (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/customer/27656"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:14:37 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InlzVURETXZncEpvV1U3akV4UCtadVRVNDA3WkRMXC9YTlI1bWVcL3FSaXIwWT0iLCJ2YWx1ZSI6InQwWmJUMXZDcmQxQ1NTa3E5bDFLdjg0bVpwOGs5ZEZ4elpocjg5OE5mb1VnOEkyMEFrMllyMWxQTFVRYzdnZWNySXlUNndUb3JBclA3R1FOUFwvRzY1UT09IiwibWFjIjoiOGZmZGE5OGQwYWU4YzY2Njg2MTc1NzQzZWFiNmNlYThjNmE1NWJmYTVmMDU5MWQzMjcxMWIxOTNiNTUzYjkxOCJ9; expires=Sat, 28-Sep-2019 11:14:37 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"27656\",\n    \"lang_id\": \"it\",\n    \"code\": \"ed1908bd0fd20749315e74b8114db965\",\n    \"email\": \"patrizio.barbieri@yahoo.it\",\n    \"name\": \"Aroldo Damico\",\n    \"flag_communication\": 1,\n    \"flag_segmentation\": 1,\n    \"created_at\": \"2019-06-25T09:03:00+02:00\",\n    \"updated_at\": \"2019-06-25T09:03:00+02:00\",\n    \"gender\": \"F\",\n    \"customer_type\": \"people\",\n    \"customer_group_id\": \"3\",\n    \"customer_group_name\": \"Customer\",\n    \"customer_shop_id\": null,\n    \"customer_shop_name\": null,\n    \"card_code\": null,\n    \"birthday\": \"1982-04-06\",\n    \"newsletter\": true,\n    \"shipping_address\": {\n        \"firstname\": \"Nazzareno\",\n        \"lastname\": \"Palumbo\",\n        \"company\": \"Colombo, Pellegrino e Santoro e figli\",\n        \"address1\": \"Piazza Orlando\",\n        \"address2\": \"Piano 2\",\n        \"postcode\": \"12173\",\n        \"city\": \"Settimo Gabriele salentino\",\n        \"state_code\": \"VT\",\n        \"state_name\": \"Potenza\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Voluptas qui vero ut vero quibusdam vel omnis.\",\n        \"phone\": \"+79 273 02 47 3396\",\n        \"phone_mobile\": \"+30 66 0525595\",\n        \"fax\": \"+54 259 70880890\",\n        \"vat_number\": \"JPZOEJ10U74F862Z\",\n        \"cf\": \"CXOLDK53E85R147A\",\n        \"extrainfo\": \"Hic sint autem iure tenetur.\"\n    },\n    \"billing_address\": null\n}"}],"_postman_id":"c17017a1-b917-4cc3-9a22-cfe614df7dab"},{"name":"Fetch Mutiple Customers (Detailed)","id":"78d595bd-70e5-40f0-bd2a-35d244e80562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/multiplecustomer/27583,27582,27673","description":"<p>Fetch a detailed collections of payloads for one or many Customers.\nThe multiple id(s) has to be separated by a comma(,), or can be directly an array (according to query-string limitations).</p>\n<p>Warning: the maximum set is fixed at 50 items.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","multiplecustomer","27583,27582,27673"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"e49cd355-b678-4a85-bf34-351d034c2d42","name":"Fetch Mutiple Customers (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/multiplecustomer/27583,27582,27673"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:16:21 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlB4bGtqdVwvXC8yOHpqK253VExidnZobEV5Y1BKMHl1cUF4MVVPQ1NKb2FjMD0iLCJ2YWx1ZSI6InIxOTN3WmpOZzYxeFhRcUZ4NHBaY2xaR0k2cW1lY2t0QUJ4ejdYWk1EMzJrNTFKNnJPXC9cL203RU9QNUlybSsrczdvUHFGM2VqN2JJWWV1dGplTEdGUWc9PSIsIm1hYyI6IjE2ZjEyMDA5OGZkOTAzMzY2NmNiNjgwOWRmNzFhNmY1MzhkOWYwY2FmMTRmODhiNDFlNzY5NmRhMDJkNzliZGUifQ%3D%3D; expires=Sat, 28-Sep-2019 11:16:21 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"27582\",\n            \"lang_id\": \"it\",\n            \"code\": \"9033537f261eb98ad1fb652cc533c3f2\",\n            \"email\": \"pleone@yahoo.it\",\n            \"name\": \"Ing. Diamante Sartori\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-04-27T09:29:48+02:00\",\n            \"updated_at\": \"2019-04-29T12:40:05+02:00\",\n            \"gender\": \"M\",\n            \"customer_type\": \"people\",\n            \"customer_group_id\": \"3\",\n            \"customer_group_name\": \"Customer\",\n            \"customer_shop_id\": null,\n            \"customer_shop_name\": null,\n            \"card_code\": null,\n            \"birthday\": \"1964-12-27\",\n            \"newsletter\": true,\n            \"shipping_address\": null,\n            \"billing_address\": null\n        },\n        {\n            \"id\": \"27583\",\n            \"lang_id\": \"it\",\n            \"code\": \"011f110d91a9748cdca8ad7b5f971d21\",\n            \"email\": \"luigi77@hotmail.com\",\n            \"name\": \"Modesto Damico\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-04-30T17:32:14+02:00\",\n            \"updated_at\": \"2019-04-30T17:32:14+02:00\",\n            \"gender\": \"M\",\n            \"customer_type\": \"people\",\n            \"customer_group_id\": \"3\",\n            \"customer_group_name\": \"Customer\",\n            \"customer_shop_id\": null,\n            \"customer_shop_name\": null,\n            \"card_code\": null,\n            \"birthday\": \"2000-03-23\",\n            \"newsletter\": true,\n            \"shipping_address\": {\n                \"firstname\": \"Pericle\",\n                \"lastname\": \"Pagano\",\n                \"company\": \"Damico e figli\",\n                \"address1\": \"Piazza Oreste\",\n                \"address2\": \"Piano 1\",\n                \"postcode\": \"86758\",\n                \"city\": \"San Elsa calabro\",\n                \"state_code\": \"PI\",\n                \"state_name\": \"Campobasso\",\n                \"country_code\": \"NO\",\n                \"country_name\": \"Norvegia\",\n                \"other\": \"Dolorum delectus dolore omnis rerum officia.\",\n                \"phone\": \"388 679 572\",\n                \"phone_mobile\": \"+59 6897 24198382\",\n                \"fax\": \"+95 7056 7368510\",\n                \"vat_number\": \"OELHMG46J37Y962F\",\n                \"cf\": \"FBSISW34N46U619B\",\n                \"extrainfo\": \"Quam id eveniet delectus qui quis officia odit.\"\n            },\n            \"billing_address\": null\n        },\n        {\n            \"id\": \"27673\",\n            \"lang_id\": \"it\",\n            \"code\": \"bf7cace8135b49d8702578b3dcdad59b\",\n            \"email\": \"tcarbone@vitale.it\",\n            \"name\": \"Priamo Ruggiero\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-07-08T17:28:24+02:00\",\n            \"updated_at\": \"2019-07-08T17:28:53+02:00\",\n            \"gender\": \"M\",\n            \"customer_type\": \"people\",\n            \"customer_group_id\": \"3\",\n            \"customer_group_name\": \"Customer\",\n            \"customer_shop_id\": null,\n            \"customer_shop_name\": null,\n            \"card_code\": null,\n            \"birthday\": \"1995-05-01\",\n            \"newsletter\": true,\n            \"shipping_address\": {\n                \"firstname\": \"Sarita\",\n                \"lastname\": \"Messina\",\n                \"company\": \"Bruno, De luca e Farina s.r.l.\",\n                \"address1\": \"Rotonda Cleopatra\",\n                \"address2\": \"Appartamento 46\",\n                \"postcode\": \"18092\",\n                \"city\": \"De Santis ligure\",\n                \"state_code\": \"PI\",\n                \"state_name\": \"Rovigo\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Velit consequatur quia rerum consequuntur molestiae alias.\",\n                \"phone\": \"+83 607 50 46 4718\",\n                \"phone_mobile\": \"+77 42 24598841\",\n                \"fax\": \"+76 974 77813211\",\n                \"vat_number\": \"YUENHD54X04C219F\",\n                \"cf\": \"UTTTEG34S08Z689Y\",\n                \"extrainfo\": \"Facere corrupti ut eum rem.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Rodolfo\",\n                \"lastname\": \"Sanna\",\n                \"company\": \"Esposito, Ferraro e Ferrari SPA\",\n                \"address1\": \"Incrocio Quarto\",\n                \"address2\": \"Appartamento 58\",\n                \"postcode\": \"54532\",\n                \"city\": \"Luna a mare\",\n                \"state_code\": \"SP\",\n                \"state_name\": \"Varese\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Distinctio eius quidem aut suscipit et laboriosam ut debitis.\",\n                \"phone\": \"+43 250 8363221\",\n                \"phone_mobile\": \"+58 436 7834518\",\n                \"fax\": \"+01 1737 8969349\",\n                \"vat_number\": \"AIGFBA07D62H390N\",\n                \"cf\": \"QPXELG53I73F635T\",\n                \"extrainfo\": \"Illo error at et sed dolorem.\"\n            }\n        }\n    ]\n}"}],"_postman_id":"78d595bd-70e5-40f0-bd2a-35d244e80562"},{"name":"Fetch Customer Wishlist","id":"5cfcf9f1-d520-4e01-9723-e279010dfc1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/fetch/wishlist/626379","description":"<p>Fetch a detailed collections of payloads for one or many WISHLISTs.\nThis method accept the ID (numeric) of the customer or the MD5-CODE (32 chars, MD5 of the email address) and returns even the list of products associated with several wishlists.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","wishlist","626379"],"host":["www","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"5274bd99-fe2c-433d-a953-1d7778cd2277","name":"Fetch Customer Wishlist","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/fetch/wishlist/134957"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 04 Jun 2020 10:29:27 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 134957,\n    \"lang_id\": \"it\",\n    \"code\": \"c7fc40c937a926895f62fec5829bb3fd\",\n    \"email\": \"kai.testa@gmail.com\",\n    \"name\": \"Cassiopea Parisi\",\n    \"flag_communication\": false,\n    \"flag_segmentation\": false,\n    \"created_at\": \"2020-04-03T16:16:31+02:00\",\n    \"updated_at\": \"2020-04-05T20:42:25+02:00\",\n    \"wishlists\": [\n        {\n            \"id\": 6829,\n            \"customer_id\": 134957,\n            \"code\": \"9e2040faeb0a6c4522e9afe1752eff6ababc75c7\",\n            \"name\": \"collane\",\n            \"default\": false,\n            \"created_at\": \"2020-04-04T17:40:06+02:00\",\n            \"updated_at\": \"2020-04-04T17:40:06+02:00\",\n            \"products\": [\n                {\n                    \"id\": 22404,\n                    \"sku\": \"P.259410000200\",\n                    \"sap_sku\": \"P.259410000200\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"39.00\",\n                    \"created_at\": \"2017-03-15T06:06:24+01:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 6825,\n            \"customer_id\": 134957,\n            \"code\": \"9e2040faeb0a6c4522e9afe1752eff6ababc75c7\",\n            \"name\": \"Guess collane\",\n            \"default\": false,\n            \"created_at\": \"2020-04-04T15:21:18+02:00\",\n            \"updated_at\": \"2020-04-04T15:21:18+02:00\",\n            \"products\": [\n                {\n                    \"id\": 69983,\n                    \"sku\": \"UBN29073\",\n                    \"sap_sku\": \"GU.UBN29073\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": false,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"49.00\",\n                    \"created_at\": \"2019-09-10T14:18:47+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 69984,\n                    \"sku\": \"UBN78078\",\n                    \"sap_sku\": \"GU.UBN78078\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"49.00\",\n                    \"created_at\": \"2019-09-10T14:18:48+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 6824,\n            \"customer_id\": 134957,\n            \"code\": \"9e2040faeb0a6c4522e9afe1752eff6ababc75c7\",\n            \"name\": \"Guess bracciali\",\n            \"default\": false,\n            \"created_at\": \"2020-04-04T15:19:46+02:00\",\n            \"updated_at\": \"2020-04-04T15:19:46+02:00\",\n            \"products\": [\n                {\n                    \"id\": 42379,\n                    \"sku\": \"UBB83000-S\",\n                    \"sap_sku\": \"GU.UBB83000-S\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": true,\n                    \"is_featured\": false,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"49.00\",\n                    \"created_at\": \"2017-09-29T10:49:48+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 44175,\n                    \"sku\": \"UBB21516-S\",\n                    \"sap_sku\": \"GU.UBB21516-S\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": true,\n                    \"is_featured\": false,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"49.00\",\n                    \"created_at\": \"2017-10-20T13:05:38+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 59218,\n                    \"sku\": \"UBB85116-S\",\n                    \"sap_sku\": \"GU.UBB85116-S\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": false,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"49.00\",\n                    \"created_at\": \"2018-10-23T12:23:08+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 68300,\n                    \"sku\": \"UBB78103-S\",\n                    \"sap_sku\": \"GU.UBB78103-S\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": false,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"39.00\",\n                    \"created_at\": \"2019-04-18T13:29:33+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 68302,\n                    \"sku\": \"UBB78095-S\",\n                    \"sap_sku\": \"GU.UBB78095-S\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"49.00\",\n                    \"created_at\": \"2019-04-18T13:29:33+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 69970,\n                    \"sku\": \"UBB29006-S\",\n                    \"sap_sku\": \"GU.UBB29006-S\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"49.00\",\n                    \"created_at\": \"2019-09-10T14:18:45+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 69973,\n                    \"sku\": \"UBB29073-S\",\n                    \"sap_sku\": \"GU.UBB29073-S\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"49.00\",\n                    \"created_at\": \"2019-09-10T14:18:46+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 6810,\n            \"customer_id\": 134957,\n            \"code\": \"9e2040faeb0a6c4522e9afe1752eff6ababc75c7\",\n            \"name\": null,\n            \"default\": true,\n            \"created_at\": \"2020-04-03T16:19:43+02:00\",\n            \"updated_at\": \"2020-04-03T16:19:43+02:00\",\n            \"products\": [\n                {\n                    \"id\": 6490,\n                    \"sku\": \"SCZ170\",\n                    \"sap_sku\": \"SCZ170\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.02\",\n                    \"price\": \"39.00\",\n                    \"created_at\": \"2012-09-28T19:24:22+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 56670,\n                    \"sku\": \"SANN08\",\n                    \"sap_sku\": \"SANN08\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"25.00\",\n                    \"created_at\": \"2018-08-01T17:58:39+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 59833,\n                    \"sku\": \"SAKQ02\",\n                    \"sap_sku\": \"SAKQ02\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"29.00\",\n                    \"created_at\": \"2018-10-23T12:24:31+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 59834,\n                    \"sku\": \"SAKQ03\",\n                    \"sap_sku\": \"SAKQ03\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"29.00\",\n                    \"created_at\": \"2018-10-23T12:24:32+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 59835,\n                    \"sku\": \"SAKQ04\",\n                    \"sap_sku\": \"SAKQ04\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"29.00\",\n                    \"created_at\": \"2018-10-23T12:24:32+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 62398,\n                    \"sku\": \"LPS05APY04\",\n                    \"sap_sku\": \"LPS05APY04\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"25.00\",\n                    \"created_at\": \"2019-01-30T15:30:58+01:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 62410,\n                    \"sku\": \"LPS05APZ08\",\n                    \"sap_sku\": \"LPS05APZ08\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"29.00\",\n                    \"created_at\": \"2019-01-30T15:30:59+01:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 62431,\n                    \"sku\": \"LPS05AQI02\",\n                    \"sap_sku\": \"LPS05AQI02\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"29.00\",\n                    \"created_at\": \"2019-01-30T15:31:02+01:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 62528,\n                    \"sku\": \"SAPW18\",\n                    \"sap_sku\": \"SAPW18\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"29.00\",\n                    \"created_at\": \"2019-01-30T15:31:13+01:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 66714,\n                    \"sku\": \"SAQE09\",\n                    \"sap_sku\": \"SAQE09\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"39.00\",\n                    \"created_at\": \"2019-04-03T13:56:50+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 68187,\n                    \"sku\": \"SAKM62\",\n                    \"sap_sku\": \"SAKM62\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"29.00\",\n                    \"created_at\": \"2019-04-18T13:29:13+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 68792,\n                    \"sku\": \"BK1726\",\n                    \"sap_sku\": \"LU.BK1726\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"24.00\",\n                    \"created_at\": \"2019-05-28T15:35:12+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 69405,\n                    \"sku\": \"SAQE25\",\n                    \"sap_sku\": \"SAQE25\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"32.00\",\n                    \"created_at\": \"2019-08-02T15:50:13+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 69410,\n                    \"sku\": \"SAQE30\",\n                    \"sap_sku\": \"SAQE30\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"29.00\",\n                    \"created_at\": \"2019-08-02T15:50:14+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 69411,\n                    \"sku\": \"SAQE31\",\n                    \"sap_sku\": \"SAQE31\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"32.00\",\n                    \"created_at\": \"2019-08-02T15:50:14+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 69417,\n                    \"sku\": \"SAQE37\",\n                    \"sap_sku\": \"SAQE37\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"32.00\",\n                    \"created_at\": \"2019-08-02T15:50:15+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 70108,\n                    \"sku\": \"BK1801\",\n                    \"sap_sku\": \"LU.BK1801\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"26.00\",\n                    \"created_at\": \"2019-10-15T13:36:32+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 70119,\n                    \"sku\": \"BK1819\",\n                    \"sap_sku\": \"LU.BK1819\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"22.00\",\n                    \"created_at\": \"2019-10-15T13:36:34+02:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                },\n                {\n                    \"id\": 70430,\n                    \"sku\": \"LPS05ARR35\",\n                    \"sap_sku\": \"LPS05ARR35\",\n                    \"is_soldout\": false,\n                    \"is_new\": false,\n                    \"is_out_of_production\": false,\n                    \"is_outlet\": false,\n                    \"is_featured\": true,\n                    \"quantity\": null,\n                    \"weight\": \"0.00\",\n                    \"price\": \"35.00\",\n                    \"created_at\": \"2019-10-31T11:24:10+01:00\",\n                    \"updated_at\": \"2020-06-04T06:00:14+02:00\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"5cfcf9f1-d520-4e01-9723-e279010dfc1c"},{"name":"Fetch Single Fidelity Card (Detailed)","id":"ffd2f745-4f79-4ac8-a5cf-853a742b4397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://wrk.bluespirit.com/api/v1/fetch/card/9943977034047","description":"<p>Fetch a detailed payload for a single Customer given its Fidelity card code.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","card","9943977034047"],"host":["wrk","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"ca75b986-4271-4629-9218-3ed31bba91c4","name":"Fetch Single Fidelity Card (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/fetch/card/9943977034047"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 23 Jun 2020 15:43:53 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"lang_id\": \"it\",\n    \"code\": \"dcf11fbf911e8345d0a1ce4a78b17817\",\n    \"email\": \"testa.terzo@libero.it\",\n    \"name\": \"Gabriele Lombardi\",\n    \"flag_communication\": true,\n    \"flag_segmentation\": true,\n    \"created_at\": \"2017-09-12T13:34:00+02:00\",\n    \"updated_at\": \"2020-06-23T17:14:51+02:00\",\n    \"gender\": \"M\",\n    \"customer_type\": \"people\",\n    \"customer_group_id\": 5,\n    \"customer_group_name\": \"B2B\",\n    \"customer_alt_group_id\": null,\n    \"customer_alt_group_name\": null,\n    \"customer_shop_id\": null,\n    \"customer_shop_name\": null,\n    \"card_code\": \"9786947307754\",\n    \"birthday\": \"1983-01-14\",\n    \"newsletter\": true,\n    \"shipping_address\": {\n        \"firstname\": \"Marzio\",\n        \"lastname\": \"Pellegrino\",\n        \"company\": \"Sartori-Orlando s.r.l.\",\n        \"address1\": \"Strada Rizzi\",\n        \"address2\": \"Appartamento 24\",\n        \"postcode\": \"74120\",\n        \"city\": \"Martini calabro\",\n        \"state_code\": \"PE\",\n        \"state_name\": \"Verona\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Laborum consectetur ut voluptates ut.\",\n        \"phone\": \"+39 057 283 437\",\n        \"phone_mobile\": \"+39 029 092 312\",\n        \"fax\": \"306 059 969\",\n        \"vat_number\": \"QZVMVR74M17E792R\",\n        \"cf\": \"DHBEFS14O57G326N\",\n        \"extrainfo\": \"Eos nihil voluptas quo.\"\n    },\n    \"billing_address\": {\n        \"firstname\": \"Elsa\",\n        \"lastname\": \"Barone\",\n        \"company\": \"Bianchi Group\",\n        \"address1\": \"Strada Ludovico\",\n        \"address2\": \"Appartamento 37\",\n        \"postcode\": \"88479\",\n        \"city\": \"Erminia calabro\",\n        \"state_code\": \"LU\",\n        \"state_name\": \"Treviso\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Praesentium magnam aut optio nemo rerum eligendi consectetur.\",\n        \"phone\": \"+39 028 054 508\",\n        \"phone_mobile\": \"+39 307 916 266\",\n        \"fax\": \"091 202 9192\",\n        \"vat_number\": \"RQLQAG89B35W801V\",\n        \"cf\": \"SDMJGB34F11O098R\",\n        \"extrainfo\": \"Similique dolor ullam autem et dolores.\"\n    }\n}"}],"_postman_id":"ffd2f745-4f79-4ac8-a5cf-853a742b4397"},{"name":"Fetch Mutiple Fidelity Cards (Detailed)","id":"8e948246-ef99-4099-88c6-265e7da97472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/fetch/multiplecard/9943977034047,9943977034078","description":"<p>Fetch a detailed collections of payloads for one or many Customers.\nThe multiple card code(s) has to be separated by a comma(,), or can be directly an array (according to query-string limitations).</p>\n<p>Warning: the maximum set is fixed at 50 items.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","multiplecard","9943977034047,9943977034078"],"host":["www","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"1f577ba8-dfe6-4c80-b33c-7bc668af3752","name":"Fetch Mutiple Fidelity Cards (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/fetch/multiplecard/9943977034047,9943977034078"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 23 Jun 2020 15:44:06 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1,\n            \"lang_id\": \"it\",\n            \"code\": \"dcf11fbf911e8345d0a1ce4a78b17817\",\n            \"email\": \"guido.orlando@libero.it\",\n            \"name\": \"Max Bernardi\",\n            \"flag_communication\": true,\n            \"flag_segmentation\": true,\n            \"created_at\": \"2017-09-12T13:34:00+02:00\",\n            \"updated_at\": \"2020-06-23T17:14:51+02:00\",\n            \"gender\": \"M\",\n            \"customer_type\": \"people\",\n            \"customer_group_id\": 5,\n            \"customer_group_name\": \"B2B\",\n            \"customer_alt_group_id\": null,\n            \"customer_alt_group_name\": null,\n            \"customer_shop_id\": null,\n            \"customer_shop_name\": null,\n            \"card_code\": \"9795423615177\",\n            \"birthday\": \"1983-01-14\",\n            \"newsletter\": true,\n            \"shipping_address\": {\n                \"firstname\": \"Mariapia\",\n                \"lastname\": \"Grassi\",\n                \"company\": \"De rosa, Grassi e Gallo e figli\",\n                \"address1\": \"Via Tosca\",\n                \"address2\": \"Piano 2\",\n                \"postcode\": \"78956\",\n                \"city\": \"Settimo Battista\",\n                \"state_code\": \"VE\",\n                \"state_name\": \"Siracusa\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Quo qui voluptatibus ut doloremque dolor consequatur.\",\n                \"phone\": \"+39 348 887 352\",\n                \"phone_mobile\": \"+17 1124 7125519\",\n                \"fax\": \"+35 895 64515678\",\n                \"vat_number\": \"KHYACY81I17R680L\",\n                \"cf\": \"TUMRYO24Z75I271S\",\n                \"extrainfo\": \"Neque voluptatibus odio cum assumenda aut repudiandae et.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Giulietta\",\n                \"lastname\": \"Giordano\",\n                \"company\": \"Moretti-Martino e figli\",\n                \"address1\": \"Borgo Pellegrini\",\n                \"address2\": \"Piano 9\",\n                \"postcode\": \"05409\",\n                \"city\": \"Demian salentino\",\n                \"state_code\": \"NU\",\n                \"state_name\": \"Prato\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Maiores architecto exercitationem omnis quia hic eos et rerum.\",\n                \"phone\": \"+20 34 36004297\",\n                \"phone_mobile\": \"+60 64 7070955\",\n                \"fax\": \"307 201 732\",\n                \"vat_number\": \"TLQVLG17M26I920K\",\n                \"cf\": \"MHSOOF98X59N753L\",\n                \"extrainfo\": \"Et nostrum quia dolorem enim rerum ea.\"\n            }\n        },\n        {\n            \"id\": 92509,\n            \"lang_id\": \"it\",\n            \"code\": \"a09ef4972488ee2c16e60e2fa479d74c\",\n            \"email\": \"ausonio.monti@yahoo.it\",\n            \"name\": \"Ing. Siro Ferri\",\n            \"flag_communication\": false,\n            \"flag_segmentation\": false,\n            \"created_at\": \"2019-10-23T13:25:48+02:00\",\n            \"updated_at\": \"2019-10-23T13:42:47+02:00\",\n            \"gender\": \"M\",\n            \"customer_type\": \"people\",\n            \"customer_group_id\": 5,\n            \"customer_group_name\": \"B2B\",\n            \"customer_alt_group_id\": null,\n            \"customer_alt_group_name\": null,\n            \"customer_shop_id\": \"963\",\n            \"customer_shop_name\": \"BLUESPIRIT 963 REGGIO EMILIA\",\n            \"card_code\": \"9798718812336\",\n            \"birthday\": \"1983-01-14\",\n            \"newsletter\": false,\n            \"shipping_address\": null,\n            \"billing_address\": null\n        }\n    ]\n}"}],"_postman_id":"8e948246-ef99-4099-88c6-265e7da97472"}],"id":"bd692eed-ee8a-4665-97d4-d82928f68ff0","_postman_id":"bd692eed-ee8a-4665-97d4-d82928f68ff0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}}},{"name":"Carts","item":[{"name":"Fetch Carts (Paginated)","id":"671ad594-4739-45ee-b622-432c2dedbe16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/carts/2024-04-14T12:42:58+02:00","description":"<p>Fetch a list of basic payload for Carts, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","carts","2024-04-14T12:42:58+02:00"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"a8cf42e5-55fb-4e26-af95-ac285cc4aac6","name":"Fetch Carts (Paginated)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/carts/2024-04-14T12:42:58+02:00"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 30 Sep 2019 11:17:15 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ikp4NktTTGJUa2ZiZ0pUS2lqR2NQYjlwNHl6aXJKOUFQTzMrRkFCbUlvV289IiwidmFsdWUiOiJlS2pMaEM4RjlhYjI0MWJDeXlEcnU0NThhUUlwV2YrdkJHalFKb3hoRVpKS1REZUF5N1FsTkRIdU5ZWjB4aTltRWZIdmhoVnFiN2xMVWZRSWJ0MGpcL0E9PSIsIm1hYyI6ImJmN2JjMzVlODVmN2RkZmQwMDVhNzQyZTc2NDRmZTA0ZGE5MmQ0MGRhODliNDUwYWVjMmMxMTY3YjQ5YjlhOWQifQ%3D%3D; expires=Wed, 02-Oct-2019 11:17:15 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5963,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"665fae496eda9320b25e53d8335bda61\",\n            \"origin\": \"desktop\",\n            \"ip\": \"232.184.85.52\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7483a61bf172233ac7567fb2c3630afb\",\n            \"created_at\": \"2019-09-28T13:35:17+02:00\",\n            \"updated_at\": \"2019-09-30T12:50:30+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5978,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"67853407e43ebca86c2654bd795245e9\",\n            \"origin\": \"mobile\",\n            \"ip\": \"184.7.205.87\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=41cdcd946f7f76c1a35e8144542e89f0\",\n            \"created_at\": \"2019-09-30T12:01:12+02:00\",\n            \"updated_at\": \"2019-09-30T12:01:12+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5977,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"e619abe76851c14a6dfdcc8fb37c7f2d\",\n            \"origin\": \"mobile\",\n            \"ip\": \"166.167.255.125\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7e99c19b306381ccfce1076d4d3438e1\",\n            \"created_at\": \"2019-09-30T11:08:19+02:00\",\n            \"updated_at\": \"2019-09-30T11:08:19+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5976,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"6eb4064f5de4a9b45680f59f0459ae4e\",\n            \"origin\": \"desktop\",\n            \"ip\": \"201.128.21.130\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d083c915e8d3387f673598f5204aaeb3\",\n            \"created_at\": \"2019-09-30T10:04:45+02:00\",\n            \"updated_at\": \"2019-09-30T10:04:45+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5975,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"545ae01f4d6ef8d7d8ed21c67b410a7e\",\n            \"origin\": \"mobile\",\n            \"ip\": \"212.145.218.10\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=249d87ae832ba5a6850b18a6f2c2437d\",\n            \"created_at\": \"2019-09-29T23:58:17+02:00\",\n            \"updated_at\": \"2019-09-30T00:05:03+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5974,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"943bf22c0324a79464d31dbcf7cfd924\",\n            \"origin\": \"mobile\",\n            \"ip\": \"198.195.109.109\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6979a11539712f5436ae69f3c2d2ed82\",\n            \"created_at\": \"2019-09-29T19:31:31+02:00\",\n            \"updated_at\": \"2019-09-29T20:44:17+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5973,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"309bde9bd0a69e669c300f7651479c88\",\n            \"origin\": \"mobile\",\n            \"ip\": \"204.172.191.234\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d97b1b48d83a8cf0796df64b973df3de\",\n            \"created_at\": \"2019-09-29T12:05:08+02:00\",\n            \"updated_at\": \"2019-09-29T12:05:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5972,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"14e9595a51510bb8a041d2b2a5da3884\",\n            \"origin\": \"mobile\",\n            \"ip\": \"70.147.29.157\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27799,\n                \"order_id\": 57705,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d8d2340d70b6b2266b2cd13d4e1057cf\",\n            \"created_at\": \"2019-09-29T09:17:30+02:00\",\n            \"updated_at\": \"2019-09-29T09:32:46+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5971,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"fd1a966a334dc0cb892da109a22d4b5c\",\n            \"origin\": \"mobile\",\n            \"ip\": \"29.111.41.214\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e697823658f4fc679ffc0f34a050d0d4\",\n            \"created_at\": \"2019-09-28T22:26:23+02:00\",\n            \"updated_at\": \"2019-09-28T22:26:23+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5970,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2624edd49eaab58acba8eac251415262\",\n            \"origin\": \"desktop\",\n            \"ip\": \"204.203.243.150\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=8d078794eadf0c88af5282d54e190784\",\n            \"created_at\": \"2019-09-28T21:21:26+02:00\",\n            \"updated_at\": \"2019-09-28T21:21:26+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5969,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"84b35f73a856168a35f39d638f95f456\",\n            \"origin\": \"mobile\",\n            \"ip\": \"136.172.70.212\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=74899400f3311300f5444c7b9ce2a0f0\",\n            \"created_at\": \"2019-09-28T18:42:31+02:00\",\n            \"updated_at\": \"2019-09-28T18:43:05+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5968,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"5a6b6430e192e8c26b6cf9d2f22f76c9\",\n            \"origin\": \"desktop\",\n            \"ip\": \"218.62.199.228\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": 27798,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d9894c995d4b2d4b544db269206013db\",\n            \"created_at\": \"2019-09-28T17:15:13+02:00\",\n            \"updated_at\": \"2019-09-28T17:16:30+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5967,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"1e677239a328684c14442cfd5e77192d\",\n            \"origin\": \"mobile\",\n            \"ip\": \"173.98.163.212\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=3af42f263fdafbfdd0ea17e31b67ccb7\",\n            \"created_at\": \"2019-09-28T16:26:45+02:00\",\n            \"updated_at\": \"2019-09-28T16:27:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5966,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"682173531c247362296334cd4e959a6e\",\n            \"origin\": \"mobile\",\n            \"ip\": \"59.90.228.17\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=ce091ded131a84fb107dece8b4309c47\",\n            \"created_at\": \"2019-09-28T16:08:46+02:00\",\n            \"updated_at\": \"2019-09-28T16:08:53+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5965,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"0aecd72fe4836347226a9b441d29ed7c\",\n            \"origin\": \"desktop\",\n            \"ip\": \"168.108.172.14\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=73dcb53e0c687bd06bce54c84ed59b6a\",\n            \"created_at\": \"2019-09-28T14:28:04+02:00\",\n            \"updated_at\": \"2019-09-28T14:28:04+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5964,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"0814dc0cd7339ba5b1d48bec161b291f\",\n            \"origin\": \"desktop\",\n            \"ip\": \"81.164.42.184\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=065569f7b382bd646f20d96815f08a5d\",\n            \"created_at\": \"2019-09-28T13:59:01+02:00\",\n            \"updated_at\": \"2019-09-28T13:59:01+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5962,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2388a99ad4d33ed3e74a0beabaaa8302\",\n            \"origin\": \"desktop\",\n            \"ip\": \"191.5.51.209\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=889885fa2aefa8dc91f187cb41e671c5\",\n            \"created_at\": \"2019-09-28T09:02:25+02:00\",\n            \"updated_at\": \"2019-09-28T09:03:09+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5961,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"9bad7b5f30e444802d4b9155c9debfe1\",\n            \"origin\": \"mobile\",\n            \"ip\": \"167.65.189.162\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=bfe853a447d1ed12bd8941479f03459c\",\n            \"created_at\": \"2019-09-28T00:40:23+02:00\",\n            \"updated_at\": \"2019-09-28T00:42:44+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5960,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"adf4c640c3c4306c4ce4d9e72ba31f82\",\n            \"origin\": \"mobile\",\n            \"ip\": \"68.205.241.54\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=97de3c38d832b8f2898b0987565b83c3\",\n            \"created_at\": \"2019-09-27T22:47:35+02:00\",\n            \"updated_at\": \"2019-09-27T22:47:35+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5959,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"3e08f0c467d34535dfe3dee2c84fe36d\",\n            \"origin\": \"desktop\",\n            \"ip\": \"142.124.78.252\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a49f9f92600ce5c1002a18c2c305b967\",\n            \"created_at\": \"2019-09-27T22:33:19+02:00\",\n            \"updated_at\": \"2019-09-27T22:34:53+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5958,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"580336737b8416a7baf331d3df5e61ab\",\n            \"origin\": \"mobile\",\n            \"ip\": \"112.193.80.97\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=dcb250b5b47671611097c23f1dbf2590\",\n            \"created_at\": \"2019-09-27T21:54:06+02:00\",\n            \"updated_at\": \"2019-09-27T21:54:06+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5955,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"36f3febe4dff22486cd143bd16827204\",\n            \"origin\": \"desktop\",\n            \"ip\": \"201.190.80.234\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b5eadf13ee7a60286930893187a1700b\",\n            \"created_at\": \"2019-09-27T19:25:52+02:00\",\n            \"updated_at\": \"2019-09-27T20:28:29+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5957,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"ddc8e4b526c8801c8d2d7a3c4fbc5ef1\",\n            \"origin\": \"mobile\",\n            \"ip\": \"32.94.179.236\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27797,\n                \"order_id\": 57704,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=c59180194c55db77caa184a45691bbee\",\n            \"created_at\": \"2019-09-27T20:15:58+02:00\",\n            \"updated_at\": \"2019-09-27T20:21:45+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5956,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"ff61f21808d9053b036f293451626120\",\n            \"origin\": \"mobile\",\n            \"ip\": \"154.122.114.92\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=5a8ae9a023aaba1d60aea347e09f38c8\",\n            \"created_at\": \"2019-09-27T19:32:15+02:00\",\n            \"updated_at\": \"2019-09-27T19:32:23+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5954,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d424dd67fd83e4fa4415efa86c2c12bc\",\n            \"origin\": \"mobile\",\n            \"ip\": \"226.201.107.220\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 11,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b0ec9890eec9a422c379bd05dfec8c7b\",\n            \"created_at\": \"2019-09-27T19:24:37+02:00\",\n            \"updated_at\": \"2019-09-27T19:24:37+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5953,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"717963fedb8d3158b614ecd39168f5e6\",\n            \"origin\": \"desktop\",\n            \"ip\": \"171.10.42.244\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27132,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6bab6aa9bcfb83d3d7743889538561ca\",\n            \"created_at\": \"2019-09-27T18:14:54+02:00\",\n            \"updated_at\": \"2019-09-27T18:15:03+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5952,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"14a35beed1dc1433585667dfd731e9c0\",\n            \"origin\": \"desktop\",\n            \"ip\": \"91.72.16.125\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27132,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a23a5ca811a4bb63289b616fb00cf70c\",\n            \"created_at\": \"2019-09-27T18:11:52+02:00\",\n            \"updated_at\": \"2019-09-27T18:12:59+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5951,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"65069215dd8df1230432428b0f8c333d\",\n            \"origin\": \"desktop\",\n            \"ip\": \"30.157.195.67\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 1,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=56e906489651e8a95c46bbf4aa77a2a9\",\n            \"created_at\": \"2019-09-27T18:08:55+02:00\",\n            \"updated_at\": \"2019-09-27T18:10:55+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5950,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"6c34df9833ee31c153a6496bd88599b2\",\n            \"origin\": \"desktop\",\n            \"ip\": \"45.75.171.34\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6081ce48c74d2645afd8c28b6018501d\",\n            \"created_at\": \"2019-09-27T17:50:22+02:00\",\n            \"updated_at\": \"2019-09-27T17:50:22+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5949,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"6e5457a913e471e75a1e9cfd0cc3fc83\",\n            \"origin\": \"mobile\",\n            \"ip\": \"88.200.184.205\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b07fff000e42224d710697da623938d1\",\n            \"created_at\": \"2019-09-27T16:18:43+02:00\",\n            \"updated_at\": \"2019-09-27T16:18:43+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5948,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"d7c9bcbacf8053e0c5d18793ad56ed45\",\n            \"origin\": \"desktop\",\n            \"ip\": \"193.234.69.88\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b9f76d50132f9e06ef71f64bc3169fa7\",\n            \"created_at\": \"2019-09-27T13:49:40+02:00\",\n            \"updated_at\": \"2019-09-27T13:49:40+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5947,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"8561fc96175055f0899a7a566e19f589\",\n            \"origin\": \"mobile\",\n            \"ip\": \"135.113.33.126\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=50165c8494228a17c9d5609127c70bdd\",\n            \"created_at\": \"2019-09-27T13:16:47+02:00\",\n            \"updated_at\": \"2019-09-27T13:16:48+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5946,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"658c9cde4e0d764275ad8da77250c26b\",\n            \"origin\": \"mobile\",\n            \"ip\": \"175.146.61.98\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27795,\n                \"order_id\": 57703,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=773a3c01b77cb6e3f72905ef1f4039b5\",\n            \"created_at\": \"2019-09-27T12:28:08+02:00\",\n            \"updated_at\": \"2019-09-27T12:58:27+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5945,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"0a3effc5ad27ef73a1bb3be51a2a746a\",\n            \"origin\": \"desktop\",\n            \"ip\": \"163.208.140.196\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e873f5e7d30174e87e95658b2cc4e9e8\",\n            \"created_at\": \"2019-09-27T12:06:50+02:00\",\n            \"updated_at\": \"2019-09-27T12:06:50+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5944,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"205c26cff51ead70740cc73f2e175c02\",\n            \"origin\": \"mobile\",\n            \"ip\": \"136.187.116.153\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b16852724afbc3817b8f9da52cabfeb4\",\n            \"created_at\": \"2019-09-27T11:31:51+02:00\",\n            \"updated_at\": \"2019-09-27T11:32:02+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5943,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"0801a0c8dd8484bf1c6d1f8e1292fdff\",\n            \"origin\": \"mobile\",\n            \"ip\": \"206.14.216.35\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27794,\n                \"order_id\": 57702,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=1f2e5c7d20e4d0aad582bd9784320b1e\",\n            \"created_at\": \"2019-09-27T10:11:19+02:00\",\n            \"updated_at\": \"2019-09-27T10:16:26+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5942,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"b2a3309408ba73e9e2fa71ea612c7877\",\n            \"origin\": \"mobile\",\n            \"ip\": \"197.164.157.105\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6e2d7c4e57053109ceca69c8e49dfefe\",\n            \"created_at\": \"2019-09-27T08:40:26+02:00\",\n            \"updated_at\": \"2019-09-27T08:40:53+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5941,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"478f6cb251ed45d8a93581b69a8c726b\",\n            \"origin\": \"mobile\",\n            \"ip\": \"30.80.40.74\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6370aa329668c714a2c7cc4f672c72a0\",\n            \"created_at\": \"2019-09-26T19:43:56+02:00\",\n            \"updated_at\": \"2019-09-26T19:44:52+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5940,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"eb187715a102f12a1ba32384078d8111\",\n            \"origin\": \"desktop\",\n            \"ip\": \"182.197.228.134\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=32f67e13a34d7d9d49df36b6b3f2911b\",\n            \"created_at\": \"2019-09-26T16:12:49+02:00\",\n            \"updated_at\": \"2019-09-26T16:12:51+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5939,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"3465fde24f6540b124476db33eb0a4df\",\n            \"origin\": \"mobile\",\n            \"ip\": \"70.94.101.147\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27671,\n                \"order_id\": 57701,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=3586ac0ae8805251bcac4098b84d3d9c\",\n            \"created_at\": \"2019-09-26T15:43:10+02:00\",\n            \"updated_at\": \"2019-09-26T15:55:57+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5938,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"1edb697af609f423a6fb442a19ad96eb\",\n            \"origin\": \"desktop\",\n            \"ip\": \"28.33.188.117\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27793,\n                \"order_id\": 57700,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=339685d9771d9e496843fb88a7b80ca1\",\n            \"created_at\": \"2019-09-26T14:41:48+02:00\",\n            \"updated_at\": \"2019-09-26T14:45:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5937,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"7a1afdfa23f31c815279b75a4fb48d01\",\n            \"origin\": \"desktop\",\n            \"ip\": \"55.238.93.171\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=547a8290f0de28ffd161f79c9a4c99e7\",\n            \"created_at\": \"2019-09-26T14:33:54+02:00\",\n            \"updated_at\": \"2019-09-26T14:33:54+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5936,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"36b4f87a0a8b2d9796cb834d83d18525\",\n            \"origin\": \"mobile\",\n            \"ip\": \"184.18.240.208\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=26627cf5f909105b735585ff5585919b\",\n            \"created_at\": \"2019-09-26T12:52:13+02:00\",\n            \"updated_at\": \"2019-09-26T12:52:13+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5935,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"36d3b269c3c00cc857934f167519477a\",\n            \"origin\": \"desktop\",\n            \"ip\": \"197.31.64.24\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0b00a8c7f090055717390961218e1895\",\n            \"created_at\": \"2019-09-26T10:32:14+02:00\",\n            \"updated_at\": \"2019-09-26T11:14:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5934,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"1fd3c9fc1006977bc67e7b24d33f3d3e\",\n            \"origin\": \"desktop\",\n            \"ip\": \"113.156.3.63\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=9059736614e170834fdc2be5b51e3c84\",\n            \"created_at\": \"2019-09-26T03:01:33+02:00\",\n            \"updated_at\": \"2019-09-26T03:03:35+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5933,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"9d655409d0dc4a9ac39c2ea57e5597d1\",\n            \"origin\": \"mobile\",\n            \"ip\": \"50.139.58.200\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0ad592d8662b142d577af67ba5c05cc1\",\n            \"created_at\": \"2019-09-25T19:53:03+02:00\",\n            \"updated_at\": \"2019-09-25T19:53:03+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5932,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"ac19a52e686e58fb74080a568207e15a\",\n            \"origin\": \"mobile\",\n            \"ip\": \"158.59.2.136\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=70c550034f2f31a4861ff87a7c5d4656\",\n            \"created_at\": \"2019-09-25T15:29:48+02:00\",\n            \"updated_at\": \"2019-09-25T15:29:48+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5931,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2f47874d69052b4d10607cc7e0abd36d\",\n            \"origin\": \"desktop\",\n            \"ip\": \"246.180.200.5\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=837ace5b2c73f0f2642de6758675430c\",\n            \"created_at\": \"2019-09-25T14:48:25+02:00\",\n            \"updated_at\": \"2019-09-25T14:48:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5930,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d9910e6537e9fca81882316ed9708586\",\n            \"origin\": \"desktop\",\n            \"ip\": \"143.222.232.132\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=dfed70e03b8af5f1d39da4a3178e808f\",\n            \"created_at\": \"2019-09-25T14:38:10+02:00\",\n            \"updated_at\": \"2019-09-25T14:38:10+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5929,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"3d2de32cf345d9727a6ffeaa3ac0e99c\",\n            \"origin\": \"desktop\",\n            \"ip\": \"152.97.42.135\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=26b75d0ef5038996331c81cab079dbe2\",\n            \"created_at\": \"2019-09-25T13:50:15+02:00\",\n            \"updated_at\": \"2019-09-25T13:50:15+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5928,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"14dc9fb85e04e95cf04247faaa6c37c0\",\n            \"origin\": \"desktop\",\n            \"ip\": \"66.72.193.184\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6da4db6ddfc57cfae4629f46fe0345d9\",\n            \"created_at\": \"2019-09-25T12:24:26+02:00\",\n            \"updated_at\": \"2019-09-25T12:24:26+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5916,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"6a60d9ed40c8bf0c37171a8bec83fe41\",\n            \"origin\": \"mobile\",\n            \"ip\": \"112.230.192.163\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=cac647520218354e9711c57cb2aa90ac\",\n            \"created_at\": \"2019-09-23T21:52:14+02:00\",\n            \"updated_at\": \"2019-09-25T12:22:03+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5927,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"8fcc58b07dc4d1759d3f1b639620eca5\",\n            \"origin\": \"mobile\",\n            \"ip\": \"63.225.86.111\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=3af9ef55b81d5facc950fd43ab32815c\",\n            \"created_at\": \"2019-09-25T11:37:12+02:00\",\n            \"updated_at\": \"2019-09-25T11:43:13+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5925,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"bbf21fadec02718a5f8c3fa9981def9c\",\n            \"origin\": \"desktop\",\n            \"ip\": \"71.151.174.129\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 5,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=87e4beb24c3defe98c2c90a840300c8f\",\n            \"created_at\": \"2019-09-25T10:57:07+02:00\",\n            \"updated_at\": \"2019-09-25T11:42:42+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5926,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"a17c686362fbf8b66ef2d8f4f3b4e3ce\",\n            \"origin\": \"mobile\",\n            \"ip\": \"173.71.102.140\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7a34050632ffd9ae0f434f88c963368d\",\n            \"created_at\": \"2019-09-25T11:12:53+02:00\",\n            \"updated_at\": \"2019-09-25T11:12:58+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5903,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d104271f4a279cd00ecf0a699d2604ed\",\n            \"origin\": \"mobile\",\n            \"ip\": \"181.94.121.113\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 5,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=9b622fcc0b8fe17f37be5673f65d3e5a\",\n            \"created_at\": \"2019-09-22T12:14:56+02:00\",\n            \"updated_at\": \"2019-09-24T21:21:54+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5924,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"c8341fd90a1752b4728c2eadeb621c36\",\n            \"origin\": \"mobile\",\n            \"ip\": \"12.86.222.113\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=5fbffa491c125540544ac25383f78c0d\",\n            \"created_at\": \"2019-09-24T18:47:53+02:00\",\n            \"updated_at\": \"2019-09-24T18:47:53+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5923,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"0c58e26cf58d576ee9074dc22a23207f\",\n            \"origin\": \"mobile\",\n            \"ip\": \"53.159.112.118\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=af7b0bfb3ae0c8c633113d4a62e9d3d0\",\n            \"created_at\": \"2019-09-24T18:05:04+02:00\",\n            \"updated_at\": \"2019-09-24T18:05:13+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5922,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"8c4ec7be1b56f866485204004bff98bd\",\n            \"origin\": \"desktop\",\n            \"ip\": \"107.84.202.190\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=99b0d955ea27a8eecffddd05fb317b03\",\n            \"created_at\": \"2019-09-24T17:59:46+02:00\",\n            \"updated_at\": \"2019-09-24T18:01:21+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5920,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"8c6542f40c8baccbbd62dddd4907201a\",\n            \"origin\": \"desktop\",\n            \"ip\": \"17.169.56.51\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 4,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=2c2381de0cac3aa2b7ba0cc131d06928\",\n            \"created_at\": \"2019-09-24T16:51:09+02:00\",\n            \"updated_at\": \"2019-09-24T17:06:05+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5921,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2a1fdf3f3dde94640c6039759d027ef1\",\n            \"origin\": \"desktop\",\n            \"ip\": \"193.57.43.66\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=4897d0410f312ed215d139b48d4f868e\",\n            \"created_at\": \"2019-09-24T16:58:42+02:00\",\n            \"updated_at\": \"2019-09-24T16:58:42+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5919,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"4f8d8778ef92e3c07f117d5ed602095d\",\n            \"origin\": \"desktop\",\n            \"ip\": \"141.249.90.149\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27791,\n                \"order_id\": 57699,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=1b0f2c7d07295a26ea1e41e5db8ff4af\",\n            \"created_at\": \"2019-09-24T15:34:12+02:00\",\n            \"updated_at\": \"2019-09-24T15:39:41+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5918,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"841c427a990d372b34f502c477e517e9\",\n            \"origin\": \"mobile\",\n            \"ip\": \"92.149.93.80\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d0f71ba2d3bc72a1f5403c31105f04d6\",\n            \"created_at\": \"2019-09-24T15:25:19+02:00\",\n            \"updated_at\": \"2019-09-24T15:25:19+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5917,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d01f51c1688efc463dd355c19d25a5a4\",\n            \"origin\": \"desktop\",\n            \"ip\": \"96.94.201.28\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27789,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=c43a2cac9c6d7c6bbe39fb19a630a685\",\n            \"created_at\": \"2019-09-23T22:07:18+02:00\",\n            \"updated_at\": \"2019-09-23T22:18:34+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5909,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"b600c348d0579147d52d0f0dc8929088\",\n            \"origin\": \"mobile\",\n            \"ip\": \"213.51.171.200\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27787,\n                \"order_id\": 57698,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0ed3a47e3937695c75c4e7fe5b6c6f5b\",\n            \"created_at\": \"2019-09-22T16:59:06+02:00\",\n            \"updated_at\": \"2019-09-23T02:02:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5915,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"48c4975fe1be3c86a8c1a078d6a459bc\",\n            \"origin\": \"mobile\",\n            \"ip\": \"212.64.20.178\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=f10d21c6dd44873689aed1f77e8b3c06\",\n            \"created_at\": \"2019-09-23T00:54:47+02:00\",\n            \"updated_at\": \"2019-09-23T00:54:47+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5905,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"caba578b77a104c1b2174f11f42b6d60\",\n            \"origin\": \"mobile\",\n            \"ip\": \"99.221.83.126\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27786,\n                \"order_id\": 57697,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=50b40793793d612efa38c31f2fe86875\",\n            \"created_at\": \"2019-09-22T12:40:10+02:00\",\n            \"updated_at\": \"2019-09-23T00:52:45+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5914,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"b78c9fa91e24210a0a74afad68d5a6b1\",\n            \"origin\": \"mobile\",\n            \"ip\": \"164.74.236.133\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=915804507a30b5e1ae7a43151abccbfc\",\n            \"created_at\": \"2019-09-22T23:37:34+02:00\",\n            \"updated_at\": \"2019-09-22T23:39:37+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5913,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2ba6109bb247d6ea853bfa4d1830c252\",\n            \"origin\": \"mobile\",\n            \"ip\": \"90.161.187.27\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=3c5cb96cd33acc296a8f0133fd24be0a\",\n            \"created_at\": \"2019-09-22T21:24:41+02:00\",\n            \"updated_at\": \"2019-09-22T21:24:41+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5912,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2a4ee4ff539906036b1c4e8aedb4221c\",\n            \"origin\": \"desktop\",\n            \"ip\": \"91.132.46.49\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a7b530dc81832074cbc2f65d88073a7d\",\n            \"created_at\": \"2019-09-22T19:28:34+02:00\",\n            \"updated_at\": \"2019-09-22T19:28:38+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5911,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"4836fb1ddfc9d4ee065136f48390d823\",\n            \"origin\": \"mobile\",\n            \"ip\": \"148.82.218.41\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 6,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7b5d2fcd474c56b3069b72ab51cd5f75\",\n            \"created_at\": \"2019-09-22T18:59:52+02:00\",\n            \"updated_at\": \"2019-09-22T18:59:52+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5910,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"bac3f29eb29075b25ef92be94fd45a33\",\n            \"origin\": \"mobile\",\n            \"ip\": \"226.118.93.86\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=15e2654cef70b6d3bba865c4c5a2a8f1\",\n            \"created_at\": \"2019-09-22T18:58:25+02:00\",\n            \"updated_at\": \"2019-09-22T18:58:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5908,\n            \"lang_id\": \"fr\",\n            \"secure_key\": \"9d81cf67ab139818e05a4d759c580338\",\n            \"origin\": \"mobile\",\n            \"ip\": \"17.215.105.71\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6a5dcbb195490537577d3487641ab53b\",\n            \"created_at\": \"2019-09-22T16:07:52+02:00\",\n            \"updated_at\": \"2019-09-22T16:07:55+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5907,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"46a694a296542956fe155c544dac4702\",\n            \"origin\": \"mobile\",\n            \"ip\": \"40.219.26.246\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e5cda4cb13afa1550f56720b961506a2\",\n            \"created_at\": \"2019-09-22T14:26:38+02:00\",\n            \"updated_at\": \"2019-09-22T14:27:55+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5906,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"c01e4e526dea0ffa47e3d78cbd553273\",\n            \"origin\": \"mobile\",\n            \"ip\": \"239.97.66.162\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0e7535ec2e86e7ca4e823cac0321d6aa\",\n            \"created_at\": \"2019-09-22T14:02:33+02:00\",\n            \"updated_at\": \"2019-09-22T14:02:33+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5897,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"c98ec388bb7f8276af3fcc939545d07d\",\n            \"origin\": \"mobile\",\n            \"ip\": \"36.3.61.39\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=53445415275c08b15b0fb717c263dc05\",\n            \"created_at\": \"2019-09-21T21:55:42+02:00\",\n            \"updated_at\": \"2019-09-22T13:46:39+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5904,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"4e1e37c9662de9aa94ff523f8c019843\",\n            \"origin\": \"mobile\",\n            \"ip\": \"196.48.250.69\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=36fd48f44b266e4e505f99dcb7f25db5\",\n            \"created_at\": \"2019-09-22T12:31:03+02:00\",\n            \"updated_at\": \"2019-09-22T12:31:03+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5902,\n            \"lang_id\": \"fr\",\n            \"secure_key\": \"a450089c0434c2e22f831dac019173fb\",\n            \"origin\": \"mobile\",\n            \"ip\": \"218.102.244.190\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27784,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a6bb89d6ebb0190d0129b9a8223fcb0f\",\n            \"created_at\": \"2019-09-22T09:18:07+02:00\",\n            \"updated_at\": \"2019-09-22T09:52:00+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5901,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d235affea59134745a886ae22b60b2f7\",\n            \"origin\": \"mobile\",\n            \"ip\": \"170.137.229.217\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27782,\n                \"order_id\": 57696,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=67fe604fca32785bfd6e4268f61fe023\",\n            \"created_at\": \"2019-09-22T08:49:12+02:00\",\n            \"updated_at\": \"2019-09-22T08:53:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5894,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"62c45efe59dedd2b053218d89b27e7a4\",\n            \"origin\": \"mobile\",\n            \"ip\": \"210.106.60.235\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0cdc19eb867176d0efae12c2cb753d41\",\n            \"created_at\": \"2019-09-21T13:08:39+02:00\",\n            \"updated_at\": \"2019-09-22T08:46:36+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5900,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"059d958c2e4c2bac1a58c10137b228c7\",\n            \"origin\": \"mobile\",\n            \"ip\": \"58.192.224.126\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=ac05c3d2110006402eb56ea03a58d96c\",\n            \"created_at\": \"2019-09-22T02:01:11+02:00\",\n            \"updated_at\": \"2019-09-22T02:01:11+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5899,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"c0e78e3c593d50487b96988a7eed2075\",\n            \"origin\": \"mobile\",\n            \"ip\": \"17.93.206.186\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27777,\n                \"order_id\": 57695,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=9444976ce1d24ae76b718c687504e63e\",\n            \"created_at\": \"2019-09-22T00:38:05+02:00\",\n            \"updated_at\": \"2019-09-22T00:44:44+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5898,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"48c82bab44f07066f68273f1c69b9f2d\",\n            \"origin\": \"mobile\",\n            \"ip\": \"158.204.52.235\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7a4a8c714508d08f99ef159ef1557fee\",\n            \"created_at\": \"2019-09-21T23:36:25+02:00\",\n            \"updated_at\": \"2019-09-21T23:37:16+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5896,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"74e1a8860ea6cebb117f488ab72881ae\",\n            \"origin\": \"desktop\",\n            \"ip\": \"74.161.96.30\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=f18290495c07e8ada4c7362abecfaf2d\",\n            \"created_at\": \"2019-09-21T18:26:40+02:00\",\n            \"updated_at\": \"2019-09-21T18:31:24+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5895,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"6b9a976e1a1b0fcd8afcf4a9e156d27b\",\n            \"origin\": \"desktop\",\n            \"ip\": \"135.41.36.218\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=dd9d11a1e773295a7fc1e4a2af05c3d6\",\n            \"created_at\": \"2019-09-21T14:41:21+02:00\",\n            \"updated_at\": \"2019-09-21T14:41:21+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5893,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"8b346f98528ecc26d48540a2c04a41a3\",\n            \"origin\": \"mobile\",\n            \"ip\": \"148.206.215.160\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=62e4c1ac85195b61cfe6d8b82e91562a\",\n            \"created_at\": \"2019-09-21T13:08:09+02:00\",\n            \"updated_at\": \"2019-09-21T13:08:09+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5892,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"e97658fc866f31e26a9378ae758b3b37\",\n            \"origin\": \"mobile\",\n            \"ip\": \"75.38.135.193\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=aaff5d008c8bba85cb8027b4df97a771\",\n            \"created_at\": \"2019-09-21T11:32:15+02:00\",\n            \"updated_at\": \"2019-09-21T11:32:15+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5891,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"6ef6042f8d95ad25650f8ae149dca354\",\n            \"origin\": \"mobile\",\n            \"ip\": \"72.130.251.205\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=8d03945bd4f35e67611b0b24cad0c7be\",\n            \"created_at\": \"2019-09-21T11:24:19+02:00\",\n            \"updated_at\": \"2019-09-21T11:24:24+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5890,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"e2d7fa0c1ad67b6ff709f4f2d52f4b56\",\n            \"origin\": \"mobile\",\n            \"ip\": \"207.124.5.67\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=896524735a78fbe17517d240ff9690d8\",\n            \"created_at\": \"2019-09-20T22:13:40+02:00\",\n            \"updated_at\": \"2019-09-20T22:16:47+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5889,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"9f19f9d1d41c994c41fde1a99ffdcf15\",\n            \"origin\": \"mobile\",\n            \"ip\": \"35.85.153.126\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6a1a3b8376f698730b3790d1c504368d\",\n            \"created_at\": \"2019-09-20T21:12:22+02:00\",\n            \"updated_at\": \"2019-09-20T21:12:22+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5888,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"04aaeccfc76c46ba4ae9e76f711b7d19\",\n            \"origin\": \"desktop\",\n            \"ip\": \"212.32.70.100\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=90fe920eba6513d29cfc9602ee94813f\",\n            \"created_at\": \"2019-09-20T20:53:48+02:00\",\n            \"updated_at\": \"2019-09-20T20:53:51+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5887,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"b7c6124dc332adac171dd5806b827346\",\n            \"origin\": \"mobile\",\n            \"ip\": \"190.27.163.247\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=acf6018bcef0018787f8a511bece0eeb\",\n            \"created_at\": \"2019-09-20T20:39:42+02:00\",\n            \"updated_at\": \"2019-09-20T20:39:42+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5886,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"0128ef4878a564e95f3d7e7a7ca430e8\",\n            \"origin\": \"mobile\",\n            \"ip\": \"129.228.107.230\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=abd2184f9f4337a9a65b3b5723b01f4a\",\n            \"created_at\": \"2019-09-20T18:03:09+02:00\",\n            \"updated_at\": \"2019-09-20T18:03:17+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5885,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"f821489d6ad52dac773e8e7e424a0d6a\",\n            \"origin\": \"mobile\",\n            \"ip\": \"54.157.9.204\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e1841a266f953400d89bc25a4766cd45\",\n            \"created_at\": \"2019-09-20T17:18:57+02:00\",\n            \"updated_at\": \"2019-09-20T17:18:57+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5884,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"fb298c2a1ac05af391dfdca867721801\",\n            \"origin\": \"desktop\",\n            \"ip\": \"94.210.122.18\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=2f4a4103d180005f0c44859ebbd2ad36\",\n            \"created_at\": \"2019-09-20T13:21:13+02:00\",\n            \"updated_at\": \"2019-09-20T13:21:13+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5883,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"e5e416e24399cd857460c7ff51a6f41c\",\n            \"origin\": \"desktop\",\n            \"ip\": \"231.89.124.223\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=70563582017667ad621490fcc8f56ece\",\n            \"created_at\": \"2019-09-20T12:11:41+02:00\",\n            \"updated_at\": \"2019-09-20T12:11:41+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5882,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"26c6dc9abc35b92288fea6ac18d94180\",\n            \"origin\": \"mobile\",\n            \"ip\": \"103.109.115.125\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=5176be89925870f4d7158567149f66d9\",\n            \"created_at\": \"2019-09-20T11:13:09+02:00\",\n            \"updated_at\": \"2019-09-20T11:13:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5881,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"cd6e4af022660abdf015568e81e8e551\",\n            \"origin\": \"desktop\",\n            \"ip\": \"50.55.80.71\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27778,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=fdd9606f30b42f682c083503676b4fb8\",\n            \"created_at\": \"2019-09-20T02:26:45+02:00\",\n            \"updated_at\": \"2019-09-20T02:29:55+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5880,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"8a90e48cc50f83bf02dae1f98f2d9a25\",\n            \"origin\": \"mobile\",\n            \"ip\": \"83.235.12.182\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=f4c4f1911c499481caf6ac9a5534275c\",\n            \"created_at\": \"2019-09-19T23:14:14+02:00\",\n            \"updated_at\": \"2019-09-19T23:15:19+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5879,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"50563f6d506feea4f271d70726dfb904\",\n            \"origin\": \"mobile\",\n            \"ip\": \"67.91.169.105\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e0d20e66ff53588cfdcf4f07c00ac0b0\",\n            \"created_at\": \"2019-09-19T21:48:32+02:00\",\n            \"updated_at\": \"2019-09-19T21:50:30+02:00\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 15,\n        \"total_items\": 1406,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"671ad594-4739-45ee-b622-432c2dedbe16"},{"name":"Filter Carts (Paginated)","id":"7256ffa6-6d4f-485b-b615-fc9960453a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/carts/2024-04-14T12:42:58+02:00?carrier=SHOP_WITHDRAWAL&payment=SHOP_PICK","description":"<p>Filters a list of basic payload for Carts, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n<p>Several real-time inner filters can be injected with query-string parameters; at the moment the following parameters are supported:</p>\n<ul>\n<li><p>\"carrier\": only returns items with at least the given \"CARRIER\" (shipment method) code/id; multiple codes/ids must be separated by a comma character (',');\nImportant: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;\nExample: ?carrier=SHOP_WITHDRAWAL</p>\n</li>\n<li><p>\"payment\": only returns items with at least the given \"PAYMENT\" (payment method) code/id; multiple codes/ids must be separated by a comma character (',');\nImportant: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;\nExample: ?payment=CREDIT_CARD</p>\n</li>\n<li><p>\"customer\": only returns items with at least the given \"CUSTOMER\" id; multiple ids must be separated by a comma character (',');\nExample: ?customer=27894</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","carts","2024-04-14T12:42:58+02:00"],"host":["www","philipwatch","net"],"query":[{"key":"carrier","value":"SHOP_WITHDRAWAL"},{"key":"payment","value":"SHOP_PICK"}],"variable":[]}},"response":[{"id":"60b32079-b451-4886-bfd7-0d6fd18c94bd","name":"Filter Carts (Paginated)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":{"raw":"https://www.philipwatch.net/api/v1/fetch/carts/2024-04-14T12:42:58+02:00?carrier=SHOP_WITHDRAWAL&payment=SHOP_PICK","protocol":"https","host":["www","philipwatch","net"],"path":["api","v1","fetch","carts","2024-04-14T12:42:58+02:00"],"query":[{"key":"carrier","value":"SHOP_WITHDRAWAL"},{"key":"payment","value":"SHOP_PICK"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.29"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 02 Dec 2019 15:31:22 GMT"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6630,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"c829d028fb44e8120ba2481e09f1788e\",\n            \"origin\": \"desktop\",\n            \"ip\": \"116.251.33.10\",\n            \"coupon_code\": \"CYBER30\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27611,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": 40\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=26b7ce62ee6690dfb3cf44a3ca99ef58\",\n            \"created_at\": \"2019-12-02T16:20:59+01:00\",\n            \"updated_at\": \"2019-12-02T16:30:00+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6612,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"10d5a9519ca31f1df25e0e3ffa874912\",\n            \"origin\": \"desktop\",\n            \"ip\": \"230.81.15.230\",\n            \"coupon_code\": \"BLACKNOW\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": 39\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=fcc824b748c2f310303a0c4dd680e009\",\n            \"created_at\": \"2019-12-01T23:42:18+01:00\",\n            \"updated_at\": \"2019-12-02T11:09:24+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6587,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"25f1ae2637af080ed617e5d201f442bd\",\n            \"origin\": \"desktop\",\n            \"ip\": \"176.20.116.83\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27888,\n                \"order_id\": 57749,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=1775e7636f49e36a2492cafe622ef97f\",\n            \"created_at\": \"2019-12-01T11:17:19+01:00\",\n            \"updated_at\": \"2019-12-01T11:21:25+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6507,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d5379c4eb39dcd5c53750ea4a7804190\",\n            \"origin\": \"desktop\",\n            \"ip\": \"95.144.242.46\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27879,\n                \"order_id\": 57744,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=ab4d5544c82f59213da4999175bd2024\",\n            \"created_at\": \"2019-11-26T17:08:33+01:00\",\n            \"updated_at\": \"2019-11-28T01:47:14+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6505,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"d79cb5ac0c2332b4815a1064500620f7\",\n            \"origin\": \"mobile\",\n            \"ip\": \"1.130.80.140\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=06487d0712596b192481acd24ee925ee\",\n            \"created_at\": \"2019-11-26T15:26:05+01:00\",\n            \"updated_at\": \"2019-11-26T15:37:56+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6471,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"e3f8ebada255204d01f36357a471d70d\",\n            \"origin\": \"desktop\",\n            \"ip\": \"97.104.82.35\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"master\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=3c0440283472112df6b0ca909ab7d116\",\n            \"created_at\": \"2019-11-23T12:45:58+01:00\",\n            \"updated_at\": \"2019-11-23T18:53:03+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6465,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2dfbdda9038dbacec944ed2c62ae89a8\",\n            \"origin\": \"mobile\",\n            \"ip\": \"204.20.151.72\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0f6d380f2963d599e0d40b2aa02768d4\",\n            \"created_at\": \"2019-11-22T22:17:07+01:00\",\n            \"updated_at\": \"2019-11-22T22:18:05+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6444,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"99176ffe40f2c767408278a76729c766\",\n            \"origin\": \"mobile\",\n            \"ip\": \"114.254.37.21\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=26df59ee3c499dd8a94acab96d2ce8aa\",\n            \"created_at\": \"2019-11-20T03:13:01+01:00\",\n            \"updated_at\": \"2019-11-20T03:13:54+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6391,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"38225413e4d009bbb2be63ed62cc1ca4\",\n            \"origin\": \"desktop\",\n            \"ip\": \"74.193.140.215\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"shop\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=134be6b0854d31cfc17117bb75aba851\",\n            \"created_at\": \"2019-11-14T23:26:56+01:00\",\n            \"updated_at\": \"2019-11-14T23:33:58+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6321,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"370484286fac105c31091faeafdbb28a\",\n            \"origin\": \"mobile\",\n            \"ip\": \"226.133.238.50\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a42d91b256e6c3a2b14a85e43fb8b3c0\",\n            \"created_at\": \"2019-11-08T05:21:13+01:00\",\n            \"updated_at\": \"2019-11-08T05:23:37+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6319,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"5e8dcf7f1ca9be4e2e8380d6d8d2183d\",\n            \"origin\": \"mobile\",\n            \"ip\": \"232.146.178.39\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27854,\n                \"order_id\": 57731,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=c651b57aec9e446692f5b4364325649a\",\n            \"created_at\": \"2019-11-07T13:52:25+01:00\",\n            \"updated_at\": \"2019-11-07T13:56:08+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6288,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"3d90d3e77df8fb798964dd908800c084\",\n            \"origin\": \"desktop\",\n            \"ip\": \"36.33.43.158\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d37e0b1131e49ea6892e547f345ec005\",\n            \"created_at\": \"2019-11-04T11:29:44+01:00\",\n            \"updated_at\": \"2019-11-04T11:30:21+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6284,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"7153ec14d86b293cae4b1647ac60dbe6\",\n            \"origin\": \"mobile\",\n            \"ip\": \"139.138.18.61\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=093279acceee738223348b1bb936eee9\",\n            \"created_at\": \"2019-11-03T23:47:54+01:00\",\n            \"updated_at\": \"2019-11-03T23:48:42+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6258,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"720c376ede66f53bd573ada6d39d073e\",\n            \"origin\": \"mobile\",\n            \"ip\": \"250.226.98.35\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=2365da0720338849e69e0fee1b5853f0\",\n            \"created_at\": \"2019-11-01T09:28:56+01:00\",\n            \"updated_at\": \"2019-11-01T09:29:39+01:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6201,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"ffff7285879f41a55c04be6aab76343e\",\n            \"origin\": \"mobile\",\n            \"ip\": \"28.11.22.194\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b2e4ed1943340b7619e1840ea3316683\",\n            \"created_at\": \"2019-10-25T12:19:18+02:00\",\n            \"updated_at\": \"2019-10-25T12:22:23+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6150,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"e5bcbf6319d4e616776a60da668209ce\",\n            \"origin\": \"mobile\",\n            \"ip\": \"144.166.213.221\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=9f49aff9a38c45c56b9a9c64be675e88\",\n            \"created_at\": \"2019-10-18T17:40:06+02:00\",\n            \"updated_at\": \"2019-10-18T17:40:32+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6137,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"9968a4c6dc55a8c0caef9bff7392612f\",\n            \"origin\": \"mobile\",\n            \"ip\": \"85.246.157.15\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27831,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7d3b731c5b75733705d5a21cb05d18e5\",\n            \"created_at\": \"2019-10-17T05:52:48+02:00\",\n            \"updated_at\": \"2019-10-17T06:00:30+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5995,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"c967f506d2bb363ab706502b1e8d71b8\",\n            \"origin\": \"mobile\",\n            \"ip\": \"100.169.5.74\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27804,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=5df275a2d598953e03e071ba4acc76b3\",\n            \"created_at\": \"2019-10-02T17:22:29+02:00\",\n            \"updated_at\": \"2019-10-15T15:00:31+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6108,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d990aaea954e9217a45f8379dea2dc23\",\n            \"origin\": \"mobile\",\n            \"ip\": \"93.236.213.173\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27827,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b65251ca4aff847e7fe2f63cf8fe0d80\",\n            \"created_at\": \"2019-10-13T20:06:30+02:00\",\n            \"updated_at\": \"2019-10-13T20:08:52+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6106,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"010ebb447f6fe9190dd73cc3f02a5429\",\n            \"origin\": \"mobile\",\n            \"ip\": \"212.200.222.127\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=187c439ce33ef18336f64f15bded82c7\",\n            \"created_at\": \"2019-10-13T09:59:52+02:00\",\n            \"updated_at\": \"2019-10-13T19:58:08+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6099,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"e2882f613eb91bd77558c4f6793355c2\",\n            \"origin\": \"mobile\",\n            \"ip\": \"150.57.21.217\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7f2134f271a4bfdade416e4a12d63039\",\n            \"created_at\": \"2019-10-12T19:38:50+02:00\",\n            \"updated_at\": \"2019-10-13T10:59:49+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6066,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"a55988451c89a38e8b06c774c2055058\",\n            \"origin\": \"mobile\",\n            \"ip\": \"140.89.116.238\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=fee06c4daddaf0ae8cd701516375918f\",\n            \"created_at\": \"2019-10-08T11:23:49+02:00\",\n            \"updated_at\": \"2019-10-08T11:28:27+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6040,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"36011db4b4452f958997c2614b5e3656\",\n            \"origin\": \"mobile\",\n            \"ip\": \"79.139.107.244\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=412374cc4ebbe8087a9af8b11e23b131\",\n            \"created_at\": \"2019-10-06T00:37:24+02:00\",\n            \"updated_at\": \"2019-10-06T00:38:20+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6014,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"a9b03a9c3260bf5f2b1eeca182ab5936\",\n            \"origin\": \"desktop\",\n            \"ip\": \"254.126.104.222\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=4b416053de006ef3587f35dbc1274826\",\n            \"created_at\": \"2019-10-03T18:32:09+02:00\",\n            \"updated_at\": \"2019-10-04T17:55:17+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6023,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"82d9eb670c07f09f075f89d9d278f9e0\",\n            \"origin\": \"desktop\",\n            \"ip\": \"150.80.214.81\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a2bd9587379013b231dc8b141eda7e26\",\n            \"created_at\": \"2019-10-04T17:34:27+02:00\",\n            \"updated_at\": \"2019-10-04T17:52:37+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 6009,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d2931745ff94be5f914974daadfeb481\",\n            \"origin\": \"mobile\",\n            \"ip\": \"249.174.237.100\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27806,\n                \"order_id\": 57709,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=1632e356a213275027b48e10dbdb22e6\",\n            \"created_at\": \"2019-10-03T15:02:31+02:00\",\n            \"updated_at\": \"2019-10-03T15:06:20+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5999,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"b1cee073707dc5d279f6f80e43fcee02\",\n            \"origin\": \"mobile\",\n            \"ip\": \"148.50.53.192\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e533a6804028188c7698b2e7b1f14db4\",\n            \"created_at\": \"2019-10-02T18:54:24+02:00\",\n            \"updated_at\": \"2019-10-02T18:55:08+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5997,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"8ff2a20a5d378d859ba21f83ee78d611\",\n            \"origin\": \"mobile\",\n            \"ip\": \"63.148.5.45\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=1f78b100a63c49e9681e901e8655e7d9\",\n            \"created_at\": \"2019-10-02T18:04:54+02:00\",\n            \"updated_at\": \"2019-10-02T18:06:08+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5963,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"24eff5abc66e7c18e6b9851ccc043aff\",\n            \"origin\": \"desktop\",\n            \"ip\": \"153.227.154.3\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27801,\n                \"order_id\": 57706,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=58490e3ad1825fcb0d8afde088c8f58e\",\n            \"created_at\": \"2019-09-28T13:35:17+02:00\",\n            \"updated_at\": \"2019-09-30T15:38:56+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5969,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"b0148273906b9ad9d8ada6c3042105f1\",\n            \"origin\": \"mobile\",\n            \"ip\": \"31.29.84.73\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=8b47d56e5f62d2b7ab8edf3375e3ad5b\",\n            \"created_at\": \"2019-09-28T18:42:31+02:00\",\n            \"updated_at\": \"2019-09-28T18:43:05+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5962,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"616b46400b0a8856cd018f0dde6ef3f4\",\n            \"origin\": \"desktop\",\n            \"ip\": \"208.38.214.157\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0c54d9e0b4cbad6e54ff952b69a23e74\",\n            \"created_at\": \"2019-09-28T09:02:25+02:00\",\n            \"updated_at\": \"2019-09-28T09:03:09+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5938,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"ee5dd7efcf36cfc426a837b0b8195eb9\",\n            \"origin\": \"desktop\",\n            \"ip\": \"72.156.166.20\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27793,\n                \"order_id\": 57700,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=07b29ebb95be930a7e82ce7723a40807\",\n            \"created_at\": \"2019-09-26T14:41:48+02:00\",\n            \"updated_at\": \"2019-09-26T14:45:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5935,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"3fdfe05f55cafc535388d78d54a39cda\",\n            \"origin\": \"desktop\",\n            \"ip\": \"123.180.156.235\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=f983fe1c37da86be148dc6ecde4239d6\",\n            \"created_at\": \"2019-09-26T10:32:14+02:00\",\n            \"updated_at\": \"2019-09-26T11:14:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5919,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"adf43f7627cc50860ae9c9ce5817d025\",\n            \"origin\": \"desktop\",\n            \"ip\": \"218.62.19.34\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27791,\n                \"order_id\": 57699,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d551af82cb3e307c7a32c8a715c4f681\",\n            \"created_at\": \"2019-09-24T15:34:12+02:00\",\n            \"updated_at\": \"2019-09-24T15:39:41+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5917,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"5ce651ae9034fd232034366ce6d35908\",\n            \"origin\": \"desktop\",\n            \"ip\": \"50.21.115.184\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27789,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0a52b360ca308d647f07f47e6c1abad3\",\n            \"created_at\": \"2019-09-23T22:07:18+02:00\",\n            \"updated_at\": \"2019-09-23T22:18:34+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5914,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"29ce3058ebe838694a0ceca757252d45\",\n            \"origin\": \"mobile\",\n            \"ip\": \"157.191.230.92\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7e726753b442d5d372b212e58b3fd29b\",\n            \"created_at\": \"2019-09-22T23:37:34+02:00\",\n            \"updated_at\": \"2019-09-22T23:39:37+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5901,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"c05a76b378109a68c1a6cb7deb899441\",\n            \"origin\": \"mobile\",\n            \"ip\": \"182.164.202.132\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27782,\n                \"order_id\": 57696,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d5c4face22a2209b7f1896246fd57cc5\",\n            \"created_at\": \"2019-09-22T08:49:12+02:00\",\n            \"updated_at\": \"2019-09-22T08:53:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5894,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"09d4db3826312e608ce43f1d476ed9de\",\n            \"origin\": \"mobile\",\n            \"ip\": \"29.144.194.197\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=1ee9a1774047dffa1fe06f4b6734c85f\",\n            \"created_at\": \"2019-09-21T13:08:39+02:00\",\n            \"updated_at\": \"2019-09-22T08:46:36+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5880,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d09a5dc8fdb3094f4f36897bf2b58701\",\n            \"origin\": \"mobile\",\n            \"ip\": \"213.20.76.214\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e2bcef78713803c3034ed59697d312b5\",\n            \"created_at\": \"2019-09-19T23:14:14+02:00\",\n            \"updated_at\": \"2019-09-19T23:15:19+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5872,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"9f99634253ef38bb57e5bce03d151c75\",\n            \"origin\": \"mobile\",\n            \"ip\": \"37.118.92.18\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=cbb2f76986778e3ffc3e2c27cca85df1\",\n            \"created_at\": \"2019-09-19T14:25:39+02:00\",\n            \"updated_at\": \"2019-09-19T14:26:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5868,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"10232997e7273bf8b7e30d4b540c11a4\",\n            \"origin\": \"mobile\",\n            \"ip\": \"41.139.193.5\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=532ecef60fc69c00f562ec1b4d02c1d2\",\n            \"created_at\": \"2019-09-18T20:01:59+02:00\",\n            \"updated_at\": \"2019-09-18T20:05:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5866,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"69d26bf0e469aa90e25224fd40e57958\",\n            \"origin\": \"desktop\",\n            \"ip\": \"36.138.111.83\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6ebdf4d0e01cad03168dcf41d31ea509\",\n            \"created_at\": \"2019-09-18T18:53:49+02:00\",\n            \"updated_at\": \"2019-09-18T18:54:53+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5860,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2f912b90bb39c3e30b08ab077ddc036f\",\n            \"origin\": \"mobile\",\n            \"ip\": \"82.18.126.198\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27773,\n                \"order_id\": 57692,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=4847881ae22a47afd7957d9c759dec35\",\n            \"created_at\": \"2019-09-17T17:35:02+02:00\",\n            \"updated_at\": \"2019-09-17T17:42:09+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5859,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"f14f88e5ec616189e1f0333cfc820c1a\",\n            \"origin\": \"mobile\",\n            \"ip\": \"188.21.5.124\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=365e41e0e084477043b895d68d9615a1\",\n            \"created_at\": \"2019-09-17T16:24:11+02:00\",\n            \"updated_at\": \"2019-09-17T16:25:21+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5857,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"bc007aa4c8d0972b6b2dfb152f9335e6\",\n            \"origin\": \"mobile\",\n            \"ip\": \"134.30.117.207\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a51e97a6dc151e4158df8be312a7b35b\",\n            \"created_at\": \"2019-09-17T14:14:46+02:00\",\n            \"updated_at\": \"2019-09-17T14:18:28+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5856,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"7c7f1a1e455c55d535783e4819ed3ddc\",\n            \"origin\": \"mobile\",\n            \"ip\": \"180.190.146.220\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27772,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=493ea8f9d06c52795dae6cd22244e9f0\",\n            \"created_at\": \"2019-09-17T11:58:51+02:00\",\n            \"updated_at\": \"2019-09-17T12:21:54+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5841,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2c6763bc69614e986509e9cccb0ad30b\",\n            \"origin\": \"mobile\",\n            \"ip\": \"120.91.83.236\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e792c125fafdf7a7722323a73197cf6f\",\n            \"created_at\": \"2019-09-16T00:56:46+02:00\",\n            \"updated_at\": \"2019-09-16T01:00:42+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5807,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"7cdbc0bbcd0603ba5acc6a358ca268b5\",\n            \"origin\": null,\n            \"ip\": \"41.225.183.22\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"shop\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": 27738,\n                \"order_id\": 57685,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a1063b7796feab3ce4b8369e60782558\",\n            \"created_at\": \"2019-09-12T10:58:49+02:00\",\n            \"updated_at\": \"2019-09-12T10:58:49+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5805,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"081119e960633e764ffa70b698fcc238\",\n            \"origin\": \"mobile\",\n            \"ip\": \"204.67.43.221\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27762,\n                \"order_id\": 57684,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e466b76e656e14b43387e7283b9d15f2\",\n            \"created_at\": \"2019-09-11T21:41:48+02:00\",\n            \"updated_at\": \"2019-09-11T22:01:04+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5790,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"784ed9c08303d2ef626d3078a04c7117\",\n            \"origin\": \"mobile\",\n            \"ip\": \"178.19.60.10\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27759,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=c28995f73437c3959396338e18608ee4\",\n            \"created_at\": \"2019-09-10T20:09:33+02:00\",\n            \"updated_at\": \"2019-09-10T20:17:03+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5747,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"be9afe92aecdb1799ef930349de19071\",\n            \"origin\": \"mobile\",\n            \"ip\": \"250.230.116.87\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27752,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=06fdc43f40249acc3faf40f8ffc57b75\",\n            \"created_at\": \"2019-09-06T00:27:33+02:00\",\n            \"updated_at\": \"2019-09-06T00:44:37+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5726,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"a6dc65c515278dc50d1dd8ffe29bc7e7\",\n            \"origin\": \"desktop\",\n            \"ip\": \"103.146.44.241\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"shop\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27748,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b234527287e2bdb5fbc2102cfcc61b7d\",\n            \"created_at\": \"2019-09-03T23:53:43+02:00\",\n            \"updated_at\": \"2019-09-03T23:55:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5701,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"41f81dff85c940c89499c5010d5b9def\",\n            \"origin\": \"mobile\",\n            \"ip\": \"158.147.16.76\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27738,\n                \"order_id\": 57672,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=bed5134a15526eaa3382e2308e47f388\",\n            \"created_at\": \"2019-09-01T20:54:23+02:00\",\n            \"updated_at\": \"2019-09-01T20:57:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5679,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"ee6c03b1bd7173562ca22783fbc7a52d\",\n            \"origin\": \"desktop\",\n            \"ip\": \"239.47.226.140\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=76b587a31a70e2dcfcdea14842181c48\",\n            \"created_at\": \"2019-08-30T11:52:05+02:00\",\n            \"updated_at\": \"2019-08-30T11:58:06+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5677,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"9a6b589d8132ac061bbe542c2973ce7f\",\n            \"origin\": \"mobile\",\n            \"ip\": \"210.170.7.51\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27738,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=f52495bc00d2ace80bae3e586e767f2f\",\n            \"created_at\": \"2019-08-29T20:23:45+02:00\",\n            \"updated_at\": \"2019-08-29T20:31:09+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5672,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"582361ac0d472a34640f0d2163cb6d98\",\n            \"origin\": \"mobile\",\n            \"ip\": \"24.143.199.247\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=083db30b5fbbb9faeebf7d499155fd0c\",\n            \"created_at\": \"2019-08-29T08:53:27+02:00\",\n            \"updated_at\": \"2019-08-29T08:53:57+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5669,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"ebf66d1cb6daef06551c400d724197c5\",\n            \"origin\": \"mobile\",\n            \"ip\": \"223.120.107.155\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": 27737,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=c17abdebb2f8c44a500797ff25624731\",\n            \"created_at\": \"2019-08-29T00:13:08+02:00\",\n            \"updated_at\": \"2019-08-29T00:59:47+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5653,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"152dd03a521263de360c2f1236abf88a\",\n            \"origin\": \"desktop\",\n            \"ip\": \"173.111.8.246\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": 27732,\n                \"order_id\": 57669,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=dd99f4bd7364f00984aab1c8d28b5a96\",\n            \"created_at\": \"2019-08-27T18:12:43+02:00\",\n            \"updated_at\": \"2019-08-27T18:20:17+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5649,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"3773dfe7115ee15b4e350258fddd897b\",\n            \"origin\": \"mobile\",\n            \"ip\": \"88.237.227.129\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=9c29493da8872d456671ca8ba92e2d73\",\n            \"created_at\": \"2019-08-26T20:52:58+02:00\",\n            \"updated_at\": \"2019-08-26T21:01:23+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5645,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"6d1391113755bf9b8789e3b3551717d3\",\n            \"origin\": \"desktop\",\n            \"ip\": \"151.3.19.110\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=c9c9e60b1b114252b5d9f283425c32a1\",\n            \"created_at\": \"2019-08-26T15:07:23+02:00\",\n            \"updated_at\": \"2019-08-26T15:08:31+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5602,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"bf1de7303d93687dbb340dc3546978a3\",\n            \"origin\": \"mobile\",\n            \"ip\": \"43.171.16.181\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27722,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=86c87118d585f9ae142a1a83ada11636\",\n            \"created_at\": \"2019-08-19T11:54:00+02:00\",\n            \"updated_at\": \"2019-08-19T11:57:30+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5585,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"bb7aad8f6fd9427dab508b2b9f062f01\",\n            \"origin\": \"mobile\",\n            \"ip\": \"180.107.190.176\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=00028e5bbcdf38b44edcbddcb041d4d8\",\n            \"created_at\": \"2019-08-17T09:59:11+02:00\",\n            \"updated_at\": \"2019-08-19T08:48:02+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5594,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"fa6cf5ede016f27b84b2cc2dc4f0b34a\",\n            \"origin\": \"mobile\",\n            \"ip\": \"80.54.174.139\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=9f9d12dc2a1f292ce968e931ccacda23\",\n            \"created_at\": \"2019-08-17T21:14:37+02:00\",\n            \"updated_at\": \"2019-08-17T21:16:02+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5589,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"12ffa817c1e763cf4122893bf443bd25\",\n            \"origin\": \"mobile\",\n            \"ip\": \"74.57.164.54\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=6219a48037035c353b5430471d7f5fa3\",\n            \"created_at\": \"2019-08-17T14:33:20+02:00\",\n            \"updated_at\": \"2019-08-17T14:33:43+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5554,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"3214b978c7f3dd3c8da6628c89374869\",\n            \"origin\": \"mobile\",\n            \"ip\": \"112.217.127.93\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27712,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=5e034022c95be5d934cb2a2e1e7bb587\",\n            \"created_at\": \"2019-08-12T18:45:40+02:00\",\n            \"updated_at\": \"2019-08-12T22:12:49+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5471,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"4ca2b327bb2d4d8dd4e86bba9e0cb963\",\n            \"origin\": \"desktop\",\n            \"ip\": \"162.159.164.193\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=05f883c5ea07f81d6b0978e883f538c1\",\n            \"created_at\": \"2019-07-31T11:48:39+02:00\",\n            \"updated_at\": \"2019-07-31T12:29:34+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5460,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"5450854b8d4bfbe7328e537c36cb46c7\",\n            \"origin\": \"mobile\",\n            \"ip\": \"26.17.16.96\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=f1bf3fb68f5991c96be4de9783680b78\",\n            \"created_at\": \"2019-07-30T10:00:00+02:00\",\n            \"updated_at\": \"2019-07-30T10:00:42+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5450,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"246a39ac2c19425376a649bd0191f3a9\",\n            \"origin\": \"desktop\",\n            \"ip\": \"137.171.46.117\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=1ddb0bf3a84757563c2c04f34f0a7b0f\",\n            \"created_at\": \"2019-07-29T11:57:01+02:00\",\n            \"updated_at\": \"2019-07-29T12:00:24+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5444,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"f9c4a2f31225dfa1ad7c3c033a9dcd76\",\n            \"origin\": \"mobile\",\n            \"ip\": \"248.111.42.238\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=687ceaa94fe6587c316584993c4a3e86\",\n            \"created_at\": \"2019-07-28T17:17:53+02:00\",\n            \"updated_at\": \"2019-07-28T17:18:16+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5430,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"760f513b1efa5f27c0eb0d7e13f27e87\",\n            \"origin\": \"desktop\",\n            \"ip\": \"155.21.42.76\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27695,\n                \"order_id\": 57651,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=5c0c1028c75f6fe3dfb2fd2661a1f0fb\",\n            \"created_at\": \"2019-07-26T22:11:25+02:00\",\n            \"updated_at\": \"2019-07-27T09:20:55+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5434,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"49ac73206b64e0f61babb4896093612a\",\n            \"origin\": \"desktop\",\n            \"ip\": \"72.226.176.106\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27694,\n                \"order_id\": 57650,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=425e6b1f68da7103d43431a556ce9bdb\",\n            \"created_at\": \"2019-07-27T08:12:19+02:00\",\n            \"updated_at\": \"2019-07-27T08:30:18+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5429,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"5cbb2b52c05016c8063728d42c8bc2d7\",\n            \"origin\": \"mobile\",\n            \"ip\": \"96.235.227.58\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=4d3223352d3eff301aed93aaedcea618\",\n            \"created_at\": \"2019-07-26T20:49:56+02:00\",\n            \"updated_at\": \"2019-07-26T20:51:50+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5412,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"bc03958ca499f9f5df463a69eff5e980\",\n            \"origin\": \"mobile\",\n            \"ip\": \"211.54.60.92\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=32f4d6fb426d7c08741195ec639fd43b\",\n            \"created_at\": \"2019-07-23T23:19:02+02:00\",\n            \"updated_at\": \"2019-07-23T23:23:34+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5387,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"e3a1fe778c9ed8ada3799cf88a15581c\",\n            \"origin\": \"mobile\",\n            \"ip\": \"124.51.147.196\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=cb61f322554af9a010240c5869c6dd16\",\n            \"created_at\": \"2019-07-20T15:14:57+02:00\",\n            \"updated_at\": \"2019-07-20T15:15:45+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5377,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"585b9466417b4062b245ea03981dff8a\",\n            \"origin\": \"mobile\",\n            \"ip\": \"60.210.97.138\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=29177181ec2b9355852f2afdbb10040d\",\n            \"created_at\": \"2019-07-17T22:13:13+02:00\",\n            \"updated_at\": \"2019-07-17T22:31:45+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5376,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"bc720eb6953f03689f8e2fa79924063b\",\n            \"origin\": \"mobile\",\n            \"ip\": \"170.29.199.50\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27682,\n                \"order_id\": 57642,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=bb40dbf13e62577fe40a9f567228f861\",\n            \"created_at\": \"2019-07-17T16:45:01+02:00\",\n            \"updated_at\": \"2019-07-17T16:56:29+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5349,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"40260a08776e2db65220f783967b997c\",\n            \"origin\": \"mobile\",\n            \"ip\": \"97.170.125.148\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=8b3ed66bdb4bb753c4e61f15477b56e5\",\n            \"created_at\": \"2019-07-14T21:29:46+02:00\",\n            \"updated_at\": \"2019-07-14T21:30:25+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5337,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"43ffb8ef49f79058310154b5a3dff7ea\",\n            \"origin\": \"mobile\",\n            \"ip\": \"225.98.74.182\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27679,\n                \"order_id\": 57641,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=adae41844b04e7c560b00cfafe6bb06a\",\n            \"created_at\": \"2019-07-13T07:47:15+02:00\",\n            \"updated_at\": \"2019-07-13T07:59:21+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5330,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"0c2ee57a1eef467320829adcb38fa1cf\",\n            \"origin\": \"mobile\",\n            \"ip\": \"183.99.103.21\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b8e361b6273dbae2684824740fcbc8a3\",\n            \"created_at\": \"2019-07-11T13:35:27+02:00\",\n            \"updated_at\": \"2019-07-11T13:35:55+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5328,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"1c8d9427be0e15491cf5a0e26fd02edc\",\n            \"origin\": \"desktop\",\n            \"ip\": \"158.168.59.192\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27674,\n                \"order_id\": 57638,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=d87bb14affbcbfe175cf6452d0d63889\",\n            \"created_at\": \"2019-07-11T12:24:24+02:00\",\n            \"updated_at\": \"2019-07-11T12:38:09+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5313,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"308899cbd0adb3e9bd319faccd0e90ba\",\n            \"origin\": \"mobile\",\n            \"ip\": \"139.119.96.71\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=2af54c88d2a4403a2b5b226112d5f61b\",\n            \"created_at\": \"2019-07-09T21:28:16+02:00\",\n            \"updated_at\": \"2019-07-09T21:29:05+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5292,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"7e0ecdc256a5eaf12e44dec71fdf6c51\",\n            \"origin\": \"mobile\",\n            \"ip\": \"104.13.137.110\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27672,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=9ae7389d89f7338f5b28bb63ac650d61\",\n            \"created_at\": \"2019-07-06T16:10:10+02:00\",\n            \"updated_at\": \"2019-07-07T22:20:14+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5282,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"80ba476590fdd48ac300b23b983ce045\",\n            \"origin\": \"mobile\",\n            \"ip\": \"209.216.128.48\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=de885a1960e4e6710eee86db265719c9\",\n            \"created_at\": \"2019-07-04T13:46:19+02:00\",\n            \"updated_at\": \"2019-07-06T21:19:05+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5279,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"dce8fde7549459aa1326b409c558e3d6\",\n            \"origin\": \"mobile\",\n            \"ip\": \"169.64.28.124\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27668,\n                \"order_id\": 57637,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=e2ee99d88e2b4d4c775a21f8f3a962dc\",\n            \"created_at\": \"2019-07-04T08:42:55+02:00\",\n            \"updated_at\": \"2019-07-05T13:55:57+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5230,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"a7d0864e229d040a20e7562689484d76\",\n            \"origin\": \"mobile\",\n            \"ip\": \"18.209.219.175\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=695ab461371f358cf924daf19bb92229\",\n            \"created_at\": \"2019-06-27T19:25:37+02:00\",\n            \"updated_at\": \"2019-06-27T19:27:26+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5213,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"6a38644a9de52184ac818ed375198588\",\n            \"origin\": \"mobile\",\n            \"ip\": \"41.236.29.205\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27658,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a00fb29d55293b1bc654c15131a20bb3\",\n            \"created_at\": \"2019-06-25T18:49:36+02:00\",\n            \"updated_at\": \"2019-06-26T19:59:32+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5194,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"cebcb090d7e843a08a249e2474bf4fd3\",\n            \"origin\": \"mobile\",\n            \"ip\": \"235.18.121.8\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=500ff4a8cf53bcb715c329a48a9e6694\",\n            \"created_at\": \"2019-06-21T23:42:42+02:00\",\n            \"updated_at\": \"2019-06-21T23:43:23+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5181,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2ee5e211279d5ee98a5e072c543a3f0a\",\n            \"origin\": \"desktop\",\n            \"ip\": \"209.56.139.165\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"shop\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27649,\n                \"order_id\": 57620,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=daec670e8d38d12a407b29af0a83be3e\",\n            \"created_at\": \"2019-06-19T18:35:41+02:00\",\n            \"updated_at\": \"2019-06-19T18:50:51+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5156,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"519c8c667adab6a32ddd30271595ff32\",\n            \"origin\": \"mobile\",\n            \"ip\": \"7.200.176.73\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": 27645,\n                \"order_id\": 57617,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=2a80fe37fffe1890882423aa3f75d1fd\",\n            \"created_at\": \"2019-06-16T09:18:11+02:00\",\n            \"updated_at\": \"2019-06-16T09:20:57+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5148,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d1a02a5659d0907a18a0b6c6d5317dda\",\n            \"origin\": \"desktop\",\n            \"ip\": \"156.55.76.111\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": 27644,\n                \"order_id\": 57616,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=8b6a52d5a1314cf3f148ecd38d94ef55\",\n            \"created_at\": \"2019-06-15T11:40:39+02:00\",\n            \"updated_at\": \"2019-06-15T11:54:21+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5132,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"f4da782434ff958a025a54fd8fdd2b06\",\n            \"origin\": \"desktop\",\n            \"ip\": \"226.79.16.12\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": 27642,\n                \"order_id\": 57615,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=958ff8f15c4bf8a356262070aa5de2b0\",\n            \"created_at\": \"2019-06-13T13:47:33+02:00\",\n            \"updated_at\": \"2019-06-14T15:13:23+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5127,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"2d2e218f0bbdaf33a888f645fe902a81\",\n            \"origin\": \"desktop\",\n            \"ip\": \"129.77.119.197\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 2,\n            \"relations\": {\n                \"customer_id\": 27611,\n                \"order_id\": 57613,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=0d0d90ef3a103f11f405112b420dff7d\",\n            \"created_at\": \"2019-06-12T18:21:07+02:00\",\n            \"updated_at\": \"2019-06-12T18:36:58+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5118,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"768be853273fa980a6448019368bb474\",\n            \"origin\": \"desktop\",\n            \"ip\": \"52.77.160.207\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27639,\n                \"order_id\": 57612,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=ad5ef7cb4038704b90d7ef6160c2fa45\",\n            \"created_at\": \"2019-06-11T12:46:09+02:00\",\n            \"updated_at\": \"2019-06-11T12:52:37+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5100,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"9477b0d00f28b725fa07b0956eab0b60\",\n            \"origin\": \"mobile\",\n            \"ip\": \"94.225.170.245\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=fc15d57a8295c52502049861ba89d2ca\",\n            \"created_at\": \"2019-06-07T19:56:15+02:00\",\n            \"updated_at\": \"2019-06-07T19:56:31+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5099,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"31d34f9df08da3f38e848b8a129702b0\",\n            \"origin\": \"desktop\",\n            \"ip\": \"167.3.61.194\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27637,\n                \"order_id\": 57610,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=be8a651133db825ff0e6fe4ea067e385\",\n            \"created_at\": \"2019-06-07T19:35:28+02:00\",\n            \"updated_at\": \"2019-06-07T19:39:21+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5090,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"5f295fc1323bdcc38a132b6c155c5204\",\n            \"origin\": \"desktop\",\n            \"ip\": \"253.25.57.62\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"shop\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=3e4124194e783d38854ada8fa32643c9\",\n            \"created_at\": \"2019-06-07T10:12:23+02:00\",\n            \"updated_at\": \"2019-06-07T10:13:20+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5089,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"62d5f27ef3fc43a8dc580c8459487c59\",\n            \"origin\": \"mobile\",\n            \"ip\": \"106.45.13.241\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=1f4a00087233942f7b7db953f297fb0a\",\n            \"created_at\": \"2019-06-06T17:18:26+02:00\",\n            \"updated_at\": \"2019-06-06T17:19:00+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5070,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"d380cac9a6ce896472d487fd7480a57d\",\n            \"origin\": \"mobile\",\n            \"ip\": \"37.210.158.255\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=816e35b2838f606f1af2f2c21461c89e\",\n            \"created_at\": \"2019-06-04T23:56:22+02:00\",\n            \"updated_at\": \"2019-06-04T23:57:02+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5062,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"e9b6796a1cbef512a4c1547109cf44b8\",\n            \"origin\": \"mobile\",\n            \"ip\": \"167.170.45.169\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=b9daa219c5b9cd820da2202c3a5b2725\",\n            \"created_at\": \"2019-06-04T13:29:49+02:00\",\n            \"updated_at\": \"2019-06-04T13:30:39+02:00\"\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5021,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"980d90f9bea7f82652e956bae5ec38bd\",\n            \"origin\": \"mobile\",\n            \"ip\": \"52.252.20.238\",\n            \"coupon_code\": \"PWFDTR10RG\",\n            \"availability_mode\": \"offline\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": 29\n            },\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 6,\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\",\n                \"online\": false\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=8995cd1894f09a335aa627e64550d13b\",\n            \"created_at\": \"2019-05-28T22:33:58+02:00\",\n            \"updated_at\": \"2019-05-28T22:39:19+02:00\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 2,\n        \"total_items\": 126,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"7256ffa6-6d4f-485b-b615-fc9960453a91"},{"name":"Filter Carts  (returns only entities with \"soft-deleted\" items)","id":"6898c73e-fbe6-43d8-a6c0-e1e561a462eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://wrk.bluespirit.com/api/v1/fetch/carts/2024-04-14T12:42:58+02:00?carrier=SHOP_WITHDRAWAL&payment=SHOP_PICK&pluck=id|relations&trashed_only=1","description":"<p>Filters a list of basic payload for Carts, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n<p>Several real-time inner filters can be injected with query-string parameters; at the moment the following parameters are supported:</p>\n<ul>\n<li>\"carrier\": only returns items with at least the given \"CARRIER\" (shipment method) code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?carrier=SHOP_WITHDRAWAL</li>\n<li>\"payment\": only returns items with at least the given \"PAYMENT\" (payment method) code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?payment=CREDIT_CARD</li>\n<li>\"customer\": only returns items with at least the given \"CUSTOMER\" id; multiple ids must be separated by a comma character (',');<br />  Example: ?customer=27894</li>\n<li>\"trashed_only\": if \"1\" returns only entities that have AT LEAST one item that has been \"soft-deleted\";</li>\n<li>\"pluck\": defines a set of fields (separated by the pipe character) to reduce the payload of the response;</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","carts","2024-04-14T12:42:58+02:00"],"host":["wrk","bluespirit","com"],"query":[{"key":"carrier","value":"SHOP_WITHDRAWAL"},{"key":"payment","value":"SHOP_PICK"},{"key":"pluck","value":"id|relations"},{"key":"trashed_only","value":"1"}],"variable":[]}},"response":[{"id":"21e6c4ef-9a8a-4059-85d9-7045e87cbd9c","name":"Filter Carts  (returns only entities with \"soft-deleted\" items)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":{"raw":"https://wrk.bluespirit.com/api/v1/fetch/carts/2024-04-14T12:42:58+02:00?carrier=SHOP_WITHDRAWAL&payment=SHOP_PICK&pluck=id|relations&trashed_only=1","protocol":"https","host":["wrk","bluespirit","com"],"path":["api","v1","fetch","carts","2024-04-14T12:42:58+02:00"],"query":[{"key":"carrier","value":"SHOP_WITHDRAWAL"},{"key":"payment","value":"SHOP_PICK"},{"key":"pluck","value":"id|relations"},{"key":"trashed_only","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 14 Mar 2023 16:18:38 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 1168087,\n            \"relations\": {\n                \"customer_id\": 560683,\n                \"order_id\": null,\n                \"campaign_id\": 13,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1261051,\n            \"relations\": {\n                \"customer_id\": 196874,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": 756\n            }\n        },\n        {\n            \"id\": 1234008,\n            \"relations\": {\n                \"customer_id\": 281422,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1231445,\n            \"relations\": {\n                \"customer_id\": 752612,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1253006,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1261400,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 907179,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1253363,\n            \"relations\": {\n                \"customer_id\": 48974,\n                \"order_id\": null,\n                \"campaign_id\": 98,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1260824,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1261390,\n            \"relations\": {\n                \"customer_id\": 681574,\n                \"order_id\": null,\n                \"campaign_id\": 99,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1213567,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 99,\n                \"cart_rule_id\": 756\n            }\n        },\n        {\n            \"id\": 1263153,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1237321,\n            \"relations\": {\n                \"customer_id\": 1197978,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 850\n            }\n        },\n        {\n            \"id\": 1259338,\n            \"relations\": {\n                \"customer_id\": 1233019,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1253748,\n            \"relations\": {\n                \"customer_id\": 799479,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 641\n            }\n        },\n        {\n            \"id\": 1243721,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1247789,\n            \"relations\": {\n                \"customer_id\": 357978,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 189\n            }\n        },\n        {\n            \"id\": 1261692,\n            \"relations\": {\n                \"customer_id\": 1058723,\n                \"order_id\": 434565,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1066580,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 13,\n                \"cart_rule_id\": 876\n            }\n        },\n        {\n            \"id\": 1258777,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1069186,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 14,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1249562,\n            \"relations\": {\n                \"customer_id\": 191830,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1260447,\n            \"relations\": {\n                \"customer_id\": 430280,\n                \"order_id\": 434552,\n                \"campaign_id\": 98,\n                \"cart_rule_id\": 756\n            }\n        },\n        {\n            \"id\": 1182868,\n            \"relations\": {\n                \"customer_id\": 1063827,\n                \"order_id\": null,\n                \"campaign_id\": 64,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1250891,\n            \"relations\": {\n                \"customer_id\": 131947,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1256217,\n            \"relations\": {\n                \"customer_id\": 118012,\n                \"order_id\": null,\n                \"campaign_id\": 114,\n                \"cart_rule_id\": 641\n            }\n        },\n        {\n            \"id\": 1241582,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 13,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1263126,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1212103,\n            \"relations\": {\n                \"customer_id\": 1149212,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": 219\n            }\n        },\n        {\n            \"id\": 1246601,\n            \"relations\": {\n                \"customer_id\": 1199336,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1259197,\n            \"relations\": {\n                \"customer_id\": 210318,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 927\n            }\n        },\n        {\n            \"id\": 1240184,\n            \"relations\": {\n                \"customer_id\": 1197946,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1178034,\n            \"relations\": {\n                \"customer_id\": 459377,\n                \"order_id\": 434538,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1097645,\n            \"relations\": {\n                \"customer_id\": 270062,\n                \"order_id\": null,\n                \"campaign_id\": 99,\n                \"cart_rule_id\": 632\n            }\n        },\n        {\n            \"id\": 1254689,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 61,\n                \"cart_rule_id\": 623\n            }\n        },\n        {\n            \"id\": 1247714,\n            \"relations\": {\n                \"customer_id\": 1000387,\n                \"order_id\": null,\n                \"campaign_id\": 58,\n                \"cart_rule_id\": 872\n            }\n        },\n        {\n            \"id\": 1239422,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 98,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1256530,\n            \"relations\": {\n                \"customer_id\": 623431,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1245597,\n            \"relations\": {\n                \"customer_id\": 1055311,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 773\n            }\n        },\n        {\n            \"id\": 1260083,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1055950,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 900\n            }\n        },\n        {\n            \"id\": 1262631,\n            \"relations\": {\n                \"customer_id\": 134925,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1235903,\n            \"relations\": {\n                \"customer_id\": 1176365,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1261053,\n            \"relations\": {\n                \"customer_id\": 1198510,\n                \"order_id\": 434522,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": 623\n            }\n        },\n        {\n            \"id\": 1258859,\n            \"relations\": {\n                \"customer_id\": 1082557,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": 905\n            }\n        },\n        {\n            \"id\": 1245754,\n            \"relations\": {\n                \"customer_id\": 479628,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1253886,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 219\n            }\n        },\n        {\n            \"id\": 1231034,\n            \"relations\": {\n                \"customer_id\": 281075,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1244701,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1212991,\n            \"relations\": {\n                \"customer_id\": 213347,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1258491,\n            \"relations\": {\n                \"customer_id\": 1232217,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1156909,\n            \"relations\": {\n                \"customer_id\": 753365,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1262096,\n            \"relations\": {\n                \"customer_id\": 283658,\n                \"order_id\": null,\n                \"campaign_id\": 68,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1200869,\n            \"relations\": {\n                \"customer_id\": 358510,\n                \"order_id\": null,\n                \"campaign_id\": 98,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1262993,\n            \"relations\": {\n                \"customer_id\": 1219448,\n                \"order_id\": null,\n                \"campaign_id\": 13,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1256464,\n            \"relations\": {\n                \"customer_id\": 755590,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1249297,\n            \"relations\": {\n                \"customer_id\": 1225797,\n                \"order_id\": null,\n                \"campaign_id\": 64,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1262922,\n            \"relations\": {\n                \"customer_id\": 945951,\n                \"order_id\": 434493,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1240600,\n            \"relations\": {\n                \"customer_id\": 1144465,\n                \"order_id\": null,\n                \"campaign_id\": 98,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1262879,\n            \"relations\": {\n                \"customer_id\": 128439,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1196919,\n            \"relations\": {\n                \"customer_id\": 306248,\n                \"order_id\": null,\n                \"campaign_id\": 64,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1224366,\n            \"relations\": {\n                \"customer_id\": 396649,\n                \"order_id\": 434489,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1259756,\n            \"relations\": {\n                \"customer_id\": 1216242,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1256116,\n            \"relations\": {\n                \"customer_id\": 419718,\n                \"order_id\": null,\n                \"campaign_id\": 13,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1259845,\n            \"relations\": {\n                \"customer_id\": 1190517,\n                \"order_id\": 434487,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1253130,\n            \"relations\": {\n                \"customer_id\": 860977,\n                \"order_id\": null,\n                \"campaign_id\": 114,\n                \"cart_rule_id\": 872\n            }\n        },\n        {\n            \"id\": 1262911,\n            \"relations\": {\n                \"customer_id\": 1002364,\n                \"order_id\": 434477,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1258242,\n            \"relations\": {\n                \"customer_id\": 41015,\n                \"order_id\": null,\n                \"campaign_id\": 98,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1155209,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1104294,\n            \"relations\": {\n                \"customer_id\": 1023363,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": 641\n            }\n        },\n        {\n            \"id\": 1258170,\n            \"relations\": {\n                \"customer_id\": 580905,\n                \"order_id\": null,\n                \"campaign_id\": 59,\n                \"cart_rule_id\": 476\n            }\n        },\n        {\n            \"id\": 1256951,\n            \"relations\": {\n                \"customer_id\": 743328,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1262868,\n            \"relations\": {\n                \"customer_id\": 38760,\n                \"order_id\": 434455,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1252058,\n            \"relations\": {\n                \"customer_id\": 1234422,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 927\n            }\n        },\n        {\n            \"id\": 1259141,\n            \"relations\": {\n                \"customer_id\": 101289,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1114129,\n            \"relations\": {\n                \"customer_id\": 461663,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": 855\n            }\n        },\n        {\n            \"id\": 1250329,\n            \"relations\": {\n                \"customer_id\": 59407,\n                \"order_id\": null,\n                \"campaign_id\": 20,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1262715,\n            \"relations\": {\n                \"customer_id\": 275734,\n                \"order_id\": 434434,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": 927\n            }\n        },\n        {\n            \"id\": 1261489,\n            \"relations\": {\n                \"customer_id\": 84003,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1093612,\n            \"relations\": {\n                \"customer_id\": 994454,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1256205,\n            \"relations\": {\n                \"customer_id\": 514374,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": 756\n            }\n        },\n        {\n            \"id\": 1262128,\n            \"relations\": {\n                \"customer_id\": 1220289,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1213415,\n            \"relations\": {\n                \"customer_id\": 56601,\n                \"order_id\": null,\n                \"campaign_id\": 98,\n                \"cart_rule_id\": 756\n            }\n        },\n        {\n            \"id\": 1156490,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1013745,\n            \"relations\": {\n                \"customer_id\": 205029,\n                \"order_id\": null,\n                \"campaign_id\": 61,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1249988,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1195633,\n            \"relations\": {\n                \"customer_id\": 124308,\n                \"order_id\": 434412,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1257536,\n            \"relations\": {\n                \"customer_id\": 1158109,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1238298,\n            \"relations\": {\n                \"customer_id\": 1103769,\n                \"order_id\": null,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1253523,\n            \"relations\": {\n                \"customer_id\": 1224290,\n                \"order_id\": 434405,\n                \"campaign_id\": 3,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1238216,\n            \"relations\": {\n                \"customer_id\": 1177703,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": 633\n            }\n        },\n        {\n            \"id\": 1258961,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1257641,\n            \"relations\": {\n                \"customer_id\": 1229233,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1178818,\n            \"relations\": {\n                \"customer_id\": 1014743,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1262718,\n            \"relations\": {\n                \"customer_id\": 1003243,\n                \"order_id\": 434399,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1253793,\n            \"relations\": {\n                \"customer_id\": 1155450,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": 641\n            }\n        },\n        {\n            \"id\": 1257611,\n            \"relations\": {\n                \"customer_id\": null,\n                \"order_id\": null,\n                \"campaign_id\": 76,\n                \"cart_rule_id\": null\n            }\n        },\n        {\n            \"id\": 1260005,\n            \"relations\": {\n                \"customer_id\": 1234007,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": 927\n            }\n        },\n        {\n            \"id\": 1255599,\n            \"relations\": {\n                \"customer_id\": 594677,\n                \"order_id\": null,\n                \"campaign_id\": 32,\n                \"cart_rule_id\": 928\n            }\n        },\n        {\n            \"id\": 1202667,\n            \"relations\": {\n                \"customer_id\": 730399,\n                \"order_id\": null,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": null\n            }\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 553,\n        \"total_items\": 55272,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"6898c73e-fbe6-43d8-a6c0-e1e561a462eb"},{"name":"Fetch Single Cart  (Detailed)","id":"741542bc-b909-4cb1-ad86-62d1baa9b69b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/cart/5972","description":"<p>Fetch a detailed payload for a single Cart.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","cart","5972"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"582b780f-c285-4da8-a725-81e2b11f7cbb","name":"Fetch Single Cart  (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/cart/5972"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 30 Sep 2019 11:17:06 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkFwMER0bklaUXNZaTBcL3dcL1dhTnRsVlFjWUp5cTlPSnBWUE84R1RHXC8yWHc9IiwidmFsdWUiOiIrUkxlaCsxMHZ6ZHdXQ1A3V2FWdURKcG5xeVo1UHpTOXdmaGo4emppVG03ODlKSTcrSVBqT2NVS3d5XC92anNzWW9PUmhXZUhnMHRBT0twdmdZQWhNXC9BPT0iLCJtYWMiOiIzMzI2NjVjZGQyYTc4N2NiNmJiOWU3Mzg4OWQ2OTlmZjAxNTIyYTY1YTRhMjc2MTQ4MTQ5OTYyMzVlYzM2MDBiIn0%3D; expires=Wed, 02-Oct-2019 11:17:06 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"item_type\": \"cart\",\n    \"id\": 5972,\n    \"lang_id\": \"en\",\n    \"secure_key\": \"78e89bbf1d71ffa775cf6cd5013874a1\",\n    \"origin\": \"mobile\",\n    \"ip\": \"68.39.153.32\",\n    \"coupon_code\": \"\",\n    \"availability_mode\": \"online\",\n    \"invoice_required\": true,\n    \"total_products\": 1,\n    \"relations\": {\n        \"customer_id\": 27799,\n        \"order_id\": 57705,\n        \"campaign_id\": null,\n        \"cart_rule_id\": null\n    },\n    \"abandoned\": false,\n    \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=7e2fe92299119cd7cbaec486bec2d16e\",\n    \"created_at\": \"2019-09-29T09:17:30+02:00\",\n    \"updated_at\": \"2019-09-29T09:32:46+02:00\",\n    \"customer\": {\n        \"id\": 27799,\n        \"lang_id\": \"en\",\n        \"code\": \"c5d82c967b3820ab889088fd7f47ca46\",\n        \"email\": \"pbarbieri@barbieri.it\",\n        \"name\": \"Neri Lombardi\",\n        \"flag_communication\": true,\n        \"flag_segmentation\": true,\n        \"created_at\": \"2019-09-29T09:28:13+02:00\",\n        \"updated_at\": \"2019-09-29T09:28:13+02:00\"\n    },\n    \"shipping_method\": {\n        \"code\": \"INTERNATIONAL_DELIVERY\",\n        \"name\": \"International express courier\"\n    },\n    \"payment_method\": {\n        \"code\": \"CREDIT_CARD\",\n        \"name\": \"Carta di credito\"\n    },\n    \"shipping_address\": {\n        \"firstname\": \"Max\",\n        \"lastname\": \"Pagano\",\n        \"company\": \"Testa, Sorrentino e Leone Group\",\n        \"address1\": \"Via Orlando\",\n        \"address2\": \"Piano 6\",\n        \"postcode\": \"76190\",\n        \"city\": \"Sesto Walter\",\n        \"state_code\": \"BO\",\n        \"state_name\": \"Udine\",\n        \"country_code\": \"AE\",\n        \"country_name\": \"United Arab Emirates\",\n        \"other\": \"Exercitationem non sed debitis.\",\n        \"phone\": \"317 067 732\",\n        \"phone_mobile\": \"320 914 870\",\n        \"fax\": \"324 150 734\",\n        \"vat_number\": \"UTWDKA97A20X895O\",\n        \"cf\": \"JAUJRN27S63G556J\",\n        \"extrainfo\": \"Quidem aliquid officiis harum pariatur dolor provident qui quo.\"\n    },\n    \"billing_address\": null,\n    \"delivery_store\": null,\n    \"campaign\": null,\n    \"cart_rule\": null,\n    \"currency\": \"EUR\",\n    \"cart_products\": [\n        {\n            \"cart_id\": 5972,\n            \"product_id\": 55446,\n            \"product_combination_id\": null,\n            \"affiliate_id\": null,\n            \"cart_rule_id\": null,\n            \"quantity\": 1,\n            \"weight\": \"0.00\",\n            \"price\": \"390.00\",\n            \"reduction_amount\": null,\n            \"reduction_percent\": null,\n            \"availability_mode\": \"online\",\n            \"availability_shop_id\": null,\n            \"availability_solvable_shops\": [],\n            \"warehouse\": \"01\",\n            \"created_at\": \"2019-09-29T09:17:30+02:00\",\n            \"updated_at\": \"2019-09-29T09:32:13+02:00\",\n            \"cart_price\": \"390.00\",\n            \"give_away\": false\n        }\n    ]\n}"}],"_postman_id":"741542bc-b909-4cb1-ad86-62d1baa9b69b"},{"name":"Fetch Single Cart  (Detailed with deleted items)","id":"7d21b911-8b25-4c84-bc75-0820e30e7c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://wrk.bluespirit.com/api/v1/fetch/cart/1260480?with_deleted=true","description":"<p>Fetch a detailed payload for a single Cart, including all \"Cart Product's items\" that have been \"soft-deleted\".</p>\n<h3 id=\"very-important\">VERY IMPORTANT</h3>\n<p>\"soft-deleted\" items will be returned <strong>ONLY</strong> when the request contains the parameter \"with_deleted\", which can be equal to any non-falsy value (like in this example).</p>\n<p>as a result a value of \"0\" or \"false\" will <strong>DROP</strong> the usage, and it is always equivalent to its absence.</p>\n<p>An item which has been \"soft-deleted\" has always a schema <strong>IDENTICAL</strong> to the one of another \"real\" record of the same type, excepts for the \"deleted_at\" field, which will contains the timestamp of the \"delete\" event.</p>\n<p>Basically:</p>\n<h5 id></h5>\n<p>REGULAR ITEM:<br />{<br />...<br />\"deleted_at\": null<br />}</p>\n<h5 id=\"soft-deleted-item\">SOFT-DELETED ITEM:</h5>\n<p>{<br />...<br />\"deleted_at\": \"YYYY-MM-DD HH:II:SS\"<br />}</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","cart","1260480"],"host":["wrk","bluespirit","com"],"query":[{"key":"with_deleted","value":"true"}],"variable":[]}},"response":[{"id":"61830cec-4216-4b69-92fc-0d86d560c934","name":"Fetch Single Cart  (Detailed with deleted items)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":{"raw":"https://wrk.bluespirit.com/api/v1/fetch/cart/1260480?with_deleted=true","protocol":"https","host":["wrk","bluespirit","com"],"path":["api","v1","fetch","cart","1260480"],"query":[{"key":"with_deleted","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 10 Mar 2023 10:38:59 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"item_type\": \"cart\",\n    \"id\": 1260480,\n    \"lang_id\": \"it\",\n    \"secure_key\": \"7297d38b9c87723a53dbd1b2d1cc0e38\",\n    \"origin\": \"mobile\",\n    \"ip\": \"188.89.57.122\",\n    \"coupon_code\": \"\",\n    \"availability_mode\": \"shop\",\n    \"invoice_required\": false,\n    \"total_products\": 1,\n    \"relations\": {\n        \"customer_id\": 938176,\n        \"order_id\": 433598,\n        \"campaign_id\": 3,\n        \"cart_rule_id\": null\n    },\n    \"carrier\": {\n        \"id\": 4,\n        \"code\": \"SHOP_WITHDRAWAL\",\n        \"name\": \"Ritiro presso Store Bluespirit\",\n        \"virtual\": false\n    },\n    \"payment\": {\n        \"id\": 6,\n        \"code\": \"SHOP_PICK\",\n        \"name\": \"Pagamento in punto vendita\",\n        \"online\": false\n    },\n    \"abandoned\": false,\n    \"recovery_url\": \"https://www.bluespirit.com/carrello?secure_key=7977e62b4de0d590e5fc78c9c9d8a227\",\n    \"created_at\": \"2023-03-10T11:16:39+01:00\",\n    \"updated_at\": \"2023-03-10T11:25:15+01:00\",\n    \"customer\": {\n        \"item_type\": \"customer\",\n        \"id\": 938176,\n        \"lang_id\": \"it\",\n        \"code\": \"f459fc1706673035cc5fad5e82c2d18d\",\n        \"email\": \"jack.giordano@romano.it\",\n        \"name\": \"Samira Messina\",\n        \"customer_type\": \"people\",\n        \"firstname\": \"Olimpia\",\n        \"lastname\": \"Ferraro\",\n        \"company\": null,\n        \"flag_communication\": false,\n        \"flag_segmentation\": false,\n        \"created_at\": \"2022-08-24T17:22:15+02:00\",\n        \"updated_at\": \"2023-03-08T13:21:49+01:00\"\n    },\n    \"shipping_method\": {\n        \"id\": 4,\n        \"code\": \"SHOP_WITHDRAWAL\",\n        \"name\": \"Ritiro presso Store Bluespirit\",\n        \"virtual\": false\n    },\n    \"payment_method\": {\n        \"id\": 6,\n        \"code\": \"SHOP_PICK\",\n        \"name\": \"Pagamento in punto vendita\",\n        \"online\": false\n    },\n    \"shipping_address\": {\n        \"firstname\": \"Marcella\",\n        \"lastname\": \"Grassi\",\n        \"company\": \"De luca Group\",\n        \"address1\": \"Contrada Conte\",\n        \"address2\": \"Piano 4\",\n        \"postcode\": \"59840\",\n        \"city\": \"Nestore sardo\",\n        \"state_code\": \"VR\",\n        \"state_name\": \"Cuneo\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Saepe suscipit porro et ut aliquam incidunt quis.\",\n        \"phone\": \"+59 862 6854595\",\n        \"phone_mobile\": \"322 729 073\",\n        \"fax\": \"367 740 431\",\n        \"vat_number\": \"JISNNO70A53X705R\",\n        \"cf\": \"DVTKWJ62M66X267Q\",\n        \"extrainfo\": \"Illum labore a maxime consectetur voluptas sit.\"\n    },\n    \"billing_address\": {\n        \"firstname\": \"Isabel\",\n        \"lastname\": \"Marino\",\n        \"company\": \"Santoro-Silvestri s.r.l.\",\n        \"address1\": \"Rotonda Monti\",\n        \"address2\": \"Appartamento 64\",\n        \"postcode\": \"94586\",\n        \"city\": \"Lucrezia calabro\",\n        \"state_code\": \"CI\",\n        \"state_name\": \"Viterbo\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Assumenda consequuntur et sunt occaecati et.\",\n        \"phone\": \"+59 4524 93848013\",\n        \"phone_mobile\": \"+91 098 4558208\",\n        \"fax\": \"+39 035 681 234\",\n        \"vat_number\": \"CUCPSF29O85O575P\",\n        \"cf\": \"PQDREM96V91J518Q\",\n        \"extrainfo\": \"Magnam id incidunt maxime.\"\n    },\n    \"delivery_store\": \"971\",\n    \"campaign\": {\n        \"id\": 3,\n        \"name\": \"Brand Corporate #1\",\n        \"created_at\": \"2017-11-16T15:11:20+01:00\",\n        \"updated_at\": \"2017-11-16T15:11:20+01:00\"\n    },\n    \"cart_rule\": null,\n    \"currency\": \"EUR\",\n    \"cart_products\": [\n        {\n            \"cart_id\": 1260480,\n            \"product_id\": 22013,\n            \"product_combination_id\": 4113,\n            \"affiliate_id\": null,\n            \"cart_rule_id\": null,\n            \"quantity\": 1,\n            \"weight\": \"0.01\",\n            \"price\": \"31.85\",\n            \"reduction_amount\": null,\n            \"reduction_percent\": null,\n            \"availability_mode\": \"shop\",\n            \"availability_shop_id\": \"971\",\n            \"availability_solvable_shops\": [\n                \"971\",\n                \"981\",\n                \"997\",\n                \"N21\",\n                \"160\",\n                \"169\",\n                \"416\",\n                \"547\",\n                \"636\",\n                \"655\",\n                \"658\",\n                \"662\",\n                \"683\",\n                \"703\",\n                \"709\",\n                \"711\",\n                \"715\",\n                \"724\",\n                \"728\",\n                \"763\",\n                \"767\",\n                \"836\",\n                \"837\",\n                \"838\",\n                \"868\",\n                \"870\",\n                \"871\",\n                \"876\",\n                \"882\",\n                \"883\",\n                \"884\",\n                \"894\",\n                \"895\",\n                \"900\",\n                \"908\",\n                \"910\",\n                \"912\",\n                \"927\",\n                \"931\",\n                \"934\",\n                \"939\",\n                \"945\",\n                \"952\",\n                \"955\",\n                \"958\",\n                \"962\",\n                \"172\",\n                \"174\",\n                \"177\",\n                \"161\",\n                \"167\",\n                \"168\",\n                \"N27\",\n                \"N33\",\n                \"985\",\n                \"987\",\n                \"993\",\n                \"996\",\n                \"006\",\n                \"008\",\n                \"009\",\n                \"010\",\n                \"011\",\n                \"101\",\n                \"104\",\n                \"108\",\n                \"109\",\n                \"116\",\n                \"117\",\n                \"121\",\n                \"123\",\n                \"124\",\n                \"128\",\n                \"129\",\n                \"134\",\n                \"136\",\n                \"141\",\n                \"142\",\n                \"145\",\n                \"146\",\n                \"148\",\n                \"149\",\n                \"153\",\n                \"156\",\n                \"978\",\n                \"979\"\n            ],\n            \"warehouse\": \"NG\",\n            \"created_at\": \"2023-03-10T11:17:59+01:00\",\n            \"updated_at\": \"2023-03-10T11:25:15+01:00\",\n            \"deleted_at\": null,\n            \"cart_price\": \"31.85\",\n            \"give_away\": false\n        },\n        {\n            \"cart_id\": 1260480,\n            \"product_id\": 82953,\n            \"product_combination_id\": 11630,\n            \"affiliate_id\": null,\n            \"cart_rule_id\": null,\n            \"quantity\": 1,\n            \"weight\": \"0.00\",\n            \"price\": \"28.80\",\n            \"reduction_amount\": null,\n            \"reduction_percent\": null,\n            \"availability_mode\": \"online\",\n            \"availability_shop_id\": null,\n            \"availability_solvable_shops\": [],\n            \"warehouse\": \"01\",\n            \"created_at\": \"2023-03-10T11:16:40+01:00\",\n            \"updated_at\": \"2023-03-10T11:18:25+01:00\",\n            \"deleted_at\": \"2023-03-10T11:18:25+01:00\",\n            \"cart_price\": \"28.80\",\n            \"give_away\": false\n        }\n    ],\n    \"vouchers\": []\n}"}],"_postman_id":"7d21b911-8b25-4c84-bc75-0820e30e7c74"},{"name":"Fetch Mutiple Carts (Detailed)","id":"41715559-bfb2-4c8a-b84c-9a967f0aa492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/multiplecart/5972,5968,5938","description":"<p>Fetch a detailed collections of payloads for one or many Carts.\nThe multiple id(s) has to be separated by a comma(,), or can be directly an array (according to query-string limitations).</p>\n<p>Warning: the maximum set is fixed at 50 items.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","multiplecart","5972,5968,5938"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"d4ddf98c-ff33-4bfc-9e9f-2fc7913fa6c3","name":"Fetch Mutiple Carts (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/multiplecart/5972,5968,5938"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 30 Sep 2019 11:16:19 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkhqQk9MWG0yZ2h3OElJdWdcL2EydXAxa3FvXC9TQll5ekZSZGtDRXdzenk3Yz0iLCJ2YWx1ZSI6Ik1DY0xONldLVG9tVXZnOGxwcU9aZldTb3dzWUpcLzVBS2RBQzBzR1hzaUV5d041UGRscnNBRTRIeFpQOXZScm9YNUhwRmJ2NkNISFwvdVFsdWdJUTVTV0E9PSIsIm1hYyI6IjBkYTlmMzQ1MDZlNGE2OGYxYThkNzBhZWJhOThmMzhlNmExYTFhYTViMTdlMWEzOTc3ZGNmNzdjZDJhNjcxYzEifQ%3D%3D; expires=Wed, 02-Oct-2019 11:16:19 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5938,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"7d7166146760381e907efbc9f7c930d4\",\n            \"origin\": \"desktop\",\n            \"ip\": \"3.189.75.47\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27793,\n                \"order_id\": 57700,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=a909a0eec394361d011ae6573f1d4b06\",\n            \"created_at\": \"2019-09-26T14:41:48+02:00\",\n            \"updated_at\": \"2019-09-26T14:45:25+02:00\",\n            \"customer\": {\n                \"id\": 27793,\n                \"lang_id\": \"it\",\n                \"code\": \"5546e5dbf7e60e2006a24f95f2e2150b\",\n                \"email\": \"barone.rosaria@gentile.com\",\n                \"name\": \"Miriana Ferrari\",\n                \"flag_communication\": false,\n                \"flag_segmentation\": false,\n                \"created_at\": \"2019-09-26T14:41:20+02:00\",\n                \"updated_at\": \"2019-09-26T14:43:37+02:00\"\n            },\n            \"shipping_method\": {\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \"\n            },\n            \"payment_method\": {\n                \"code\": \"SHOP_PICK\",\n                \"name\": \"Pagamento in punto vendita\"\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Dindo\",\n                \"lastname\": \"Martini\",\n                \"company\": \"Marino-Greco Group\",\n                \"address1\": \"Rotonda Dimitri\",\n                \"address2\": \"Piano 5\",\n                \"postcode\": \"09193\",\n                \"city\": \"Gatti del friuli\",\n                \"state_code\": \"MI\",\n                \"state_name\": \"Como\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Est eos vel consequatur voluptatem voluptate.\",\n                \"phone\": \"059 512 1979\",\n                \"phone_mobile\": \"+39 393 634 736\",\n                \"fax\": \"+39 005 836 937\",\n                \"vat_number\": \"ISIHCP23U95D590E\",\n                \"cf\": \"ZUQVNL61S60L020N\",\n                \"extrainfo\": \"Et possimus numquam eos.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Mariano\",\n                \"lastname\": \"Conti\",\n                \"company\": \"Orlando e figli\",\n                \"address1\": \"Piazza Vitali\",\n                \"address2\": \"Appartamento 11\",\n                \"postcode\": \"91468\",\n                \"city\": \"Sue ellen salentino\",\n                \"state_code\": \"OT\",\n                \"state_name\": \"La Spezia\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Iure dolor perspiciatis ab quia sed ratione.\",\n                \"phone\": \"+39 022 596 716\",\n                \"phone_mobile\": \"+78 06 7255283\",\n                \"fax\": \"+28 59 63624473\",\n                \"vat_number\": \"KCGNXV25Y64I810E\",\n                \"cf\": \"CSCEME72R08E843W\",\n                \"extrainfo\": \"Consequatur ad qui rerum aut.\"\n            },\n            \"delivery_store\": \"894\",\n            \"campaign\": null,\n            \"cart_rule\": null,\n            \"currency\": \"EUR\",\n            \"cart_products\": [\n                {\n                    \"cart_id\": 5938,\n                    \"product_id\": 52391,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"cart_rule_id\": null,\n                    \"quantity\": 1,\n                    \"weight\": \"0.00\",\n                    \"price\": \"490.00\",\n                    \"reduction_amount\": null,\n                    \"reduction_percent\": null,\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-09-26T14:41:48+02:00\",\n                    \"updated_at\": \"2019-09-26T14:44:25+02:00\",\n                    \"cart_price\": \"490.00\",\n                    \"give_away\": false\n                }\n            ]\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5968,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"c17547029681c894f13d98003c9d6434\",\n            \"origin\": \"desktop\",\n            \"ip\": \"59.217.159.218\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": false,\n            \"total_products\": 0,\n            \"relations\": {\n                \"customer_id\": 27798,\n                \"order_id\": null,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": true,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=02a2b02307721c902425a8c83f7ef553\",\n            \"created_at\": \"2019-09-28T17:15:13+02:00\",\n            \"updated_at\": \"2019-09-28T17:16:30+02:00\",\n            \"customer\": {\n                \"id\": 27798,\n                \"lang_id\": \"en\",\n                \"code\": \"1d79e4739fd287a0c089217543ae9fa9\",\n                \"email\": \"moreno.rossetti@email.it\",\n                \"name\": \"Tancredi D'angelo\",\n                \"flag_communication\": true,\n                \"flag_segmentation\": true,\n                \"created_at\": \"2019-09-28T17:11:00+02:00\",\n                \"updated_at\": \"2019-09-28T17:12:51+02:00\"\n            },\n            \"shipping_method\": {\n                \"code\": \"INTERNATIONAL_DELIVERY\",\n                \"name\": \"International express courier\"\n            },\n            \"payment_method\": {\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\"\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Vania\",\n                \"lastname\": \"Neri\",\n                \"company\": \"Coppola s.r.l.\",\n                \"address1\": \"Incrocio Costa\",\n                \"address2\": \"Appartamento 47\",\n                \"postcode\": \"18107\",\n                \"city\": \"Sesto Assia veneto\",\n                \"state_code\": \"BN\",\n                \"state_name\": \"Viterbo\",\n                \"country_code\": \"KW\",\n                \"country_name\": \"Kuwait\",\n                \"other\": \"Exercitationem libero corporis omnis sequi nobis.\",\n                \"phone\": \"+90 91 03036897\",\n                \"phone_mobile\": \"+99 31 4357487\",\n                \"fax\": \"052 963 2943\",\n                \"vat_number\": \"URLRYA20C99X963U\",\n                \"cf\": \"NXKGPE88U52R130T\",\n                \"extrainfo\": \"Maiores in id sed ea.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Donatella\",\n                \"lastname\": \"Gatti\",\n                \"company\": \"Ferri e figli\",\n                \"address1\": \"Contrada Villa\",\n                \"address2\": \"Appartamento 03\",\n                \"postcode\": \"42771\",\n                \"city\": \"San Caio sardo\",\n                \"state_code\": \"PE\",\n                \"state_name\": \"Biella\",\n                \"country_code\": \"KW\",\n                \"country_name\": \"Kuwait\",\n                \"other\": \"Aut deleniti magnam iste ut.\",\n                \"phone\": \"037 672 8174\",\n                \"phone_mobile\": \"+30 38 21115365\",\n                \"fax\": \"366 829 420\",\n                \"vat_number\": \"SJWOQR00B96Q698L\",\n                \"cf\": \"ORBFDN11M04F696P\",\n                \"extrainfo\": \"Sequi at voluptatum illum nihil aspernatur porro voluptate.\"\n            },\n            \"delivery_store\": null,\n            \"campaign\": null,\n            \"cart_rule\": null,\n            \"currency\": \"EUR\",\n            \"cart_products\": []\n        },\n        {\n            \"item_type\": \"cart\",\n            \"id\": 5972,\n            \"lang_id\": \"en\",\n            \"secure_key\": \"2cfc1fdcf6fcdbff3c1794b2bab1c058\",\n            \"origin\": \"mobile\",\n            \"ip\": \"177.134.28.1\",\n            \"coupon_code\": \"\",\n            \"availability_mode\": \"online\",\n            \"invoice_required\": true,\n            \"total_products\": 1,\n            \"relations\": {\n                \"customer_id\": 27799,\n                \"order_id\": 57705,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null\n            },\n            \"abandoned\": false,\n            \"recovery_url\": \"https://www.philipwatch.net/carrello?secure_key=9c2ead6d89e01850e572319aee0be0e6\",\n            \"created_at\": \"2019-09-29T09:17:30+02:00\",\n            \"updated_at\": \"2019-09-29T09:32:46+02:00\",\n            \"customer\": {\n                \"id\": 27799,\n                \"lang_id\": \"en\",\n                \"code\": \"c5d82c967b3820ab889088fd7f47ca46\",\n                \"email\": \"epagano@yahoo.com\",\n                \"name\": \"Ausonio Vitali\",\n                \"flag_communication\": true,\n                \"flag_segmentation\": true,\n                \"created_at\": \"2019-09-29T09:28:13+02:00\",\n                \"updated_at\": \"2019-09-29T09:28:13+02:00\"\n            },\n            \"shipping_method\": {\n                \"code\": \"INTERNATIONAL_DELIVERY\",\n                \"name\": \"International express courier\"\n            },\n            \"payment_method\": {\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\"\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Fiorentino\",\n                \"lastname\": \"Greco\",\n                \"company\": \"Bruno-Morelli e figli\",\n                \"address1\": \"Via Cristyn\",\n                \"address2\": \"Appartamento 56\",\n                \"postcode\": \"73049\",\n                \"city\": \"Quarto Gianmarco\",\n                \"state_code\": \"TO\",\n                \"state_name\": \"Brindisi\",\n                \"country_code\": \"AE\",\n                \"country_name\": \"United Arab Emirates\",\n                \"other\": \"Rerum voluptate ut quia nam.\",\n                \"phone\": \"+39 375 771 500\",\n                \"phone_mobile\": \"+39 008 139 664\",\n                \"fax\": \"+39 081 631 610\",\n                \"vat_number\": \"HUDKOW01Y79V769C\",\n                \"cf\": \"SENSCI12N24U900X\",\n                \"extrainfo\": \"Dolor et atque ad voluptatem.\"\n            },\n            \"billing_address\": null,\n            \"delivery_store\": null,\n            \"campaign\": null,\n            \"cart_rule\": null,\n            \"currency\": \"EUR\",\n            \"cart_products\": [\n                {\n                    \"cart_id\": 5972,\n                    \"product_id\": 55446,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"cart_rule_id\": null,\n                    \"quantity\": 1,\n                    \"weight\": \"0.00\",\n                    \"price\": \"390.00\",\n                    \"reduction_amount\": null,\n                    \"reduction_percent\": null,\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-09-29T09:17:30+02:00\",\n                    \"updated_at\": \"2019-09-29T09:32:13+02:00\",\n                    \"cart_price\": \"390.00\",\n                    \"give_away\": false\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"41715559-bfb2-4c8a-b84c-9a967f0aa492"}],"id":"1cf50b0f-ea63-4d83-8239-578246c73f48","_postman_id":"1cf50b0f-ea63-4d83-8239-578246c73f48","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}}},{"name":"Orders","item":[{"name":"Fetch Orders (Paginated)","id":"4885f08a-0327-416a-b529-f066b8db5962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/fetch/orders/2019-04-05T12:42:58+02:00?page=2","description":"<p>Fetch a list of basic payload for Orders, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","orders","2019-04-05T12:42:58+02:00"],"host":["www","philipwatch","net"],"query":[{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"b718d104-9e83-4058-9d99-6747c00108b5","name":"Fetch Orders (Paginated)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.philipwatch.net/api/v1/fetch/orders/2019-04-05T12:42:58+02:00?page=2","protocol":"https","host":["www","philipwatch","net"],"path":["api","v1","fetch","orders","2019-04-05T12:42:58+02:00"],"query":[{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:13:09 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjBMZ241ZWtVNG42QnVXemlnemczQVlSeWNIeDJHK1Nad1hvd3B1aGJ3UkU9IiwidmFsdWUiOiJ6WEV2Q290N3RRSzdxeFllUk5tMkR6TEpEZVNZNFVRZkp3bTZNdDdhNHF4T2piRHRIbGk0QWUyYk15MGVGc2VtdjdkamUzNEY4V2JXS3FKQjFHdjVYUT09IiwibWFjIjoiMmY1NGM1M2Y4OTYwNzRmZDU1YmQ0ZDNmNzdiODJlYzI0N2JkMzUzZjVhZTk5OTc2ZGE2M2Q3NzAxZGQ2Y2QyYyJ9; expires=Sat, 28-Sep-2019 11:13:09 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57614\",\n            \"lang_id\": null,\n            \"reference\": \"PW005133\",\n            \"customer_id\": \"27641\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-13T15:12:58+02:00\",\n            \"updated_at\": \"2019-06-18T08:00:03+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57618\",\n            \"lang_id\": null,\n            \"reference\": \"PW005159\",\n            \"customer_id\": \"27646\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-16T20:36:42+02:00\",\n            \"updated_at\": \"2019-06-18T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57488\",\n            \"lang_id\": null,\n            \"reference\": \"PW003109-R\",\n            \"customer_id\": \"27392\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REVERSED\",\n            \"created_at\": \"2019-01-24T14:43:09+01:00\",\n            \"updated_at\": \"2019-06-12T11:18:10+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57489\",\n            \"lang_id\": null,\n            \"reference\": \"PW002838-R\",\n            \"customer_id\": \"27380\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REVERSED\",\n            \"created_at\": \"2019-01-24T17:30:41+01:00\",\n            \"updated_at\": \"2019-06-12T11:18:07+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57512\",\n            \"lang_id\": null,\n            \"reference\": \"PW002997-R\",\n            \"customer_id\": \"27397\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REVERSED\",\n            \"created_at\": \"2019-02-14T11:20:40+01:00\",\n            \"updated_at\": \"2019-06-12T11:18:03+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57591\",\n            \"lang_id\": null,\n            \"reference\": \"PW004893\",\n            \"customer_id\": \"27604\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-05-13T11:02:52+02:00\",\n            \"updated_at\": \"2019-06-12T11:03:14+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57611\",\n            \"lang_id\": null,\n            \"reference\": \"PW005101\",\n            \"customer_id\": \"27638\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-07T22:30:17+02:00\",\n            \"updated_at\": \"2019-06-11T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57586\",\n            \"lang_id\": null,\n            \"reference\": \"PW004854\",\n            \"customer_id\": \"27597\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-05-08T17:32:31+02:00\",\n            \"updated_at\": \"2019-06-07T17:33:22+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57604\",\n            \"lang_id\": null,\n            \"reference\": \"PW005010\",\n            \"customer_id\": \"27597\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-05-28T15:18:29+02:00\",\n            \"updated_at\": \"2019-06-07T12:53:41+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57595\",\n            \"lang_id\": null,\n            \"reference\": \"PW004934\",\n            \"customer_id\": \"27614\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_PENDING_PAYPAL\",\n            \"created_at\": \"2019-05-18T20:28:51+02:00\",\n            \"updated_at\": \"2019-06-07T12:49:12+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57572\",\n            \"lang_id\": null,\n            \"reference\": \"PW004610\",\n            \"customer_id\": \"27560\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CLOSED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-04-08T18:35:57+02:00\",\n            \"updated_at\": \"2019-06-05T16:46:58+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57606\",\n            \"lang_id\": null,\n            \"reference\": \"PW005054\",\n            \"customer_id\": \"27630\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-03T14:09:22+02:00\",\n            \"updated_at\": \"2019-06-05T08:00:01+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57583\",\n            \"lang_id\": null,\n            \"reference\": \"PW004823\",\n            \"customer_id\": \"27583\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_WORKING\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-05-03T17:25:38+02:00\",\n            \"updated_at\": \"2019-06-02T17:27:25+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57603\",\n            \"lang_id\": null,\n            \"reference\": \"PW005006\",\n            \"customer_id\": \"27624\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-27T19:18:08+02:00\",\n            \"updated_at\": \"2019-05-29T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57602\",\n            \"lang_id\": null,\n            \"reference\": \"PW004989\",\n            \"customer_id\": \"27623\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_WORKING\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-24T20:38:12+02:00\",\n            \"updated_at\": \"2019-05-27T11:04:39+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57601\",\n            \"lang_id\": null,\n            \"reference\": \"PW004980\",\n            \"customer_id\": \"27622\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-23T19:57:10+02:00\",\n            \"updated_at\": \"2019-05-25T08:00:01+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57594\",\n            \"lang_id\": null,\n            \"reference\": \"PW004919\",\n            \"customer_id\": \"27610\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-05-16T11:49:00+02:00\",\n            \"updated_at\": \"2019-05-24T17:44:30+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57592\",\n            \"lang_id\": null,\n            \"reference\": \"PW004908\",\n            \"customer_id\": \"27607\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-05-15T07:46:23+02:00\",\n            \"updated_at\": \"2019-05-24T17:44:15+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57600\",\n            \"lang_id\": null,\n            \"reference\": \"PW004972\",\n            \"customer_id\": \"27621\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-22T22:19:25+02:00\",\n            \"updated_at\": \"2019-05-24T08:00:01+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57596\",\n            \"lang_id\": null,\n            \"reference\": \"PW004942\",\n            \"customer_id\": \"27617\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CLOSED\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-05-19T19:31:32+02:00\",\n            \"updated_at\": \"2019-05-23T13:14:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57599\",\n            \"lang_id\": null,\n            \"reference\": \"PW004967\",\n            \"customer_id\": \"27620\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-22T07:08:19+02:00\",\n            \"updated_at\": \"2019-05-23T08:00:03+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57598\",\n            \"lang_id\": null,\n            \"reference\": \"PW004954\",\n            \"customer_id\": \"27619\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-20T18:02:13+02:00\",\n            \"updated_at\": \"2019-05-23T08:00:03+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57593\",\n            \"lang_id\": null,\n            \"reference\": \"PW004917\",\n            \"customer_id\": \"27609\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-16T11:29:19+02:00\",\n            \"updated_at\": \"2019-05-17T08:00:01+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57577\",\n            \"lang_id\": null,\n            \"reference\": \"PW004723\",\n            \"customer_id\": \"27576\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CLOSED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-04-16T11:23:00+02:00\",\n            \"updated_at\": \"2019-05-16T11:24:30+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57589\",\n            \"lang_id\": null,\n            \"reference\": \"PW004883\",\n            \"customer_id\": \"27602\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-11T20:26:40+02:00\",\n            \"updated_at\": \"2019-05-14T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57587\",\n            \"lang_id\": null,\n            \"reference\": \"PW004863\",\n            \"customer_id\": \"27599\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_PENDING_DELIVERY\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-08T23:27:31+02:00\",\n            \"updated_at\": \"2019-05-11T16:00:01+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57585\",\n            \"lang_id\": null,\n            \"reference\": \"PW004853\",\n            \"customer_id\": \"27596\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_WORKING\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-08T17:30:12+02:00\",\n            \"updated_at\": \"2019-05-08T19:35:22+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57555\",\n            \"lang_id\": null,\n            \"reference\": \"PW004265\",\n            \"customer_id\": \"27526\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUNDED\",\n            \"created_at\": \"2019-03-18T00:21:03+01:00\",\n            \"updated_at\": \"2019-05-08T11:41:08+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57582\",\n            \"lang_id\": null,\n            \"reference\": \"PW004814\",\n            \"customer_id\": \"27585\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-05-03T12:43:13+02:00\",\n            \"updated_at\": \"2019-05-07T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57569\",\n            \"lang_id\": null,\n            \"reference\": \"PW004590\",\n            \"customer_id\": \"27555\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-04-06T23:35:04+02:00\",\n            \"updated_at\": \"2019-05-06T23:36:27+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57581\",\n            \"lang_id\": null,\n            \"reference\": \"PW004819\",\n            \"customer_id\": \"27584\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-05-03T11:40:14+02:00\",\n            \"updated_at\": \"2019-05-03T12:05:18+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57578\",\n            \"lang_id\": null,\n            \"reference\": \"PW004707\",\n            \"customer_id\": \"27577\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CLOSED\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-04-16T20:30:50+02:00\",\n            \"updated_at\": \"2019-04-29T19:14:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57580\",\n            \"lang_id\": null,\n            \"reference\": \"PW004767\",\n            \"customer_id\": \"27580\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-04-24T17:02:14+02:00\",\n            \"updated_at\": \"2019-04-27T08:00:01+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57579\",\n            \"lang_id\": null,\n            \"reference\": \"PW004738\",\n            \"customer_id\": \"27578\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-04-18T11:10:46+02:00\",\n            \"updated_at\": \"2019-04-23T17:55:14+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57576\",\n            \"lang_id\": null,\n            \"reference\": \"PW004697\",\n            \"customer_id\": \"27571\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-04-15T21:31:45+02:00\",\n            \"updated_at\": \"2019-04-18T08:00:03+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57575\",\n            \"lang_id\": null,\n            \"reference\": \"PW004696\",\n            \"customer_id\": \"27569\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-04-13T11:10:22+02:00\",\n            \"updated_at\": \"2019-04-17T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57571\",\n            \"lang_id\": null,\n            \"reference\": \"PW004605\",\n            \"customer_id\": \"27559\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-04-08T13:54:57+02:00\",\n            \"updated_at\": \"2019-04-15T10:51:52+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57574\",\n            \"lang_id\": null,\n            \"reference\": \"PW004624\",\n            \"customer_id\": \"27565\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-04-09T16:56:51+02:00\",\n            \"updated_at\": \"2019-04-11T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57573\",\n            \"lang_id\": null,\n            \"reference\": \"PW004612\",\n            \"customer_id\": \"27561\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-04-08T22:03:29+02:00\",\n            \"updated_at\": \"2019-04-10T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57570\",\n            \"lang_id\": null,\n            \"reference\": \"PW004595\",\n            \"customer_id\": \"27556\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-04-07T16:23:44+02:00\",\n            \"updated_at\": \"2019-04-10T08:00:02+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57566\",\n            \"lang_id\": null,\n            \"reference\": \"PW004505\",\n            \"customer_id\": \"27546\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_READY\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-04-02T00:55:35+02:00\",\n            \"updated_at\": \"2019-04-09T15:52:21+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57557\",\n            \"lang_id\": null,\n            \"reference\": \"PW004280\",\n            \"customer_id\": \"27528\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_READY\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-03-18T22:29:47+01:00\",\n            \"updated_at\": \"2019-04-09T15:52:20+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57561\",\n            \"lang_id\": null,\n            \"reference\": \"PW004407\",\n            \"customer_id\": \"27536\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_READY\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-03-27T11:11:18+01:00\",\n            \"updated_at\": \"2019-04-09T15:52:20+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57563\",\n            \"lang_id\": null,\n            \"reference\": \"PW004470\",\n            \"customer_id\": \"27539\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_READY\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-03-30T21:21:56+01:00\",\n            \"updated_at\": \"2019-04-09T15:52:20+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57552\",\n            \"lang_id\": null,\n            \"reference\": \"PW004222\",\n            \"customer_id\": \"27523\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_READY\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-03-15T10:21:45+01:00\",\n            \"updated_at\": \"2019-04-09T15:52:20+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57548\",\n            \"lang_id\": null,\n            \"reference\": \"PW004148\",\n            \"customer_id\": \"27517\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_READY\",\n            \"payment_state\": \"STATUS_PENDING_SHOP\",\n            \"created_at\": \"2019-03-11T12:16:09+01:00\",\n            \"updated_at\": \"2019-04-09T15:52:19+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57547\",\n            \"lang_id\": null,\n            \"reference\": \"PW004133\",\n            \"customer_id\": \"27516\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-03-10T13:56:07+01:00\",\n            \"updated_at\": \"2019-04-09T14:57:27+02:00\"\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": \"57564\",\n            \"lang_id\": null,\n            \"reference\": \"PW004490\",\n            \"customer_id\": \"27540\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_USER_CANCELED\",\n            \"created_at\": \"2019-04-01T01:02:56+02:00\",\n            \"updated_at\": \"2019-04-08T18:18:41+02:00\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 2,\n        \"total_pages\": 2,\n        \"total_items\": 148,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"4885f08a-0327-416a-b529-f066b8db5962"},{"name":"Filter Orders (Paginated)","id":"7a24f3c5-2276-4d88-8e2c-7aa923607020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/fetch/orders/2019-04-05T12:42:58+02:00?page=1&status=STATUS_SHIPPED,STATUS_WORKING&payment_status=STATUS_COMPLETED&carrier=SHOP_WITHDRAWAL&payment=CREDIT_CARD&customer=27894","description":"<p>Filters a list of basic payload for Orders, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n<p>Several real-time inner filters can be injected with query-string parameters; at the moment the following parameters are supported:</p>\n<ul>\n<li><p>\"status\": only returns items with at least the given \"ORDER_STATUS\" code/id; multiple codes/ids must be separated by a comma character (',');\nImportant: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;\nExample: ?status=STATUS_SHIPPED,STATUS_WORKING</p>\n</li>\n<li><p>\"payment_status\": only returns items with at least the given \"ORDER_PAYMENT_STATUS\" code/id; multiple codes/ids must be separated by a comma character (',');\nImportant: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;\nExample: ?payment_status=STATUS_COMPLETED</p>\n</li>\n<li><p>\"carrier\": only returns items with at least the given \"CARRIER\" (shipment method) code/id; multiple codes/ids must be separated by a comma character (',');\nImportant: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;\nExample: ?carrier=SHOP_WITHDRAWAL</p>\n</li>\n<li><p>\"payment\": only returns items with at least the given \"PAYMENT\" (payment method) code/id; multiple codes/ids must be separated by a comma character (',');\nImportant: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;\nExample: ?payment=CREDIT_CARD</p>\n</li>\n<li><p>\"customer\": only returns items with at least the given \"CUSTOMER\" id; multiple ids must be separated by a comma character (',');\nExample: ?customer=27894</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","orders","2019-04-05T12:42:58+02:00"],"host":["www","philipwatch","net"],"query":[{"key":"page","value":"1"},{"key":"status","value":"STATUS_SHIPPED,STATUS_WORKING"},{"key":"payment_status","value":"STATUS_COMPLETED"},{"key":"carrier","value":"SHOP_WITHDRAWAL"},{"key":"payment","value":"CREDIT_CARD"},{"key":"customer","value":"27894"}],"variable":[]}},"response":[{"id":"c3476545-8df7-42de-8bc7-f23ae0cf1fa5","name":"Filter Orders (Paginated)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.philipwatch.net/api/v1/fetch/orders/2019-04-05T12:42:58+02:00?page=1&status=STATUS_SHIPPED,STATUS_WORKING&payment_status=STATUS_COMPLETED&carrier=SHOP_WITHDRAWAL&payment=CREDIT_CARD&customer=27894","protocol":"https","host":["www","philipwatch","net"],"path":["api","v1","fetch","orders","2019-04-05T12:42:58+02:00"],"query":[{"key":"page","value":"1"},{"key":"status","value":"STATUS_SHIPPED,STATUS_WORKING"},{"key":"payment_status","value":"STATUS_COMPLETED"},{"key":"carrier","value":"SHOP_WITHDRAWAL"},{"key":"payment","value":"CREDIT_CARD"},{"key":"customer","value":"27894"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.29"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 02 Dec 2019 15:27:51 GMT"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"order\",\n            \"id\": 57755,\n            \"lang_id\": \"it\",\n            \"reference\": \"PW006614\",\n            \"customer_id\": 27894,\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_WORKING\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"carrier\": {\n                \"id\": 4,\n                \"code\": \"SHOP_WITHDRAWAL\",\n                \"name\": \"Ritiro presso Store \",\n                \"virtual\": false\n            },\n            \"payment\": {\n                \"id\": 2,\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\",\n                \"online\": true\n            },\n            \"created_at\": \"2019-12-02T01:45:46+01:00\",\n            \"updated_at\": \"2019-12-02T10:20:02+01:00\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 1,\n        \"total_items\": 1,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"7a24f3c5-2276-4d88-8e2c-7aa923607020"},{"name":"Filter Orders (returns only entities with \"soft-deleted\" items)","id":"9e90761b-181c-4837-aa9a-98fde1177d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/orders/2022-04-05T12:42:58+02:00?page=1&trashed_only=1&pluck=id|reference|customer_id|created_at","description":"<p>Filters a list of basic payload for Orders, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n<p>Several real-time inner filters can be injected with query-string parameters; at the moment the following parameters are supported:</p>\n<ul>\n<li>\"status\": only returns items with at least the given \"ORDER_STATUS\" code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?status=STATUS_SHIPPED,STATUS_WORKING</li>\n<li>\"payment_status\": only returns items with at least the given \"ORDER_PAYMENT_STATUS\" code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?payment_status=STATUS_COMPLETED</li>\n<li>\"carrier\": only returns items with at least the given \"CARRIER\" (shipment method) code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?carrier=SHOP_WITHDRAWAL</li>\n<li>\"payment\": only returns items with at least the given \"PAYMENT\" (payment method) code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?payment=CREDIT_CARD</li>\n<li>\"customer\": only returns items with at least the given \"CUSTOMER\" id; multiple ids must be separated by a comma character (',');<br />  Example: ?customer=27894</li>\n<li>\"trashed_only\": if \"1\" returns only entities that have AT LEAST one item that has been \"soft-deleted\";</li>\n<li>\"pluck\": defines a set of fields (separated by the pipe character) to reduce the payload of the response;</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","orders","2022-04-05T12:42:58+02:00"],"host":["wrk","bluespirit","com"],"query":[{"key":"page","value":"1"},{"disabled":true,"key":"status","value":"STATUS_SHIPPED,STATUS_WORKING"},{"disabled":true,"key":"payment_status","value":"STATUS_COMPLETED"},{"disabled":true,"key":"carrier","value":"SHOP_WITHDRAWAL"},{"disabled":true,"key":"payment","value":"CREDIT_CARD"},{"disabled":true,"key":"customer","value":"27894"},{"key":"trashed_only","value":"1"},{"key":"pluck","value":"id|reference|customer_id|created_at"}],"variable":[]}},"response":[{"id":"bacac309-56a6-498c-87de-2af437e0baf0","name":"Filter Orders (returns only entities with \"soft-deleted\" items)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wrk.bluespirit.com/api/v1/fetch/orders/2019-04-05T12:42:58+02:00?page=1&trashed_only=1&pluck=id|reference|customer_id|created_at&with_deleted=1","protocol":"https","host":["wrk","bluespirit","com"],"path":["api","v1","fetch","orders","2019-04-05T12:42:58+02:00"],"query":[{"key":"page","value":"1"},{"key":"status","value":"STATUS_SHIPPED,STATUS_WORKING","disabled":true},{"key":"payment_status","value":"STATUS_COMPLETED","disabled":true},{"key":"carrier","value":"SHOP_WITHDRAWAL","disabled":true},{"key":"payment","value":"CREDIT_CARD","disabled":true},{"key":"customer","value":"27894","disabled":true},{"key":"trashed_only","value":"1"},{"key":"pluck","value":"id|reference|customer_id|created_at"},{"key":"with_deleted","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 14 Mar 2023 16:19:47 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 433931,\n            \"reference\": \"BSO1261296-01-B\",\n            \"customer_id\": 1192382,\n            \"created_at\": \"2023-03-11T18:58:42+01:00\"\n        },\n        {\n            \"id\": 433851,\n            \"reference\": \"BSO1260854-NG662-B\",\n            \"customer_id\": 1101181,\n            \"created_at\": \"2023-03-11T14:56:26+01:00\"\n        },\n        {\n            \"id\": 432934,\n            \"reference\": \"BSO1258541\",\n            \"customer_id\": 1231828,\n            \"created_at\": \"2023-03-07T10:24:10+01:00\"\n        },\n        {\n            \"id\": 432998,\n            \"reference\": \"BSO1258164-B\",\n            \"customer_id\": 1232108,\n            \"created_at\": \"2023-03-07T14:52:58+01:00\"\n        },\n        {\n            \"id\": 432750,\n            \"reference\": \"BSO1257992-B\",\n            \"customer_id\": 1231184,\n            \"created_at\": \"2023-03-06T13:59:19+01:00\"\n        },\n        {\n            \"id\": 433063,\n            \"reference\": \"BSO1258844\",\n            \"customer_id\": 1232408,\n            \"created_at\": \"2023-03-07T18:27:32+01:00\"\n        },\n        {\n            \"id\": 433694,\n            \"reference\": \"BSO1246694\",\n            \"customer_id\": 135484,\n            \"created_at\": \"2023-03-10T17:51:48+01:00\"\n        },\n        {\n            \"id\": 433331,\n            \"reference\": \"BSO1259672\",\n            \"customer_id\": 1233690,\n            \"created_at\": \"2023-03-08T22:27:55+01:00\"\n        },\n        {\n            \"id\": 433732,\n            \"reference\": \"BSO1260813\",\n            \"customer_id\": 1235365,\n            \"created_at\": \"2023-03-10T21:36:13+01:00\"\n        },\n        {\n            \"id\": 433530,\n            \"reference\": \"BSO1260158\",\n            \"customer_id\": 1234415,\n            \"created_at\": \"2023-03-09T21:12:12+01:00\"\n        },\n        {\n            \"id\": 433314,\n            \"reference\": \"BSO1240672\",\n            \"customer_id\": 129249,\n            \"created_at\": \"2023-03-08T21:35:42+01:00\"\n        },\n        {\n            \"id\": 433763,\n            \"reference\": \"BSO1260934\",\n            \"customer_id\": 1235380,\n            \"created_at\": \"2023-03-11T07:04:13+01:00\"\n        },\n        {\n            \"id\": 433804,\n            \"reference\": \"BSO1261046\",\n            \"customer_id\": 1235726,\n            \"created_at\": \"2023-03-11T12:07:17+01:00\"\n        },\n        {\n            \"id\": 434119,\n            \"reference\": \"BSO1261902\",\n            \"customer_id\": 1237716,\n            \"created_at\": \"2023-03-12T19:16:27+01:00\"\n        },\n        {\n            \"id\": 434572,\n            \"reference\": \"BSO1262760\",\n            \"customer_id\": 1239438,\n            \"created_at\": \"2023-03-14T15:50:43+01:00\"\n        },\n        {\n            \"id\": 420334,\n            \"reference\": \"BSO1200545-01\",\n            \"customer_id\": 1174765,\n            \"created_at\": \"2023-01-18T16:56:24+01:00\"\n        },\n        {\n            \"id\": 433538,\n            \"reference\": \"BSO1260264\",\n            \"customer_id\": 1234415,\n            \"created_at\": \"2023-03-09T21:45:06+01:00\"\n        },\n        {\n            \"id\": 434054,\n            \"reference\": \"BSO1261706\",\n            \"customer_id\": 1150098,\n            \"created_at\": \"2023-03-12T14:32:16+01:00\"\n        },\n        {\n            \"id\": 432373,\n            \"reference\": \"BSO1256811-C\",\n            \"customer_id\": 1229116,\n            \"created_at\": \"2023-03-04T17:18:04+01:00\"\n        },\n        {\n            \"id\": 432870,\n            \"reference\": \"BSO1258344-C\",\n            \"customer_id\": 1231759,\n            \"created_at\": \"2023-03-06T21:08:37+01:00\"\n        },\n        {\n            \"id\": 433346,\n            \"reference\": \"BSO1259640\",\n            \"customer_id\": 1233688,\n            \"created_at\": \"2023-03-09T06:25:27+01:00\"\n        },\n        {\n            \"id\": 433486,\n            \"reference\": \"BSO1260118\",\n            \"customer_id\": 1234225,\n            \"created_at\": \"2023-03-09T17:59:59+01:00\"\n        },\n        {\n            \"id\": 434564,\n            \"reference\": \"BSO1263092\",\n            \"customer_id\": 1239426,\n            \"created_at\": \"2023-03-14T15:36:20+01:00\"\n        },\n        {\n            \"id\": 434557,\n            \"reference\": \"BSO1263036\",\n            \"customer_id\": 1239379,\n            \"created_at\": \"2023-03-14T15:17:53+01:00\"\n        },\n        {\n            \"id\": 434555,\n            \"reference\": \"BSO1263012\",\n            \"customer_id\": 1239386,\n            \"created_at\": \"2023-03-14T15:08:41+01:00\"\n        },\n        {\n            \"id\": 434441,\n            \"reference\": \"BSO1262752\",\n            \"customer_id\": 683708,\n            \"created_at\": \"2023-03-13T23:58:54+01:00\"\n        },\n        {\n            \"id\": 434537,\n            \"reference\": \"BSO1263096\",\n            \"customer_id\": 420221,\n            \"created_at\": \"2023-03-14T14:14:10+01:00\"\n        },\n        {\n            \"id\": 434541,\n            \"reference\": \"BSO1263098\",\n            \"customer_id\": 1239353,\n            \"created_at\": \"2023-03-14T14:28:24+01:00\"\n        },\n        {\n            \"id\": 434192,\n            \"reference\": \"BSO1262112\",\n            \"customer_id\": 1238158,\n            \"created_at\": \"2023-03-13T06:06:27+01:00\"\n        },\n        {\n            \"id\": 434340,\n            \"reference\": \"BSO1262520\",\n            \"customer_id\": 1238596,\n            \"created_at\": \"2023-03-13T16:48:37+01:00\"\n        },\n        {\n            \"id\": 434339,\n            \"reference\": \"BSO1262561\",\n            \"customer_id\": 1238660,\n            \"created_at\": \"2023-03-13T16:44:58+01:00\"\n        },\n        {\n            \"id\": 434342,\n            \"reference\": \"BSO1262567\",\n            \"customer_id\": 776621,\n            \"created_at\": \"2023-03-13T16:54:03+01:00\"\n        },\n        {\n            \"id\": 434456,\n            \"reference\": \"BSO1262877\",\n            \"customer_id\": 1162309,\n            \"created_at\": \"2023-03-14T07:48:58+01:00\"\n        },\n        {\n            \"id\": 434530,\n            \"reference\": \"BSO1263071\",\n            \"customer_id\": 1239307,\n            \"created_at\": \"2023-03-14T13:38:43+01:00\"\n        },\n        {\n            \"id\": 434519,\n            \"reference\": \"BSO1262629\",\n            \"customer_id\": 1239236,\n            \"created_at\": \"2023-03-14T12:34:23+01:00\"\n        },\n        {\n            \"id\": 434521,\n            \"reference\": \"BSO1263043\",\n            \"customer_id\": 1239232,\n            \"created_at\": \"2023-03-14T12:45:32+01:00\"\n        },\n        {\n            \"id\": 433784,\n            \"reference\": \"BSO1258838-B\",\n            \"customer_id\": 1235510,\n            \"created_at\": \"2023-03-11T10:48:15+01:00\"\n        },\n        {\n            \"id\": 434009,\n            \"reference\": \"BSO1261555-B\",\n            \"customer_id\": 1236985,\n            \"created_at\": \"2023-03-12T09:13:53+01:00\"\n        },\n        {\n            \"id\": 434020,\n            \"reference\": \"BSO1261229\",\n            \"customer_id\": 823966,\n            \"created_at\": \"2023-03-12T10:45:59+01:00\"\n        },\n        {\n            \"id\": 434056,\n            \"reference\": \"BSO1255162-B\",\n            \"customer_id\": 1188418,\n            \"created_at\": \"2023-03-12T14:38:41+01:00\"\n        },\n        {\n            \"id\": 434302,\n            \"reference\": \"BSO1262301\",\n            \"customer_id\": 1238421,\n            \"created_at\": \"2023-03-13T14:41:51+01:00\"\n        },\n        {\n            \"id\": 434498,\n            \"reference\": \"BSO1262982\",\n            \"customer_id\": 1020540,\n            \"created_at\": \"2023-03-14T10:55:58+01:00\"\n        },\n        {\n            \"id\": 434509,\n            \"reference\": \"BSO1263009\",\n            \"customer_id\": 1239186,\n            \"created_at\": \"2023-03-14T11:54:24+01:00\"\n        },\n        {\n            \"id\": 434275,\n            \"reference\": \"BSO1262319-B\",\n            \"customer_id\": 1238441,\n            \"created_at\": \"2023-03-13T13:41:34+01:00\"\n        },\n        {\n            \"id\": 427528,\n            \"reference\": \"BSO1242096\",\n            \"customer_id\": 1200308,\n            \"created_at\": \"2023-02-09T15:43:00+01:00\"\n        },\n        {\n            \"id\": 428317,\n            \"reference\": \"BSO1244472\",\n            \"customer_id\": 289388,\n            \"created_at\": \"2023-02-12T10:34:22+01:00\"\n        },\n        {\n            \"id\": 424861,\n            \"reference\": \"BSO1215169\",\n            \"customer_id\": 957988,\n            \"created_at\": \"2023-02-02T09:45:16+01:00\"\n        },\n        {\n            \"id\": 433188,\n            \"reference\": \"BSO1259282\",\n            \"customer_id\": 1232925,\n            \"created_at\": \"2023-03-08T13:12:04+01:00\"\n        },\n        {\n            \"id\": 433361,\n            \"reference\": \"BSO1259800\",\n            \"customer_id\": 810864,\n            \"created_at\": \"2023-03-09T09:47:40+01:00\"\n        },\n        {\n            \"id\": 434385,\n            \"reference\": \"BSO1262287\",\n            \"customer_id\": 979874,\n            \"created_at\": \"2023-03-13T20:03:16+01:00\"\n        },\n        {\n            \"id\": 433074,\n            \"reference\": \"BSO1258890\",\n            \"customer_id\": 959679,\n            \"created_at\": \"2023-03-07T19:31:52+01:00\"\n        },\n        {\n            \"id\": 433344,\n            \"reference\": \"BSO1259737\",\n            \"customer_id\": 1227518,\n            \"created_at\": \"2023-03-09T02:04:08+01:00\"\n        },\n        {\n            \"id\": 433381,\n            \"reference\": \"BSO1259567\",\n            \"customer_id\": 1233764,\n            \"created_at\": \"2023-03-09T10:51:08+01:00\"\n        },\n        {\n            \"id\": 433352,\n            \"reference\": \"BSO1259788\",\n            \"customer_id\": 243673,\n            \"created_at\": \"2023-03-09T08:29:55+01:00\"\n        },\n        {\n            \"id\": 433468,\n            \"reference\": \"BSO1259456\",\n            \"customer_id\": 1166337,\n            \"created_at\": \"2023-03-09T16:21:42+01:00\"\n        },\n        {\n            \"id\": 433506,\n            \"reference\": \"BSO1260171-B\",\n            \"customer_id\": 1150195,\n            \"created_at\": \"2023-03-09T19:37:55+01:00\"\n        },\n        {\n            \"id\": 433828,\n            \"reference\": \"BSO1260919\",\n            \"customer_id\": 1235379,\n            \"created_at\": \"2023-03-11T13:29:16+01:00\"\n        },\n        {\n            \"id\": 434065,\n            \"reference\": \"BSO1261747\",\n            \"customer_id\": 1237516,\n            \"created_at\": \"2023-03-12T15:29:17+01:00\"\n        },\n        {\n            \"id\": 434397,\n            \"reference\": \"BSO1262708\",\n            \"customer_id\": 1238970,\n            \"created_at\": \"2023-03-13T20:47:17+01:00\"\n        },\n        {\n            \"id\": 434449,\n            \"reference\": \"BSO1262849\",\n            \"customer_id\": 938995,\n            \"created_at\": \"2023-03-14T02:47:27+01:00\"\n        },\n        {\n            \"id\": 433312,\n            \"reference\": \"BSO1256254-C\",\n            \"customer_id\": 1233684,\n            \"created_at\": \"2023-03-08T21:18:58+01:00\"\n        },\n        {\n            \"id\": 433432,\n            \"reference\": \"BSO1260002-B\",\n            \"customer_id\": 1226691,\n            \"created_at\": \"2023-03-09T00:00:00+01:00\"\n        },\n        {\n            \"id\": 428202,\n            \"reference\": \"BSO1244092\",\n            \"customer_id\": 1204244,\n            \"created_at\": \"2023-02-11T18:15:26+01:00\"\n        },\n        {\n            \"id\": 434371,\n            \"reference\": \"BSO1257808\",\n            \"customer_id\": 1238870,\n            \"created_at\": \"2023-03-13T19:01:46+01:00\"\n        },\n        {\n            \"id\": 430147,\n            \"reference\": \"BSO1249552-E\",\n            \"customer_id\": 1218129,\n            \"created_at\": \"2023-02-20T09:04:47+01:00\"\n        },\n        {\n            \"id\": 433212,\n            \"reference\": \"BSO1259327\",\n            \"customer_id\": 226120,\n            \"created_at\": \"2023-03-08T14:20:03+01:00\"\n        },\n        {\n            \"id\": 433298,\n            \"reference\": \"BSO1259584\",\n            \"customer_id\": 1233672,\n            \"created_at\": \"2023-03-08T20:26:59+01:00\"\n        },\n        {\n            \"id\": 433713,\n            \"reference\": \"BSO1260122\",\n            \"customer_id\": 589552,\n            \"created_at\": \"2023-03-10T19:08:24+01:00\"\n        },\n        {\n            \"id\": 434094,\n            \"reference\": \"BSO1261833\",\n            \"customer_id\": 1237762,\n            \"created_at\": \"2023-03-12T17:30:40+01:00\"\n        },\n        {\n            \"id\": 434176,\n            \"reference\": \"BSO1262050\",\n            \"customer_id\": 1238155,\n            \"created_at\": \"2023-03-12T23:30:30+01:00\"\n        },\n        {\n            \"id\": 434226,\n            \"reference\": \"BSO1262218\",\n            \"customer_id\": 1238269,\n            \"created_at\": \"2023-03-13T11:04:15+01:00\"\n        },\n        {\n            \"id\": 434234,\n            \"reference\": \"BSO1262090\",\n            \"customer_id\": 1222990,\n            \"created_at\": \"2023-03-13T11:26:18+01:00\"\n        },\n        {\n            \"id\": 434337,\n            \"reference\": \"BSO1262550\",\n            \"customer_id\": 1017752,\n            \"created_at\": \"2023-03-13T16:34:12+01:00\"\n        },\n        {\n            \"id\": 434313,\n            \"reference\": \"BSO1262433\",\n            \"customer_id\": 77951,\n            \"created_at\": \"2023-03-13T15:18:22+01:00\"\n        },\n        {\n            \"id\": 433910,\n            \"reference\": \"BSO1261268\",\n            \"customer_id\": 1226401,\n            \"created_at\": \"2023-03-11T18:06:51+01:00\"\n        },\n        {\n            \"id\": 432891,\n            \"reference\": \"BSO1258399-B\",\n            \"customer_id\": 1231770,\n            \"created_at\": \"2023-03-06T22:32:30+01:00\"\n        },\n        {\n            \"id\": 433414,\n            \"reference\": \"BSO1259949\",\n            \"customer_id\": 1078334,\n            \"created_at\": \"2023-03-09T13:21:20+01:00\"\n        },\n        {\n            \"id\": 433410,\n            \"reference\": \"BSO1259928\",\n            \"customer_id\": 1233877,\n            \"created_at\": \"2023-03-09T12:48:50+01:00\"\n        },\n        {\n            \"id\": 433273,\n            \"reference\": \"BSO1259045\",\n            \"customer_id\": 1233462,\n            \"created_at\": \"2023-03-08T18:24:22+01:00\"\n        },\n        {\n            \"id\": 433243,\n            \"reference\": \"BSO1259378\",\n            \"customer_id\": 1233180,\n            \"created_at\": \"2023-03-08T16:15:10+01:00\"\n        },\n        {\n            \"id\": 433149,\n            \"reference\": \"BSO1259149\",\n            \"customer_id\": 1232684,\n            \"created_at\": \"2023-03-08T10:18:34+01:00\"\n        },\n        {\n            \"id\": 433472,\n            \"reference\": \"BSO1260082\",\n            \"customer_id\": 1234123,\n            \"created_at\": \"2023-03-09T16:53:30+01:00\"\n        },\n        {\n            \"id\": 433573,\n            \"reference\": \"BSO1260385\",\n            \"customer_id\": 1234441,\n            \"created_at\": \"2023-03-10T07:52:40+01:00\"\n        },\n        {\n            \"id\": 433540,\n            \"reference\": \"BSO1260259\",\n            \"customer_id\": 403148,\n            \"created_at\": \"2023-03-09T21:48:49+01:00\"\n        },\n        {\n            \"id\": 433563,\n            \"reference\": \"BSO1260298-NG941\",\n            \"customer_id\": 1234433,\n            \"created_at\": \"2023-03-09T22:56:18+01:00\"\n        },\n        {\n            \"id\": 433483,\n            \"reference\": \"BSO1260106\",\n            \"customer_id\": 1231773,\n            \"created_at\": \"2023-03-09T17:34:17+01:00\"\n        },\n        {\n            \"id\": 433572,\n            \"reference\": \"BSO1260364\",\n            \"customer_id\": 1234438,\n            \"created_at\": \"2023-03-10T06:04:21+01:00\"\n        },\n        {\n            \"id\": 433566,\n            \"reference\": \"BSO1260298-NG114\",\n            \"customer_id\": 1234433,\n            \"created_at\": \"2023-03-09T22:56:19+01:00\"\n        },\n        {\n            \"id\": 434154,\n            \"reference\": \"BSO1261993\",\n            \"customer_id\": 1238141,\n            \"created_at\": \"2023-03-12T21:20:38+01:00\"\n        },\n        {\n            \"id\": 433543,\n            \"reference\": \"BSO1260241-NG490-E\",\n            \"customer_id\": 1108372,\n            \"created_at\": \"2023-03-09T21:55:59+01:00\"\n        },\n        {\n            \"id\": 434273,\n            \"reference\": \"BSO1262306\",\n            \"customer_id\": 1238425,\n            \"created_at\": \"2023-03-13T13:27:11+01:00\"\n        },\n        {\n            \"id\": 434283,\n            \"reference\": \"BSO1262328\",\n            \"customer_id\": 1238451,\n            \"created_at\": \"2023-03-13T13:58:38+01:00\"\n        },\n        {\n            \"id\": 433653,\n            \"reference\": \"BSO1260606\",\n            \"customer_id\": 684025,\n            \"created_at\": \"2023-03-10T15:11:00+01:00\"\n        },\n        {\n            \"id\": 433817,\n            \"reference\": \"BSO1261070\",\n            \"customer_id\": 137245,\n            \"created_at\": \"2023-03-11T13:05:36+01:00\"\n        },\n        {\n            \"id\": 433916,\n            \"reference\": \"BSO1261272\",\n            \"customer_id\": 1188103,\n            \"created_at\": \"2023-03-11T18:33:28+01:00\"\n        },\n        {\n            \"id\": 433257,\n            \"reference\": \"BSO1256938-B\",\n            \"customer_id\": 1191318,\n            \"created_at\": \"2023-03-08T17:13:19+01:00\"\n        },\n        {\n            \"id\": 433979,\n            \"reference\": \"BSO1261423\",\n            \"customer_id\": 99952,\n            \"created_at\": \"2023-03-11T22:09:38+01:00\"\n        },\n        {\n            \"id\": 434277,\n            \"reference\": \"BSO1262324\",\n            \"customer_id\": 1238446,\n            \"created_at\": \"2023-03-13T13:48:49+01:00\"\n        },\n        {\n            \"id\": 432782,\n            \"reference\": \"BSO1258059\",\n            \"customer_id\": 1231281,\n            \"created_at\": \"2023-03-06T15:29:44+01:00\"\n        },\n        {\n            \"id\": 428102,\n            \"reference\": \"BSO1242288\",\n            \"customer_id\": 33351,\n            \"created_at\": \"2023-02-11T13:24:44+01:00\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 361,\n        \"total_items\": 36018,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"9e90761b-181c-4837-aa9a-98fde1177d46"},{"name":"Filter Orders (returns only entities which can be \"disposed\")","id":"43bae1b6-8154-475f-95b0-a4fe372c24ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/orders/2022-04-05T12:42:58+02:00?page=1&disposable=1&pluck=id|reference|customer_id|deleted_at","description":"<p>Filters a list of basic payload for Orders, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n<p>Several real-time inner filters can be injected with query-string parameters; at the moment the following parameters are supported:</p>\n<ul>\n<li>\"status\": only returns items with at least the given \"ORDER_STATUS\" code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?status=STATUS_SHIPPED,STATUS_WORKING</li>\n<li>\"payment_status\": only returns items with at least the given \"ORDER_PAYMENT_STATUS\" code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?payment_status=STATUS_COMPLETED</li>\n<li>\"carrier\": only returns items with at least the given \"CARRIER\" (shipment method) code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?carrier=SHOP_WITHDRAWAL</li>\n<li>\"payment\": only returns items with at least the given \"PAYMENT\" (payment method) code/id; multiple codes/ids must be separated by a comma character (',');<br />  Important: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;<br />  Example: ?payment=CREDIT_CARD</li>\n<li>\"customer\": only returns items with at least the given \"CUSTOMER\" id; multiple ids must be separated by a comma character (',');<br />  Example: ?customer=27894</li>\n<li>\"trashed_only\": if \"1\" returns only entities that have AT LEAST one item that has been \"soft-deleted\";</li>\n<li>\"pluck\": defines a set of fields (separated by the pipe character) to reduce the payload of the response;</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","orders","2022-04-05T12:42:58+02:00"],"host":["wrk","bluespirit","com"],"query":[{"key":"page","value":"1"},{"disabled":true,"key":"status","value":"STATUS_SHIPPED,STATUS_WORKING"},{"disabled":true,"key":"payment_status","value":"STATUS_COMPLETED"},{"disabled":true,"key":"carrier","value":"SHOP_WITHDRAWAL"},{"disabled":true,"key":"payment","value":"CREDIT_CARD"},{"disabled":true,"key":"customer","value":"27894"},{"disabled":true,"key":"trashed_only","value":"1"},{"key":"disposable","value":"1"},{"key":"pluck","value":"id|reference|customer_id|deleted_at"}],"variable":[]}},"response":[{"id":"e802bf0f-2aec-4875-986b-24421871639c","name":"Filter Orders (returns only entities which can be \"disposed\")","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wrk.bluespirit.com/api/v1/fetch/orders/2022-04-05T12:42:58+02:00?page=1&disposable=1&pluck=id|reference|customer_id|deleted_at","protocol":"https","host":["wrk","bluespirit","com"],"path":["api","v1","fetch","orders","2022-04-05T12:42:58+02:00"],"query":[{"key":"page","value":"1"},{"key":"status","value":"STATUS_SHIPPED,STATUS_WORKING","disabled":true},{"key":"payment_status","value":"STATUS_COMPLETED","disabled":true},{"key":"carrier","value":"SHOP_WITHDRAWAL","disabled":true},{"key":"payment","value":"CREDIT_CARD","disabled":true},{"key":"customer","value":"27894","disabled":true},{"key":"trashed_only","value":"1","disabled":true},{"key":"disposable","value":"1"},{"key":"pluck","value":"id|reference|customer_id|deleted_at"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 20 Mar 2023 11:22:33 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 435926,\n            \"reference\": \"BSO1267121-NG490\",\n            \"customer_id\": 1246645,\n            \"deleted_at\": \"2023-03-19T23:57:54+01:00\"\n        },\n        {\n            \"id\": 435927,\n            \"reference\": \"BSO1267121-01\",\n            \"customer_id\": 1246645,\n            \"deleted_at\": \"2023-03-19T23:57:54+01:00\"\n        },\n        {\n            \"id\": 435888,\n            \"reference\": \"BSO1267058-01\",\n            \"customer_id\": 687958,\n            \"deleted_at\": \"2023-03-19T21:37:08+01:00\"\n        },\n        {\n            \"id\": 435889,\n            \"reference\": \"BSO1267058-NG161\",\n            \"customer_id\": 687958,\n            \"deleted_at\": \"2023-03-19T21:37:08+01:00\"\n        },\n        {\n            \"id\": 435781,\n            \"reference\": \"BSO1266556-NG112\",\n            \"customer_id\": 1246218,\n            \"deleted_at\": \"2023-03-19T21:32:16+01:00\"\n        },\n        {\n            \"id\": 435782,\n            \"reference\": \"BSO1266556-01\",\n            \"customer_id\": 1246218,\n            \"deleted_at\": \"2023-03-19T21:32:16+01:00\"\n        },\n        {\n            \"id\": 435867,\n            \"reference\": \"BSO1266935-NG941\",\n            \"customer_id\": 1246496,\n            \"deleted_at\": \"2023-03-19T20:31:57+01:00\"\n        },\n        {\n            \"id\": 435866,\n            \"reference\": \"BSO1266935-03\",\n            \"customer_id\": 1246496,\n            \"deleted_at\": \"2023-03-19T20:31:57+01:00\"\n        },\n        {\n            \"id\": 435863,\n            \"reference\": \"BSO1266935-03\",\n            \"customer_id\": 1246496,\n            \"deleted_at\": \"2023-03-19T20:27:56+01:00\"\n        },\n        {\n            \"id\": 435864,\n            \"reference\": \"BSO1266935-NG683\",\n            \"customer_id\": 1246496,\n            \"deleted_at\": \"2023-03-19T20:27:56+01:00\"\n        },\n        {\n            \"id\": 435862,\n            \"reference\": \"BSO1266935-NG941\",\n            \"customer_id\": 1246496,\n            \"deleted_at\": \"2023-03-19T20:20:47+01:00\"\n        },\n        {\n            \"id\": 435861,\n            \"reference\": \"BSO1266935-03\",\n            \"customer_id\": 1246496,\n            \"deleted_at\": \"2023-03-19T20:20:47+01:00\"\n        },\n        {\n            \"id\": 435853,\n            \"reference\": \"BSO1266935-NG683\",\n            \"customer_id\": 1246496,\n            \"deleted_at\": \"2023-03-19T20:19:44+01:00\"\n        },\n        {\n            \"id\": 435852,\n            \"reference\": \"BSO1266935-03\",\n            \"customer_id\": 1246496,\n            \"deleted_at\": \"2023-03-19T20:19:44+01:00\"\n        },\n        {\n            \"id\": 435699,\n            \"reference\": \"BSO1266637-NG967\",\n            \"customer_id\": 1237281,\n            \"deleted_at\": \"2023-03-19T13:08:53+01:00\"\n        },\n        {\n            \"id\": 435698,\n            \"reference\": \"BSO1266637-NG103\",\n            \"customer_id\": 1237281,\n            \"deleted_at\": \"2023-03-19T13:08:53+01:00\"\n        },\n        {\n            \"id\": 435697,\n            \"reference\": \"BSO1266637-01\",\n            \"customer_id\": 1237281,\n            \"deleted_at\": \"2023-03-19T13:08:53+01:00\"\n        },\n        {\n            \"id\": 435568,\n            \"reference\": \"BSO1266254-NG918\",\n            \"customer_id\": 879090,\n            \"deleted_at\": \"2023-03-19T01:47:43+01:00\"\n        },\n        {\n            \"id\": 435566,\n            \"reference\": \"BSO1266254-01\",\n            \"customer_id\": 879090,\n            \"deleted_at\": \"2023-03-19T01:47:43+01:00\"\n        },\n        {\n            \"id\": 435567,\n            \"reference\": \"BSO1266254-NG940\",\n            \"customer_id\": 879090,\n            \"deleted_at\": \"2023-03-19T01:47:43+01:00\"\n        },\n        {\n            \"id\": 435605,\n            \"reference\": \"BSO1266374-03\",\n            \"customer_id\": 1245066,\n            \"deleted_at\": \"2023-03-18T22:19:21+01:00\"\n        },\n        {\n            \"id\": 435604,\n            \"reference\": \"BSO1266374-NG184\",\n            \"customer_id\": 1245066,\n            \"deleted_at\": \"2023-03-18T22:19:21+01:00\"\n        },\n        {\n            \"id\": 435602,\n            \"reference\": \"BSO1266374-03\",\n            \"customer_id\": 1245066,\n            \"deleted_at\": \"2023-03-18T22:06:06+01:00\"\n        },\n        {\n            \"id\": 435601,\n            \"reference\": \"BSO1266374-NG184\",\n            \"customer_id\": 1245066,\n            \"deleted_at\": \"2023-03-18T22:06:06+01:00\"\n        },\n        {\n            \"id\": 435516,\n            \"reference\": \"BSO1255542-NG934\",\n            \"customer_id\": 1231020,\n            \"deleted_at\": \"2023-03-18T17:07:21+01:00\"\n        },\n        {\n            \"id\": 435517,\n            \"reference\": \"BSO1255542-03\",\n            \"customer_id\": 1231020,\n            \"deleted_at\": \"2023-03-18T17:07:21+01:00\"\n        },\n        {\n            \"id\": 435491,\n            \"reference\": \"BSO1265907-NG183\",\n            \"customer_id\": 1244039,\n            \"deleted_at\": \"2023-03-18T16:18:06+01:00\"\n        },\n        {\n            \"id\": 435492,\n            \"reference\": \"BSO1265907-NGN21\",\n            \"customer_id\": 1244039,\n            \"deleted_at\": \"2023-03-18T16:18:06+01:00\"\n        },\n        {\n            \"id\": 435087,\n            \"reference\": \"BSO1264765-NG171\",\n            \"customer_id\": 1241711,\n            \"deleted_at\": \"2023-03-17T08:55:52+01:00\"\n        },\n        {\n            \"id\": 435086,\n            \"reference\": \"BSO1264765-01\",\n            \"customer_id\": 1241711,\n            \"deleted_at\": \"2023-03-17T08:55:52+01:00\"\n        },\n        {\n            \"id\": 434830,\n            \"reference\": \"BSO1263951-NG148\",\n            \"customer_id\": 1240581,\n            \"deleted_at\": \"2023-03-15T19:01:48+01:00\"\n        },\n        {\n            \"id\": 434828,\n            \"reference\": \"BSO1263951-NG617\",\n            \"customer_id\": 1240581,\n            \"deleted_at\": \"2023-03-15T19:01:48+01:00\"\n        },\n        {\n            \"id\": 434829,\n            \"reference\": \"BSO1263951-NG106\",\n            \"customer_id\": 1240581,\n            \"deleted_at\": \"2023-03-15T19:01:48+01:00\"\n        },\n        {\n            \"id\": 434827,\n            \"reference\": \"BSO1263951-NG983\",\n            \"customer_id\": 1240581,\n            \"deleted_at\": \"2023-03-15T19:01:48+01:00\"\n        },\n        {\n            \"id\": 434666,\n            \"reference\": \"BSO1263131-NG115\",\n            \"customer_id\": 630108,\n            \"deleted_at\": \"2023-03-15T10:32:42+01:00\"\n        },\n        {\n            \"id\": 434667,\n            \"reference\": \"BSO1263131-NG971\",\n            \"customer_id\": 630108,\n            \"deleted_at\": \"2023-03-15T10:32:42+01:00\"\n        },\n        {\n            \"id\": 434622,\n            \"reference\": \"BSO1263321-NG150\",\n            \"customer_id\": 295878,\n            \"deleted_at\": \"2023-03-14T19:53:16+01:00\"\n        },\n        {\n            \"id\": 434621,\n            \"reference\": \"BSO1263321-03\",\n            \"customer_id\": 295878,\n            \"deleted_at\": \"2023-03-14T19:53:16+01:00\"\n        },\n        {\n            \"id\": 434570,\n            \"reference\": \"BSO1263036-NG947\",\n            \"customer_id\": 1239379,\n            \"deleted_at\": \"2023-03-14T15:58:56+01:00\"\n        },\n        {\n            \"id\": 434571,\n            \"reference\": \"BSO1263036-01\",\n            \"customer_id\": 1239379,\n            \"deleted_at\": \"2023-03-14T15:58:56+01:00\"\n        },\n        {\n            \"id\": 434559,\n            \"reference\": \"BSO1263036-01\",\n            \"customer_id\": 1239379,\n            \"deleted_at\": \"2023-03-14T15:49:54+01:00\"\n        },\n        {\n            \"id\": 434558,\n            \"reference\": \"BSO1263036-NGN28\",\n            \"customer_id\": 1239379,\n            \"deleted_at\": \"2023-03-14T15:49:54+01:00\"\n        },\n        {\n            \"id\": 434320,\n            \"reference\": \"BSO1262433-NG927\",\n            \"customer_id\": 77951,\n            \"deleted_at\": \"2023-03-13T16:12:09+01:00\"\n        },\n        {\n            \"id\": 434321,\n            \"reference\": \"BSO1262433-NG981\",\n            \"customer_id\": 77951,\n            \"deleted_at\": \"2023-03-13T16:12:09+01:00\"\n        },\n        {\n            \"id\": 434314,\n            \"reference\": \"BSO1262433-NG925\",\n            \"customer_id\": 77951,\n            \"deleted_at\": \"2023-03-13T15:42:22+01:00\"\n        },\n        {\n            \"id\": 434315,\n            \"reference\": \"BSO1262433-NGN35\",\n            \"customer_id\": 77951,\n            \"deleted_at\": \"2023-03-13T15:42:22+01:00\"\n        },\n        {\n            \"id\": 434126,\n            \"reference\": \"BSO1260538-NG170\",\n            \"customer_id\": 865088,\n            \"deleted_at\": \"2023-03-12T19:46:23+01:00\"\n        },\n        {\n            \"id\": 434125,\n            \"reference\": \"BSO1260538-NG953\",\n            \"customer_id\": 865088,\n            \"deleted_at\": \"2023-03-12T19:46:23+01:00\"\n        },\n        {\n            \"id\": 434124,\n            \"reference\": \"BSO1260538-NG163\",\n            \"customer_id\": 865088,\n            \"deleted_at\": \"2023-03-12T19:43:59+01:00\"\n        },\n        {\n            \"id\": 434123,\n            \"reference\": \"BSO1260538-NGN31\",\n            \"customer_id\": 865088,\n            \"deleted_at\": \"2023-03-12T19:43:59+01:00\"\n        },\n        {\n            \"id\": 433924,\n            \"reference\": \"BSO1261272-NG009\",\n            \"customer_id\": 1188103,\n            \"deleted_at\": \"2023-03-11T18:47:11+01:00\"\n        },\n        {\n            \"id\": 433923,\n            \"reference\": \"BSO1261272-03\",\n            \"customer_id\": 1188103,\n            \"deleted_at\": \"2023-03-11T18:47:11+01:00\"\n        },\n        {\n            \"id\": 433922,\n            \"reference\": \"BSO1261272-NG143\",\n            \"customer_id\": 1188103,\n            \"deleted_at\": \"2023-03-11T18:44:12+01:00\"\n        },\n        {\n            \"id\": 433921,\n            \"reference\": \"BSO1261272-03\",\n            \"customer_id\": 1188103,\n            \"deleted_at\": \"2023-03-11T18:44:12+01:00\"\n        },\n        {\n            \"id\": 433917,\n            \"reference\": \"BSO1261272-03\",\n            \"customer_id\": 1188103,\n            \"deleted_at\": \"2023-03-11T18:42:52+01:00\"\n        },\n        {\n            \"id\": 433918,\n            \"reference\": \"BSO1261272-NG009\",\n            \"customer_id\": 1188103,\n            \"deleted_at\": \"2023-03-11T18:42:52+01:00\"\n        },\n        {\n            \"id\": 433819,\n            \"reference\": \"BSO1261070-NG012\",\n            \"customer_id\": 137245,\n            \"deleted_at\": \"2023-03-11T13:06:09+01:00\"\n        },\n        {\n            \"id\": 433818,\n            \"reference\": \"BSO1261070-01\",\n            \"customer_id\": 137245,\n            \"deleted_at\": \"2023-03-11T13:06:09+01:00\"\n        },\n        {\n            \"id\": 433674,\n            \"reference\": \"BSO1260646-NG115\",\n            \"customer_id\": 1234981,\n            \"deleted_at\": \"2023-03-10T16:51:12+01:00\"\n        },\n        {\n            \"id\": 433675,\n            \"reference\": \"BSO1260646-01\",\n            \"customer_id\": 1234981,\n            \"deleted_at\": \"2023-03-10T16:51:12+01:00\"\n        },\n        {\n            \"id\": 433641,\n            \"reference\": \"BSO1260574-NG120\",\n            \"customer_id\": 1046577,\n            \"deleted_at\": \"2023-03-10T14:19:52+01:00\"\n        },\n        {\n            \"id\": 433642,\n            \"reference\": \"BSO1260574-NG107\",\n            \"customer_id\": 1046577,\n            \"deleted_at\": \"2023-03-10T14:19:52+01:00\"\n        },\n        {\n            \"id\": 433631,\n            \"reference\": \"BSO1260510-NG662\",\n            \"customer_id\": 748799,\n            \"deleted_at\": \"2023-03-10T13:57:28+01:00\"\n        },\n        {\n            \"id\": 433632,\n            \"reference\": \"BSO1260510-NG139\",\n            \"customer_id\": 748799,\n            \"deleted_at\": \"2023-03-10T13:57:28+01:00\"\n        },\n        {\n            \"id\": 433130,\n            \"reference\": \"BSO1259076-NG918\",\n            \"customer_id\": 1232610,\n            \"deleted_at\": \"2023-03-08T14:10:29+01:00\"\n        },\n        {\n            \"id\": 433131,\n            \"reference\": \"BSO1259076-NG169\",\n            \"customer_id\": 1232610,\n            \"deleted_at\": \"2023-03-08T14:10:29+01:00\"\n        },\n        {\n            \"id\": 432733,\n            \"reference\": \"BSO1257922-03\",\n            \"customer_id\": 1105300,\n            \"deleted_at\": \"2023-03-07T16:12:46+01:00\"\n        },\n        {\n            \"id\": 432734,\n            \"reference\": \"BSO1257922-NG893\",\n            \"customer_id\": 1105300,\n            \"deleted_at\": \"2023-03-07T16:12:46+01:00\"\n        },\n        {\n            \"id\": 432518,\n            \"reference\": \"BSO1257353-01\",\n            \"customer_id\": 1230206,\n            \"deleted_at\": \"2023-03-05T15:25:59+01:00\"\n        },\n        {\n            \"id\": 432519,\n            \"reference\": \"BSO1257353-NG135\",\n            \"customer_id\": 1230206,\n            \"deleted_at\": \"2023-03-05T15:25:59+01:00\"\n        },\n        {\n            \"id\": 432516,\n            \"reference\": \"BSO1257353-NG132\",\n            \"customer_id\": 1230206,\n            \"deleted_at\": \"2023-03-05T15:25:01+01:00\"\n        },\n        {\n            \"id\": 432515,\n            \"reference\": \"BSO1257353-01\",\n            \"customer_id\": 1230206,\n            \"deleted_at\": \"2023-03-05T15:25:01+01:00\"\n        },\n        {\n            \"id\": 432458,\n            \"reference\": \"BSO1257195-NG925\",\n            \"customer_id\": 1077958,\n            \"deleted_at\": \"2023-03-05T10:40:29+01:00\"\n        },\n        {\n            \"id\": 432457,\n            \"reference\": \"BSO1257195-01\",\n            \"customer_id\": 1077958,\n            \"deleted_at\": \"2023-03-05T10:40:29+01:00\"\n        },\n        {\n            \"id\": 432455,\n            \"reference\": \"BSO1257195-01\",\n            \"customer_id\": 1077958,\n            \"deleted_at\": \"2023-03-05T10:38:23+01:00\"\n        },\n        {\n            \"id\": 432456,\n            \"reference\": \"BSO1257195-NG919\",\n            \"customer_id\": 1077958,\n            \"deleted_at\": \"2023-03-05T10:38:23+01:00\"\n        },\n        {\n            \"id\": 432248,\n            \"reference\": \"BSO1256379-NG181\",\n            \"customer_id\": 1228173,\n            \"deleted_at\": \"2023-03-04T01:09:14+01:00\"\n        },\n        {\n            \"id\": 432249,\n            \"reference\": \"BSO1256379-NG961\",\n            \"customer_id\": 1228173,\n            \"deleted_at\": \"2023-03-04T01:09:14+01:00\"\n        },\n        {\n            \"id\": 432244,\n            \"reference\": \"BSO1256379-NG709\",\n            \"customer_id\": 1228173,\n            \"deleted_at\": \"2023-03-04T01:05:41+01:00\"\n        },\n        {\n            \"id\": 432245,\n            \"reference\": \"BSO1256379-NG116\",\n            \"customer_id\": 1228173,\n            \"deleted_at\": \"2023-03-04T01:05:41+01:00\"\n        },\n        {\n            \"id\": 432242,\n            \"reference\": \"BSO1256379-NG181\",\n            \"customer_id\": 1228173,\n            \"deleted_at\": \"2023-03-04T00:53:28+01:00\"\n        },\n        {\n            \"id\": 432243,\n            \"reference\": \"BSO1256379-NG961\",\n            \"customer_id\": 1228173,\n            \"deleted_at\": \"2023-03-04T00:53:28+01:00\"\n        },\n        {\n            \"id\": 432008,\n            \"reference\": \"BSO1236991-NG915\",\n            \"customer_id\": 1182264,\n            \"deleted_at\": \"2023-03-02T15:51:17+01:00\"\n        },\n        {\n            \"id\": 432007,\n            \"reference\": \"BSO1236991-NG119\",\n            \"customer_id\": 1182264,\n            \"deleted_at\": \"2023-03-02T15:51:17+01:00\"\n        },\n        {\n            \"id\": 432006,\n            \"reference\": \"BSO1236991-NG915\",\n            \"customer_id\": 1182264,\n            \"deleted_at\": \"2023-03-02T15:51:15+01:00\"\n        },\n        {\n            \"id\": 432005,\n            \"reference\": \"BSO1236991-NG119\",\n            \"customer_id\": 1182264,\n            \"deleted_at\": \"2023-03-02T15:51:15+01:00\"\n        },\n        {\n            \"id\": 432003,\n            \"reference\": \"BSO1236991-NG119\",\n            \"customer_id\": 1182264,\n            \"deleted_at\": \"2023-03-02T15:51:13+01:00\"\n        },\n        {\n            \"id\": 432004,\n            \"reference\": \"BSO1236991-NG915\",\n            \"customer_id\": 1182264,\n            \"deleted_at\": \"2023-03-02T15:51:13+01:00\"\n        },\n        {\n            \"id\": 431866,\n            \"reference\": \"BSO1255300-WM\",\n            \"customer_id\": 1226371,\n            \"deleted_at\": \"2023-03-01T19:03:04+01:00\"\n        },\n        {\n            \"id\": 431867,\n            \"reference\": \"BSO1255300-01\",\n            \"customer_id\": 1226371,\n            \"deleted_at\": \"2023-03-01T19:03:04+01:00\"\n        },\n        {\n            \"id\": 431861,\n            \"reference\": \"BSO1255300-WM\",\n            \"customer_id\": 1226371,\n            \"deleted_at\": \"2023-03-01T19:01:48+01:00\"\n        },\n        {\n            \"id\": 431862,\n            \"reference\": \"BSO1255300-01\",\n            \"customer_id\": 1226371,\n            \"deleted_at\": \"2023-03-01T19:01:48+01:00\"\n        },\n        {\n            \"id\": 431858,\n            \"reference\": \"BSO1255300-WM\",\n            \"customer_id\": 1226371,\n            \"deleted_at\": \"2023-03-01T18:59:54+01:00\"\n        },\n        {\n            \"id\": 431859,\n            \"reference\": \"BSO1255300-01\",\n            \"customer_id\": 1226371,\n            \"deleted_at\": \"2023-03-01T18:59:54+01:00\"\n        },\n        {\n            \"id\": 431682,\n            \"reference\": \"BSO1254493-01\",\n            \"customer_id\": 912589,\n            \"deleted_at\": \"2023-02-28T19:21:14+01:00\"\n        },\n        {\n            \"id\": 431681,\n            \"reference\": \"BSO1254493-NG116\",\n            \"customer_id\": 912589,\n            \"deleted_at\": \"2023-02-28T19:21:14+01:00\"\n        },\n        {\n            \"id\": 431679,\n            \"reference\": \"BSO1254493-01\",\n            \"customer_id\": 912589,\n            \"deleted_at\": \"2023-02-28T19:18:06+01:00\"\n        },\n        {\n            \"id\": 431678,\n            \"reference\": \"BSO1254493-NG109\",\n            \"customer_id\": 912589,\n            \"deleted_at\": \"2023-02-28T19:18:06+01:00\"\n        },\n        {\n            \"id\": 431339,\n            \"reference\": \"BSO1253763-01\",\n            \"customer_id\": 1196878,\n            \"deleted_at\": \"2023-02-27T09:30:47+01:00\"\n        },\n        {\n            \"id\": 431340,\n            \"reference\": \"BSO1253763-03\",\n            \"customer_id\": 1196878,\n            \"deleted_at\": \"2023-02-27T09:30:47+01:00\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 50,\n        \"total_items\": 4930,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"43bae1b6-8154-475f-95b0-a4fe372c24ba"},{"name":"Fetch Single Order (Detailed)","id":"67d840a8-0145-4507-b485-40a2b1a9790b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://wrk.bluespirit.com/api/v1/fetch/order/683888","description":"<p>Fetch a detailed payload for a single Order.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","order","683888"],"host":["wrk","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"cc7d42a6-2809-4841-a33d-d35c4478c605","name":"Fetch Single Order (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/order/57625"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:11:55 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InVBZ2ZJSjNWM3VGcVVuUTRBeUhEZllldHNSaGFCVU1SVFg4ZGZRTk9qb3c9IiwidmFsdWUiOiJrbWxpbzJxenlSNXhvbXlGU1BIZ3kyc2p3S3dva3lJc3Mrb1FWdXF2eDFGV0pKYTF3YUdrQiszM3B6MWEwM0ttWjFvSEtsSnBNS2pcL25QQjN1TmpocEE9PSIsIm1hYyI6ImEyZWM1YTViN2E1YjY0MzhjMGIxNzI3MDU5MDU0ZTU5ZjUxNWJjYmU1MzNkZGMxMjQyZDg1ZDQ0YjQ0MGFmMzAifQ%3D%3D; expires=Sat, 28-Sep-2019 11:11:55 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"57625\",\n    \"lang_id\": \"it\",\n    \"reference\": \"PW005208\",\n    \"relations\": {\n        \"master\": false,\n        \"child\": false,\n        \"parent_id\": null\n    },\n    \"state\": \"STATUS_CLOSED\",\n    \"payment_state\": \"STATUS_COMPLETED\",\n    \"created_at\": \"2019-06-25T09:05:19+02:00\",\n    \"updated_at\": \"2019-09-04T16:07:06+02:00\",\n    \"state_history\": [\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_NEW\",\n            \"created_at\": \"2019-06-25T09:05:19+02:00\",\n            \"updated_at\": \"2019-06-25T09:05:19+02:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_WORKING\",\n            \"created_at\": \"2019-06-25T10:50:05+02:00\",\n            \"updated_at\": \"2019-06-25T10:50:05+02:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_PENDING_DELIVERY\",\n            \"created_at\": \"2019-06-26T08:00:03+02:00\",\n            \"updated_at\": \"2019-06-26T08:00:03+02:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_READY\",\n            \"created_at\": \"2019-06-26T16:00:01+02:00\",\n            \"updated_at\": \"2019-06-26T16:00:01+02:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_CLOSED\",\n            \"created_at\": \"2019-09-04T16:07:06+02:00\",\n            \"updated_at\": \"2019-09-04T16:07:06+02:00\"\n        }\n    ],\n    \"payment_state_history\": [\n        {\n            \"type\": \"P\",\n            \"name\": \"STATUS_PENDING_CREDITCARD\",\n            \"created_at\": \"2019-06-25T09:05:19+02:00\",\n            \"updated_at\": \"2019-06-25T09:05:19+02:00\"\n        },\n        {\n            \"type\": \"P\",\n            \"name\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-25T09:06:40+02:00\",\n            \"updated_at\": \"2019-06-25T09:06:40+02:00\"\n        }\n    ],\n    \"tracking_url\": \"https://www.gls-italy.com/index.php?option=com_gls&view=track_e_trace&mode=search&numero_spedizione=L1190647506&tipo_codice=nazionale\",\n    \"tracking_code\": \"L1190647506\",\n    \"delivery_store\": \"931\",\n    \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57625&secure_key=f536db1b078486acb5a64c5fddd2ddea\",\n    \"customer\": {\n        \"id\": \"27656\",\n        \"lang_id\": \"it\",\n        \"code\": \"ed1908bd0fd20749315e74b8114db965\",\n        \"email\": \"cira68@email.it\",\n        \"name\": \"Marco Ferretti\",\n        \"flag_communication\": 1,\n        \"flag_segmentation\": 1,\n        \"created_at\": \"2019-06-25T09:03:00+02:00\",\n        \"updated_at\": \"2019-06-25T09:03:00+02:00\"\n    },\n    \"shipping_method\": {\n        \"code\": \"SHOP_WITHDRAWAL\",\n        \"name\": \"Ritiro presso Store \"\n    },\n    \"payment_method\": {\n        \"code\": \"CREDIT_CARD\",\n        \"name\": \"Carta di credito\"\n    },\n    \"shipping_address\": {\n        \"firstname\": \"Ippolito\",\n        \"lastname\": \"Rossi\",\n        \"company\": \"Marino-Bellini s.r.l.\",\n        \"address1\": \"Strada Ferrara\",\n        \"address2\": \"Appartamento 21\",\n        \"postcode\": \"05720\",\n        \"city\": \"Montanari laziale\",\n        \"state_code\": \"SS\",\n        \"state_name\": \"Latina\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Rerum nihil explicabo beatae.\",\n        \"phone\": \"357 545 952\",\n        \"phone_mobile\": \"+85 950 5187722\",\n        \"fax\": \"+39 318 090 030\",\n        \"vat_number\": \"GKYBPX19K45J272C\",\n        \"cf\": \"UJRPRY63S80F325U\",\n        \"extrainfo\": \"Inventore quisquam atque quia.\"\n    },\n    \"billing_address\": {\n        \"firstname\": \"Jarno\",\n        \"lastname\": \"De rosa\",\n        \"company\": \"De Santis, Pagano e Milani SPA\",\n        \"address1\": \"Borgo Grassi\",\n        \"address2\": \"Piano 1\",\n        \"postcode\": \"71163\",\n        \"city\": \"Ferrari laziale\",\n        \"state_code\": \"IM\",\n        \"state_name\": \"Matera\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Esse sint eum consequuntur quis ut.\",\n        \"phone\": \"001 671 2217\",\n        \"phone_mobile\": \"+79 4944 09994488\",\n        \"fax\": \"+39 003 301 148\",\n        \"vat_number\": \"SNXLCD25L10U383Q\",\n        \"cf\": \"ZTPNIY71N32T390R\",\n        \"extrainfo\": \"Quia maxime cumque fugit dolores reiciendis.\"\n    },\n    \"gift\": false,\n    \"currency\": \"EUR\",\n    \"amount_total\": \"390.00\",\n    \"amount_products\": \"390.00\",\n    \"amount_shipping\": \"0.00\",\n    \"amount_additional_costs\": \"0.00\",\n    \"amount_discount\": 0,\n    \"order_slips\": {\n        \"delivery_id\": \"0083551122\",\n        \"sales_id\": \"0003147396\",\n        \"invoice_id\": null,\n        \"withdrawal_id\": null,\n        \"created_at\": \"2019-06-25T10:55:02+02:00\"\n    },\n    \"order_details\": [\n        {\n            \"order_id\": 57625,\n            \"product_id\": 55414,\n            \"product_combination_id\": null,\n            \"affiliate_id\": null,\n            \"product_name\": \"OROLOGIO PHILIP WATCH CARIBE - R8253597544\",\n            \"product_quantity\": 1,\n            \"product_buy_price\": \"0.00\",\n            \"product_sell_price_wt\": \"390.00\",\n            \"product_price\": \"390.00\",\n            \"product_item_price\": \"390.00\",\n            \"product_item_price_tax_excl\": \"319.67\",\n            \"reduction_percent\": 0,\n            \"reduction_amount\": \"0.00\",\n            \"reduction_amount_tax_incl\": \"0.00\",\n            \"reduction_amount_tax_excl\": \"0.00\",\n            \"product_ean13\": \"8033288832041\",\n            \"product_reference\": \"R8253597544\",\n            \"product_sap_reference\": \"R8253597544\",\n            \"product_weight\": \"0.00\",\n            \"tax_name\": \"Imposta IVA standard (22%)\",\n            \"tax_rate\": \"1.22\",\n            \"cart_rule_id\": 0,\n            \"total_price_tax_incl\": \"390.00\",\n            \"total_price_tax_excl\": \"319.67\",\n            \"cart_price_tax_incl\": \"390.00\",\n            \"cart_price_tax_excl\": \"319.67\",\n            \"status\": \"SHIPPED\",\n            \"availability_mode\": \"online\",\n            \"availability_shop_id\": null,\n            \"availability_solvable_shops\": [],\n            \"warehouse\": \"01\",\n            \"created_at\": \"2019-06-25T09:05:19+02:00\",\n            \"updated_at\": \"2019-06-25T17:14:01+02:00\"\n        }\n    ]\n}"}],"_postman_id":"67d840a8-0145-4507-b485-40a2b1a9790b"},{"name":"Fetch Single Order (Detailed with deleted order details)","id":"8d7348ca-090b-48d1-b554-d2a88a504071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://wrk.bluespirit.com/api/v1/fetch/order/433572?with_deleted=true","description":"<p>Fetch a detailed payload for a single Order, including all \"Order details\" that have been \"soft-deleted\".</p>\n<h2 id=\"very-important\">VERY IMPORTANT</h2>\n<p>\"soft-deleted\" items will be returned <strong>ONLY</strong> when the request contains the parameter \"with_deleted\", which can be equal to any non-falsy value (like in this example).</p>\n<p>as a result a value of \"0\" or \"false\" will <strong>DROP</strong> the usage, and it is always equivalent to its absence.</p>\n<p>An item which has been \"soft-deleted\" has always a schema <strong>IDENTICAL</strong> to the one of another \"real\" record of the same type, excepts for the \"deleted_at\" field, which will contains the timestamp of the \"delete\" event.</p>\n<p>Basically:</p>\n<h5 id=\"regular-item\">REGULAR ITEM:</h5>\n<p>{</p>\n<p>...</p>\n<p>\"deleted_at\": null</p>\n<p>}</p>\n<h5 id=\"soft-deleted-item\">SOFT-DELETED ITEM:</h5>\n<p>{</p>\n<p>...</p>\n<p>\"deleted_at\": \"YYYY-MM-DD HH:II:SS\"</p>\n<p>}</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","order","433572"],"host":["wrk","bluespirit","com"],"query":[{"key":"with_deleted","value":"true"}],"variable":[]}},"response":[{"id":"cef4bcb2-20fa-4214-be16-325b6c3ab763","name":"Fetch Single Order (Detailed with deleted order details)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":{"raw":"https://wrk.bluespirit.com/api/v1/fetch/order/433572?with_deleted=true","protocol":"https","host":["wrk","bluespirit","com"],"path":["api","v1","fetch","order","433572"],"query":[{"key":"with_deleted","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 10 Mar 2023 10:40:35 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"item_type\": \"order\",\n    \"id\": 433572,\n    \"lang_id\": \"it\",\n    \"reference\": \"BSO1260364\",\n    \"customer_id\": 1234438,\n    \"relations\": {\n        \"master\": false,\n        \"child\": false,\n        \"parent_id\": null,\n        \"customer_id\": 1234438,\n        \"campaign_id\": 1,\n        \"cart_rule_id\": 927,\n        \"cart_id\": 1260364,\n        \"payment_id\": 2,\n        \"carrier_id\": 5,\n        \"shipping_address_id\": 256939,\n        \"billing_address_id\": null\n    },\n    \"state\": \"STATUS_WORKING\",\n    \"payment_state\": \"STATUS_COMPLETED\",\n    \"created_at\": \"2023-03-10T06:04:21+01:00\",\n    \"updated_at\": \"2023-03-10T10:59:31+01:00\",\n    \"state_history\": [\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_NEW\",\n            \"created_at\": \"2023-03-10T06:04:21+01:00\",\n            \"updated_at\": \"2023-03-10T06:04:21+01:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_WORKING\",\n            \"created_at\": \"2023-03-10T10:59:31+01:00\",\n            \"updated_at\": \"2023-03-10T10:59:31+01:00\"\n        }\n    ],\n    \"payment_state_history\": [\n        {\n            \"type\": \"P\",\n            \"name\": \"STATUS_PENDING_CREDITCARD\",\n            \"created_at\": \"2023-03-10T06:04:21+01:00\",\n            \"updated_at\": \"2023-03-10T06:04:21+01:00\"\n        },\n        {\n            \"type\": \"P\",\n            \"name\": \"STATUS_REFUSED\",\n            \"created_at\": \"2023-03-10T10:33:42+01:00\",\n            \"updated_at\": \"2023-03-10T10:33:42+01:00\"\n        },\n        {\n            \"type\": \"P\",\n            \"name\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2023-03-10T10:43:00+01:00\",\n            \"updated_at\": \"2023-03-10T10:43:00+01:00\"\n        }\n    ],\n    \"tracking_url\": null,\n    \"tracking_code\": \"0201233674\",\n    \"delivery_store\": null,\n    \"details_url\": \"https://www.bluespirit.com/ordini?page=details&id=433572&secure_key=da3faabf6fac8ea4d3faddacdd961986\",\n    \"customer\": {\n        \"item_type\": \"customer\",\n        \"id\": 1234438,\n        \"lang_id\": \"it\",\n        \"code\": \"262350a7f6cd1599dd27385845a9aa4e\",\n        \"email\": \"giulio.costantini@email.it\",\n        \"name\": \"Alessio Gentile\",\n        \"customer_type\": \"people\",\n        \"firstname\": \"Iacopo\",\n        \"lastname\": \"Mariani\",\n        \"company\": null,\n        \"flag_communication\": false,\n        \"flag_segmentation\": false,\n        \"created_at\": \"2023-03-10T05:58:57+01:00\",\n        \"updated_at\": \"2023-03-10T05:58:58+01:00\"\n    },\n    \"shipping_method\": {\n        \"id\": 5,\n        \"code\": \"NATIONAL_DELIVERY\",\n        \"name\": \"Spedizione standard Corriere Espresso\",\n        \"virtual\": false\n    },\n    \"payment_method\": {\n        \"id\": 2,\n        \"code\": \"CREDIT_CARD\",\n        \"name\": \"Carta di credito\",\n        \"online\": true\n    },\n    \"shipping_address\": {\n        \"firstname\": \"Assia\",\n        \"lastname\": \"Conti\",\n        \"company\": \"Negri-Gallo s.r.l.\",\n        \"address1\": \"Incrocio Battista\",\n        \"address2\": \"Piano 7\",\n        \"postcode\": \"42370\",\n        \"city\": \"Borgo Lauro salentino\",\n        \"state_code\": \"EN\",\n        \"state_name\": \"Frosinone\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Maiores dolores modi consectetur molestias.\",\n        \"phone\": \"+65 842 82578692\",\n        \"phone_mobile\": \"+48 07 8677001\",\n        \"fax\": \"+39 078 460 063\",\n        \"vat_number\": \"GSMXTH68W56M424Y\",\n        \"cf\": \"HAIXQH28V24F487C\",\n        \"extrainfo\": \"In corrupti incidunt earum animi sunt fuga deleniti.\"\n    },\n    \"billing_address\": {\n        \"firstname\": \"Siro\",\n        \"lastname\": \"Romano\",\n        \"company\": \"Donati-Sartori s.r.l.\",\n        \"address1\": \"Borgo Enrica\",\n        \"address2\": \"Appartamento 82\",\n        \"postcode\": \"92462\",\n        \"city\": \"Settimo Dylan\",\n        \"state_code\": \"GO\",\n        \"state_name\": \"Terni\",\n        \"country_code\": \"IT\",\n        \"country_name\": \"Italia\",\n        \"other\": \"Incidunt perferendis corporis voluptatem est soluta aut ducimus.\",\n        \"phone\": \"+39 015 843 192\",\n        \"phone_mobile\": \"+40 410 25 06 7896\",\n        \"fax\": \"+20 8123 6728770\",\n        \"vat_number\": \"ZUJFSR74R58K459H\",\n        \"cf\": \"UVOAIR61F16E396Q\",\n        \"extrainfo\": \"Totam magnam laudantium dolores debitis molestias.\"\n    },\n    \"gift\": false,\n    \"currency\": \"EUR\",\n    \"coupon_code\": \"LG2E75R4\",\n    \"campaign\": {\n        \"id\": 1,\n        \"name\": \"DEM\",\n        \"created_at\": \"2017-10-30T18:21:34+01:00\",\n        \"updated_at\": \"2017-12-05T11:56:23+01:00\"\n    },\n    \"cart_rule\": {\n        \"id\": 927,\n        \"name\": \"Benvenuto su Bluespirit! \",\n        \"created_at\": \"2023-02-24T15:28:32+01:00\",\n        \"updated_at\": \"2023-02-24T15:30:00+01:00\",\n        \"date_from\": \"2023-03-01T00:00:00+01:00\",\n        \"date_to\": \"2023-06-30T23:59:59+02:00\",\n        \"has_conditions\": false,\n        \"has_coupon\": true,\n        \"has_country_restriction\": false,\n        \"has_carrier_restriction\": false,\n        \"has_group_restriction\": false,\n        \"default_coupon\": \"\",\n        \"campaign\": {\n            \"id\": 72,\n            \"name\": \"Jm_Lead_Generation \",\n            \"created_at\": \"2021-06-21T10:29:08+02:00\",\n            \"updated_at\": \"2021-06-21T10:29:08+02:00\"\n        },\n        \"campaign_name\": \"10% di sconto Extra sul prossimo acquisto! Marzo- Giugno\",\n        \"translations\": {\n            \"en\": {\n                \"name\": \"Benvenuto su Bluespirit! \",\n                \"description\": \"\"\n            },\n            \"it\": {\n                \"name\": \"Benvenuto su Bluespirit! \",\n                \"description\": \"\"\n            }\n        }\n    },\n    \"amount_total\": \"47.79\",\n    \"amount_products\": \"47.79\",\n    \"amount_shipping\": \"0.00\",\n    \"amount_additional_costs\": \"0.00\",\n    \"amount_discount\": 0,\n    \"order_slips\": {\n        \"delivery_id\": \"0201233674\",\n        \"sales_id\": \"0005967730\",\n        \"invoice_id\": null,\n        \"withdrawal_id\": null,\n        \"created_at\": \"2023-03-10T11:15:13+01:00\"\n    },\n    \"order_details\": [\n        {\n            \"order_id\": 433572,\n            \"product_id\": 76933,\n            \"product_combination_id\": null,\n            \"affiliate_id\": null,\n            \"product_name\": \"BRACCIALE MORELLATO MOODY - SQH37\",\n            \"product_quantity\": 1,\n            \"product_buy_price\": \"0.00\",\n            \"product_sell_price_wt\": \"53.10\",\n            \"product_price\": \"53.10\",\n            \"product_item_price\": \"53.10\",\n            \"product_item_price_tax_excl\": \"43.52\",\n            \"reduction_percent\": 10,\n            \"reduction_amount\": \"0.00\",\n            \"reduction_amount_tax_incl\": \"0.00\",\n            \"reduction_amount_tax_excl\": \"0.00\",\n            \"product_ean13\": \"8033288936497\",\n            \"product_reference\": \"SQH37\",\n            \"product_sap_reference\": \"SQH37\",\n            \"product_weight\": \"0.00\",\n            \"tax_name\": \"Imposta IVA standard (22%)\",\n            \"tax_rate\": \"1.22\",\n            \"cart_rule_id\": 927,\n            \"total_price_tax_incl\": \"47.79\",\n            \"total_price_tax_excl\": \"39.17\",\n            \"cart_price_tax_incl\": \"47.79\",\n            \"cart_price_tax_excl\": \"39.17\",\n            \"status\": \"default\",\n            \"availability_mode\": \"online\",\n            \"availability_shop_id\": null,\n            \"availability_solvable_shops\": [],\n            \"warehouse\": \"01\",\n            \"created_at\": \"2023-03-10T06:04:21+01:00\",\n            \"updated_at\": \"2023-03-10T09:52:46+01:00\",\n            \"deleted_at\": \"2023-03-10T09:52:46+01:00\"\n        },\n        {\n            \"order_id\": 433572,\n            \"product_id\": 76933,\n            \"product_combination_id\": null,\n            \"affiliate_id\": null,\n            \"product_name\": \"BRACCIALE MORELLATO MOODY - SQH37\",\n            \"product_quantity\": 1,\n            \"product_buy_price\": \"0.00\",\n            \"product_sell_price_wt\": \"53.10\",\n            \"product_price\": \"53.10\",\n            \"product_item_price\": \"53.10\",\n            \"product_item_price_tax_excl\": \"43.52\",\n            \"reduction_percent\": 10,\n            \"reduction_amount\": \"0.00\",\n            \"reduction_amount_tax_incl\": \"0.00\",\n            \"reduction_amount_tax_excl\": \"0.00\",\n            \"product_ean13\": \"8033288936497\",\n            \"product_reference\": \"SQH37\",\n            \"product_sap_reference\": \"SQH37\",\n            \"product_weight\": \"0.00\",\n            \"tax_name\": \"Imposta IVA standard (22%)\",\n            \"tax_rate\": \"1.22\",\n            \"cart_rule_id\": 927,\n            \"total_price_tax_incl\": \"47.79\",\n            \"total_price_tax_excl\": \"39.17\",\n            \"cart_price_tax_incl\": \"47.79\",\n            \"cart_price_tax_excl\": \"39.17\",\n            \"status\": \"default\",\n            \"availability_mode\": \"online\",\n            \"availability_shop_id\": null,\n            \"availability_solvable_shops\": [],\n            \"warehouse\": \"01\",\n            \"created_at\": \"2023-03-10T09:52:46+01:00\",\n            \"updated_at\": \"2023-03-10T10:36:32+01:00\",\n            \"deleted_at\": \"2023-03-10T10:36:32+01:00\"\n        },\n        {\n            \"order_id\": 433572,\n            \"product_id\": 76933,\n            \"product_combination_id\": null,\n            \"affiliate_id\": null,\n            \"product_name\": \"BRACCIALE MORELLATO MOODY - SQH37\",\n            \"product_quantity\": 1,\n            \"product_buy_price\": \"0.00\",\n            \"product_sell_price_wt\": \"53.10\",\n            \"product_price\": \"53.10\",\n            \"product_item_price\": \"53.10\",\n            \"product_item_price_tax_excl\": \"43.52\",\n            \"reduction_percent\": 10,\n            \"reduction_amount\": \"0.00\",\n            \"reduction_amount_tax_incl\": \"0.00\",\n            \"reduction_amount_tax_excl\": \"0.00\",\n            \"product_ean13\": \"8033288936497\",\n            \"product_reference\": \"SQH37\",\n            \"product_sap_reference\": \"SQH37\",\n            \"product_weight\": \"0.00\",\n            \"tax_name\": \"Imposta IVA standard (22%)\",\n            \"tax_rate\": \"1.22\",\n            \"cart_rule_id\": 927,\n            \"total_price_tax_incl\": \"47.79\",\n            \"total_price_tax_excl\": \"39.17\",\n            \"cart_price_tax_incl\": \"47.79\",\n            \"cart_price_tax_excl\": \"39.17\",\n            \"status\": \"default\",\n            \"availability_mode\": \"online\",\n            \"availability_shop_id\": null,\n            \"availability_solvable_shops\": [],\n            \"warehouse\": \"01\",\n            \"created_at\": \"2023-03-10T10:36:32+01:00\",\n            \"updated_at\": \"2023-03-10T10:36:32+01:00\",\n            \"deleted_at\": null\n        }\n    ],\n    \"vouchers\": []\n}"}],"_postman_id":"8d7348ca-090b-48d1-b554-d2a88a504071"},{"name":"Fetch Multiple Orders (Detailed)","id":"495de465-5dd2-4b26-927d-ea35f71643f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://wrk.bluespirit.com/api/v1/fetch/multipleorder/433931,432934?with_deleted=true","description":"<p>Fetch a detailed collections of payloads for one or many Orders.\nThe multiple id(s) has to be separated by a comma(,), or can be directly an array (according to query-string limitations).</p>\n<p>Warning: the maximum set is fixed at 50 items.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","multipleorder","433931,432934"],"host":["wrk","bluespirit","com"],"query":[{"key":"with_deleted","value":"true"}],"variable":[]}},"response":[{"id":"592a194f-b9d0-4a05-bc43-81fa7a98957e","name":"Fetch Multiple Orders (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/multipleorder/57618,57591"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:13:44 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImcwMEVSZWhVdzR4ODkyY3BEMnhLbE5nZGF6NWlxQ1ZcL2t2UWRQRFwvWjMwUT0iLCJ2YWx1ZSI6IlNrYjM4Q2t4Y0NidWNaYnltS2Q2d284OVNTWEVcL25MVFFTbkhES01aQWczK3UzYk5DN0VpZHFWeWFwZzZvSm1HNElDVWNhbW5pV29rSlpKR0VONEQrQT09IiwibWFjIjoiZDFkZTlkOTMyOGQ2Yzg0MmMwY2EyOTkzYjM4OTU3YzVlYjcyMWNhYjcxNmIxY2Y5YWJlNjEyNTU5MGVhM2FkNCJ9; expires=Sat, 28-Sep-2019 11:13:44 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"57591\",\n            \"lang_id\": \"it\",\n            \"reference\": \"PW004893\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-05-13T11:02:52+02:00\",\n            \"updated_at\": \"2019-06-12T11:03:14+02:00\",\n            \"state_history\": [\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_NEW\",\n                    \"created_at\": \"2019-05-13T11:02:52+02:00\",\n                    \"updated_at\": \"2019-05-13T11:02:52+02:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_CANCELED\",\n                    \"created_at\": \"2019-05-14T10:37:50+02:00\",\n                    \"updated_at\": \"2019-05-14T10:37:50+02:00\"\n                }\n            ],\n            \"payment_state_history\": [\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_PENDING_CREDITCARD\",\n                    \"created_at\": \"2019-05-13T11:02:52+02:00\",\n                    \"updated_at\": \"2019-05-13T11:02:52+02:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_REFUSED\",\n                    \"created_at\": \"2019-06-12T11:03:14+02:00\",\n                    \"updated_at\": \"2019-06-12T11:03:14+02:00\"\n                }\n            ],\n            \"tracking_url\": null,\n            \"tracking_code\": null,\n            \"delivery_store\": null,\n            \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57591&secure_key=6c2c2b4964132b27a48bb532019948ee\",\n            \"customer\": {\n                \"id\": \"27604\",\n                \"lang_id\": \"it\",\n                \"code\": \"61a73ae692fe18abadf9d1bd47d8efe4\",\n                \"email\": \"fiorenzo.bianchi@yahoo.com\",\n                \"name\": \"Sig. Yago Lombardi\",\n                \"flag_communication\": 1,\n                \"flag_segmentation\": 1,\n                \"created_at\": \"2019-05-13T11:00:18+02:00\",\n                \"updated_at\": \"2019-05-13T11:00:42+02:00\"\n            },\n            \"shipping_method\": {\n                \"code\": \"NATIONAL_DELIVERY\",\n                \"name\": \"Spedizione standard Corriere Espresso\"\n            },\n            \"payment_method\": {\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\"\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Selvaggia\",\n                \"lastname\": \"Benedetti\",\n                \"company\": \"Donati-Amato s.r.l.\",\n                \"address1\": \"Piazza Negri\",\n                \"address2\": \"Piano 8\",\n                \"postcode\": \"24408\",\n                \"city\": \"Mariapia salentino\",\n                \"state_code\": \"EN\",\n                \"state_name\": \"Taranto\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Consequatur quas aut sint.\",\n                \"phone\": \"+34 610 88 34 8111\",\n                \"phone_mobile\": \"+39 2139 23251429\",\n                \"fax\": \"+41 2845 2406748\",\n                \"vat_number\": \"INQSIF68I87S582J\",\n                \"cf\": \"RDVSKR38U32Y764V\",\n                \"extrainfo\": \"Corporis consectetur molestiae et quidem et aliquam voluptatem eius.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Celeste\",\n                \"lastname\": \"Damico\",\n                \"company\": \"Bernardi, Palmieri e Grasso s.r.l.\",\n                \"address1\": \"Borgo Sanna\",\n                \"address2\": \"Piano 9\",\n                \"postcode\": \"41832\",\n                \"city\": \"Claudia calabro\",\n                \"state_code\": \"SP\",\n                \"state_name\": \"Reggio Calabria\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Vero quo et harum aliquid maiores cupiditate.\",\n                \"phone\": \"+39 081 225 176\",\n                \"phone_mobile\": \"+11 7729 82587495\",\n                \"fax\": \"087 243 6831\",\n                \"vat_number\": \"TWODXV09Y72H246O\",\n                \"cf\": \"VCSPIH03F30T226Z\",\n                \"extrainfo\": \"Laborum cum sed eos et est unde in.\"\n            },\n            \"gift\": false,\n            \"currency\": \"EUR\",\n            \"amount_total\": \"740.00\",\n            \"amount_products\": \"740.00\",\n            \"amount_shipping\": \"0.00\",\n            \"amount_additional_costs\": \"0.00\",\n            \"amount_discount\": 0,\n            \"order_slips\": null,\n            \"order_details\": [\n                {\n                    \"order_id\": 57591,\n                    \"product_id\": 55398,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"product_name\": \"OROLOGIO PHILIP WATCH CARIBE - R8223597014\",\n                    \"product_quantity\": 1,\n                    \"product_buy_price\": \"0.00\",\n                    \"product_sell_price_wt\": \"740.00\",\n                    \"product_price\": \"740.00\",\n                    \"product_item_price\": \"740.00\",\n                    \"product_item_price_tax_excl\": \"606.56\",\n                    \"reduction_percent\": 0,\n                    \"reduction_amount\": \"0.00\",\n                    \"reduction_amount_tax_incl\": \"0.00\",\n                    \"reduction_amount_tax_excl\": \"0.00\",\n                    \"product_ean13\": \"8033288831921\",\n                    \"product_reference\": \"R8223597014\",\n                    \"product_sap_reference\": \"R8223597014\",\n                    \"product_weight\": \"0.00\",\n                    \"tax_name\": \"Imposta IVA standard (22%)\",\n                    \"tax_rate\": \"1.22\",\n                    \"cart_rule_id\": 0,\n                    \"total_price_tax_incl\": \"740.00\",\n                    \"total_price_tax_excl\": \"606.56\",\n                    \"cart_price_tax_incl\": \"740.00\",\n                    \"cart_price_tax_excl\": \"606.56\",\n                    \"status\": \"default\",\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-05-13T11:02:52+02:00\",\n                    \"updated_at\": \"2019-05-13T11:02:52+02:00\"\n                }\n            ]\n        },\n        {\n            \"id\": \"57618\",\n            \"lang_id\": \"it\",\n            \"reference\": \"PW005159\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-16T20:36:42+02:00\",\n            \"updated_at\": \"2019-06-18T08:00:02+02:00\",\n            \"state_history\": [\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_NEW\",\n                    \"created_at\": \"2019-06-16T20:36:42+02:00\",\n                    \"updated_at\": \"2019-06-16T20:36:42+02:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_WORKING\",\n                    \"created_at\": \"2019-06-17T10:00:01+02:00\",\n                    \"updated_at\": \"2019-06-17T10:00:01+02:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_SHIPPED\",\n                    \"created_at\": \"2019-06-18T08:00:02+02:00\",\n                    \"updated_at\": \"2019-06-18T08:00:02+02:00\"\n                }\n            ],\n            \"payment_state_history\": [\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_PENDING_CREDITCARD\",\n                    \"created_at\": \"2019-06-16T20:36:42+02:00\",\n                    \"updated_at\": \"2019-06-16T20:36:42+02:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_COMPLETED\",\n                    \"created_at\": \"2019-06-16T20:41:08+02:00\",\n                    \"updated_at\": \"2019-06-16T20:41:08+02:00\"\n                }\n            ],\n            \"tracking_url\": \"https://www.gls-italy.com/index.php?option=com_gls&view=track_e_trace&mode=search&numero_spedizione=L1190616373&tipo_codice=nazionale\",\n            \"tracking_code\": \"L1190616373\",\n            \"delivery_store\": null,\n            \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57618&secure_key=b3c0210933be5eced233589d51ea2d86\",\n            \"customer\": {\n                \"id\": \"27646\",\n                \"lang_id\": \"it\",\n                \"code\": \"d6d4a2268ce9d3c4a0548f148885787c\",\n                \"email\": \"emilia43@gmail.com\",\n                \"name\": \"Dr. Donatella Gentile\",\n                \"flag_communication\": 1,\n                \"flag_segmentation\": 1,\n                \"created_at\": \"2019-06-16T20:36:16+02:00\",\n                \"updated_at\": \"2019-06-16T20:36:16+02:00\"\n            },\n            \"shipping_method\": {\n                \"code\": \"NATIONAL_DELIVERY\",\n                \"name\": \"Spedizione standard Corriere Espresso\"\n            },\n            \"payment_method\": {\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\"\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Renzo\",\n                \"lastname\": \"Vitali\",\n                \"company\": \"De luca, Galli e Ferrari SPA\",\n                \"address1\": \"Rotonda Barbieri\",\n                \"address2\": \"Piano 1\",\n                \"postcode\": \"34025\",\n                \"city\": \"Sesto Maggiore lido\",\n                \"state_code\": \"BR\",\n                \"state_name\": \"Brescia\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Nulla animi ut enim eius rerum quis.\",\n                \"phone\": \"+45 8888 8072784\",\n                \"phone_mobile\": \"+39 309 043 045\",\n                \"fax\": \"+39 347 430 833\",\n                \"vat_number\": \"RFCZFT50Q06E453F\",\n                \"cf\": \"OTUTHY32I24J104Y\",\n                \"extrainfo\": \"Sed aut dolorem quia dolores.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Gilda\",\n                \"lastname\": \"Rossi\",\n                \"company\": \"Ferrara, Greco e D'amico Group\",\n                \"address1\": \"Strada Sue ellen\",\n                \"address2\": \"Appartamento 92\",\n                \"postcode\": \"17875\",\n                \"city\": \"Borgo Valdo veneto\",\n                \"state_code\": \"VS\",\n                \"state_name\": \"Modena\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Rerum quia corporis autem.\",\n                \"phone\": \"+39 353 342 860\",\n                \"phone_mobile\": \"+09 068 7127675\",\n                \"fax\": \"+61 5716 16618714\",\n                \"vat_number\": \"RFTMIO28J10P322U\",\n                \"cf\": \"EICKAW34S87Q696J\",\n                \"extrainfo\": \"Voluptatem sed perspiciatis mollitia nemo.\"\n            },\n            \"gift\": false,\n            \"currency\": \"EUR\",\n            \"amount_total\": \"390.00\",\n            \"amount_products\": \"390.00\",\n            \"amount_shipping\": \"0.00\",\n            \"amount_additional_costs\": \"0.00\",\n            \"amount_discount\": 0,\n            \"order_slips\": {\n                \"delivery_id\": \"190616373\",\n                \"sales_id\": \"0003134123\",\n                \"invoice_id\": null,\n                \"withdrawal_id\": null,\n                \"created_at\": \"2019-06-17T10:05:02+02:00\"\n            },\n            \"order_details\": [\n                {\n                    \"order_id\": 57618,\n                    \"product_id\": 45475,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"product_name\": \"GEMELLI PHILIP WATCH PHILIP WATCH J - S82AHH04\",\n                    \"product_quantity\": 1,\n                    \"product_buy_price\": \"0.00\",\n                    \"product_sell_price_wt\": \"99.00\",\n                    \"product_price\": \"99.00\",\n                    \"product_item_price\": \"99.00\",\n                    \"product_item_price_tax_excl\": \"81.15\",\n                    \"reduction_percent\": 100,\n                    \"reduction_amount\": \"0.00\",\n                    \"reduction_amount_tax_incl\": \"0.00\",\n                    \"reduction_amount_tax_excl\": \"0.00\",\n                    \"product_ean13\": \"8033288744764\",\n                    \"product_reference\": \"S82AHH04\",\n                    \"product_sap_reference\": \"S82AHH04\",\n                    \"product_weight\": \"0.00\",\n                    \"tax_name\": \"Imposta IVA standard (22%)\",\n                    \"tax_rate\": \"1.22\",\n                    \"cart_rule_id\": 25,\n                    \"total_price_tax_incl\": \"0.00\",\n                    \"total_price_tax_excl\": \"0.00\",\n                    \"cart_price_tax_incl\": \"0.00\",\n                    \"cart_price_tax_excl\": \"0.00\",\n                    \"status\": \"SHIPPED\",\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-06-16T20:36:42+02:00\",\n                    \"updated_at\": \"2019-06-17T17:14:02+02:00\"\n                },\n                {\n                    \"order_id\": 57618,\n                    \"product_id\": 55354,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"product_name\": \"OROLOGIO PHILIP WATCH CARIBE - R8253597534\",\n                    \"product_quantity\": 1,\n                    \"product_buy_price\": \"0.00\",\n                    \"product_sell_price_wt\": \"390.00\",\n                    \"product_price\": \"390.00\",\n                    \"product_item_price\": \"390.00\",\n                    \"product_item_price_tax_excl\": \"319.67\",\n                    \"reduction_percent\": 0,\n                    \"reduction_amount\": \"0.00\",\n                    \"reduction_amount_tax_incl\": \"0.00\",\n                    \"reduction_amount_tax_excl\": \"0.00\",\n                    \"product_ean13\": \"8033288787099\",\n                    \"product_reference\": \"R8253597534\",\n                    \"product_sap_reference\": \"R8253597534\",\n                    \"product_weight\": \"0.00\",\n                    \"tax_name\": \"Imposta IVA standard (22%)\",\n                    \"tax_rate\": \"1.22\",\n                    \"cart_rule_id\": 0,\n                    \"total_price_tax_incl\": \"390.00\",\n                    \"total_price_tax_excl\": \"319.67\",\n                    \"cart_price_tax_incl\": \"390.00\",\n                    \"cart_price_tax_excl\": \"319.67\",\n                    \"status\": \"SHIPPED\",\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-06-16T20:36:42+02:00\",\n                    \"updated_at\": \"2019-06-17T17:14:02+02:00\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"faa14ade-9181-4043-88a5-73578b34c6e3","name":"Fetch Multiple Orders (Detailed) with campaign/cart_rule","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/fetch/multipleorder/57618,57591,57905,57544"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 23 Apr 2020 16:09:45 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"order\",\n            \"id\": 57544,\n            \"lang_id\": \"en\",\n            \"reference\": \"PW004088\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null,\n                \"customer_id\": 27509,\n                \"campaign_id\": 1,\n                \"cart_rule_id\": 19,\n                \"cart_id\": 4088,\n                \"payment_id\": 2,\n                \"carrier_id\": 2,\n                \"shipping_address_id\": 1470,\n                \"billing_address_id\": 1471\n            },\n            \"state\": \"STATUS_CLOSED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-03-08T08:23:49+01:00\",\n            \"updated_at\": \"2019-03-18T14:40:20+01:00\",\n            \"state_history\": [\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_NEW\",\n                    \"created_at\": \"2019-03-08T08:23:49+01:00\",\n                    \"updated_at\": \"2019-03-08T08:23:49+01:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_WORKING\",\n                    \"created_at\": \"2019-03-08T16:31:10+01:00\",\n                    \"updated_at\": \"2019-03-08T16:31:10+01:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_CLOSED\",\n                    \"created_at\": \"2019-03-18T14:40:20+01:00\",\n                    \"updated_at\": \"2019-03-18T14:40:20+01:00\"\n                }\n            ],\n            \"payment_state_history\": [\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_PENDING_CREDITCARD\",\n                    \"created_at\": \"2019-03-08T08:23:49+01:00\",\n                    \"updated_at\": \"2019-03-08T08:23:49+01:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_REFUSED\",\n                    \"created_at\": \"2019-03-08T08:25:39+01:00\",\n                    \"updated_at\": \"2019-03-08T08:25:39+01:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_PENDING_CREDITCARD\",\n                    \"created_at\": \"2019-03-08T08:49:37+01:00\",\n                    \"updated_at\": \"2019-03-08T08:49:37+01:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_REFUSED\",\n                    \"created_at\": \"2019-03-08T08:50:10+01:00\",\n                    \"updated_at\": \"2019-03-08T08:50:10+01:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_PENDING_CREDITCARD\",\n                    \"created_at\": \"2019-03-08T09:43:15+01:00\",\n                    \"updated_at\": \"2019-03-08T09:43:15+01:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_COMPLETED\",\n                    \"created_at\": \"2019-03-08T11:24:08+01:00\",\n                    \"updated_at\": \"2019-03-08T11:24:08+01:00\"\n                }\n            ],\n            \"tracking_url\": null,\n            \"tracking_code\": \"774669380109\",\n            \"delivery_store\": null,\n            \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57544&secure_key=a2aba80a4e1492dbc995b7f6d24753bb\",\n            \"customer\": {\n                \"id\": 27509,\n                \"lang_id\": \"en\",\n                \"code\": \"80df35fd5540c69a2100592d25712b9e\",\n                \"email\": \"soriana.moretti@pellegrini.it\",\n                \"name\": \"Mercedes D'angelo\",\n                \"flag_communication\": true,\n                \"flag_segmentation\": true,\n                \"created_at\": \"2019-03-08T08:13:05+01:00\",\n                \"updated_at\": \"2019-03-13T10:55:33+01:00\"\n            },\n            \"shipping_method\": {\n                \"id\": 2,\n                \"code\": \"INTERNATIONAL_DELIVERY\",\n                \"name\": \"International express courier\",\n                \"virtual\": false\n            },\n            \"payment_method\": {\n                \"id\": 2,\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\",\n                \"online\": true\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Guendalina\",\n                \"lastname\": \"Mancini\",\n                \"company\": \"De luca e figli\",\n                \"address1\": \"Strada Sibilla\",\n                \"address2\": \"Piano 0\",\n                \"postcode\": \"13596\",\n                \"city\": \"Ruggiero lido\",\n                \"state_code\": \"VB\",\n                \"state_name\": \"Oristano\",\n                \"country_code\": \"TR\",\n                \"country_name\": \"Turchia\",\n                \"other\": \"Aperiam ad sed qui animi consequatur.\",\n                \"phone\": \"024 485 2766\",\n                \"phone_mobile\": \"+91 75 58388197\",\n                \"fax\": \"+39 328 567 455\",\n                \"vat_number\": \"CMCRJX34Y82Z548P\",\n                \"cf\": \"DNKVCK76Y16Y884S\",\n                \"extrainfo\": \"Consequatur rerum enim consequuntur voluptatum expedita ut aut.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Alessio\",\n                \"lastname\": \"Gatti\",\n                \"company\": \"Romano s.r.l.\",\n                \"address1\": \"Via Silvano\",\n                \"address2\": \"Piano 6\",\n                \"postcode\": \"36421\",\n                \"city\": \"San Lidia\",\n                \"state_code\": \"LO\",\n                \"state_name\": \"Piacenza\",\n                \"country_code\": \"NG\",\n                \"country_name\": \"Nigeria\",\n                \"other\": \"Fugiat excepturi quae quidem quia.\",\n                \"phone\": \"+81 746 12 90 0810\",\n                \"phone_mobile\": \"+07 6894 9066831\",\n                \"fax\": \"+70 544 39358899\",\n                \"vat_number\": \"QAPOKD01W31R564G\",\n                \"cf\": \"JQUQOU29L37N081C\",\n                \"extrainfo\": \"Velit voluptates quia deserunt veritatis omnis.\"\n            },\n            \"gift\": false,\n            \"currency\": \"USD\",\n            \"coupon_code\": \"ELEGANZA10\",\n            \"campaign\": {\n                \"id\": 1,\n                \"name\": \"dem\",\n                \"created_at\": \"2018-11-06T13:16:09+01:00\",\n                \"updated_at\": \"2018-11-06T13:21:14+01:00\"\n            },\n            \"cart_rule\": {\n                \"id\": 19,\n                \"name\": \"Promozione Festa della Donna\",\n                \"created_at\": \"2019-03-06T12:28:30+01:00\",\n                \"updated_at\": \"2019-03-06T12:33:49+01:00\",\n                \"date_from\": \"2019-03-08T00:00:00+01:00\",\n                \"date_to\": \"2019-03-09T00:00:00+01:00\",\n                \"has_conditions\": true,\n                \"has_coupon\": true,\n                \"has_country_restriction\": false,\n                \"has_carrier_restriction\": false,\n                \"has_group_restriction\": false,\n                \"default_coupon\": \"ELEGANZA10\",\n                \"campaign\": null,\n                \"campaign_name\": null,\n                \"translations\": {\n                    \"en\": {\n                        \"name\": \"Special Promotion Women's Day!\",\n                        \"description\": \"\"\n                    },\n                    \"es\": {\n                        \"name\": \"Promoción Especial Día de la Mujer!\",\n                        \"description\": \"\"\n                    },\n                    \"fr\": {\n                        \"name\": \"Promotion spéciale Journée de la femme!\",\n                        \"description\": \"\"\n                    },\n                    \"it\": {\n                        \"name\": \"Promozione Festa della Donna\",\n                        \"description\": \"\"\n                    }\n                }\n            },\n            \"amount_total\": \"523.96\",\n            \"amount_products\": \"523.96\",\n            \"amount_shipping\": \"0.00\",\n            \"amount_additional_costs\": \"0.00\",\n            \"amount_discount\": 0,\n            \"order_slips\": {\n                \"delivery_id\": \"0083457159\",\n                \"sales_id\": \"0002978786\",\n                \"invoice_id\": \"9101330706\",\n                \"withdrawal_id\": null,\n                \"created_at\": \"2019-03-08T16:35:02+01:00\"\n            },\n            \"order_details\": [\n                {\n                    \"order_id\": 57544,\n                    \"product_id\": 52414,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"product_name\": \"PHILIP WATCH CARIBE WATCH - R8253597525\",\n                    \"product_quantity\": 1,\n                    \"product_buy_price\": \"0.00\",\n                    \"product_sell_price_wt\": \"590.00\",\n                    \"product_price\": \"590.00\",\n                    \"product_item_price\": \"590.00\",\n                    \"product_item_price_tax_excl\": \"483.61\",\n                    \"reduction_percent\": 10,\n                    \"reduction_amount\": \"0.00\",\n                    \"reduction_amount_tax_incl\": \"0.00\",\n                    \"reduction_amount_tax_excl\": \"0.00\",\n                    \"product_ean13\": \"8033288762317\",\n                    \"product_reference\": \"R8253597525\",\n                    \"product_sap_reference\": \"R8253597525\",\n                    \"product_weight\": \"0.00\",\n                    \"tax_name\": \"Imposta IVA standard (22%)\",\n                    \"tax_rate\": \"1.22\",\n                    \"cart_rule_id\": 19,\n                    \"total_price_tax_incl\": \"523.96\",\n                    \"total_price_tax_excl\": \"429.48\",\n                    \"cart_price_tax_incl\": \"523.96\",\n                    \"cart_price_tax_excl\": \"429.48\",\n                    \"status\": \"SHIPPED\",\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-03-08T08:23:49+01:00\",\n                    \"updated_at\": \"2019-03-11T15:14:02+01:00\"\n                }\n            ]\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": 57591,\n            \"lang_id\": \"it\",\n            \"reference\": \"PW004893\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null,\n                \"customer_id\": 27604,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null,\n                \"cart_id\": 4893,\n                \"payment_id\": 2,\n                \"carrier_id\": 5,\n                \"shipping_address_id\": 1536,\n                \"billing_address_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2019-05-13T11:02:52+02:00\",\n            \"updated_at\": \"2019-06-12T11:03:14+02:00\",\n            \"state_history\": [\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_NEW\",\n                    \"created_at\": \"2019-05-13T11:02:52+02:00\",\n                    \"updated_at\": \"2019-05-13T11:02:52+02:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_CANCELED\",\n                    \"created_at\": \"2019-05-14T10:37:50+02:00\",\n                    \"updated_at\": \"2019-05-14T10:37:50+02:00\"\n                }\n            ],\n            \"payment_state_history\": [\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_PENDING_CREDITCARD\",\n                    \"created_at\": \"2019-05-13T11:02:52+02:00\",\n                    \"updated_at\": \"2019-05-13T11:02:52+02:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_REFUSED\",\n                    \"created_at\": \"2019-06-12T11:03:14+02:00\",\n                    \"updated_at\": \"2019-06-12T11:03:14+02:00\"\n                }\n            ],\n            \"tracking_url\": null,\n            \"tracking_code\": null,\n            \"delivery_store\": null,\n            \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57591&secure_key=6c2c2b4964132b27a48bb532019948ee\",\n            \"customer\": {\n                \"id\": 27604,\n                \"lang_id\": \"it\",\n                \"code\": \"61a73ae692fe18abadf9d1bd47d8efe4\",\n                \"email\": \"benedetti.ippolito@morelli.com\",\n                \"name\": \"Dott. Ingrid Leone\",\n                \"flag_communication\": true,\n                \"flag_segmentation\": true,\n                \"created_at\": \"2019-05-13T11:00:18+02:00\",\n                \"updated_at\": \"2019-05-13T11:00:42+02:00\"\n            },\n            \"shipping_method\": {\n                \"id\": 5,\n                \"code\": \"NATIONAL_DELIVERY\",\n                \"name\": \"Spedizione standard Corriere Espresso\",\n                \"virtual\": false\n            },\n            \"payment_method\": {\n                \"id\": 2,\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\",\n                \"online\": true\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Davide\",\n                \"lastname\": \"Coppola\",\n                \"company\": \"Colombo SPA\",\n                \"address1\": \"Incrocio Caio\",\n                \"address2\": \"Piano 7\",\n                \"postcode\": \"64581\",\n                \"city\": \"Noah terme\",\n                \"state_code\": \"PU\",\n                \"state_name\": \"Roma\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Quia ut sint quia.\",\n                \"phone\": \"+05 76 93202143\",\n                \"phone_mobile\": \"+15 2877 0081277\",\n                \"fax\": \"+02 159 8352117\",\n                \"vat_number\": \"FWCILO01Q19D925O\",\n                \"cf\": \"VEEBYQ75J91F016G\",\n                \"extrainfo\": \"Iusto iste et ut quos.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Damiana\",\n                \"lastname\": \"Leone\",\n                \"company\": \"Ferri e figli\",\n                \"address1\": \"Strada Mariagiulia\",\n                \"address2\": \"Piano 6\",\n                \"postcode\": \"52776\",\n                \"city\": \"Osvaldo umbro\",\n                \"state_code\": \"PC\",\n                \"state_name\": \"Catania\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Natus ut omnis et qui earum.\",\n                \"phone\": \"+54 755 94741836\",\n                \"phone_mobile\": \"+26 105 92 88 6956\",\n                \"fax\": \"385 122 242\",\n                \"vat_number\": \"IVDSIM45U81A739S\",\n                \"cf\": \"WJGDHA24Z75R140A\",\n                \"extrainfo\": \"Vel odio optio pariatur eveniet et.\"\n            },\n            \"gift\": false,\n            \"currency\": \"EUR\",\n            \"coupon_code\": null,\n            \"campaign\": null,\n            \"cart_rule\": null,\n            \"amount_total\": \"740.00\",\n            \"amount_products\": \"740.00\",\n            \"amount_shipping\": \"0.00\",\n            \"amount_additional_costs\": \"0.00\",\n            \"amount_discount\": 0,\n            \"order_slips\": null,\n            \"order_details\": [\n                {\n                    \"order_id\": 57591,\n                    \"product_id\": 55398,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"product_name\": \"OROLOGIO PHILIP WATCH CARIBE - R8223597014\",\n                    \"product_quantity\": 1,\n                    \"product_buy_price\": \"0.00\",\n                    \"product_sell_price_wt\": \"740.00\",\n                    \"product_price\": \"740.00\",\n                    \"product_item_price\": \"740.00\",\n                    \"product_item_price_tax_excl\": \"606.56\",\n                    \"reduction_percent\": 0,\n                    \"reduction_amount\": \"0.00\",\n                    \"reduction_amount_tax_incl\": \"0.00\",\n                    \"reduction_amount_tax_excl\": \"0.00\",\n                    \"product_ean13\": \"8033288831921\",\n                    \"product_reference\": \"R8223597014\",\n                    \"product_sap_reference\": \"R8223597014\",\n                    \"product_weight\": \"0.00\",\n                    \"tax_name\": \"Imposta IVA standard (22%)\",\n                    \"tax_rate\": \"1.22\",\n                    \"cart_rule_id\": 0,\n                    \"total_price_tax_incl\": \"740.00\",\n                    \"total_price_tax_excl\": \"606.56\",\n                    \"cart_price_tax_incl\": \"740.00\",\n                    \"cart_price_tax_excl\": \"606.56\",\n                    \"status\": \"default\",\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-05-13T11:02:52+02:00\",\n                    \"updated_at\": \"2019-05-13T11:02:52+02:00\"\n                }\n            ]\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": 57618,\n            \"lang_id\": \"it\",\n            \"reference\": \"PW005159\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null,\n                \"customer_id\": 27646,\n                \"campaign_id\": null,\n                \"cart_rule_id\": null,\n                \"cart_id\": 5159,\n                \"payment_id\": 2,\n                \"carrier_id\": 5,\n                \"shipping_address_id\": 1571,\n                \"billing_address_id\": null\n            },\n            \"state\": \"STATUS_SHIPPED\",\n            \"payment_state\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-16T20:36:42+02:00\",\n            \"updated_at\": \"2019-06-18T08:00:02+02:00\",\n            \"state_history\": [\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_NEW\",\n                    \"created_at\": \"2019-06-16T20:36:42+02:00\",\n                    \"updated_at\": \"2019-06-16T20:36:42+02:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_WORKING\",\n                    \"created_at\": \"2019-06-17T10:00:01+02:00\",\n                    \"updated_at\": \"2019-06-17T10:00:01+02:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_SHIPPED\",\n                    \"created_at\": \"2019-06-18T08:00:02+02:00\",\n                    \"updated_at\": \"2019-06-18T08:00:02+02:00\"\n                }\n            ],\n            \"payment_state_history\": [\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_PENDING_CREDITCARD\",\n                    \"created_at\": \"2019-06-16T20:36:42+02:00\",\n                    \"updated_at\": \"2019-06-16T20:36:42+02:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_COMPLETED\",\n                    \"created_at\": \"2019-06-16T20:41:08+02:00\",\n                    \"updated_at\": \"2019-06-16T20:41:08+02:00\"\n                }\n            ],\n            \"tracking_url\": \"https://www.gls-italy.com/index.php?option=com_gls&view=track_e_trace&mode=search&numero_spedizione=L1190616373&tipo_codice=nazionale\",\n            \"tracking_code\": \"L1190616373\",\n            \"delivery_store\": null,\n            \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57618&secure_key=b3c0210933be5eced233589d51ea2d86\",\n            \"customer\": {\n                \"id\": 27646,\n                \"lang_id\": \"it\",\n                \"code\": \"d6d4a2268ce9d3c4a0548f148885787c\",\n                \"email\": \"santo32@yahoo.com\",\n                \"name\": \"Sebastian Silvestri\",\n                \"flag_communication\": true,\n                \"flag_segmentation\": true,\n                \"created_at\": \"2019-06-16T20:36:16+02:00\",\n                \"updated_at\": \"2019-06-16T20:36:16+02:00\"\n            },\n            \"shipping_method\": {\n                \"id\": 5,\n                \"code\": \"NATIONAL_DELIVERY\",\n                \"name\": \"Spedizione standard Corriere Espresso\",\n                \"virtual\": false\n            },\n            \"payment_method\": {\n                \"id\": 2,\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\",\n                \"online\": true\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Davis\",\n                \"lastname\": \"Sartori\",\n                \"company\": \"De Angelis e figli\",\n                \"address1\": \"Strada Elda\",\n                \"address2\": \"Appartamento 15\",\n                \"postcode\": \"14118\",\n                \"city\": \"Ricci nell'emilia\",\n                \"state_code\": \"RG\",\n                \"state_name\": \"Lecco\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Id culpa eligendi inventore sed facere saepe.\",\n                \"phone\": \"+39 368 114 172\",\n                \"phone_mobile\": \"306 907 894\",\n                \"fax\": \"+41 269 6897064\",\n                \"vat_number\": \"GUQDSM79G21Y714W\",\n                \"cf\": \"LRYJYB56G88E108I\",\n                \"extrainfo\": \"Provident earum officia commodi quas.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Ingrid\",\n                \"lastname\": \"Palmieri\",\n                \"company\": \"Moretti, Rossetti e Moretti SPA\",\n                \"address1\": \"Contrada Sasha\",\n                \"address2\": \"Appartamento 80\",\n                \"postcode\": \"37843\",\n                \"city\": \"San Rosita calabro\",\n                \"state_code\": \"BO\",\n                \"state_name\": \"Ravenna\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Ea accusamus in et et est.\",\n                \"phone\": \"+39 043 465 649\",\n                \"phone_mobile\": \"370 016 178\",\n                \"fax\": \"043 360 1895\",\n                \"vat_number\": \"PAFOYU27O44J210X\",\n                \"cf\": \"VPXTMN93O74H995A\",\n                \"extrainfo\": \"Minus necessitatibus voluptas maiores aut.\"\n            },\n            \"gift\": false,\n            \"currency\": \"EUR\",\n            \"coupon_code\": null,\n            \"campaign\": null,\n            \"cart_rule\": null,\n            \"amount_total\": \"390.00\",\n            \"amount_products\": \"390.00\",\n            \"amount_shipping\": \"0.00\",\n            \"amount_additional_costs\": \"0.00\",\n            \"amount_discount\": 0,\n            \"order_slips\": {\n                \"delivery_id\": \"190616373\",\n                \"sales_id\": \"0003134123\",\n                \"invoice_id\": null,\n                \"withdrawal_id\": null,\n                \"created_at\": \"2019-06-17T10:05:02+02:00\"\n            },\n            \"order_details\": [\n                {\n                    \"order_id\": 57618,\n                    \"product_id\": 45475,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"product_name\": \"GEMELLI PHILIP WATCH PHILIP WATCH J - S82AHH04\",\n                    \"product_quantity\": 1,\n                    \"product_buy_price\": \"0.00\",\n                    \"product_sell_price_wt\": \"99.00\",\n                    \"product_price\": \"99.00\",\n                    \"product_item_price\": \"99.00\",\n                    \"product_item_price_tax_excl\": \"81.15\",\n                    \"reduction_percent\": 100,\n                    \"reduction_amount\": \"0.00\",\n                    \"reduction_amount_tax_incl\": \"0.00\",\n                    \"reduction_amount_tax_excl\": \"0.00\",\n                    \"product_ean13\": \"8033288744764\",\n                    \"product_reference\": \"S82AHH04\",\n                    \"product_sap_reference\": \"S82AHH04\",\n                    \"product_weight\": \"0.00\",\n                    \"tax_name\": \"Imposta IVA standard (22%)\",\n                    \"tax_rate\": \"1.22\",\n                    \"cart_rule_id\": 25,\n                    \"total_price_tax_incl\": \"0.00\",\n                    \"total_price_tax_excl\": \"0.00\",\n                    \"cart_price_tax_incl\": \"0.00\",\n                    \"cart_price_tax_excl\": \"0.00\",\n                    \"status\": \"SHIPPED\",\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-06-16T20:36:42+02:00\",\n                    \"updated_at\": \"2019-06-17T17:14:02+02:00\"\n                },\n                {\n                    \"order_id\": 57618,\n                    \"product_id\": 55354,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"product_name\": \"OROLOGIO PHILIP WATCH CARIBE - R8253597534\",\n                    \"product_quantity\": 1,\n                    \"product_buy_price\": \"0.00\",\n                    \"product_sell_price_wt\": \"390.00\",\n                    \"product_price\": \"390.00\",\n                    \"product_item_price\": \"390.00\",\n                    \"product_item_price_tax_excl\": \"319.67\",\n                    \"reduction_percent\": 0,\n                    \"reduction_amount\": \"0.00\",\n                    \"reduction_amount_tax_incl\": \"0.00\",\n                    \"reduction_amount_tax_excl\": \"0.00\",\n                    \"product_ean13\": \"8033288787099\",\n                    \"product_reference\": \"R8253597534\",\n                    \"product_sap_reference\": \"R8253597534\",\n                    \"product_weight\": \"0.00\",\n                    \"tax_name\": \"Imposta IVA standard (22%)\",\n                    \"tax_rate\": \"1.22\",\n                    \"cart_rule_id\": 0,\n                    \"total_price_tax_incl\": \"390.00\",\n                    \"total_price_tax_excl\": \"319.67\",\n                    \"cart_price_tax_incl\": \"390.00\",\n                    \"cart_price_tax_excl\": \"319.67\",\n                    \"status\": \"SHIPPED\",\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2019-06-16T20:36:42+02:00\",\n                    \"updated_at\": \"2019-06-17T17:14:02+02:00\"\n                }\n            ]\n        },\n        {\n            \"item_type\": \"order\",\n            \"id\": 57905,\n            \"lang_id\": \"it\",\n            \"reference\": \"PW007871\",\n            \"relations\": {\n                \"master\": false,\n                \"child\": false,\n                \"parent_id\": null,\n                \"customer_id\": 28112,\n                \"campaign_id\": null,\n                \"cart_rule_id\": 49,\n                \"cart_id\": 7871,\n                \"payment_id\": 2,\n                \"carrier_id\": 5,\n                \"shipping_address_id\": 1917,\n                \"billing_address_id\": null\n            },\n            \"state\": \"STATUS_CANCELED\",\n            \"payment_state\": \"STATUS_REFUSED\",\n            \"created_at\": \"2020-03-17T20:41:08+01:00\",\n            \"updated_at\": \"2020-04-16T21:42:22+02:00\",\n            \"state_history\": [\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_NEW\",\n                    \"created_at\": \"2020-03-17T20:41:08+01:00\",\n                    \"updated_at\": \"2020-03-17T20:41:08+01:00\"\n                },\n                {\n                    \"type\": \"O\",\n                    \"name\": \"STATUS_CANCELED\",\n                    \"created_at\": \"2020-03-18T16:43:52+01:00\",\n                    \"updated_at\": \"2020-03-18T16:43:52+01:00\"\n                }\n            ],\n            \"payment_state_history\": [\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_PENDING_CREDITCARD\",\n                    \"created_at\": \"2020-03-17T20:41:08+01:00\",\n                    \"updated_at\": \"2020-03-17T20:41:08+01:00\"\n                },\n                {\n                    \"type\": \"P\",\n                    \"name\": \"STATUS_REFUSED\",\n                    \"created_at\": \"2020-04-16T21:42:22+02:00\",\n                    \"updated_at\": \"2020-04-16T21:42:22+02:00\"\n                }\n            ],\n            \"tracking_url\": null,\n            \"tracking_code\": null,\n            \"delivery_store\": null,\n            \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57905&secure_key=84d68cf7f261a98cff764b338ad93002\",\n            \"customer\": {\n                \"id\": 28112,\n                \"lang_id\": \"it\",\n                \"code\": \"84035e549fe6c0b074b15ff35e88edf1\",\n                \"email\": \"lino76@email.it\",\n                \"name\": \"Jacopo Guerra\",\n                \"flag_communication\": true,\n                \"flag_segmentation\": true,\n                \"created_at\": \"2020-03-17T20:40:21+01:00\",\n                \"updated_at\": \"2020-03-17T20:40:21+01:00\"\n            },\n            \"shipping_method\": {\n                \"id\": 5,\n                \"code\": \"NATIONAL_DELIVERY\",\n                \"name\": \"Spedizione standard Corriere Espresso\",\n                \"virtual\": false\n            },\n            \"payment_method\": {\n                \"id\": 2,\n                \"code\": \"CREDIT_CARD\",\n                \"name\": \"Carta di credito\",\n                \"online\": true\n            },\n            \"shipping_address\": {\n                \"firstname\": \"Rosalino\",\n                \"lastname\": \"Sanna\",\n                \"company\": \"Damico-Gallo s.r.l.\",\n                \"address1\": \"Piazza Tristano\",\n                \"address2\": \"Appartamento 66\",\n                \"postcode\": \"19049\",\n                \"city\": \"Settimo Ruth veneto\",\n                \"state_code\": \"FG\",\n                \"state_name\": \"Belluno\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Fugiat quia debitis vero voluptatem exercitationem distinctio.\",\n                \"phone\": \"+94 7894 1152261\",\n                \"phone_mobile\": \"+13 2954 4008200\",\n                \"fax\": \"+69 434 8210137\",\n                \"vat_number\": \"JVWCSS50L04L959Q\",\n                \"cf\": \"NEMQDH29X48D046O\",\n                \"extrainfo\": \"Enim deserunt ut molestiae.\"\n            },\n            \"billing_address\": {\n                \"firstname\": \"Xavier\",\n                \"lastname\": \"Bellini\",\n                \"company\": \"Bellini-D'angelo s.r.l.\",\n                \"address1\": \"Strada Olimpia\",\n                \"address2\": \"Appartamento 57\",\n                \"postcode\": \"12357\",\n                \"city\": \"Quarto Ileana\",\n                \"state_code\": \"PO\",\n                \"state_name\": \"Ancona\",\n                \"country_code\": \"IT\",\n                \"country_name\": \"Italia\",\n                \"other\": \"Nihil totam nobis animi omnis non laudantium est.\",\n                \"phone\": \"+09 18 0017498\",\n                \"phone_mobile\": \"+27 48 4878560\",\n                \"fax\": \"+39 019 120 577\",\n                \"vat_number\": \"YBQNSG20U25C725J\",\n                \"cf\": \"GSRIEL29F89Y879Y\",\n                \"extrainfo\": \"Ex vitae dignissimos beatae tempore eum.\"\n            },\n            \"gift\": false,\n            \"currency\": \"EUR\",\n            \"coupon_code\": \"IORESTOACASA\",\n            \"campaign\": null,\n            \"cart_rule\": {\n                \"id\": 49,\n                \"name\": \"Promozione speciale - Spedizione a casa!!\",\n                \"created_at\": \"2020-03-12T10:03:49+01:00\",\n                \"updated_at\": \"2020-03-23T15:18:40+01:00\",\n                \"date_from\": \"2020-03-12T10:02:40+01:00\",\n                \"date_to\": \"2020-04-23T18:09:45+02:00\",\n                \"has_conditions\": true,\n                \"has_coupon\": true,\n                \"has_country_restriction\": false,\n                \"has_carrier_restriction\": false,\n                \"has_group_restriction\": false,\n                \"default_coupon\": \"IORESTOACASA\",\n                \"campaign\": null,\n                \"campaign_name\": null,\n                \"translations\": {\n                    \"en\": {\n                        \"name\": \"Special promotion - Shipping home!!\",\n                        \"description\": \"\"\n                    },\n                    \"es\": {\n                        \"name\": \"Promoción especial - Envío a casa!!\",\n                        \"description\": \"\"\n                    },\n                    \"fr\": {\n                        \"name\": \"Promotion spéciale - Expédition à la maison !!\",\n                        \"description\": \"\"\n                    },\n                    \"it\": {\n                        \"name\": \"Promozione speciale - Spedizione a casa!!\",\n                        \"description\": \"\"\n                    }\n                }\n            },\n            \"amount_total\": \"396.90\",\n            \"amount_products\": \"441.00\",\n            \"amount_shipping\": \"0.00\",\n            \"amount_additional_costs\": \"0.00\",\n            \"amount_discount\": \"44.10\",\n            \"order_slips\": null,\n            \"order_details\": [\n                {\n                    \"order_id\": 57905,\n                    \"product_id\": 55289,\n                    \"product_combination_id\": null,\n                    \"affiliate_id\": null,\n                    \"product_name\": \"OROLOGIO PHILIP WATCH ANNIVERSARY - R8273650001\",\n                    \"product_quantity\": 1,\n                    \"product_buy_price\": \"0.00\",\n                    \"product_sell_price_wt\": \"441.00\",\n                    \"product_price\": \"441.00\",\n                    \"product_item_price\": \"441.00\",\n                    \"product_item_price_tax_excl\": \"361.48\",\n                    \"reduction_percent\": 0,\n                    \"reduction_amount\": \"0.00\",\n                    \"reduction_amount_tax_incl\": \"0.00\",\n                    \"reduction_amount_tax_excl\": \"0.00\",\n                    \"product_ean13\": \"8033288809203\",\n                    \"product_reference\": \"R8273650001\",\n                    \"product_sap_reference\": \"R8273650001\",\n                    \"product_weight\": \"0.00\",\n                    \"tax_name\": \"Imposta IVA standard (22%)\",\n                    \"tax_rate\": \"1.22\",\n                    \"cart_rule_id\": 0,\n                    \"total_price_tax_incl\": \"441.00\",\n                    \"total_price_tax_excl\": \"361.48\",\n                    \"cart_price_tax_incl\": \"441.00\",\n                    \"cart_price_tax_excl\": \"361.48\",\n                    \"status\": \"default\",\n                    \"availability_mode\": \"online\",\n                    \"availability_shop_id\": null,\n                    \"availability_solvable_shops\": [],\n                    \"warehouse\": \"01\",\n                    \"created_at\": \"2020-03-17T20:41:08+01:00\",\n                    \"updated_at\": \"2020-03-17T20:41:08+01:00\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"495de465-5dd2-4b26-927d-ea35f71643f7"},{"name":"Order status, tracking, info and history","id":"dafa0784-d45b-4463-9c12-9634f6804bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/status/57625","description":"<p>Fetch an Order by ID, providing general basic info, relations with other Orders, states, history and basic info about the Customer</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","status","57625"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"6803bab7-4131-4a34-ab36-f412db8dc2f6","name":"Order status, tracking, info and history","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/status/57625"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:18:49 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImZhZnBibTJsZ2ZqcmpBa1A4RktrWDlEektKVG5GY3ZVMnFRN3JFaUw0Uzg9IiwidmFsdWUiOiJLVlFVVDZESVhscXBHYzUxUjMxY2J0UURXR1JuejZ4aDdSVWZyalN5RGU2cFhGQ2xtTFg2TnpNXC9tQnZnc3JOTUxCbDUwTkxwVDROU054UGFGUnVycHc9PSIsIm1hYyI6IjJiMGNkNDI3MjUxNTUzZGYxMWI0ZTU2YzQ5YWFmOWUyMWQxMjQyMmE1NzdlZWQ0Y2I4NjYxMjZkNDc5NGFiMjIifQ%3D%3D; expires=Sat, 28-Sep-2019 11:18:49 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"57625\",\n    \"lang_id\": \"it\",\n    \"reference\": \"PW005208\",\n    \"relations\": {\n        \"master\": false,\n        \"child\": false,\n        \"parent_id\": null\n    },\n    \"state\": \"STATUS_CLOSED\",\n    \"payment_state\": \"STATUS_COMPLETED\",\n    \"created_at\": \"2019-06-25T09:05:19+02:00\",\n    \"updated_at\": \"2019-09-04T16:07:06+02:00\",\n    \"state_history\": [\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_NEW\",\n            \"created_at\": \"2019-06-25T09:05:19+02:00\",\n            \"updated_at\": \"2019-06-25T09:05:19+02:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_WORKING\",\n            \"created_at\": \"2019-06-25T10:50:05+02:00\",\n            \"updated_at\": \"2019-06-25T10:50:05+02:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_PENDING_DELIVERY\",\n            \"created_at\": \"2019-06-26T08:00:03+02:00\",\n            \"updated_at\": \"2019-06-26T08:00:03+02:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_READY\",\n            \"created_at\": \"2019-06-26T16:00:01+02:00\",\n            \"updated_at\": \"2019-06-26T16:00:01+02:00\"\n        },\n        {\n            \"type\": \"O\",\n            \"name\": \"STATUS_CLOSED\",\n            \"created_at\": \"2019-09-04T16:07:06+02:00\",\n            \"updated_at\": \"2019-09-04T16:07:06+02:00\"\n        }\n    ],\n    \"payment_state_history\": [\n        {\n            \"type\": \"P\",\n            \"name\": \"STATUS_PENDING_CREDITCARD\",\n            \"created_at\": \"2019-06-25T09:05:19+02:00\",\n            \"updated_at\": \"2019-06-25T09:05:19+02:00\"\n        },\n        {\n            \"type\": \"P\",\n            \"name\": \"STATUS_COMPLETED\",\n            \"created_at\": \"2019-06-25T09:06:40+02:00\",\n            \"updated_at\": \"2019-06-25T09:06:40+02:00\"\n        }\n    ],\n    \"tracking_url\": \"https://www.gls-italy.com/index.php?option=com_gls&view=track_e_trace&mode=search&numero_spedizione=L1190647506&tipo_codice=nazionale\",\n    \"tracking_code\": \"L1190647506\",\n    \"delivery_store\": \"931\",\n    \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57625&secure_key=f536db1b078486acb5a64c5fddd2ddea\",\n    \"customer\": {\n        \"id\": \"27656\",\n        \"lang_id\": \"it\",\n        \"code\": \"ed1908bd0fd20749315e74b8114db965\",\n        \"email\": \"assia22@gmail.com\",\n        \"name\": \"Dott. Ivano Serra\",\n        \"flag_communication\": 1,\n        \"flag_segmentation\": 1,\n        \"created_at\": \"2019-06-25T09:03:00+02:00\",\n        \"updated_at\": \"2019-06-25T09:03:00+02:00\"\n    }\n}"}],"_postman_id":"dafa0784-d45b-4463-9c12-9634f6804bf7"},{"name":"Order search (Order reference or partial reference)","id":"3d377e13-2660-4cad-aeca-3f49598f3a44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/search/PW005208","description":"<p>Search the database for order by its internal reference code (string), which can be passed partially;\nthe result in this case will be an array of \"Order\" entities, such as the payload returned in the \"Order status\" API call.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","search","PW005208"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"183b4773-34a0-428b-88cd-081f84ec2b6b","name":"Order search (Order reference or partial reference)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/search/PW005208"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:18:15 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Im8yd1I3T3R2N2VoMjI2SWIxRGVOK3NKcWxENjFuUUcwcmV5QTNCUW5NM0k9IiwidmFsdWUiOiJONTd3eklKeFwvN3MrOEVrcFE5RTRKRFc5dHk4Zm10Y0dsMWlpbEpzRmxvb0IxeTkzUEZwemlNYXYzZ0VYdlRCSk1xTjJIRUJRdlwvb3pCRzZ0VWlWRGVRPT0iLCJtYWMiOiIyOTNlYmY5YmQxNzU1MjA1YmM1NTBmNjc4NGE5Y2IwNmVmZTQzNzI3N2MwMWQyNmY4Njc0ZDhlZGIzMjQxYzJmIn0%3D; expires=Sat, 28-Sep-2019 11:18:15 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"57625\",\n        \"lang_id\": \"it\",\n        \"reference\": \"PW005208\",\n        \"relations\": {\n            \"master\": false,\n            \"child\": false,\n            \"parent_id\": null\n        },\n        \"state\": \"STATUS_CLOSED\",\n        \"payment_state\": \"STATUS_COMPLETED\",\n        \"created_at\": \"2019-06-25T09:05:19+02:00\",\n        \"updated_at\": \"2019-09-04T16:07:06+02:00\",\n        \"state_history\": [\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_NEW\",\n                \"created_at\": \"2019-06-25T09:05:19+02:00\",\n                \"updated_at\": \"2019-06-25T09:05:19+02:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_WORKING\",\n                \"created_at\": \"2019-06-25T10:50:05+02:00\",\n                \"updated_at\": \"2019-06-25T10:50:05+02:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_PENDING_DELIVERY\",\n                \"created_at\": \"2019-06-26T08:00:03+02:00\",\n                \"updated_at\": \"2019-06-26T08:00:03+02:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_READY\",\n                \"created_at\": \"2019-06-26T16:00:01+02:00\",\n                \"updated_at\": \"2019-06-26T16:00:01+02:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_CLOSED\",\n                \"created_at\": \"2019-09-04T16:07:06+02:00\",\n                \"updated_at\": \"2019-09-04T16:07:06+02:00\"\n            }\n        ],\n        \"payment_state_history\": [\n            {\n                \"type\": \"P\",\n                \"name\": \"STATUS_PENDING_CREDITCARD\",\n                \"created_at\": \"2019-06-25T09:05:19+02:00\",\n                \"updated_at\": \"2019-06-25T09:05:19+02:00\"\n            },\n            {\n                \"type\": \"P\",\n                \"name\": \"STATUS_COMPLETED\",\n                \"created_at\": \"2019-06-25T09:06:40+02:00\",\n                \"updated_at\": \"2019-06-25T09:06:40+02:00\"\n            }\n        ],\n        \"tracking_url\": \"https://www.gls-italy.com/index.php?option=com_gls&view=track_e_trace&mode=search&numero_spedizione=L1190647506&tipo_codice=nazionale\",\n        \"tracking_code\": \"L1190647506\",\n        \"delivery_store\": \"931\",\n        \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57625&secure_key=f536db1b078486acb5a64c5fddd2ddea\",\n        \"customer\": {\n            \"id\": \"27656\",\n            \"lang_id\": \"it\",\n            \"code\": \"ed1908bd0fd20749315e74b8114db965\",\n            \"email\": \"giulietta02@pellegrino.org\",\n            \"name\": \"Jacopo Pellegrino\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-25T09:03:00+02:00\",\n            \"updated_at\": \"2019-06-25T09:03:00+02:00\"\n        }\n    }\n]"}],"_postman_id":"3d377e13-2660-4cad-aeca-3f49598f3a44"},{"name":"Order search (Customer ID)","id":"5c6636fa-db38-48f1-8632-f8d061a74a4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/search/27656","description":"<p>Search the database for all Orders by the given Customer ID; \nthe result in this case will be an array of \"Order\" entities, such as the payload returned in the \"Order status\" API call.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","search","27656"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"4c18dbb0-3f92-4c3a-928d-d85648b29a5a","name":"Order search (Customer ID)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","value":"faked","type":"text"}],"url":"https://www.philipwatch.net/api/v1/orders/search/27656"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.24"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 26 Sep 2019 11:17:39 GMT"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjNzeUpmc1lETG9rSkZqZTdzQXRsRElJVERwSFVnRkludmpaV21TUUYxMnM9IiwidmFsdWUiOiI0a2x6ZUJUYnpcL0hJUm9sVTZxRVFRQ0FqYTJGXC96VkRYc2w3eTgxSVZQWkZZUVwvZDhIbzlSaCtPQ0tGdkJCeG5MblZLQUFNa09UVzZqSWJMXC9DSVVxQlE9PSIsIm1hYyI6ImJjYjhhY2JkYjgxM2NjNzQ3NzUyN2NhMTdmZjNmYzI2NmM4M2M4ZmIxMTE0MTBkZWFlZDQ4ZmU3YmE5MDlmNTMifQ%3D%3D; expires=Sat, 28-Sep-2019 11:17:39 GMT; Max-Age=172800; path=/; httponly"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"57625\",\n        \"lang_id\": \"it\",\n        \"reference\": \"PW005208\",\n        \"relations\": {\n            \"master\": false,\n            \"child\": false,\n            \"parent_id\": null\n        },\n        \"state\": \"STATUS_CLOSED\",\n        \"payment_state\": \"STATUS_COMPLETED\",\n        \"created_at\": \"2019-06-25T09:05:19+02:00\",\n        \"updated_at\": \"2019-09-04T16:07:06+02:00\",\n        \"state_history\": [\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_NEW\",\n                \"created_at\": \"2019-06-25T09:05:19+02:00\",\n                \"updated_at\": \"2019-06-25T09:05:19+02:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_WORKING\",\n                \"created_at\": \"2019-06-25T10:50:05+02:00\",\n                \"updated_at\": \"2019-06-25T10:50:05+02:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_PENDING_DELIVERY\",\n                \"created_at\": \"2019-06-26T08:00:03+02:00\",\n                \"updated_at\": \"2019-06-26T08:00:03+02:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_READY\",\n                \"created_at\": \"2019-06-26T16:00:01+02:00\",\n                \"updated_at\": \"2019-06-26T16:00:01+02:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_CLOSED\",\n                \"created_at\": \"2019-09-04T16:07:06+02:00\",\n                \"updated_at\": \"2019-09-04T16:07:06+02:00\"\n            }\n        ],\n        \"payment_state_history\": [\n            {\n                \"type\": \"P\",\n                \"name\": \"STATUS_PENDING_CREDITCARD\",\n                \"created_at\": \"2019-06-25T09:05:19+02:00\",\n                \"updated_at\": \"2019-06-25T09:05:19+02:00\"\n            },\n            {\n                \"type\": \"P\",\n                \"name\": \"STATUS_COMPLETED\",\n                \"created_at\": \"2019-06-25T09:06:40+02:00\",\n                \"updated_at\": \"2019-06-25T09:06:40+02:00\"\n            }\n        ],\n        \"tracking_url\": \"https://www.gls-italy.com/index.php?option=com_gls&view=track_e_trace&mode=search&numero_spedizione=L1190647506&tipo_codice=nazionale\",\n        \"tracking_code\": \"L1190647506\",\n        \"delivery_store\": \"931\",\n        \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57625&secure_key=f536db1b078486acb5a64c5fddd2ddea\",\n        \"customer\": {\n            \"id\": \"27656\",\n            \"lang_id\": \"it\",\n            \"code\": \"ed1908bd0fd20749315e74b8114db965\",\n            \"email\": \"yfarina@gentile.net\",\n            \"name\": \"Ursula Bianchi\",\n            \"flag_communication\": 1,\n            \"flag_segmentation\": 1,\n            \"created_at\": \"2019-06-25T09:03:00+02:00\",\n            \"updated_at\": \"2019-06-25T09:03:00+02:00\"\n        }\n    }\n]"}],"_postman_id":"5c6636fa-db38-48f1-8632-f8d061a74a4a"}],"id":"aa798f38-76db-4986-86d9-0d95bd0aaf8c","_postman_id":"aa798f38-76db-4986-86d9-0d95bd0aaf8c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}}},{"name":"RMA","item":[{"name":"Fetch RMAs (Paginated)","id":"a82b0039-d357-447e-aa31-78f0a11f15a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/rmas/2024-04-14T12:42:58+02:00","description":"<p>Fetch a list of basic payload for RMAs, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","rmas","2024-04-14T12:42:58+02:00"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"a7acab6d-3b49-4b6b-a6a0-3da8b92bf139","name":"Fetch RMAs (Paginated)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/rmas/2024-04-14T12:42:58+02:00"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.29"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 25 Feb 2020 17:11:09 GMT"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"rma\",\n            \"id\": 17,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00139\",\n            \"customer_id\": 28061,\n            \"order_id\": 57874,\n            \"state\": \"STATUS_WAITING_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2020-02-21T21:13:03+01:00\",\n            \"updated_at\": \"2020-02-24T12:03:29+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 16,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00138\",\n            \"customer_id\": 28059,\n            \"order_id\": 57872,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2020-02-15T17:40:09+01:00\",\n            \"updated_at\": \"2020-02-21T12:12:06+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 15,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00137\",\n            \"customer_id\": 27983,\n            \"order_id\": 57822,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2020-01-20T12:29:35+01:00\",\n            \"updated_at\": \"2020-01-28T12:39:53+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 14,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00136\",\n            \"customer_id\": 27911,\n            \"order_id\": 57764,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2019-12-26T13:18:02+01:00\",\n            \"updated_at\": \"2020-01-28T12:39:01+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 13,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00135\",\n            \"customer_id\": 27853,\n            \"order_id\": 57730,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_SUBSTITUTION\",\n            \"created_at\": \"2019-11-30T16:45:05+01:00\",\n            \"updated_at\": \"2019-12-16T18:15:22+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 12,\n            \"lang_id\": \"es\",\n            \"reference\": \"RMA00134\",\n            \"customer_id\": 27814,\n            \"order_id\": 57715,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2019-10-16T12:05:43+02:00\",\n            \"updated_at\": \"2019-11-11T16:22:15+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 10,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00132\",\n            \"customer_id\": 27633,\n            \"order_id\": 57608,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_SUBSTITUTION\",\n            \"created_at\": \"2019-06-10T09:57:53+02:00\",\n            \"updated_at\": \"2019-07-02T12:58:26+02:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 11,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00133\",\n            \"customer_id\": 27610,\n            \"order_id\": 57607,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2019-06-12T13:37:39+02:00\",\n            \"updated_at\": \"2019-06-25T15:56:13+02:00\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 1,\n        \"total_items\": 8,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"a82b0039-d357-447e-aa31-78f0a11f15a5"},{"name":"Filter RMAs (Paginated)","id":"b9389c60-cd2a-440a-acaf-e2e09831b0e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/rmas/2024-04-14T12:42:58+02:00?status=STATUS_RECEIVED_PACKAGE&option=BY_CREDIT","description":"<p>Filters a list of basic payload for RMAs, given a \"start_date\" and (optional) and \"end_date\".</p>\n<p>\"start_date\" and \"end_date\" must be a valid date (ISO8601) or UNIX_TIMESTAMP</p>\n<p>Warning: the collection is always returned in the \"items\" property of the response, since \"pagination\" object is returned in order to have a context about records and pagination.</p>\n<p>Several real-time inner filters can be injected with query-string parameters; at the moment the following parameters are supported:</p>\n<ul>\n<li><p>\"status\": only returns items with at least the given \"STATE\" (RMA internal status) code/id; multiple codes/ids must be separated by a comma character (',');\nImportant: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;\nExample: ?status=STATUS_COMPLETED</p>\n</li>\n<li><p>\"option\": only returns items with at least the given \"OPTION\" (RMA type) code/id; multiple codes/ids must be separated by a comma character (',');\nImportant: for a complete list of codes and ids please check the resultset of the \"/labels\" REST method;\nExample: ?option=BY_CREDIT</p>\n</li>\n<li><p>\"customer\": only returns items with at least the given \"CUSTOMER\" id; multiple ids must be separated by a comma character (',');\nExample: ?customer=27894</p>\n</li>\n<li><p>\"order\": only returns items with at least the given \"ORDER\" id; multiple ids must be separated by a comma character (',');\nExample: ?order=1234</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","rmas","2024-04-14T12:42:58+02:00"],"host":["www","philipwatch","net"],"query":[{"key":"status","value":"STATUS_RECEIVED_PACKAGE"},{"key":"option","value":"BY_CREDIT"}],"variable":[]}},"response":[{"id":"a5c984bd-247a-4a00-b15b-b8aea0f58f79","name":"Filter RMAs (Paginated)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":{"raw":"https://www.philipwatch.net/api/v1/fetch/rmas/2024-04-14T12:42:58+02:00?status=STATUS_RECEIVED_PACKAGE&option=BY_CREDIT","protocol":"https","host":["www","philipwatch","net"],"path":["api","v1","fetch","rmas","2024-04-14T12:42:58+02:00"],"query":[{"key":"status","value":"STATUS_RECEIVED_PACKAGE"},{"key":"option","value":"BY_CREDIT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.29"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 25 Feb 2020 17:15:09 GMT"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"rma\",\n            \"id\": 16,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00138\",\n            \"customer_id\": 28059,\n            \"order_id\": 57872,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2020-02-15T17:40:09+01:00\",\n            \"updated_at\": \"2020-02-21T12:12:06+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 15,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00137\",\n            \"customer_id\": 27983,\n            \"order_id\": 57822,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2020-01-20T12:29:35+01:00\",\n            \"updated_at\": \"2020-01-28T12:39:53+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 14,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00136\",\n            \"customer_id\": 27911,\n            \"order_id\": 57764,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2019-12-26T13:18:02+01:00\",\n            \"updated_at\": \"2020-01-28T12:39:01+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 12,\n            \"lang_id\": \"es\",\n            \"reference\": \"RMA00134\",\n            \"customer_id\": 27814,\n            \"order_id\": 57715,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2019-10-16T12:05:43+02:00\",\n            \"updated_at\": \"2019-11-11T16:22:15+01:00\"\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 11,\n            \"lang_id\": \"it\",\n            \"reference\": \"RMA00133\",\n            \"customer_id\": 27610,\n            \"order_id\": 57607,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2019-06-12T13:37:39+02:00\",\n            \"updated_at\": \"2019-06-25T15:56:13+02:00\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 1,\n        \"total_items\": 5,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"b9389c60-cd2a-440a-acaf-e2e09831b0e3"},{"name":"Fetch Single RMA (Detailed)","id":"30c6d80d-7f61-4c61-a232-1a6a9b47a300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/rma/17","description":"<p>Fetch a detailed payload for a single RMA.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","rma","17"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"8f9886b4-86c7-4eff-a549-4a89eacecc9a","name":"Fetch Single RMA (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/rma/17"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.29"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 25 Feb 2020 17:09:25 GMT"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"item_type\": \"rma\",\n    \"id\": 17,\n    \"lang_id\": \"it\",\n    \"secure_key\": \"f088658c84abacf1bea3dd7d2ff82b52\",\n    \"reference\": \"RMA00139\",\n    \"customer_id\": 28061,\n    \"order_id\": 57874,\n    \"state\": \"STATUS_WAITING_PACKAGE\",\n    \"option\": \"BY_CREDIT\",\n    \"created_at\": \"2020-02-21T21:13:03+01:00\",\n    \"updated_at\": \"2020-02-24T12:03:29+01:00\",\n    \"reason\": \"Avevo ordinato questi orologi come regalo di nozze e purtroppo gli interessati non si sposano più.\",\n    \"response\": \"\",\n    \"customer\": {\n        \"id\": 28061,\n        \"lang_id\": \"it\",\n        \"code\": \"5857b9d8359f5405d871ec002d205ec3\",\n        \"email\": \"conte.nazzareno@libero.it\",\n        \"name\": \"Marzio Milani\",\n        \"flag_communication\": false,\n        \"flag_segmentation\": false,\n        \"created_at\": \"2020-02-11T16:39:10+01:00\",\n        \"updated_at\": \"2020-02-11T16:39:10+01:00\"\n    },\n    \"order\": {\n        \"id\": 57874,\n        \"lang_id\": \"it\",\n        \"reference\": \"PW007505\",\n        \"relations\": {\n            \"master\": false,\n            \"child\": false,\n            \"parent_id\": null\n        },\n        \"state\": \"STATUS_CLOSED\",\n        \"payment_state\": \"STATUS_COMPLETED\",\n        \"created_at\": \"2020-02-11T16:40:35+01:00\",\n        \"updated_at\": \"2020-02-24T12:03:47+01:00\",\n        \"state_history\": [\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_NEW\",\n                \"created_at\": \"2020-02-11T16:40:35+01:00\",\n                \"updated_at\": \"2020-02-11T16:40:35+01:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_WORKING\",\n                \"created_at\": \"2020-02-11T18:00:03+01:00\",\n                \"updated_at\": \"2020-02-11T18:00:03+01:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_SHIPPED\",\n                \"created_at\": \"2020-02-13T08:00:04+01:00\",\n                \"updated_at\": \"2020-02-13T08:00:04+01:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_PENDING_DELIVERY\",\n                \"created_at\": \"2020-02-13T16:00:03+01:00\",\n                \"updated_at\": \"2020-02-13T16:00:03+01:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_DELIVERED\",\n                \"created_at\": \"2020-02-14T08:00:02+01:00\",\n                \"updated_at\": \"2020-02-14T08:00:02+01:00\"\n            },\n            {\n                \"type\": \"O\",\n                \"name\": \"STATUS_CLOSED\",\n                \"created_at\": \"2020-02-14T10:00:03+01:00\",\n                \"updated_at\": \"2020-02-14T10:00:03+01:00\"\n            }\n        ],\n        \"payment_state_history\": [\n            {\n                \"type\": \"P\",\n                \"name\": \"STATUS_PENDING_CREDITCARD\",\n                \"created_at\": \"2020-02-11T16:40:35+01:00\",\n                \"updated_at\": \"2020-02-11T16:40:35+01:00\"\n            },\n            {\n                \"type\": \"P\",\n                \"name\": \"STATUS_COMPLETED\",\n                \"created_at\": \"2020-02-11T16:41:45+01:00\",\n                \"updated_at\": \"2020-02-11T16:41:45+01:00\"\n            }\n        ],\n        \"tracking_url\": \"https://www.gls-italy.com/index.php?option=com_gls&view=track_e_trace&mode=search&numero_spedizione=L1200148146&tipo_codice=nazionale\",\n        \"tracking_code\": \"L1200148146\",\n        \"delivery_store\": null,\n        \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57874&secure_key=5b9d12fd0539921d6937235a4cc43dab\",\n        \"customer\": {\n            \"id\": 28061,\n            \"lang_id\": \"it\",\n            \"code\": \"5857b9d8359f5405d871ec002d205ec3\",\n            \"email\": \"grizzi@damico.it\",\n            \"name\": \"Zelida Giordano\",\n            \"flag_communication\": false,\n            \"flag_segmentation\": false,\n            \"created_at\": \"2020-02-11T16:39:10+01:00\",\n            \"updated_at\": \"2020-02-11T16:39:10+01:00\"\n        }\n    },\n    \"rma_details\": [\n        {\n            \"id\": 18,\n            \"rma_id\": 17,\n            \"product_id\": 55402,\n            \"product_quantity\": 1,\n            \"order_details_id\": 53249,\n            \"order_detail\": {\n                \"order_id\": 57874,\n                \"product_id\": 55402,\n                \"product_combination_id\": null,\n                \"affiliate_id\": null,\n                \"product_name\": \"OROLOGIO PHILIP WATCH CAPETOWN - R8253212002\",\n                \"product_quantity\": 1,\n                \"product_buy_price\": \"0.00\",\n                \"product_sell_price_wt\": \"190.00\",\n                \"product_price\": \"190.00\",\n                \"product_item_price\": \"190.00\",\n                \"product_item_price_tax_excl\": \"155.74\",\n                \"reduction_percent\": 0,\n                \"reduction_amount\": \"0.00\",\n                \"reduction_amount_tax_incl\": \"0.00\",\n                \"reduction_amount_tax_excl\": \"0.00\",\n                \"product_ean13\": \"8033288832119\",\n                \"product_reference\": \"R8253212002\",\n                \"product_sap_reference\": \"R8253212002\",\n                \"product_weight\": \"0.00\",\n                \"tax_name\": \"Imposta IVA standard (22%)\",\n                \"tax_rate\": \"1.22\",\n                \"cart_rule_id\": 0,\n                \"total_price_tax_incl\": \"190.00\",\n                \"total_price_tax_excl\": \"155.74\",\n                \"cart_price_tax_incl\": \"190.00\",\n                \"cart_price_tax_excl\": \"155.74\",\n                \"status\": \"SHIPPED\",\n                \"availability_mode\": \"online\",\n                \"availability_shop_id\": null,\n                \"availability_solvable_shops\": [],\n                \"warehouse\": \"01\",\n                \"created_at\": \"2020-02-11T16:40:35+01:00\",\n                \"updated_at\": \"2020-02-12T17:14:03+01:00\"\n            }\n        },\n        {\n            \"id\": 19,\n            \"rma_id\": 17,\n            \"product_id\": 55407,\n            \"product_quantity\": 1,\n            \"order_details_id\": 53250,\n            \"order_detail\": {\n                \"order_id\": 57874,\n                \"product_id\": 55407,\n                \"product_combination_id\": null,\n                \"affiliate_id\": null,\n                \"product_name\": \"OROLOGIO PHILIP WATCH CAPETOWN - R8253212505\",\n                \"product_quantity\": 1,\n                \"product_buy_price\": \"0.00\",\n                \"product_sell_price_wt\": \"190.00\",\n                \"product_price\": \"190.00\",\n                \"product_item_price\": \"190.00\",\n                \"product_item_price_tax_excl\": \"155.74\",\n                \"reduction_percent\": 0,\n                \"reduction_amount\": \"0.00\",\n                \"reduction_amount_tax_incl\": \"0.00\",\n                \"reduction_amount_tax_excl\": \"0.00\",\n                \"product_ean13\": \"8033288832096\",\n                \"product_reference\": \"R8253212505\",\n                \"product_sap_reference\": \"R8253212505\",\n                \"product_weight\": \"0.00\",\n                \"tax_name\": \"Imposta IVA standard (22%)\",\n                \"tax_rate\": \"1.22\",\n                \"cart_rule_id\": 0,\n                \"total_price_tax_incl\": \"190.00\",\n                \"total_price_tax_excl\": \"155.74\",\n                \"cart_price_tax_incl\": \"190.00\",\n                \"cart_price_tax_excl\": \"155.74\",\n                \"status\": \"SHIPPED\",\n                \"availability_mode\": \"online\",\n                \"availability_shop_id\": null,\n                \"availability_solvable_shops\": [],\n                \"warehouse\": \"01\",\n                \"created_at\": \"2020-02-11T16:40:35+01:00\",\n                \"updated_at\": \"2020-02-12T17:14:03+01:00\"\n            }\n        }\n    ]\n}"}],"_postman_id":"30c6d80d-7f61-4c61-a232-1a6a9b47a300"},{"name":"Fetch Mutiple RMAs (Detailed)","id":"c41b6591-8ad7-4f2f-811a-986932202c5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/multiplerma/10,12,14","description":"<p>Fetch a detailed collections of payloads for one or many RMAs.\nThe multiple id(s) has to be separated by a comma(,), or can be directly an array (according to query-string limitations).</p>\n<p>Warning: the maximum set is fixed at 50 items.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","multiplerma","10,12,14"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[{"id":"d54ee041-29f4-45af-ada6-4aa8c99f0adc","name":"Fetch Mutiple RMAs (Detailed)","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.philipwatch.net/api/v1/fetch/multiplerma/10,12,14"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"User-Agent"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.29"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Tue, 25 Feb 2020 17:16:20 GMT"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"item_type\": \"rma\",\n            \"id\": 10,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"bf8d127012715a1047119867f8d6fea8\",\n            \"reference\": \"RMA00132\",\n            \"customer_id\": 27633,\n            \"order_id\": 57608,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_SUBSTITUTION\",\n            \"created_at\": \"2019-06-10T09:57:53+02:00\",\n            \"updated_at\": \"2019-07-02T12:58:26+02:00\",\n            \"reason\": \"si ferma\",\n            \"response\": \"\",\n            \"customer\": {\n                \"id\": 27633,\n                \"lang_id\": \"it\",\n                \"code\": \"c412c6edbe5078214fbbfbe65b68cf4d\",\n                \"email\": \"nayade94@sorrentino.net\",\n                \"name\": \"Dr. Fortunata Donati\",\n                \"flag_communication\": true,\n                \"flag_segmentation\": true,\n                \"created_at\": \"2019-06-05T11:36:34+02:00\",\n                \"updated_at\": \"2019-06-10T09:54:08+02:00\"\n            },\n            \"order\": {\n                \"id\": 57608,\n                \"lang_id\": \"it\",\n                \"reference\": \"PW005074\",\n                \"relations\": {\n                    \"master\": false,\n                    \"child\": false,\n                    \"parent_id\": null\n                },\n                \"state\": \"STATUS_CANCELED\",\n                \"payment_state\": \"STATUS_REVERSED\",\n                \"created_at\": \"2019-06-05T11:38:38+02:00\",\n                \"updated_at\": \"2019-07-02T14:21:52+02:00\",\n                \"state_history\": [\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_NEW\",\n                        \"created_at\": \"2019-06-05T11:38:38+02:00\",\n                        \"updated_at\": \"2019-06-05T11:38:38+02:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_WORKING\",\n                        \"created_at\": \"2019-06-05T12:00:01+02:00\",\n                        \"updated_at\": \"2019-06-05T12:00:01+02:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_CLOSED\",\n                        \"created_at\": \"2019-06-10T09:57:27+02:00\",\n                        \"updated_at\": \"2019-06-10T09:57:27+02:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_CANCELED\",\n                        \"created_at\": \"2019-07-02T14:21:52+02:00\",\n                        \"updated_at\": \"2019-07-02T14:21:52+02:00\"\n                    }\n                ],\n                \"payment_state_history\": [\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_PENDING_CREDITCARD\",\n                        \"created_at\": \"2019-06-05T11:38:38+02:00\",\n                        \"updated_at\": \"2019-06-05T11:38:38+02:00\"\n                    },\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_COMPLETED\",\n                        \"created_at\": \"2019-06-05T11:41:18+02:00\",\n                        \"updated_at\": \"2019-06-05T11:41:18+02:00\"\n                    },\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_REVERSED\",\n                        \"created_at\": \"2019-07-02T14:21:52+02:00\",\n                        \"updated_at\": \"2019-07-02T14:21:52+02:00\"\n                    }\n                ],\n                \"tracking_url\": null,\n                \"tracking_code\": \"0083533540\",\n                \"delivery_store\": null,\n                \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57608&secure_key=08c532cd416a4f6e1756a9ec894e8e0a\",\n                \"customer\": {\n                    \"id\": 27633,\n                    \"lang_id\": \"it\",\n                    \"code\": \"c412c6edbe5078214fbbfbe65b68cf4d\",\n                    \"email\": \"battaglia.penelope@libero.it\",\n                    \"name\": \"Arcibaldo Colombo\",\n                    \"flag_communication\": true,\n                    \"flag_segmentation\": true,\n                    \"created_at\": \"2019-06-05T11:36:34+02:00\",\n                    \"updated_at\": \"2019-06-10T09:54:08+02:00\"\n                }\n            },\n            \"rma_details\": [\n                {\n                    \"id\": 11,\n                    \"rma_id\": 10,\n                    \"product_id\": 55447,\n                    \"product_quantity\": 1,\n                    \"order_details_id\": 52886,\n                    \"order_detail\": {\n                        \"order_id\": 57608,\n                        \"product_id\": 55447,\n                        \"product_combination_id\": null,\n                        \"affiliate_id\": null,\n                        \"product_name\": \"OROLOGIO PHILIP WATCH GRAND REEF - R8273614001\",\n                        \"product_quantity\": 1,\n                        \"product_buy_price\": \"0.00\",\n                        \"product_sell_price_wt\": \"640.00\",\n                        \"product_price\": \"640.00\",\n                        \"product_item_price\": \"640.00\",\n                        \"product_item_price_tax_excl\": \"524.59\",\n                        \"reduction_percent\": 0,\n                        \"reduction_amount\": \"0.00\",\n                        \"reduction_amount_tax_incl\": \"0.00\",\n                        \"reduction_amount_tax_excl\": \"0.00\",\n                        \"product_ean13\": \"8033288849490\",\n                        \"product_reference\": \"R8273614001\",\n                        \"product_sap_reference\": \"R8273614001\",\n                        \"product_weight\": \"0.00\",\n                        \"tax_name\": \"Imposta IVA standard (22%)\",\n                        \"tax_rate\": \"1.22\",\n                        \"cart_rule_id\": 0,\n                        \"total_price_tax_incl\": \"640.00\",\n                        \"total_price_tax_excl\": \"524.59\",\n                        \"cart_price_tax_incl\": \"640.00\",\n                        \"cart_price_tax_excl\": \"524.59\",\n                        \"status\": \"SHIPPED\",\n                        \"availability_mode\": \"online\",\n                        \"availability_shop_id\": null,\n                        \"availability_solvable_shops\": [],\n                        \"warehouse\": \"01\",\n                        \"created_at\": \"2019-06-05T11:38:38+02:00\",\n                        \"updated_at\": \"2019-06-05T17:14:02+02:00\"\n                    }\n                }\n            ]\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 12,\n            \"lang_id\": \"es\",\n            \"secure_key\": \"5783bc50c0a0b0e9eefcecd757f85273\",\n            \"reference\": \"RMA00134\",\n            \"customer_id\": 27814,\n            \"order_id\": 57715,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2019-10-16T12:05:43+02:00\",\n            \"updated_at\": \"2019-11-11T16:22:15+01:00\",\n            \"reason\": \"El reloj no es como esperaba.\",\n            \"response\": \"\",\n            \"customer\": {\n                \"id\": 27814,\n                \"lang_id\": \"es\",\n                \"code\": \"5c8919565e442079e7a62d84b5bc8623\",\n                \"email\": \"giancarlo04@messina.com\",\n                \"name\": \"Ing. Evangelista Parisi\",\n                \"flag_communication\": false,\n                \"flag_segmentation\": false,\n                \"created_at\": \"2019-10-07T13:08:26+02:00\",\n                \"updated_at\": \"2019-10-07T13:08:26+02:00\"\n            },\n            \"order\": {\n                \"id\": 57715,\n                \"lang_id\": \"es\",\n                \"reference\": \"PW006051\",\n                \"relations\": {\n                    \"master\": false,\n                    \"child\": false,\n                    \"parent_id\": null\n                },\n                \"state\": \"STATUS_CANCELED\",\n                \"payment_state\": \"STATUS_REFUNDED\",\n                \"created_at\": \"2019-10-07T13:14:03+02:00\",\n                \"updated_at\": \"2019-11-14T18:29:40+01:00\",\n                \"state_history\": [\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_NEW\",\n                        \"created_at\": \"2019-10-07T13:14:03+02:00\",\n                        \"updated_at\": \"2019-10-07T13:14:03+02:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_WORKING\",\n                        \"created_at\": \"2019-10-07T16:37:56+02:00\",\n                        \"updated_at\": \"2019-10-07T16:37:56+02:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_CLOSED\",\n                        \"created_at\": \"2019-10-16T12:03:54+02:00\",\n                        \"updated_at\": \"2019-10-16T12:03:54+02:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_CANCELED\",\n                        \"created_at\": \"2019-11-14T18:29:35+01:00\",\n                        \"updated_at\": \"2019-11-14T18:29:35+01:00\"\n                    }\n                ],\n                \"payment_state_history\": [\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_PENDING_CREDITCARD\",\n                        \"created_at\": \"2019-10-07T13:14:03+02:00\",\n                        \"updated_at\": \"2019-10-07T13:14:03+02:00\"\n                    },\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_COMPLETED\",\n                        \"created_at\": \"2019-10-07T13:15:12+02:00\",\n                        \"updated_at\": \"2019-10-07T13:15:12+02:00\"\n                    },\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_REFUNDED\",\n                        \"created_at\": \"2019-11-14T18:29:40+01:00\",\n                        \"updated_at\": \"2019-11-14T18:29:40+01:00\"\n                    }\n                ],\n                \"tracking_url\": null,\n                \"tracking_code\": \"0083640410\",\n                \"delivery_store\": null,\n                \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57715&secure_key=2728b67145cd473f0fa1859d9c4776c1\",\n                \"customer\": {\n                    \"id\": 27814,\n                    \"lang_id\": \"es\",\n                    \"code\": \"5c8919565e442079e7a62d84b5bc8623\",\n                    \"email\": \"clodovea36@bernardi.com\",\n                    \"name\": \"Filomena Marchetti\",\n                    \"flag_communication\": false,\n                    \"flag_segmentation\": false,\n                    \"created_at\": \"2019-10-07T13:08:26+02:00\",\n                    \"updated_at\": \"2019-10-07T13:08:26+02:00\"\n                }\n            },\n            \"rma_details\": [\n                {\n                    \"id\": 13,\n                    \"rma_id\": 12,\n                    \"product_id\": 55446,\n                    \"product_quantity\": 1,\n                    \"order_details_id\": 53027,\n                    \"order_detail\": {\n                        \"order_id\": 57715,\n                        \"product_id\": 55446,\n                        \"product_combination_id\": null,\n                        \"affiliate_id\": null,\n                        \"product_name\": \"RELOJ PHILIP WATCH CARIBE - R8253597550\",\n                        \"product_quantity\": 1,\n                        \"product_buy_price\": \"0.00\",\n                        \"product_sell_price_wt\": \"390.00\",\n                        \"product_price\": \"390.00\",\n                        \"product_item_price\": \"390.00\",\n                        \"product_item_price_tax_excl\": \"319.67\",\n                        \"reduction_percent\": 0,\n                        \"reduction_amount\": \"0.00\",\n                        \"reduction_amount_tax_incl\": \"0.00\",\n                        \"reduction_amount_tax_excl\": \"0.00\",\n                        \"product_ean13\": \"8033288847229\",\n                        \"product_reference\": \"R8253597550\",\n                        \"product_sap_reference\": \"R8253597550\",\n                        \"product_weight\": \"0.00\",\n                        \"tax_name\": \"Imposta IVA standard (22%)\",\n                        \"tax_rate\": \"1.22\",\n                        \"cart_rule_id\": 0,\n                        \"total_price_tax_incl\": \"390.00\",\n                        \"total_price_tax_excl\": \"319.67\",\n                        \"cart_price_tax_incl\": \"390.00\",\n                        \"cart_price_tax_excl\": \"319.67\",\n                        \"status\": \"SHIPPED\",\n                        \"availability_mode\": \"online\",\n                        \"availability_shop_id\": null,\n                        \"availability_solvable_shops\": [],\n                        \"warehouse\": \"01\",\n                        \"created_at\": \"2019-10-07T13:14:03+02:00\",\n                        \"updated_at\": \"2019-10-08T17:14:02+02:00\"\n                    }\n                }\n            ]\n        },\n        {\n            \"item_type\": \"rma\",\n            \"id\": 14,\n            \"lang_id\": \"it\",\n            \"secure_key\": \"def19c1dd66ed9f20ef1bd06423db1eb\",\n            \"reference\": \"RMA00136\",\n            \"customer_id\": 27911,\n            \"order_id\": 57764,\n            \"state\": \"STATUS_RECEIVED_PACKAGE\",\n            \"option\": \"BY_CREDIT\",\n            \"created_at\": \"2019-12-26T13:18:02+01:00\",\n            \"updated_at\": \"2020-01-28T12:39:01+01:00\",\n            \"reason\": \"Regalo non piaciuto\",\n            \"response\": \"\",\n            \"customer\": {\n                \"id\": 27911,\n                \"lang_id\": \"it\",\n                \"code\": \"2d37c2ef4559569aee474cf79efd0901\",\n                \"email\": \"giacinta.coppola@bruno.com\",\n                \"name\": \"Danthon Lombardo\",\n                \"flag_communication\": true,\n                \"flag_segmentation\": true,\n                \"created_at\": \"2019-12-06T11:46:48+01:00\",\n                \"updated_at\": \"2019-12-06T11:46:48+01:00\"\n            },\n            \"order\": {\n                \"id\": 57764,\n                \"lang_id\": \"it\",\n                \"reference\": \"PW006694\",\n                \"relations\": {\n                    \"master\": false,\n                    \"child\": false,\n                    \"parent_id\": null\n                },\n                \"state\": \"STATUS_CANCELED\",\n                \"payment_state\": \"STATUS_REFUNDED\",\n                \"created_at\": \"2019-12-06T11:47:19+01:00\",\n                \"updated_at\": \"2020-01-30T12:42:48+01:00\",\n                \"state_history\": [\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_NEW\",\n                        \"created_at\": \"2019-12-06T11:47:19+01:00\",\n                        \"updated_at\": \"2019-12-06T11:47:19+01:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_WORKING\",\n                        \"created_at\": \"2019-12-06T12:00:02+01:00\",\n                        \"updated_at\": \"2019-12-06T12:00:02+01:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_SHIPPED\",\n                        \"created_at\": \"2019-12-10T08:00:05+01:00\",\n                        \"updated_at\": \"2019-12-10T08:00:05+01:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_PENDING_DELIVERY\",\n                        \"created_at\": \"2019-12-10T16:00:04+01:00\",\n                        \"updated_at\": \"2019-12-10T16:00:04+01:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_DELIVERED\",\n                        \"created_at\": \"2019-12-11T08:00:04+01:00\",\n                        \"updated_at\": \"2019-12-11T08:00:04+01:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_CLOSED\",\n                        \"created_at\": \"2019-12-11T08:20:01+01:00\",\n                        \"updated_at\": \"2019-12-11T08:20:01+01:00\"\n                    },\n                    {\n                        \"type\": \"O\",\n                        \"name\": \"STATUS_CANCELED\",\n                        \"created_at\": \"2020-01-30T12:42:39+01:00\",\n                        \"updated_at\": \"2020-01-30T12:42:39+01:00\"\n                    }\n                ],\n                \"payment_state_history\": [\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_PENDING_PAYPAL\",\n                        \"created_at\": \"2019-12-06T11:47:19+01:00\",\n                        \"updated_at\": \"2019-12-06T11:47:19+01:00\"\n                    },\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_COMPLETED\",\n                        \"created_at\": \"2019-12-06T11:48:24+01:00\",\n                        \"updated_at\": \"2019-12-06T11:48:24+01:00\"\n                    },\n                    {\n                        \"type\": \"P\",\n                        \"name\": \"STATUS_REFUNDED\",\n                        \"created_at\": \"2020-01-30T12:42:48+01:00\",\n                        \"updated_at\": \"2020-01-30T12:42:48+01:00\"\n                    }\n                ],\n                \"tracking_url\": \"https://www.gls-italy.com/index.php?option=com_gls&view=track_e_trace&mode=search&numero_spedizione=L1194257552&tipo_codice=nazionale\",\n                \"tracking_code\": \"L1194257552\",\n                \"delivery_store\": null,\n                \"details_url\": \"https://www.philipwatch.net/ordini?page=details&id=57764&secure_key=4c27a7beb8d83a5b6bd9806fe778e601\",\n                \"customer\": {\n                    \"id\": 27911,\n                    \"lang_id\": \"it\",\n                    \"code\": \"2d37c2ef4559569aee474cf79efd0901\",\n                    \"email\": \"vitalba.deluca@hotmail.com\",\n                    \"name\": \"Tommaso Lombardi\",\n                    \"flag_communication\": true,\n                    \"flag_segmentation\": true,\n                    \"created_at\": \"2019-12-06T11:46:48+01:00\",\n                    \"updated_at\": \"2019-12-06T11:46:48+01:00\"\n                }\n            },\n            \"rma_details\": [\n                {\n                    \"id\": 15,\n                    \"rma_id\": 14,\n                    \"product_id\": 52121,\n                    \"product_quantity\": 1,\n                    \"order_details_id\": 53090,\n                    \"order_detail\": {\n                        \"order_id\": 57764,\n                        \"product_id\": 52121,\n                        \"product_combination_id\": null,\n                        \"affiliate_id\": null,\n                        \"product_name\": \"OROLOGIO PHILIP WATCH KENT - R8251178505\",\n                        \"product_quantity\": 1,\n                        \"product_buy_price\": \"0.00\",\n                        \"product_sell_price_wt\": \"230.00\",\n                        \"product_price\": \"230.00\",\n                        \"product_item_price\": \"230.00\",\n                        \"product_item_price_tax_excl\": \"188.52\",\n                        \"reduction_percent\": 0,\n                        \"reduction_amount\": \"0.00\",\n                        \"reduction_amount_tax_incl\": \"0.00\",\n                        \"reduction_amount_tax_excl\": \"0.00\",\n                        \"product_ean13\": \"8033288713197\",\n                        \"product_reference\": \"R8251178505\",\n                        \"product_sap_reference\": \"R8251178505\",\n                        \"product_weight\": \"0.00\",\n                        \"tax_name\": \"Imposta IVA standard (22%)\",\n                        \"tax_rate\": \"1.22\",\n                        \"cart_rule_id\": 0,\n                        \"total_price_tax_incl\": \"230.00\",\n                        \"total_price_tax_excl\": \"188.52\",\n                        \"cart_price_tax_incl\": \"230.00\",\n                        \"cart_price_tax_excl\": \"188.53\",\n                        \"status\": \"SHIPPED\",\n                        \"availability_mode\": \"online\",\n                        \"availability_shop_id\": null,\n                        \"availability_solvable_shops\": [],\n                        \"warehouse\": \"01\",\n                        \"created_at\": \"2019-12-06T11:47:19+01:00\",\n                        \"updated_at\": \"2019-12-07T13:14:11+01:00\"\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c41b6591-8ad7-4f2f-811a-986932202c5e"}],"id":"a3898f3a-385d-4027-a439-8df0dbd7f9ce","_postman_id":"a3898f3a-385d-4027-a439-8df0dbd7f9ce","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}}},{"name":"Warehouse","item":[{"name":"Shop Banners schema","id":"445b1666-13d1-491a-9a23-ccc54276921f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/shop-banners","description":"<p>Get all unique codes for ALL banners shops.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","shop-banners"],"host":["wrk","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"b35a8e0a-16b5-48c7-b83c-7f2d202763c8","name":"Shop Banners schema","originalRequest":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/shop-banners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 16 Dec 2022 11:27:06 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    \"BS\",\n    \"DA\",\n    \"MO\",\n    \"JO\"\n]"}],"_postman_id":"445b1666-13d1-491a-9a23-ccc54276921f"},{"name":"Shop Banners schema (active)","id":"5229a038-a447-4ff0-92d4-a5aeade49281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/shop-banners/active","description":"<p>Get all banner shops which are ONLY contextual to the current scope / tenant.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","shop-banners","active"],"host":["wrk","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"6390fad3-048d-4fe4-a260-e67f351faaf1","name":"Shop Banners schema (active)","originalRequest":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/shop-banners/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 16 Dec 2022 11:28:10 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    \"BS\",\n    \"JO\",\n    \"MO\"\n]"}],"_postman_id":"5229a038-a447-4ff0-92d4-a5aeade49281"},{"name":"Fetch shops","id":"2ae7b23e-160d-4221-a09a-8cc03365f044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/shops","description":"<p>Get all available (not soft-deleted) shops for ALL banners and tenants;</p>\n<p>WARNING: resultset among different tenants can be slightly different (geolocation, icons, etc.)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","shops"],"host":["wrk","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"e363f9fb-bb58-4dc1-876f-060eec02cdae","name":"Fetch shops","originalRequest":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/shops"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 16 Dec 2022 11:28:46 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 141,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"006\",\n        \"cd_internal\": \"9000098578\",\n        \"name\": \"BLUESPIRIT 006 RONCADELLE\",\n        \"description\": \"CC LE RONDINELLE\",\n        \"tel\": \"0306180352\",\n        \"fax\": null,\n        \"city\": \"RONCADELLE\",\n        \"address\": \"VIA MATTEI\",\n        \"cap\": \"25030\",\n        \"state\": \"BS\",\n        \"email\": \"bluespirit.brescia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE RONDINELLE\",\n        \"link\": \"https://goo.gl/maps/cEgDixojsGM2\",\n        \"latitude\": 45.536980316839774,\n        \"longitude\": 10.149321465717142,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2021-04-13T03:01:28+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 150,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"008\",\n        \"cd_internal\": \"9051115462\",\n        \"name\": \"BLUESPIRIT 008 CASSINO\",\n        \"description\": \"CC PANORAMA CASSINO - LOC 28\",\n        \"tel\": \"07761545277\",\n        \"fax\": null,\n        \"city\": \"CASSINO\",\n        \"address\": \"VIA CASILINA SUD KM 141\",\n        \"cap\": \"03043\",\n        \"state\": \"FR\",\n        \"email\": \"bluespirit.cassino@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PANORAMA CASSINO\",\n        \"link\": \"https://goo.gl/maps/mUDs2y1TJ9H2\",\n        \"latitude\": 41.48294,\n        \"longitude\": 13.855944,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 152,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"009\",\n        \"cd_internal\": \"9051115609\",\n        \"name\": \"BLUESPIRIT 009 VITTUONE\",\n        \"description\": \"CC IL DESTRIERO - LOC 17\",\n        \"tel\": \"0249675572\",\n        \"fax\": null,\n        \"city\": \"VITTUONE\",\n        \"address\": \"SP 227\",\n        \"cap\": \"20010\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.vittuone@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE IL DESTRIERO\",\n        \"link\": \"https://goo.gl/maps/uuHTyPboHwP2\",\n        \"latitude\": 45.479812,\n        \"longitude\": 8.947246,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 151,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"010\",\n        \"cd_internal\": \"9051115610\",\n        \"name\": \"BLUESPIRIT 010 PESARO\",\n        \"description\": \"CC ROSSINI CENTER - LOC 3B\",\n        \"tel\": \"07211542420\",\n        \"fax\": null,\n        \"city\": \"PESARO\",\n        \"address\": \"VIA GAGARIN\",\n        \"cap\": \"61122\",\n        \"state\": \"PU\",\n        \"email\": \"bluespirit.pesaro@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ROSSINI CENTER\",\n        \"link\": \"https://goo.gl/maps/GGt7sDohN42XoBjk7htt\",\n        \"latitude\": 43.9081581,\n        \"longitude\": 12.8745144,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 153,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"011\",\n        \"cd_internal\": \"9051115608\",\n        \"name\": \"BLUESPIRIT 011 EBOLI\",\n        \"description\": \"CC LE BOLLE - LOC 28\",\n        \"tel\": \"08281951806\",\n        \"fax\": null,\n        \"city\": \"EBOLI\",\n        \"address\": \"VIA SERRACAPILLI\",\n        \"cap\": \"84025\",\n        \"state\": \"SA\",\n        \"email\": \"bluespirit.eboli@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE BOLLE\",\n        \"link\": \"https://goo.gl/maps/tyLj54qNJsioijWs8\",\n        \"latitude\": 40.6041485,\n        \"longitude\": 15.0517665,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 154,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"012\",\n        \"cd_internal\": \"9051115720\",\n        \"name\": \"BLUESPIRIT 012 ROMA VALLE AURELIA\",\n        \"description\": \"CC VALLE AURELIA - LOC P2-12\",\n        \"tel\": \"0683912526\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA DI VALLE AURELIA\",\n        \"cap\": \"00167\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.valleaurelia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE VALLE AURELIA, 1\",\n        \"link\": \"https://goo.gl/maps/X5APJDgfC232\",\n        \"latitude\": 41.9079838,\n        \"longitude\": 12.4366713,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 155,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"014\",\n        \"cd_internal\": \"9051115767\",\n        \"name\": \"BLUESPIRIT 014 PIEVE FISSIRAGA\",\n        \"description\": \"CC CENTRO PIEVE - LOC 10\",\n        \"tel\": \"03711731682\",\n        \"fax\": null,\n        \"city\": \"PIEVE DI FISSIRAGA\",\n        \"address\": \"VIA NAZIONE UNITE\",\n        \"cap\": \"26854\",\n        \"state\": \"LO\",\n        \"email\": \"bluespirit.pievefissiraga@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO PIEVE\",\n        \"link\": \"ttps://goo.gl/maps/y2fdZPxR9Mp\",\n        \"latitude\": 45.2723388,\n        \"longitude\": 9.4567467,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 159,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"016\",\n        \"cd_internal\": \"9051115904\",\n        \"name\": \"BLUESPIRIT 016 LENTATE 2\",\n        \"description\": \"CC BENNET - LOC 19\",\n        \"tel\": \"03621446511\",\n        \"fax\": null,\n        \"city\": \"LENTATE SUL SEVESO\",\n        \"address\": \"VIA NAZIONALE DEI GIOVI\",\n        \"cap\": \"20823\",\n        \"state\": \"MB\",\n        \"email\": \"bluespirit.lentate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BENNET\",\n        \"link\": \"https://goo.gl/maps/7aqbnDC8FAU2\",\n        \"latitude\": 45.691171,\n        \"longitude\": 9.103865,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 48,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"067\",\n        \"cd_internal\": \"9000098576\",\n        \"name\": \"BLUESPIRIT 067 LUGAGNANO DI SONA\",\n        \"description\": \"CC LA GRANDE MELA\",\n        \"tel\": \"0454621501\",\n        \"fax\": null,\n        \"city\": \"LUGAGNANO DI SONA\",\n        \"address\": \"VIA TRENTINO,\",\n        \"cap\": \"37060\",\n        \"state\": \"VR\",\n        \"email\": \"bluespirit.lugagnano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BENNET\",\n        \"link\": \"https://goo.gl/maps/b6cc6rxxK4YTSfZ79\",\n        \"latitude\": 45.439628,\n        \"longitude\": 10.863726,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-07-01T03:01:21+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 158,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"101\",\n        \"cd_internal\": \"9051115999\",\n        \"name\": \"BLUESPIRIT 101 TARANTO TORRE ROSSA\",\n        \"description\": \"CC IPERCOOP - LOC 41\",\n        \"tel\": \"0992230273\",\n        \"fax\": null,\n        \"city\": \"TARANTO\",\n        \"address\": \"VIA PER MONTEMESOLA KM 10\",\n        \"cap\": \"74123\",\n        \"state\": \"TA\",\n        \"email\": \"bluespirit.tarantotorre@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MONGOLFIERA\",\n        \"link\": \"https://goo.gl/maps/e5MZcic4afgJz7fL9\",\n        \"latitude\": 40.5170713,\n        \"longitude\": 17.2918013,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 74,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"103\",\n        \"cd_internal\": \"9000098595\",\n        \"name\": \"BLUESPIRIT 103 ASTI\",\n        \"description\": null,\n        \"tel\": \"01411783432\",\n        \"fax\": null,\n        \"city\": \"ASTI\",\n        \"address\": \"VIA GARIBALDI\",\n        \"cap\": \"14100\",\n        \"state\": \"AT\",\n        \"email\": \"bluespirit.asti@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/y6bUKqBXrxQ2\",\n        \"latitude\": 44.8991397,\n        \"longitude\": 8.2055568,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 160,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"104\",\n        \"cd_internal\": \"9051114443\",\n        \"name\": \"BLUESPIRIT 104 CASALBERTONE\",\n        \"description\": \"CC CASALBERTONE - LOC 8\",\n        \"tel\": \"0683912497\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA ALBERTO POLLIO\",\n        \"cap\": \"00159\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.casalbertone@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SPAZIO CONAD\",\n        \"link\": \"https://goo.gl/maps/cvjU2i4boxfudRh69\",\n        \"latitude\": 41.8989657,\n        \"longitude\": 12.5316458,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 171,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"105\",\n        \"cd_internal\": \"9051116408\",\n        \"name\": \"BLUESPIRIT 105 CIVITAVECCHIA\",\n        \"description\": \"CC LA SCAGLIA - LOC 20\",\n        \"tel\": \"07661904474\",\n        \"fax\": null,\n        \"city\": \"CIVITAVECCHIA\",\n        \"address\": \"VIA AURELIA NORD KM 76\",\n        \"cap\": \"00053\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.civitavecchia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA SCAGLIA\",\n        \"link\": \"https://goo.gl/maps/6CcMnwPtYUUw7aMm8\",\n        \"latitude\": 42.1241392,\n        \"longitude\": 11.7671073,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 172,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"106\",\n        \"cd_internal\": \"9051116386\",\n        \"name\": \"BLUESPIRIT 106 ROMA EUROMA 2\",\n        \"description\": \"CC EUROMA 2\",\n        \"tel\": \"0683912517\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIALE DELL'OCEANO PACIFICO\",\n        \"cap\": \"00144\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.euroma2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE EURROMA2\",\n        \"link\": \"https://goo.gl/maps/AvTPzKexHwtBqXyS8\",\n        \"latitude\": 41.817298,\n        \"longitude\": 12.459229,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 173,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"107\",\n        \"cd_internal\": \"9051116454\",\n        \"name\": \"BLUESPIRIT 107 BRESCIA FLAMINIA\",\n        \"description\": \"CC NUOVA FLAMINIA\",\n        \"tel\": \"0306150701\",\n        \"fax\": null,\n        \"city\": \"BRESCIA\",\n        \"address\": \"VIA SORELLE AMBROSETTI\",\n        \"cap\": \"25126\",\n        \"state\": \"BS\",\n        \"email\": \"bluespirit.flaminia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE NUOVA FLAMINIA\",\n        \"link\": \"https://goo.gl/maps/CGnqCGjuniJC5ZEK6\",\n        \"latitude\": 45.527383,\n        \"longitude\": 10.1999,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 175,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"108\",\n        \"cd_internal\": \"9051116674\",\n        \"name\": \"BLUESPIRIT 108 BOLOGNA VIALARGA\",\n        \"description\": \"CC VIALARGA - LOC 15\",\n        \"tel\": \"0510313139\",\n        \"fax\": null,\n        \"city\": \"BOLOGNA\",\n        \"address\": \"VIA LARGA\",\n        \"cap\": \"40138\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.bolognalarga@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE VIALARGA\",\n        \"link\": \"https://goo.gl/maps/7TxTtTDPY3W1t5ro6\",\n        \"latitude\": 44.497495,\n        \"longitude\": 11.390803,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 174,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"109\",\n        \"cd_internal\": \"9051116675\",\n        \"name\": \"BLUESPIRIT 109 NAPOLI FUORIGROTTA\",\n        \"description\": \"CC AZZURRO\",\n        \"tel\": \"08118064797\",\n        \"fax\": null,\n        \"city\": \"NAPOLI - LOC FUORIGROTTA\",\n        \"address\": \"VIA VICINALE CUPA CINTIA\",\n        \"cap\": \"80126\",\n        \"state\": \"NA\",\n        \"email\": \"bluespirit.napoli@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE AZZURRO, 1\",\n        \"link\": \"https://goo.gl/maps/L93as3RbwQgsRSDR9\",\n        \"latitude\": 40.836381,\n        \"longitude\": 14.191483,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 176,\n        \"banner\": \"JO\",\n        \"cd_neg\": \"110\",\n        \"cd_internal\": \"9051116747\",\n        \"name\": \"JOYE 110 BELPASSO\",\n        \"description\": \"CC ETNAPOLIS\",\n        \"tel\": \"0954682605\",\n        \"fax\": null,\n        \"city\": \"BELPASSO\",\n        \"address\": \"CONTRADA VALCORRENTE\",\n        \"cap\": \"95032\",\n        \"state\": \"CT\",\n        \"email\": \"joye.belpasso@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ETNAPOLIS, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/KVmVABL3hvo\",\n        \"latitude\": 37.5451294,\n        \"longitude\": 14.9514372,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/joy@2x.png\"\n    },\n    {\n        \"id\": 177,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"111\",\n        \"cd_internal\": \"9051116758\",\n        \"name\": \"BLUESPIRIT 111 BELPASSO\",\n        \"description\": \"CC ETNAPOLIS\",\n        \"tel\": \"0950908103\",\n        \"fax\": null,\n        \"city\": \"BELPASSO\",\n        \"address\": \"CONTRADA VALCORRENTE\",\n        \"cap\": \"95032\",\n        \"state\": \"CT\",\n        \"email\": \"bluespirit.belpasso@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ETNAPOLIS, 1\",\n        \"link\": \"https://goo.gl/maps/b6s3aipWgbL2\",\n        \"latitude\": 37.5451294,\n        \"longitude\": 14.9514372,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 178,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"112\",\n        \"cd_internal\": \"9051116768\",\n        \"name\": \"BLUESPIRIT 112 MODUGNO\",\n        \"description\": \"CC GLI ULIVI - LOC 8\",\n        \"tel\": \"0808495021\",\n        \"fax\": null,\n        \"city\": \"MODUGNO\",\n        \"address\": \"STRADA PROVINCIALE 231 km 0+200\",\n        \"cap\": \"70026\",\n        \"state\": \"BA\",\n        \"email\": \"bluespirit.modugno@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GLI ULIVI\",\n        \"link\": \"https://goo.gl/maps/AfEyGiZj9Uz\",\n        \"latitude\": 41.089171,\n        \"longitude\": 16.772259,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 179,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"113\",\n        \"cd_internal\": \"9051116769\",\n        \"name\": \"BLUESPIRIT 113 BOLOGNA NOVA\",\n        \"description\": \"CC CENTRO NOVA - LOC 33\",\n        \"tel\": \"0510060258\",\n        \"fax\": null,\n        \"city\": \"CASTENASO\",\n        \"address\": \"VIA VILLANOVA\",\n        \"cap\": \"40055\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.bolognanova@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO NOVA\",\n        \"link\": \"https://goo.gl/maps/qX1t7LrvBEfmtSiD9\",\n        \"latitude\": 44.4912134,\n        \"longitude\": 11.4250152,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-05-05T03:01:25+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 181,\n        \"banner\": \"JO\",\n        \"cd_neg\": \"114\",\n        \"cd_internal\": \"9051116792\",\n        \"name\": \"JOYE 114 PADOVA GIOTTO\",\n        \"description\": \"CC GIOTTO - LOC 42\",\n        \"tel\": \"0495795468\",\n        \"fax\": null,\n        \"city\": \"PADOVA\",\n        \"address\": \"VIA VENEZIA\",\n        \"cap\": \"35131\",\n        \"state\": \"PD\",\n        \"email\": \"joye.padova@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GIOTTO\",\n        \"link\": \"https://goo.gl/maps/kAadDkfea1WkTwXv9\",\n        \"latitude\": 45.4109056,\n        \"longitude\": 11.9061477,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/joy@2x.png\"\n    },\n    {\n        \"id\": 193,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"115\",\n        \"cd_internal\": \"9051117818\",\n        \"name\": \"BLUESPIRIT 115 PINEROLO\",\n        \"description\": \"CC LE DUE VALLI - LOC 4\",\n        \"tel\": \"0495795335\",\n        \"fax\": null,\n        \"city\": \"PINEROLO\",\n        \"address\": \"VIA CASCINA VASTAMEGLIO\",\n        \"cap\": \"10064\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.pinerolo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE DUE VALLI\",\n        \"link\": \"https://www.google.com/maps/place/44.8835268,7.3536277\",\n        \"latitude\": 44.8835268,\n        \"longitude\": 7.3536277,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 182,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"116\",\n        \"cd_internal\": \"9051116842\",\n        \"name\": \"BLUESPIRIT 116 MESSINA\",\n        \"description\": \"CC MAREGROSSO\",\n        \"tel\": \"0495795464\",\n        \"fax\": null,\n        \"city\": \"MESSINA\",\n        \"address\": \"VIA MAREGROSSO\",\n        \"cap\": \"98124\",\n        \"state\": \"ME\",\n        \"email\": \"bluespirit.messina@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MARE GROSSO\",\n        \"link\": \"https://goo.gl/maps/ybochxiaSVXpjzKf8\",\n        \"latitude\": 38.1714601,\n        \"longitude\": 15.5496155,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 183,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"117\",\n        \"cd_internal\": \"9051116841\",\n        \"name\": \"BLUESPIRIT 117 NAPOLI BIRRERIA\",\n        \"description\": \"CC LA BIRRERIA\",\n        \"tel\": \"08118064843\",\n        \"fax\": null,\n        \"city\": \"NAPOLI\",\n        \"address\": \"Piazza Madonna Dell'Arco\",\n        \"cap\": \"80145\",\n        \"state\": \"NA\",\n        \"email\": \"bluespirit.napolibirreria@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA BIRRERIA\",\n        \"link\": \"https://goo.gl/maps/oUvU1UyCogqgaJKf7\",\n        \"latitude\": 40.8880728,\n        \"longitude\": 14.2553864,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 186,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"118\",\n        \"cd_internal\": \"9051116840\",\n        \"name\": \"BLUESPIRIT 118 SIRACUSA\",\n        \"description\": \"CC ARCHIMEDE\",\n        \"tel\": \"09311565081\",\n        \"fax\": null,\n        \"city\": \"SIRACUSA\",\n        \"address\": \"VIA NECROPOLI DEL FUSCO\",\n        \"cap\": \"96100\",\n        \"state\": \"SR\",\n        \"email\": \"bluespirit.siracusa@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/37.0693123,15.2653521\",\n        \"latitude\": 37.0693123,\n        \"longitude\": 15.2653521,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 187,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"119\",\n        \"cd_internal\": \"9051116960\",\n        \"name\": \"BLUESPIRIT 119 GRAN ROMA\",\n        \"description\": \"CC GRANROMA\",\n        \"tel\": \"0495795463\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA ARISTIDE MERLONI\",\n        \"cap\": \"00155\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.granroma@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GRAN ROMA\",\n        \"link\": \"https://www.google.com/maps/place/41.8846386,12.608775\",\n        \"latitude\": 41.8846386,\n        \"longitude\": 12.608775,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 184,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"120\",\n        \"cd_internal\": \"9051116954\",\n        \"name\": \"BLUESPIRIT 120 PORTE CATANIA\",\n        \"description\": \"CC PORTE DI CATANIA - LOC 54\",\n        \"tel\": \"0950908066\",\n        \"fax\": null,\n        \"city\": \"CATANIA\",\n        \"address\": \"VIA DEL GELSO BIANCO\",\n        \"cap\": \"95121\",\n        \"state\": \"CT\",\n        \"email\": \"bluespirit.portecatania@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DI CATANIA\",\n        \"link\": \"https://www.google.com/maps/place/37.4732554,15.0564579\",\n        \"latitude\": 37.4732554,\n        \"longitude\": 15.0564579,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 185,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"121\",\n        \"cd_internal\": \"9051117004\",\n        \"name\": \"BLUESPIRIT 121 BARI SANTA CATERINA\",\n        \"description\": \"CC MONGOLFIERA\",\n        \"tel\": \"0808594714\",\n        \"fax\": null,\n        \"city\": \"BARI\",\n        \"address\": \"STRADA SANTA CATERINA\",\n        \"cap\": \"70124\",\n        \"state\": \"BA\",\n        \"email\": \"bluespirit.bari@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MONGOLFIERA\",\n        \"link\": \"https://www.google.com/maps/place/41.1006554,16.8340248\",\n        \"latitude\": 41.1006554,\n        \"longitude\": 16.8340248,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 190,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"123\",\n        \"cd_internal\": \"9051117801\",\n        \"name\": \"BLUESPIRIT 123 VITERBO\",\n        \"description\": \"CC CONAD\",\n        \"tel\": \"07611574974\",\n        \"fax\": null,\n        \"city\": \"VITERBO\",\n        \"address\": \"VIA IGINO GARBINI,\",\n        \"cap\": \"01100\",\n        \"state\": \"VT\",\n        \"email\": \"bluespirit.viterbo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CONAD\",\n        \"link\": \"https://www.google.com/maps/place/42.4308136,12.0999607\",\n        \"latitude\": 42.4308136,\n        \"longitude\": 12.0999607,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 188,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"124\",\n        \"cd_internal\": \"9051117819\",\n        \"name\": \"BLUESPIRIT 124 MONTEBELLO\",\n        \"description\": \"CC MONTEBELLO - LOC 5\",\n        \"tel\": \"03831751076\",\n        \"fax\": null,\n        \"city\": \"MONTEBELLO DELLA BATTAGLIA\",\n        \"address\": \"VIA ING.ADOLFO MAZZA\",\n        \"cap\": \"27054\",\n        \"state\": \"PV\",\n        \"email\": \"bluespirit.montebello@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MONTEBELLO, LOC 5\",\n        \"link\": \"https://www.google.com/maps/place/44.9978135,9.086628\",\n        \"latitude\": 44.9978135,\n        \"longitude\": 9.086628,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 191,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"127\",\n        \"cd_internal\": \"9051117820\",\n        \"name\": \"BLUESPIRIT 127 SAN ROCCO AL PORTO\",\n        \"description\": \"CC BELPO' - LOC 49\",\n        \"tel\": \"03771965914\",\n        \"fax\": null,\n        \"city\": \"SAN ROCCO AL PORTO\",\n        \"address\": \"S.S. EMILIA\",\n        \"cap\": \"26865\",\n        \"state\": \"LO\",\n        \"email\": \"bluespirit.sanrocco@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SAN ROCCO AL PORTO\",\n        \"link\": \"https://www.google.com/maps/place/45.0783193,9.7011085\",\n        \"latitude\": 45.0783193,\n        \"longitude\": 9.7011085,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 189,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"128\",\n        \"cd_internal\": \"9051117907\",\n        \"name\": \"BLUESPIRIT 128 BRUGHERIO\",\n        \"description\": \"CC BENNET - LOC 34\",\n        \"tel\": \"0395152826\",\n        \"fax\": null,\n        \"city\": \"BRUGHERIO\",\n        \"address\": \"VIALE LOMBARDIA\",\n        \"cap\": \"20861\",\n        \"state\": \"MB\",\n        \"email\": \"bluespirit.brugherio@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BENNET\",\n        \"link\": \"https://www.google.com/maps/place/45.5565622,9.3022648\",\n        \"latitude\": 45.5565622,\n        \"longitude\": 9.3022648,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 192,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"129\",\n        \"cd_internal\": \"9051117965\",\n        \"name\": \"BLUESPIRIT 129 BOLOGNA LAME\",\n        \"description\": \"CC CENTRO LAME - LOC 40\",\n        \"tel\": \"0510015600\",\n        \"fax\": null,\n        \"city\": \"BOLOGNA\",\n        \"address\": \"VIA MARCO POLO\",\n        \"cap\": \"40131\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.bologna@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO LAME\",\n        \"link\": \"https://goo.gl/maps/4sAQTBJZopA2\",\n        \"latitude\": 44.5199559,\n        \"longitude\": 11.3290734,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 194,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"130\",\n        \"cd_internal\": \"9051117966\",\n        \"name\": \"BLUESPIRIT 130 RIVAROLO\",\n        \"description\": \"CC URBAN CENTER - LOC 18\",\n        \"tel\": \"0124443228\",\n        \"fax\": null,\n        \"city\": \"RIVAROLO CANAVESE\",\n        \"address\": \"CORSO INDIPENDENZA,\",\n        \"cap\": \"10086\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.rivarolo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE RIVAROLO\",\n        \"link\": \"https://www.google.com/maps/place/45.3405507,7.7138897\",\n        \"latitude\": 45.3405507,\n        \"longitude\": 7.7138897,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 195,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"131\",\n        \"cd_internal\": \"9051117967\",\n        \"name\": \"BLUESPIRIT 131 SESTO FIORENTINO\",\n        \"description\": \"CC CENTRO SESTO\",\n        \"tel\": \"0550205493\",\n        \"fax\": null,\n        \"city\": \"SESTO FIORENTINO\",\n        \"address\": \"VIA PETROSA\",\n        \"cap\": \"50019\",\n        \"state\": \"FI\",\n        \"email\": \"bluespirit.sestofiorentino@bluespirit.com\",\n        \"excerpt\": \"CENTRO SESTO\",\n        \"link\": \"https://www.google.com/maps/place/43.8217951,11.206213\",\n        \"latitude\": 43.8217951,\n        \"longitude\": 11.206213,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 196,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"132\",\n        \"cd_internal\": \"9051118120\",\n        \"name\": \"BLUESPIRIT 132 CESANO BOSCONE\",\n        \"description\": \"CC PORTE DI MILANO - LOC 9\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CESANO BOSCONE\",\n        \"address\": \"VIA B. CROCE\",\n        \"cap\": \"20090\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.cesano@bluespirit.com\",\n        \"excerpt\": \"CENTRO PORTE DI MILANO\",\n        \"link\": \"https://www.google.com/maps/place/45.4319378,9.0873355\",\n        \"latitude\": 45.4319378,\n        \"longitude\": 9.0873355,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 197,\n        \"banner\": \"JO\",\n        \"cd_neg\": \"133\",\n        \"cd_internal\": \"9051118135\",\n        \"name\": \"JOYE 133 NOVARA\",\n        \"description\": \"CC SAN MARTINO 2 - LOC 25\",\n        \"tel\": \"0321459921\",\n        \"fax\": null,\n        \"city\": \"NOVARA\",\n        \"address\": \"VIA UGO PORZIO GIOVANOLA\",\n        \"cap\": \"28100\",\n        \"state\": \"NO\",\n        \"email\": \"joye.novara@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SAN MARTINO 2\",\n        \"link\": \"https://www.google.com/maps/place/45.4452697,8.5995502\",\n        \"latitude\": 45.4452697,\n        \"longitude\": 8.5995502,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/joy@2x.png\"\n    },\n    {\n        \"id\": 198,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"134\",\n        \"cd_internal\": \"9051118156\",\n        \"name\": \"BLUESPIRIT 134 ROMA HAPPIO\",\n        \"description\": \"CC HAPPIO - LOC 38\",\n        \"tel\": \"0683922213\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA APPIA NUOVA\",\n        \"cap\": \"00179\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.romahappio@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE HAPPIO\",\n        \"link\": \"https://www.google.com/maps/place/41.874058438175,12.522327817684\",\n        \"latitude\": 41.87405843817538,\n        \"longitude\": 12.522327817684452,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 199,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"135\",\n        \"cd_internal\": \"9051118173\",\n        \"name\": \"BLUESPIRIT 135 ASCOLI PICENO\",\n        \"description\": \"CC CITTA DELLE STELLE - LOC 23\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"ASCOLI PICENO\",\n        \"address\": \"V.LE DEI MUTILATI INVALIDI del L.\",\n        \"cap\": \"63100\",\n        \"state\": \"AP\",\n        \"email\": \"bluespirit.ascoli@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CITTA DELLE STELLE\",\n        \"link\": \"https://www.google.com/maps/place/42.852685,13.6953092\",\n        \"latitude\": 42.852685,\n        \"longitude\": 13.6953092,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 200,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"136\",\n        \"cd_internal\": \"9051118174\",\n        \"name\": \"BLUESPIRIT 136 PARMA TORRI\",\n        \"description\": \"CC TORRI - LOC 36\",\n        \"tel\": \"05211710181\",\n        \"fax\": null,\n        \"city\": \"PARMA\",\n        \"address\": \"VIA S. LEONARDO\",\n        \"cap\": \"43122\",\n        \"state\": \"PR\",\n        \"email\": \"bluespirit.parmatorri@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO TORRI\",\n        \"link\": \"https://www.google.com/maps/place/44.8267637,10.337412\",\n        \"latitude\": 44.8267637,\n        \"longitude\": 10.337412,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 201,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"137\",\n        \"cd_internal\": \"9051118204\",\n        \"name\": \"BLUESPIRIT 137 ASSAGO\",\n        \"description\": \"CC MILANOFIORI - LOC 2\",\n        \"tel\": \"0284083812\",\n        \"fax\": null,\n        \"city\": \"ASSAGO\",\n        \"address\": \"VIALE MILANO FIORI\",\n        \"cap\": \"20070\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.assago@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MILANOFIORI\",\n        \"link\": \"https://www.google.com/maps/place/45.4022459,9.1473604\",\n        \"latitude\": 45.4022459,\n        \"longitude\": 9.1473604,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 203,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"138\",\n        \"cd_internal\": \"9051118219\",\n        \"name\": \"BLUESPIRIT 138 RESCALDINA\",\n        \"description\": \"CC RESCALDINA - LOC 40\",\n        \"tel\": \"03311081647\",\n        \"fax\": null,\n        \"city\": \"RESCALDINA\",\n        \"address\": \"VIA PALMIRO TOGLIATTI\",\n        \"cap\": \"20027\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.rescaldina@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.6088539,8.9652492\",\n        \"latitude\": 45.6088539,\n        \"longitude\": 8.9652492,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 202,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"139\",\n        \"cd_internal\": \"9051118429\",\n        \"name\": \"BLUESPIRIT 139 ROZZANO NEW\",\n        \"description\": \"CC FIORDALISO - LOC 104\",\n        \"tel\": \"0249427090\",\n        \"fax\": null,\n        \"city\": \"ROZZANO\",\n        \"address\": \"VIA EUGENIO CURIEL\",\n        \"cap\": \"20089\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.rozzano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE FIORDALISO\",\n        \"link\": \"https://goo.gl/maps/DtYRtxKcxMP2\",\n        \"latitude\": 45.394546,\n        \"longitude\": 9.1728663,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 204,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"141\",\n        \"cd_internal\": \"9051118431\",\n        \"name\": \"BLUESPIRIT 141 SILEA\",\n        \"description\": \"CC EMISFERO - LOC 12\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"SILEA\",\n        \"address\": \"VIA EROI DI PODRUTE\",\n        \"cap\": \"31057\",\n        \"state\": \"TV\",\n        \"email\": \"bluespirit.silea@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.6509644,12.3073355\",\n        \"latitude\": 45.6509644,\n        \"longitude\": 12.3073355,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 205,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"142\",\n        \"cd_internal\": \"9051118534\",\n        \"name\": \"BLUESPIRIT 142 BOLOGNA CENTRO BORGO\",\n        \"description\": \"CC CENTRO BORGO - LOC 3\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"Bologna\",\n        \"address\": \"Via Marco Emilio Lepido\",\n        \"cap\": \"40132\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.bolognaborgo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO BORGO\",\n        \"link\": \"https://www.google.com/maps/place/44.5229225,11.2589863\",\n        \"latitude\": 44.5229225,\n        \"longitude\": 11.2589863,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 206,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"143\",\n        \"cd_internal\": \"9051118572\",\n        \"name\": \"BLUESPIRIT 143 CASTELFRANCO VENETO\",\n        \"description\": \"CC I GIARDINI DEL SOLE\",\n        \"tel\": \"04231905622\",\n        \"fax\": null,\n        \"city\": \"CASTELFRANCO VENETO\",\n        \"address\": \"VIA DEI CARPANI\",\n        \"cap\": \"31033\",\n        \"state\": \"TV\",\n        \"email\": \"bluespirit.castelfranco@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GIARDINI DEL SOLE\",\n        \"link\": \"https://www.google.com/maps/place/45.68142,11.94273\",\n        \"latitude\": 45.68142,\n        \"longitude\": 11.94273,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 208,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"144\",\n        \"cd_internal\": \"9051118618\",\n        \"name\": \"BLUESPIRIT 144 STEZZANO\",\n        \"description\": \"CC E DUE TORRI\",\n        \"tel\": \"0350298290\",\n        \"fax\": null,\n        \"city\": \"STEZZANO\",\n        \"address\": \"VIA GUZZANICA\",\n        \"cap\": \"24040\",\n        \"state\": \"BG\",\n        \"email\": \"bluespirit.stezzano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.6489132,9.6423345\",\n        \"latitude\": 45.6489132,\n        \"longitude\": 9.6423345,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 209,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"145\",\n        \"cd_internal\": \"9051118639\",\n        \"name\": \"BLUESPIRIT 145 BASSANO\",\n        \"description\": \"C.C. EMISFERO BASSANO\",\n        \"tel\": \"04241762727\",\n        \"fax\": null,\n        \"city\": \"BASSANO DEL GRAPPA\",\n        \"address\": \"Viale Alcide De Gasperi\",\n        \"cap\": \"36061\",\n        \"state\": \"VI\",\n        \"email\": \"bluespirit.bassano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.74207,11.72889\",\n        \"latitude\": 45.74207,\n        \"longitude\": 11.72889,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 212,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"146\",\n        \"cd_internal\": \"9051118654\",\n        \"name\": \"BLUESPIRIT 146 LA SPEZIA\",\n        \"description\": \"C.C. LE TERRAZZE BOX 1R13\",\n        \"tel\": \"01871392662\",\n        \"fax\": null,\n        \"city\": \"LA SPEZIA\",\n        \"address\": \"Via Fontevivo, 17\",\n        \"cap\": \"19125\",\n        \"state\": \"SP\",\n        \"email\": \"bluespirit.laspezia@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.1185484,9.8325638\",\n        \"latitude\": 44.1185484,\n        \"longitude\": 9.8325638,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 210,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"147\",\n        \"cd_internal\": \"9051118657\",\n        \"name\": \"BLUESPIRIT 147 MONTANO LUCINO\",\n        \"description\": \"C.C. LA PORTA D'EUROPA\",\n        \"tel\": \"0312255874\",\n        \"fax\": null,\n        \"city\": \"MONTANO LUCINO\",\n        \"address\": \"VIA E. RATTI\",\n        \"cap\": \"22070\",\n        \"state\": \"CO\",\n        \"email\": \"bluespirit.montano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.7861555,9.0485956\",\n        \"latitude\": 45.7861555,\n        \"longitude\": 9.0485956,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 211,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"148\",\n        \"cd_internal\": \"9051118676\",\n        \"name\": \"BLUESPIRIT 148 SESTO VULCANO\",\n        \"description\": \"C.C. VULCANO - loc. 126+127\",\n        \"tel\": \"0249478338\",\n        \"fax\": null,\n        \"city\": \"SESTO SAN GIOVANNI\",\n        \"address\": \"Viale Italia\",\n        \"cap\": \"20099\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.sesto@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.537662,9.2461946\",\n        \"latitude\": 45.537662,\n        \"longitude\": 9.2461946,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 216,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"149\",\n        \"cd_internal\": \"9051118794\",\n        \"name\": \"BLUESPIRIT 149 ROMA LAURENTINO\",\n        \"description\": \"CC MAXIMO - LOC B27\",\n        \"tel\": \"0683932999\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA LAURENTINA,865\",\n        \"cap\": \"00143\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.romalaurentino@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MAXIMO\",\n        \"link\": \"https://www.google.com/maps/place/41.8380929,12.480678\",\n        \"latitude\": 41.8380929,\n        \"longitude\": 12.480678,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 213,\n        \"banner\": \"JO\",\n        \"cd_neg\": \"150\",\n        \"cd_internal\": \"9051118838\",\n        \"name\": \"JOYE 150 PORTOGRUARO\",\n        \"description\": \"CC ADRIATICO - BOX 20\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"PORTOGRUARO\",\n        \"address\": \"VIA PRATI GUORI\",\n        \"cap\": \"30026\",\n        \"state\": \"VE\",\n        \"email\": \"joye.portogruaro@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ADRIATICO 2\",\n        \"link\": \"https://www.google.com/maps/place/45.7919413,12.816396\",\n        \"latitude\": 45.7919413,\n        \"longitude\": 12.816396,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/joy@2x.png\"\n    },\n    {\n        \"id\": 214,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"151\",\n        \"cd_internal\": \"9051118839\",\n        \"name\": \"BLUESPIRIT 151 PORTOGRUARO\",\n        \"description\": \"CC ADRIATICO - BOX 9+10\",\n        \"tel\": \"04211773341\",\n        \"fax\": null,\n        \"city\": \"PORTOGRUARO\",\n        \"address\": \"VIA PRATI GUORI\",\n        \"cap\": \"30026\",\n        \"state\": \"VE\",\n        \"email\": \"bluespirit.portogruaro@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ADRIATICO 2\",\n        \"link\": \"https://www.google.com/maps/place/45.7919413,12.816396\",\n        \"latitude\": 45.7919413,\n        \"longitude\": 12.816396,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 215,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"152\",\n        \"cd_internal\": \"9051118962\",\n        \"name\": \"BLUESPIRIT 152 S.MARTINO SICCOMARIO\",\n        \"description\": \"CC SAN MARTINO\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"San Martino Siccomario\",\n        \"address\": \"STRADA PROV.LE PER MORTARA SNC\",\n        \"cap\": \"27028\",\n        \"state\": \"PV\",\n        \"email\": \"bluespirit.sanmartinosiccomario@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SAN MARTINO\",\n        \"link\": \"https://www.google.com/maps/place/45.1526641,9.1243867\",\n        \"latitude\": 45.1526641,\n        \"longitude\": 9.1243867,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 221,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"153\",\n        \"cd_internal\": \"9051119134\",\n        \"name\": \"BLUESPIRIT 153 ROVERETO\",\n        \"description\": \"C/O CC MILLENNIUM locale 36+37\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"ROVERETO\",\n        \"address\": \"VIA DEL GARDA\",\n        \"cap\": \"38068\",\n        \"state\": \"TN\",\n        \"email\": \"BLUESPIRIT.ROVERETO@BLUESPIRIT.COM\",\n        \"excerpt\": \"CENTRO COMMERCIALE MILLENNIUM\",\n        \"link\": \"https://www.google.com/maps/place/45.8709731,11.0179326\",\n        \"latitude\": 45.8709731,\n        \"longitude\": 11.0179326,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 222,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"154\",\n        \"cd_internal\": \"9051119177\",\n        \"name\": \"BLUESPIRIT 154 FIUMICINO DA VINCI\",\n        \"description\": \"C.COMM. MARKET CENTRAL DA VINCI\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"FIUMICINO\",\n        \"address\": \"VIA GEMINIANO MONTANARI\",\n        \"cap\": \"00054\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.fiumicinovinci@bluespirit.com\",\n        \"excerpt\": \"C.COMM. MARKET CENTRAL DA VINCI\",\n        \"link\": \"https://www.google.com/maps/place/41.8083889,12.3019148\",\n        \"latitude\": 41.8083889,\n        \"longitude\": 12.3019148,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 228,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"155\",\n        \"cd_internal\": \"9051119203\",\n        \"name\": \"BS 155 LUGAGNANO DI SONA NEW\",\n        \"description\": \"CC LA GRANDE MELA SHOPPINGLAND\",\n        \"tel\": \"0454734583\",\n        \"fax\": null,\n        \"city\": \"LUGAGNANO DI SONA\",\n        \"address\": \"VIA TRENTINO\",\n        \"cap\": \"37060\",\n        \"state\": \"VR\",\n        \"email\": \"bluespirit.lugagnano2@bluespirit.com\",\n        \"excerpt\": \"C.COMM. LA GRANDE MELA SHOPPINGLAND\",\n        \"link\": \"https://www.google.com/maps/place/45.4408814,10.8635565\",\n        \"latitude\": 45.4408814,\n        \"longitude\": 10.8635565,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 223,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"156\",\n        \"cd_internal\": \"9051119187\",\n        \"name\": \"BLUESPIRIT 156 TARANTO IONIO\",\n        \"description\": \"CC PORTE DELLO JONIO - BOX 46+47\",\n        \"tel\": \"0996616144\",\n        \"fax\": null,\n        \"city\": \"TARANTO\",\n        \"address\": \"Via Per San Giorgio Jonico KM. 10\",\n        \"cap\": \"74121\",\n        \"state\": \"TA\",\n        \"email\": \"bluespirit.taranto@bluespirit.com\",\n        \"excerpt\": \"C.COMM. PORTE DELL JONIO\",\n        \"link\": \"https://www.google.com/maps/place/40.4613302,17.2995508\",\n        \"latitude\": 40.4613302,\n        \"longitude\": 17.2995508,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 229,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"157\",\n        \"cd_internal\": \"9051119230\",\n        \"name\": \"BLUESPIRIT 157 BOLOGNA NOVA new\",\n        \"description\": \"CC CENTRO NOVA - LOC 41\",\n        \"tel\": \"0510060258\",\n        \"fax\": null,\n        \"city\": \"CASTENASO\",\n        \"address\": \"VIA VILLANOVA\",\n        \"cap\": \"40055\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.bolognanova@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO NOVA\",\n        \"link\": \"https://www.google.com/maps/place/44.4902778,11.4211111\",\n        \"latitude\": 44.4902778,\n        \"longitude\": 11.4211111,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 261,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"158\",\n        \"cd_internal\": \"9051119397\",\n        \"name\": \"BLUESPIRIT 158 AREZZO\",\n        \"description\": \"CC CENTRO AREZZO - locale 31\",\n        \"tel\": \"05751321634\",\n        \"fax\": null,\n        \"city\": \"AREZZO\",\n        \"address\": \"V.le G. Amendola, C.C. CENTRO AREZZO - BOX 31\",\n        \"cap\": \"52100\",\n        \"state\": \"AR\",\n        \"email\": \"bluespirit.arezzo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO AREZZO\",\n        \"link\": \"https://www.google.com/maps/place/43.4758693,11.8612146\",\n        \"latitude\": 43.4758693,\n        \"longitude\": 11.8612146,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 262,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"160\",\n        \"cd_internal\": \"9051119342\",\n        \"name\": \"BLUESPIRIT 160 NAPOLI NEAPOLIS\",\n        \"description\": \"CC NEAPOLIS - locale 12\",\n        \"tel\": \"08117866397\",\n        \"fax\": null,\n        \"city\": \"NAPOLI\",\n        \"address\": \"VIA ARGINE 380 C.C. NEAPOLIS - locale 12\",\n        \"cap\": \"80147\",\n        \"state\": \"NA\",\n        \"email\": \"bluespirit.napolineapolis@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE NEAPOLIS\",\n        \"link\": \"https://www.google.com/maps/place/40.8500725,14.3114726\",\n        \"latitude\": 40.8500725,\n        \"longitude\": 14.3114726,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 264,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"161\",\n        \"cd_internal\": \"9051119445\",\n        \"name\": \"BLUESPIRIT 161 BUSSOLENGO NEW\",\n        \"description\": \"CC PORTE DELL'ADIGE - LOC 15+16\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"BUSSOLENGO\",\n        \"address\": \"CC PORTE DELL'ADIGE - S.S. 11 - LOCALE 15+16\",\n        \"cap\": \"37012\",\n        \"state\": \"VR\",\n        \"email\": \"bluespirit.bussolengo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DELL'ADIGE\",\n        \"link\": \"https://www.google.com/maps/place/45.4482395,10.8807779\",\n        \"latitude\": 45.4482395,\n        \"longitude\": 10.8807779,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 28,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"162\",\n        \"cd_internal\": \"9000098577\",\n        \"name\": \"BLUESPIRIT 162 ERBUSCO\",\n        \"description\": \"CC LE PORTE FRANCHE - LOC 112\",\n        \"tel\": \"0300983627\",\n        \"fax\": null,\n        \"city\": \"ERBUSCO\",\n        \"address\": \"VIA ROVATO,\",\n        \"cap\": \"25030\",\n        \"state\": \"BS\",\n        \"email\": \"bluespirit.erbusco@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE PORTE FRANCHE, 2\",\n        \"link\": \"https://goo.gl/maps/dvZwmfyGxWo\",\n        \"latitude\": 45.580177,\n        \"longitude\": 9.999946,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2021-09-27T13:57:55+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 265,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"163\",\n        \"cd_internal\": \"9051119483\",\n        \"name\": \"BS 163 SAVIGNANO NEW\",\n        \"description\": \"C.C. ROMAGNA SHOPPING VALLEY - BOX\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"SAVIGNANO SUL RUBICONE\",\n        \"address\": \"PIAZZA COLOMBO\",\n        \"cap\": \"47039\",\n        \"state\": \"FC\",\n        \"email\": \"bluespirit.savignano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ROMAGNA SHOPPING VALLEY\",\n        \"link\": \"https://www.google.com/maps/place/44.1584578,12.4325835\",\n        \"latitude\": 44.1584578,\n        \"longitude\": 12.4325835,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 269,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"164\",\n        \"cd_internal\": \"9051119499\",\n        \"name\": \"BLUESPIRIT 164 TORINO PORTA NUOVA\",\n        \"description\": \"STAZ TORINO PORTA NUOVA - LOC T8\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"TORINO\",\n        \"address\": \"CORSO VITTORIO EMANUELE II\",\n        \"cap\": \"10121\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.torinoportanuova@bluespirit.com\",\n        \"excerpt\": \"STAZIONE TORINO PORTA NUOVA\",\n        \"link\": \"https://www.google.com/maps/place/45.0660514,7.6713471\",\n        \"latitude\": 45.0660514,\n        \"longitude\": 7.6713471,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 266,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"165\",\n        \"cd_internal\": \"9051119492\",\n        \"name\": \"BLUESPIRIT 165 OLBIA\",\n        \"description\": \"C/O C.C OLBIA MARE - LOCALE B\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"OLBIA\",\n        \"address\": \"STRADA STATALE\",\n        \"cap\": \"07026\",\n        \"state\": \"SS\",\n        \"email\": \"bluespirit.olbia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE OLBIA MARE\",\n        \"link\": \"https://www.google.com/maps/place/40.9414278,9.4984572\",\n        \"latitude\": 40.9414278,\n        \"longitude\": 9.4984572,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 267,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"166\",\n        \"cd_internal\": \"9051119590\",\n        \"name\": \"BLUESPIRIT 166 MISTERBIANCO new\",\n        \"description\": \"CC CENTRO SICILIA - LOC 33\",\n        \"tel\": \"0952283470\",\n        \"fax\": null,\n        \"city\": \"MISTERBIANCO\",\n        \"address\": \"STRADA PROVINCIALE 54\",\n        \"cap\": \"95045\",\n        \"state\": \"CT\",\n        \"email\": \"bluespirit.misterbianco2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO SICILIA\",\n        \"link\": \"https://www.google.com/maps/place/37.4865113,15.019228\",\n        \"latitude\": 37.4865113,\n        \"longitude\": 15.019228,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 268,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"167\",\n        \"cd_internal\": \"9051119591\",\n        \"name\": \"BLUESPIRIT 167 ERBUSCO\",\n        \"description\": \"CC LE PORTE FRANCHE - LOC 29A\",\n        \"tel\": \"0300983627\",\n        \"fax\": null,\n        \"city\": \"ERBUSCO\",\n        \"address\": \"VIA ROVATO,\",\n        \"cap\": \"25030\",\n        \"state\": \"BS\",\n        \"email\": \"bluespirit.erbusco@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE PORTE FRANCHE\",\n        \"link\": \"https://www.google.com/maps/place/45.5848558,9.9914227\",\n        \"latitude\": 45.5848558,\n        \"longitude\": 9.9914227,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 275,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"168\",\n        \"cd_internal\": \"9051119641\",\n        \"name\": \"BLUESPIRIT 168 MAIDA\",\n        \"description\": \"C/O CC DUE MARI - LOC 78A\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"MAIDA\",\n        \"address\": \"Loc. Comuni Condomini s.s.280\",\n        \"cap\": \"88025\",\n        \"state\": \"CZ\",\n        \"email\": \"bluespirit.maida@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE DUE MARI\",\n        \"link\": \"https://www.google.com/maps/place/38.8989856,16.3473269\",\n        \"latitude\": 38.8989856,\n        \"longitude\": 16.3473269,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 270,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"169\",\n        \"cd_internal\": \"9051119679\",\n        \"name\": \"BLUESPIRIT 169 IMOLA\",\n        \"description\": \"CC LEONARDO - LOC. 7\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"IMOLA\",\n        \"address\": \"VIALE AMENDOLA\",\n        \"cap\": \"40026\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.imola@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LEONARDO\",\n        \"link\": \"https://www.google.com/maps/place/44.3598029,11.6980729\",\n        \"latitude\": 44.3598029,\n        \"longitude\": 11.6980729,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 271,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"170\",\n        \"cd_internal\": \"9051119737\",\n        \"name\": \"BLUESPIRIT 170 MARCON NEW\",\n        \"description\": \"CC VALECENTER LOC 14+14A+13\",\n        \"tel\": \"0413198409\",\n        \"fax\": null,\n        \"city\": \"MARCON\",\n        \"address\": \"VIA ENRICO MATTEI\",\n        \"cap\": \"30020\",\n        \"state\": \"VE\",\n        \"email\": \"bluespirit.marcon@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE VALECENTER\",\n        \"link\": \"https://www.google.com/maps/place/45.5490948,12.3094854\",\n        \"latitude\": 45.5490948,\n        \"longitude\": 12.3094854,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 272,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"171\",\n        \"cd_internal\": \"9051119730\",\n        \"name\": \"BS 171 S. BIAGIO DI CALLALTA\",\n        \"description\": \"C.C TIZIANO - LOC. 78\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"SAN BIAGIO DI CALLALTA\",\n        \"address\": \"Via Postumia Ovest\",\n        \"cap\": \"31048\",\n        \"state\": \"TV\",\n        \"email\": \"bluespirit.sanbiagiodicallalta@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE TIZIANO\",\n        \"link\": \"https://www.google.com/maps/place/45.6743807,12.3341897\",\n        \"latitude\": 45.6743807,\n        \"longitude\": 12.3341897,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 277,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"172\",\n        \"cd_internal\": \"9051119916\",\n        \"name\": \"BLUESPIRIT 172 CINECITTA\",\n        \"description\": \"C/O CC CINECITTA 2 - LOC 28\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA PALMIRO TOGLIATTI\",\n        \"cap\": \"00173\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.cinecitta@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CINECITT\",\n        \"link\": \"https://www.google.com/maps/place/41.8596227,12.5701341\",\n        \"latitude\": 41.8596227,\n        \"longitude\": 12.5701341,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 279,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"173\",\n        \"cd_internal\": \"9051119969\",\n        \"name\": \"BLUESPIRIT 173 AGRIGENTO\",\n        \"description\": \"CC CITTA' DEI TEMPLI - loc 67+68\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"AGRIGENTO\",\n        \"address\": \"VIA FOSSE ARDEATINE, SNC\",\n        \"cap\": \"92100\",\n        \"state\": \"AG\",\n        \"email\": \"bluespirit.agrigento@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE VALLE DEI TEMPLI\",\n        \"link\": \"https://www.google.com/maps/place/37.296361,13.5499605\",\n        \"latitude\": 37.296361,\n        \"longitude\": 13.5499605,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 278,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"174\",\n        \"cd_internal\": \"9051119970\",\n        \"name\": \"BLUESPIRIT 174 NOVATE\",\n        \"description\": \"C/O CC METROPOLI - UNITA' 85\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"NOVATE MILANESE\",\n        \"address\": \"VIA CARLO AMORETTI\",\n        \"cap\": \"20026\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.novate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE METROPOLI\",\n        \"link\": \"https://www.google.com/maps/place/45.5195295,9.1431517\",\n        \"latitude\": 45.5195295,\n        \"longitude\": 9.1431517,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 283,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"175\",\n        \"cd_internal\": \"9051119971\",\n        \"name\": \"BLUESPIRIT 175 LAGUNDO\",\n        \"description\": \"C/O ALGO SHOPPING CENTER - LOC A19\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"LAGUNDO\",\n        \"address\": \"VIA JOSEF WEINGARTNER\",\n        \"cap\": \"39022\",\n        \"state\": \"BZ\",\n        \"email\": \"bluespirit.lagundo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ALGO SHOPPING CENTER\",\n        \"link\": \"https://www.google.com/maps/place/46.6793999,11.1300498\",\n        \"latitude\": 46.6793999,\n        \"longitude\": 11.1300498,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 287,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"176\",\n        \"cd_internal\": \"9051119972\",\n        \"name\": \"BLUESPIRIT 176 CASALECCHIO DI RENO\",\n        \"description\": \"C/O CC SHOPVILLE GRAN RENO - U 77\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CASALECCHIO DI RENO\",\n        \"address\": \"VIA MARYLIN MONROE\",\n        \"cap\": \"40033\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.casalecchio@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GRAN RENO\",\n        \"link\": \"https://www.google.com/maps/place/44.4889255,11.2500652\",\n        \"latitude\": 44.4889255,\n        \"longitude\": 11.2500652,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 280,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"177\",\n        \"cd_internal\": \"9051119982\",\n        \"name\": \"BLUESPIRIT 177 VIGNATE NEW\",\n        \"description\": \"C/O CCACQUARIO - LOC 50+51\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"VIGNATE\",\n        \"address\": \"Via Nuova Cassanese KM 10\",\n        \"cap\": \"20060\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.vignate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ACQUARIO\",\n        \"link\": \"https://www.google.com/maps/place/45.5035571,9.3705303\",\n        \"latitude\": 45.5035571,\n        \"longitude\": 9.3705303,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 286,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"178\",\n        \"cd_internal\": \"9051120015\",\n        \"name\": \"BLUESPIRIT 178 AFRAGOLA\",\n        \"description\": \"C/O CC LE PORTE DI NAPOLI - LOC 12\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"AFRAGOLA\",\n        \"address\": \"SANTA MARIA LA NOVA\",\n        \"cap\": \"80021\",\n        \"state\": \"NA\",\n        \"email\": \"bluespirit.afragola@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE PORTE DI NAPOLI\",\n        \"link\": \"https://www.google.com/maps/place/40.9330984,14.352701\",\n        \"latitude\": 40.9330984,\n        \"longitude\": 14.352701,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 290,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"179\",\n        \"cd_internal\": \"9051120071\",\n        \"name\": \"BLUESPIRIT 179 MUGNANO\",\n        \"description\": \"C/O CC MUGNANO - LOC 24\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"MUGNANO DI NAPOLI\",\n        \"address\": \"VIA P.NENNI\",\n        \"cap\": \"80018\",\n        \"state\": \"NA\",\n        \"email\": null,\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/40.9145486,14.2172731\",\n        \"latitude\": 40.9145486,\n        \"longitude\": 14.2172731,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 289,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"180\",\n        \"cd_internal\": \"9051120072\",\n        \"name\": \"BLUESPIRIT 180 GIUGLIANO\",\n        \"description\": \"PARCO COMM.GRANDE SUD - LOC 73\",\n        \"tel\": \"08118194716\",\n        \"fax\": null,\n        \"city\": \"GIUGLIANO\",\n        \"address\": \"Via Circum.zione esterna\",\n        \"cap\": \"80014\",\n        \"state\": \"NA\",\n        \"email\": \"bluespirit.giugliano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/40.9010245,14.2662435\",\n        \"latitude\": 40.9010245,\n        \"longitude\": 14.2662435,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 291,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"181\",\n        \"cd_internal\": \"9051120091\",\n        \"name\": \"BLUESPIRIT 181 POMEZIA\",\n        \"description\": \"CC SEDICI PINI - LOC 14\",\n        \"tel\": \"0683515177\",\n        \"fax\": null,\n        \"city\": \"POMEZIA\",\n        \"address\": \"Via del Mare, Km 1860\",\n        \"cap\": \"00071\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.pomezia@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.654547,12.4838459\",\n        \"latitude\": 41.654547,\n        \"longitude\": 12.4838459,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 285,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"182\",\n        \"cd_internal\": \"9051120178\",\n        \"name\": \"BLUESPIRIT 182 MANTOVA\",\n        \"description\": \"C/O CC LA FAVORITA-LOC 8-9\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"MANTOVA\",\n        \"address\": \"PIAZZALE BECCARIA\",\n        \"cap\": \"46100\",\n        \"state\": \"MN\",\n        \"email\": null,\n        \"excerpt\": \"CENTRO COMMERCIALE LA FAVORITA\",\n        \"link\": \"https://goo.gl/maps/vT8xXZghKUH2\",\n        \"latitude\": 45.1680066,\n        \"longitude\": 10.8245721,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 292,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"183\",\n        \"cd_internal\": \"9051120179\",\n        \"name\": \"BLUESPIRIT 183 CARPI\",\n        \"description\": \"C/O CC IL BORGOGIOIOSO - LOC 8\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CARPI\",\n        \"address\": \"VIALE DELL'INDUSTRIA\",\n        \"cap\": \"41012\",\n        \"state\": \"MO\",\n        \"email\": \"bluespirit.carpi@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BORGO GIOIOSO\",\n        \"link\": \"https://goo.gl/maps/Q9hu4cwT9eG2\",\n        \"latitude\": 44.78292,\n        \"longitude\": 10.8596029,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 296,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"184\",\n        \"cd_internal\": \"9051120264\",\n        \"name\": \"BLUESPIRIT 184 MELILLI\",\n        \"description\": \"C/O CC BELVEDERE - LOC 24\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"MELILLI\",\n        \"address\": \"VIALE GARRONE C.DA SPALLA\",\n        \"cap\": \"96010\",\n        \"state\": \"SR\",\n        \"email\": \"bluespirit.melilli@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BELVEDERE\",\n        \"link\": \"https://goo.gl/maps/ZNggNv46UxJ2\",\n        \"latitude\": 37.1104709,\n        \"longitude\": 15.2209611,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 50,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"416\",\n        \"cd_internal\": \"9000098598\",\n        \"name\": \"BLUESPIRIT 416 TORINO\",\n        \"description\": \"CC PORTE DI TORINO\",\n        \"tel\": \"01119385719\",\n        \"fax\": null,\n        \"city\": \"TORINO\",\n        \"address\": \"CORSO ROMANIA,\",\n        \"cap\": \"10156\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.torino2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DI TORINO\",\n        \"link\": \"https://goo.gl/maps/Stvzk2tZe4F2\",\n        \"latitude\": 45.1170208,\n        \"longitude\": 7.7137971,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 51,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"431\",\n        \"cd_internal\": \"9000098590\",\n        \"name\": \"BLUESPIRIT 431 CASTELLAMONTE\",\n        \"description\": \"CC BENNET CASTELLAMONTE\",\n        \"tel\": \"0124443362\",\n        \"fax\": null,\n        \"city\": \"CASTELLAMONTE\",\n        \"address\": \"VIA G. ROMANA,\",\n        \"cap\": \"10081\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.castellamonte@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CASTELLAMONTE\",\n        \"link\": \"https://goo.gl/maps/fy8dFHQqB4m\",\n        \"latitude\": 45.3821957,\n        \"longitude\": 7.7120966,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 52,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"490\",\n        \"cd_internal\": \"90000985S4\",\n        \"name\": \"BLUESPIRIT 490 TORINO LINGOTTO\",\n        \"description\": \"CC 8 GALLERY\",\n        \"tel\": \"01119385706\",\n        \"fax\": null,\n        \"city\": \"TORINO\",\n        \"address\": \"VIA NIZZA,\",\n        \"cap\": \"10126\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.lingotto@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE 8 GALLERY, 1\",\n        \"link\": \"https://goo.gl/maps/bVv4JuvGwLB2\",\n        \"latitude\": 45.0425377,\n        \"longitude\": 7.6711017,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 53,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"547\",\n        \"cd_internal\": \"90000985N3\",\n        \"name\": \"BLUESPIRIT 547 AOSTA\",\n        \"description\": null,\n        \"tel\": \"01651858981\",\n        \"fax\": null,\n        \"city\": \"AOSTA\",\n        \"address\": \"VIA E. AUBERT\",\n        \"cap\": \"11100\",\n        \"state\": \"AO\",\n        \"email\": \"bluespirit.aosta@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/DLUd2XGb7iC2\",\n        \"latitude\": 45.7359646,\n        \"longitude\": 7.3161175,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 31,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"574\",\n        \"cd_internal\": \"9000098518\",\n        \"name\": \"BLUESPIRIT 574 TRIESTE\",\n        \"description\": \"CC LE TORRI D'EUROPA - LOC 21\",\n        \"tel\": \"0402464233\",\n        \"fax\": null,\n        \"city\": \"TRIESTE\",\n        \"address\": \"VIA B. D'ALVIANO\",\n        \"cap\": \"34144\",\n        \"state\": \"TS\",\n        \"email\": \"bluespirit.trieste@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE TORRI D'EUROPA, 1\",\n        \"link\": \"https://goo.gl/maps/ZGoRYXf9JvN2\",\n        \"latitude\": 45.6336706,\n        \"longitude\": 13.7805496,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 54,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"594\",\n        \"cd_internal\": \"9000098596\",\n        \"name\": \"BLUESPIRIT 594 COLLEGNO\",\n        \"description\": \"CC LA CERTOSA\",\n        \"tel\": \"01119321155\",\n        \"fax\": null,\n        \"city\": \"COLLEGNO\",\n        \"address\": \"VIA SPAGNA,\",\n        \"cap\": \"10093\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.collegno@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA CERTOSA\",\n        \"link\": \"https://goo.gl/maps/rXhrTe2Fmoz\",\n        \"latitude\": 45.100871,\n        \"longitude\": 7.591958,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 108,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"595\",\n        \"cd_internal\": \"9000098594\",\n        \"name\": \"BLUESPIRIT 595 BORGOMANERO\",\n        \"description\": \"CC IPERCOOP\",\n        \"tel\": \"03221903369\",\n        \"fax\": null,\n        \"city\": \"BORGOMANERO\",\n        \"address\": \"VIA DELLA REPUBBLICA\",\n        \"cap\": \"28021\",\n        \"state\": \"NO\",\n        \"email\": \"bluespirit.borgomanero@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMERCIALE IPERCOOP\",\n        \"link\": \"https://goo.gl/maps/cpGN9Uk227y\",\n        \"latitude\": 45.7185404,\n        \"longitude\": 8.4487496,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 55,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"617\",\n        \"cd_internal\": \"90000985C2\",\n        \"name\": \"BLUESPIRIT 617 CUNEO CC AUCHAN\",\n        \"description\": \"CC GRANDE CUNEO\",\n        \"tel\": \"01711877224\",\n        \"fax\": null,\n        \"city\": \"CUNEO\",\n        \"address\": \"VIA MARGARITA\",\n        \"cap\": \"12100\",\n        \"state\": \"CN\",\n        \"email\": \"bluespirit.cuneo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GRANDE CUNEO\",\n        \"link\": \"https://goo.gl/maps/Eixak4o2iAN2\",\n        \"latitude\": 44.3928019,\n        \"longitude\": 7.5830187,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 56,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"618\",\n        \"cd_internal\": \"90000985R1\",\n        \"name\": \"BLUESPIRIT 618 CASTELLETTO TICINO\",\n        \"description\": \"CC BENNET\",\n        \"tel\": \"03311685930\",\n        \"fax\": null,\n        \"city\": \"CASTELLETTO SOPRA TICINO\",\n        \"address\": \"SS 33 DEL SEMPIONE\",\n        \"cap\": \"28053\",\n        \"state\": \"NO\",\n        \"email\": \"bluespirit.castelletto@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/p9K1Z2msBLiYNuAS6\",\n        \"latitude\": 45.720708,\n        \"longitude\": 8.613355,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 57,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"626\",\n        \"cd_internal\": \"9000098516\",\n        \"name\": \"BLUESPIRIT 626 ROMA TOR VERGATA\",\n        \"description\": \"CC CARREFOUR\",\n        \"tel\": \"0683779021\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA L. SCHIAVONETTI,\",\n        \"cap\": \"00173\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.torvergata@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CARREFOUR DI TOR VERGATA, 1\",\n        \"link\": \"https://goo.gl/maps/cBfhbD4LboTb9ccx7\",\n        \"latitude\": 41.8399022,\n        \"longitude\": 12.6217212,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 75,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"636\",\n        \"cd_internal\": \"9000098510\",\n        \"name\": \"BLUESPIRIT 636 MESAGNE\",\n        \"description\": \"CC APPIA ANTICA - LOC 50\",\n        \"tel\": \"08311793007\",\n        \"fax\": null,\n        \"city\": \"MESAGNE\",\n        \"address\": \"SS APPIA ANTICA KM 3000\",\n        \"cap\": \"72023\",\n        \"state\": \"BR\",\n        \"email\": \"bluespirit.mesagne@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MESAGNE\",\n        \"link\": \"https://goo.gl/maps/QfNDU5r3wFC2\",\n        \"latitude\": 40.580454,\n        \"longitude\": 17.837246,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 58,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"655\",\n        \"cd_internal\": \"9000098588\",\n        \"name\": \"BLUESPIRIT 655 CASELLE TORINESE\",\n        \"description\": \"CC BENNET\",\n        \"tel\": \"01119320928\",\n        \"fax\": null,\n        \"city\": \"CASELLE TORINESE\",\n        \"address\": \"VIA TORINO\",\n        \"cap\": \"10072\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.caselle@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CASELLE CENTER\",\n        \"link\": \"https://goo.gl/maps/T6jjddUL5o42\",\n        \"latitude\": 45.1677877,\n        \"longitude\": 7.654295,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 59,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"656\",\n        \"cd_internal\": \"9000098528\",\n        \"name\": \"BLUESPIRIT 656 ARMA DI TAGGIA\",\n        \"description\": \"CC LA RIVIERA SHOPVILLE\",\n        \"tel\": \"01841990336\",\n        \"fax\": null,\n        \"city\": \"ARMA DI TAGGIA\",\n        \"address\": \"VIA PRIVATA ROGGERI,\",\n        \"cap\": \"18011\",\n        \"state\": \"IM\",\n        \"email\": \"bluespirit.armaditaggia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA RIVIERA SHOPVILLE, 1\",\n        \"link\": \"https://goo.gl/maps/uvgaFH3ZQpA2\",\n        \"latitude\": 43.8375953,\n        \"longitude\": 7.8514749,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 60,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"658\",\n        \"cd_internal\": \"9000098587\",\n        \"name\": \"BLUESPIRIT 658 IVREA\",\n        \"description\": null,\n        \"tel\": \"01251932372\",\n        \"fax\": null,\n        \"city\": \"IVREA\",\n        \"address\": \"VIA PALESTRO,\",\n        \"cap\": \"10015\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.ivrea@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/5LzxgYPpahx\",\n        \"latitude\": 45.4670839,\n        \"longitude\": 7.8780181,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 61,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"662\",\n        \"cd_internal\": \"9000098530\",\n        \"name\": \"BLUESPIRIT 662 FIUMICINO\",\n        \"description\": \"CC LEONARDO - LOC 86\",\n        \"tel\": \"0495795341\",\n        \"fax\": null,\n        \"city\": \"FIUMICINO\",\n        \"address\": \"VIALE BRAMANTE\",\n        \"cap\": \"00054\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.fiumicino@bluespirit.com\",\n        \"excerpt\": \"PARCO LEONARDO\",\n        \"link\": \"https://goo.gl/maps/ExmmviLhZTT2\",\n        \"latitude\": 41.7982528,\n        \"longitude\": 12.2979922,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 109,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"668\",\n        \"cd_internal\": \"9000098532\",\n        \"name\": \"BLUESPIRIT 668 CASAMASSIMA\",\n        \"description\": \"CC CASAMASSIMA - LOTTO 25\",\n        \"tel\": \"0808895872\",\n        \"fax\": null,\n        \"city\": \"CASAMASSIMA\",\n        \"address\": \"VIA NOICATTARO\",\n        \"cap\": \"70100\",\n        \"state\": \"BA\",\n        \"email\": \"bluespirit.casamassima@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CASAMASSIMA\",\n        \"link\": \"https://goo.gl/maps/nvCJySoUwrEitgBS9\",\n        \"latitude\": 40.967477,\n        \"longitude\": 16.924563,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 110,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"669\",\n        \"cd_internal\": \"9000098559\",\n        \"name\": \"BLUESPIRIT 669 RIMINI LE BEFANE\",\n        \"description\": \"CC LE BEFANE\",\n        \"tel\": \"05411495931\",\n        \"fax\": null,\n        \"city\": \"RIMINI\",\n        \"address\": \"VIA CADUTI DI NASSIRIYA\",\n        \"cap\": \"47900\",\n        \"state\": \"RN\",\n        \"email\": \"bluespirit.rimini@bluespirit.com\",\n        \"excerpt\": \"SHOPPING CENTER LE BEFANE, 1\",\n        \"link\": \"https://goo.gl/maps/Ci4fugtKqr42\",\n        \"latitude\": 44.0401807,\n        \"longitude\": 12.587049,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 111,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"671\",\n        \"cd_internal\": \"9000098562\",\n        \"name\": \"BLUESPIRIT 671 LUGO\",\n        \"description\": \"CC IL GLOBO - LOC 24\",\n        \"tel\": \"05451772161\",\n        \"fax\": null,\n        \"city\": \"LUGO\",\n        \"address\": \"VIA FORO BOARIO\",\n        \"cap\": \"48022\",\n        \"state\": \"RA\",\n        \"email\": \"bluespirit.lugo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GLOBO\",\n        \"link\": \"https://goo.gl/maps/DFjnMwxnM2J2\",\n        \"latitude\": 44.423331,\n        \"longitude\": 11.908743,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 180,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"683\",\n        \"cd_internal\": \"90000985C8\",\n        \"name\": \"BLUESPIRIT 683 LIMBIATE\",\n        \"description\": \"CC CARREFOUR - LOC.42\",\n        \"tel\": \"0284075362\",\n        \"fax\": null,\n        \"city\": \"LIMBIATE\",\n        \"address\": \"SS527 ANG. VIA GARIBALDI\",\n        \"cap\": \"20051\",\n        \"state\": \"MB\",\n        \"email\": \"bluespirit.limbiate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CARREFOUR DI LIMBIATE\",\n        \"link\": \"https://goo.gl/maps/jSqBAhqYH7T2\",\n        \"latitude\": 45.608505,\n        \"longitude\": 9.129816,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 95,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"692\",\n        \"cd_internal\": \"90000985C9\",\n        \"name\": \"BLUESPIRIT 692 GRAVELLONA TOCE\",\n        \"description\": \"CC LE ISOLE\",\n        \"tel\": \"0323342722\",\n        \"fax\": null,\n        \"city\": \"GRAVELLONA TOCE\",\n        \"address\": \"CORSO MARCONI SNC\",\n        \"cap\": \"28883\",\n        \"state\": \"VB\",\n        \"email\": \"bluespirit.gravellonatoce@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE ISOLE\",\n        \"link\": \"https://goo.gl/maps/oMzTQRGoUBK2\",\n        \"latitude\": 45.9310024,\n        \"longitude\": 8.4359135,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 103,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"703\",\n        \"cd_internal\": \"90000985L1\",\n        \"name\": \"BLUESPIRIT 703 ROMA LA ROMANINA\",\n        \"description\": \"CC LA ROMANINA\",\n        \"tel\": \"0683912521\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA FERRI ENRICO\",\n        \"cap\": \"00173\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.romanina@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA ROMANINA, PIANO -1\",\n        \"link\": \"https://goo.gl/maps/6MpLZY3389U2\",\n        \"latitude\": 41.850973,\n        \"longitude\": 12.5989624,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 32,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"709\",\n        \"cd_internal\": \"90000985G6\",\n        \"name\": \"BLUESPIRIT 709 PIANTEDO\",\n        \"description\": \"CC FUENTES - LOC 50\",\n        \"tel\": \"0342030569\",\n        \"fax\": null,\n        \"city\": \"PIANTEDO\",\n        \"address\": \"VIA LA ROSA\",\n        \"cap\": \"23010\",\n        \"state\": \"SO\",\n        \"email\": \"bluespirit.piantedo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE FUENTES\",\n        \"link\": \"https://goo.gl/maps/ezzimhcsFSy\",\n        \"latitude\": 46.1400664,\n        \"longitude\": 9.4180979,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 76,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"710\",\n        \"cd_internal\": \"90000985G4\",\n        \"name\": \"BLUESPIRIT 710 IMOLA\",\n        \"description\": \"CC LEONARDO - LOC. K1E\",\n        \"tel\": \"05421880766\",\n        \"fax\": null,\n        \"city\": \"IMOLA\",\n        \"address\": \"VIALE AMENDOLA\",\n        \"cap\": \"40026\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.imola@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LEONARDO\",\n        \"link\": \"https://goo.gl/maps/eVTCBcYMcY52\",\n        \"latitude\": 44.3569996,\n        \"longitude\": 11.7052072,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2021-10-13T03:01:27+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 33,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"711\",\n        \"cd_internal\": \"90000985G5\",\n        \"name\": \"BLUESPIRIT 711 BELLINZAGO\",\n        \"description\": \"CC LA CORTE LOMBARDA\",\n        \"tel\": \"0249423243\",\n        \"fax\": null,\n        \"city\": \"BELLINZAGO\",\n        \"address\": \"SS PADANA SUPERIORE\",\n        \"cap\": \"20060\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.bellinzago@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA CORTE LOMBARDA, 1\",\n        \"link\": \"https://goo.gl/maps/rmc1UqiKvt42\",\n        \"latitude\": 45.5466073,\n        \"longitude\": 9.4554909,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 77,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"715\",\n        \"cd_internal\": \"90000985I3\",\n        \"name\": \"BLUESPIRIT 715 ROMA ESTLUNGHEZZA\",\n        \"description\": \"CC LUNGHEZZA - LOC 39A\",\n        \"tel\": \"0669419980\",\n        \"fax\": null,\n        \"city\": \"LUNGHEZZA\",\n        \"address\": \"VIA COLLATINA,\",\n        \"cap\": \"00132\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.lunghezza@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ROMA EST, 1\",\n        \"link\": \"https://goo.gl/maps/zLmnrarWJA92\",\n        \"latitude\": 41.91404,\n        \"longitude\": 12.661741,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 123,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"724\",\n        \"cd_internal\": \"90000985L3\",\n        \"name\": \"BLUESPIRIT 724 NUORO\",\n        \"description\": \"CC PRATOSARDO\",\n        \"tel\": \"07841821848\",\n        \"fax\": null,\n        \"city\": \"NUORO\",\n        \"address\": \"VIA ENRICO DEVOTO\",\n        \"cap\": \"08100\",\n        \"state\": \"NU\",\n        \"email\": \"bluespirit.nuoro@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PRATOSARDO, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/HejL4x5pvHv\",\n        \"latitude\": 40.3265511,\n        \"longitude\": 9.2646998,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 124,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"725\",\n        \"cd_internal\": \"90000985H7\",\n        \"name\": \"BLUESPIRIT 725 CAGLIARI\",\n        \"description\": \"CC CITTA' MERCATO MARCONI\",\n        \"tel\": \"0700951401\",\n        \"fax\": null,\n        \"city\": \"PIRRI\",\n        \"address\": \"VIA DOLIANOVA\",\n        \"cap\": \"09134\",\n        \"state\": \"CA\",\n        \"email\": \"bluespirit.cagliari@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE AUCHAN MARCONI\",\n        \"link\": \"https://goo.gl/maps/tjGxaEQJ86k\",\n        \"latitude\": 39.2484182,\n        \"longitude\": 9.134767,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2020-09-08T03:02:47+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 112,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"728\",\n        \"cd_internal\": \"90000985F4\",\n        \"name\": \"BLUESPIRIT 728 SESTO SARCA SARCA\",\n        \"description\": \"CC SARCA - LOC 237+236B\",\n        \"tel\": \"0249459572\",\n        \"fax\": null,\n        \"city\": \"SESTO SAN GIOVANNI\",\n        \"address\": \"VIA MILANESE\",\n        \"cap\": \"20099\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.sesto2@bluespirit.com\",\n        \"excerpt\": \"CENTRO SARCA\",\n        \"link\": \"https://goo.gl/maps/1LT84vHieM42\",\n        \"latitude\": 45.5298233,\n        \"longitude\": 9.2167341,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 34,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"738\",\n        \"cd_internal\": \"90000985D9\",\n        \"name\": \"BLUESPIRIT 738 PRADAMANO\",\n        \"description\": \"CC PRADAMANO SHOPPING CENTER\",\n        \"tel\": \"04321485878\",\n        \"fax\": null,\n        \"city\": \"PRADAMANO\",\n        \"address\": \"VIA NAZIONALE\",\n        \"cap\": \"33040\",\n        \"state\": \"UD\",\n        \"email\": \"bluespirit.pradamano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PRADAMANO\",\n        \"link\": \"https://goo.gl/maps/6vycnESgrDD2\",\n        \"latitude\": 46.022479,\n        \"longitude\": 13.274462,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 62,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"750\",\n        \"cd_internal\": \"90000985A8\",\n        \"name\": \"BLUESPIRIT 750 ALBENGA\",\n        \"description\": \"CC LE SERRE\",\n        \"tel\": \"01821903245\",\n        \"fax\": null,\n        \"city\": \"ALBENGA\",\n        \"address\": \"REG. BAGNOLI\",\n        \"cap\": \"17031\",\n        \"state\": \"SV\",\n        \"email\": \"bluespirit.albenga@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE SERRE\",\n        \"link\": \"https://goo.gl/maps/rKTGh7QUR8r\",\n        \"latitude\": 44.055001,\n        \"longitude\": 8.196572,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 35,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"755\",\n        \"cd_internal\": \"90000985P0\",\n        \"name\": \"BLUESPIRIT 755 BRESCIA FRECCIAROSSA\",\n        \"description\": \"CC FRECCIA ROSSA - LOC 1-R-78\",\n        \"tel\": \"0306151794\",\n        \"fax\": null,\n        \"city\": \"BRESCIA\",\n        \"address\": \"VIALE ITALIA\",\n        \"cap\": \"25126\",\n        \"state\": \"BS\",\n        \"email\": \"bluespirit.brescia2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE FRECCIA ROSSA, 1\",\n        \"link\": \"https://goo.gl/maps/NnhzHqUK2sp\",\n        \"latitude\": 45.536974,\n        \"longitude\": 10.208498,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2020-01-28T03:02:47+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 78,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"759\",\n        \"cd_internal\": \"9000098585\",\n        \"name\": \"BLUESPIRIT 759 LECCE\",\n        \"description\": \"CC CAVALLINO - LOC 20\",\n        \"tel\": \"08321592537\",\n        \"fax\": null,\n        \"city\": \"CAVALLINO\",\n        \"address\": \"ZONA IND. P.I.P. SS 16 KM 962,\",\n        \"cap\": \"73020\",\n        \"state\": \"LE\",\n        \"email\": \"bluespirit.lecce@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE DI CAVALLINO\",\n        \"link\": \"https://goo.gl/maps/bqgrryYSnW52\",\n        \"latitude\": 40.293787,\n        \"longitude\": 18.1979,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 63,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"761\",\n        \"cd_internal\": \"90000985M6\",\n        \"name\": \"BLUESPIRIT 761 CAPENA\",\n        \"description\": \"CC ARCA DI CAPENA\",\n        \"tel\": \"0669330083\",\n        \"fax\": null,\n        \"city\": \"CAPENA\",\n        \"address\": \"VIA TIBERINA KM 16400\",\n        \"cap\": \"00060\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.capena@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ARCA DI CAPENA, 1\",\n        \"link\": \"https://goo.gl/maps/FuBYd59At9G2\",\n        \"latitude\": 42.1171016,\n        \"longitude\": 12.5903328,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 125,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"763\",\n        \"cd_internal\": \"90000985H8\",\n        \"name\": \"BLUESPIRIT 763 RAGUSA\",\n        \"description\": \"CC LE MASSERIE - LOC. 24\",\n        \"tel\": \"09321613120\",\n        \"fax\": null,\n        \"city\": \"RAGUSA\",\n        \"address\": \"VIA A. GRANDI\",\n        \"cap\": \"97100\",\n        \"state\": \"RG\",\n        \"email\": \"bluespirit.ragusa@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE MASSERIE\",\n        \"link\": \"https://goo.gl/maps/tBPbFWZT2RM2\",\n        \"latitude\": 36.907292,\n        \"longitude\": 14.720667,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 79,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"767\",\n        \"cd_internal\": \"9000098538\",\n        \"name\": \"BLUESPIRIT 767 SENIGALLIA\",\n        \"description\": \"CC IL MOLINO\",\n        \"tel\": \"0719732874\",\n        \"fax\": null,\n        \"city\": \"SENIGALLIA\",\n        \"address\": \"VIA NICOLA ABBAGNANO\",\n        \"cap\": \"60019\",\n        \"state\": \"AN\",\n        \"email\": \"bluespirit.senigallia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE IPERSIMPLY SENIGALLIA\",\n        \"link\": \"https://goo.gl/maps/mxTsL3SSxbJ2\",\n        \"latitude\": 43.709407,\n        \"longitude\": 13.2093073,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 64,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"768\",\n        \"cd_internal\": \"9051104876\",\n        \"name\": \"BLUESPIRIT 768 BIELLA\",\n        \"description\": \"CC GLI ORSI\",\n        \"tel\": \"0150153492\",\n        \"fax\": null,\n        \"city\": \"BIELLA\",\n        \"address\": \"VIALE DOMENICO MODUGNO\",\n        \"cap\": \"13900\",\n        \"state\": \"BI\",\n        \"email\": \"bluespirit.biella@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GLI ORSI\",\n        \"link\": \"https://goo.gl/maps/fYhXLdUTVn42\",\n        \"latitude\": 45.5478542,\n        \"longitude\": 8.0770201,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 15,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"770\",\n        \"cd_internal\": \"9051105013\",\n        \"name\": \"BLUESPIRIT 770 CARUGATE\",\n        \"description\": \"CC CAROSELLO - BOX 8E\",\n        \"tel\": \"0249424364\",\n        \"fax\": null,\n        \"city\": \"CARUGATE\",\n        \"address\": \"STRADA PROV. KM 2\",\n        \"cap\": \"20061\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.carugate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CARUGATE\",\n        \"link\": \"https://goo.gl/maps/y447nvnWp112\",\n        \"latitude\": 45.5458316,\n        \"longitude\": 9.329793,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 65,\n        \"banner\": \"JO\",\n        \"cd_neg\": \"779\",\n        \"cd_internal\": \"9051105337\",\n        \"name\": \"JOYE 779 BIELLA\",\n        \"description\": \"CC GLI ORSI\",\n        \"tel\": \"0150153292\",\n        \"fax\": null,\n        \"city\": \"BIELLA\",\n        \"address\": \"VIALE DOMENICO MODUGNO\",\n        \"cap\": \"13900\",\n        \"state\": \"BI\",\n        \"email\": \"joye.biella@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GLI ORSI\",\n        \"link\": \"https://goo.gl/maps/j3vQbCdYjM62\",\n        \"latitude\": 45.5478542,\n        \"longitude\": 8.0770201,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-03-11T03:01:20+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/joy@2x.png\"\n    },\n    {\n        \"id\": 36,\n        \"banner\": \"JO\",\n        \"cd_neg\": \"818\",\n        \"cd_internal\": \"9051105338\",\n        \"name\": \"JOYE 818 SESTO SARCA\",\n        \"description\": \"CC SARCA\",\n        \"tel\": \"0238232491\",\n        \"fax\": null,\n        \"city\": \"SESTO SAN GIOVANNI\",\n        \"address\": \"VIA MILANESE SNC\",\n        \"cap\": \"20099\",\n        \"state\": \"MI\",\n        \"email\": \"joye.sesto@bluespirit.com\",\n        \"excerpt\": \"CENTRO SARCA, 2\",\n        \"link\": \"https://goo.gl/maps/S4h5TDzmakM2\",\n        \"latitude\": 45.528886,\n        \"longitude\": 9.217797,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/joy@2x.png\"\n    },\n    {\n        \"id\": 2,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"836\",\n        \"cd_internal\": \"9051105462\",\n        \"name\": \"BLUESPIRIT 836 SAN DONA' DI PIAVE\",\n        \"description\": \"CC CENTRO PIAVE\",\n        \"tel\": \"04211634045\",\n        \"fax\": null,\n        \"city\": \"SAN DONA' DI PIAVE\",\n        \"address\": \"Via Iseo\",\n        \"cap\": \"30027\",\n        \"state\": \"VE\",\n        \"email\": \"bluespirit.sandonadipiave@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO PIAVE\",\n        \"link\": \"https://goo.gl/maps/YQQphFQbxUm\",\n        \"latitude\": 45.622623,\n        \"longitude\": 12.5721209,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 25,\n        \"banner\": \"JO\",\n        \"cd_neg\": \"837\",\n        \"cd_internal\": \"9051105463\",\n        \"name\": \"JOYE 837 APRILIA\",\n        \"description\": \"CC APRILIA 2\",\n        \"tel\": \"0686931525\",\n        \"fax\": \"06/92858016\",\n        \"city\": \"APRILIA - LOC. VALLELATA\",\n        \"address\": \"VIA PONTINA - SS148\",\n        \"cap\": \"04011\",\n        \"state\": \"LT\",\n        \"email\": \"joye.aprilia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE APRILIA 2\",\n        \"link\": \"https://goo.gl/maps/AYFb168p3e22\",\n        \"latitude\": 41.5931,\n        \"longitude\": 12.62787,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/joy@2x.png\"\n    },\n    {\n        \"id\": 37,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"838\",\n        \"cd_internal\": \"9051105629\",\n        \"name\": \"BLUESPIRIT 838 MUGGIA\",\n        \"description\": \"CC MONTEDORO FREETIME - BOX36\",\n        \"tel\": \"0402450416\",\n        \"fax\": null,\n        \"city\": \"MUGGIA\",\n        \"address\": \"VIA FLAVIA DI STRAMARE\",\n        \"cap\": \"34015\",\n        \"state\": \"TS\",\n        \"email\": \"bluespirit.muggia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MONTEDORO, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/2fWDN6Z5Agt\",\n        \"latitude\": 45.593369,\n        \"longitude\": 13.807506,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 126,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"840\",\n        \"cd_internal\": \"9051106023\",\n        \"name\": \"BLUESPIRIT 840 GRAVINA\",\n        \"description\": \"CC KATANE' - LOC 18\",\n        \"tel\": \"09516930622\",\n        \"fax\": null,\n        \"city\": \"GRAVINA DI CATANIA\",\n        \"address\": \"VIA QUASIMODO,\",\n        \"cap\": \"95030\",\n        \"state\": \"CT\",\n        \"email\": \"bluespirit.gravina@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE KATAN\",\n        \"link\": \"https://goo.gl/maps/UcD6MmrAFiN2\",\n        \"latitude\": 37.551635,\n        \"longitude\": 15.068953,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 127,\n        \"banner\": \"JO\",\n        \"cd_neg\": \"841\",\n        \"cd_internal\": \"9051106024\",\n        \"name\": \"JOYE 841 GRAVINA\",\n        \"description\": \"CC KATANE' - LOC 29\",\n        \"tel\": \"0956732703\",\n        \"fax\": null,\n        \"city\": \"GRAVINA DI CATANIA\",\n        \"address\": \"VIA QUASIMODO,1\",\n        \"cap\": \"95030\",\n        \"state\": \"CT\",\n        \"email\": \"joye.gravina@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE KATAN\",\n        \"link\": \"https://goo.gl/maps/XziXoR2ZEdR2\",\n        \"latitude\": 37.5516229,\n        \"longitude\": 15.0685386,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/joy@2x.png\"\n    },\n    {\n        \"id\": 38,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"842\",\n        \"cd_internal\": \"9051106205\",\n        \"name\": \"BLUESPIRIT 842 PORTOGRUARO\",\n        \"description\": \"CC ADRIATICO - BOX 45/47\",\n        \"tel\": \"04211773341\",\n        \"fax\": null,\n        \"city\": \"PORTOGRUARO\",\n        \"address\": \"VIA PRATIGUORI,\",\n        \"cap\": \"30026\",\n        \"state\": \"VE\",\n        \"email\": \"bluespirit.portogruaro@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ADRIATICO 2\",\n        \"link\": \"https://goo.gl/maps/M2dQfHNGwz42\",\n        \"latitude\": 45.7915217,\n        \"longitude\": 12.8170171,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2020-10-16T03:02:55+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 80,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"843\",\n        \"cd_internal\": \"9051106206\",\n        \"name\": \"BLUESPIRIT 843 FAENZA MAIOLICHE\",\n        \"description\": \"CC LE MAIOLICHE\",\n        \"tel\": \"05461914668\",\n        \"fax\": null,\n        \"city\": \"FAENZA\",\n        \"address\": \"VIA BISAURA\",\n        \"cap\": \"48018\",\n        \"state\": \"RA\",\n        \"email\": \"bluespirit.faenza3@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE MAIOLICHE\",\n        \"link\": \"https://goo.gl/maps/u8oGhRc7X3z\",\n        \"latitude\": 44.327703,\n        \"longitude\": 11.902952,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 3,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"868\",\n        \"cd_internal\": \"9051108106\",\n        \"name\": \"BLUESPIRIT 868 CONEGLIANO\",\n        \"description\": \"CC CONE'\",\n        \"tel\": \"04381791818\",\n        \"fax\": null,\n        \"city\": \"LOCALITA PORTA SAN GIUSEPPE - CONEG\",\n        \"address\": \"VIA MOLISE SNC - LOC. PORTA SAN GIU\",\n        \"cap\": \"31015\",\n        \"state\": \"TV\",\n        \"email\": \"bluespirit.conegliano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CON\",\n        \"link\": \"https://goo.gl/maps/ofdcHH6ecQK2\",\n        \"latitude\": 45.878809,\n        \"longitude\": 12.314858,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 129,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"869\",\n        \"cd_internal\": \"9051108107\",\n        \"name\": \"BLUESPIRIT 869 PALERMO TORRE\",\n        \"description\": \"CC LA TORRE\",\n        \"tel\": \"0912733600\",\n        \"fax\": null,\n        \"city\": \"PALERMO\",\n        \"address\": \"VIA ASSORO\",\n        \"cap\": \"90145\",\n        \"state\": \"PA\",\n        \"email\": \"bluespirit.palermo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA TORRE\",\n        \"link\": \"https://goo.gl/maps/QxJLYzMBCAz\",\n        \"latitude\": 38.1336746,\n        \"longitude\": 13.3017497,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 11,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"871\",\n        \"cd_internal\": \"90000985Q8\",\n        \"name\": \"BLUESPIRIT 871 ROMA TERMINI\",\n        \"description\": \"FORUM STAZIONE TERMINI\",\n        \"tel\": \"0683912513\",\n        \"fax\": null,\n        \"city\": \"ROMA TERMINI\",\n        \"address\": \"VIA GIOLITTI GIOVANNI\",\n        \"cap\": \"00185\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.termini@bluespirit.com\",\n        \"excerpt\": \"FORUM STAZIONE TERMINI\",\n        \"link\": \"https://goo.gl/maps/ifzUrzCvRtH2\",\n        \"latitude\": 41.9010032,\n        \"longitude\": 12.5019037,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 4,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"872\",\n        \"cd_internal\": \"9051108142\",\n        \"name\": \"BLUESPIRIT 872 MILANO STAZIONE\",\n        \"description\": \"STAZIONE CENTRALE - LOC T50\",\n        \"tel\": \"0249427629\",\n        \"fax\": null,\n        \"city\": \"MILANO\",\n        \"address\": \"PIAZZA DUCA D'AOSTA\",\n        \"cap\": \"20124\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.milano@bluespirit.com\",\n        \"excerpt\": \"STAZIONE CENTRALE\",\n        \"link\": \"https://goo.gl/maps/5h5hGVBtAP92\",\n        \"latitude\": 45.4847453,\n        \"longitude\": 9.2021747,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-10-04T16:01:24+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 81,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"875\",\n        \"cd_internal\": \"9051108248\",\n        \"name\": \"BLUESPIRIT 875 FORLI'\",\n        \"description\": \"CC PUNTA DI FERRO - LOC 58\",\n        \"tel\": \"0543032418\",\n        \"fax\": null,\n        \"city\": \"FORLI\",\n        \"address\": \"PIAZZA DELLA COOPERAZIONE,\",\n        \"cap\": \"47122\",\n        \"state\": \"FC\",\n        \"email\": \"bluespirit.forli@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PUNTA DI FERRO\",\n        \"link\": \"https://goo.gl/maps/RDux1audbe22\",\n        \"latitude\": 44.2449301,\n        \"longitude\": 12.0814397,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 16,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"876\",\n        \"cd_internal\": \"9051108249\",\n        \"name\": \"BLUESPIRIT 876 PARMA\",\n        \"description\": \"CC EUROSIA - LOC 4\",\n        \"tel\": \"05211564746\",\n        \"fax\": null,\n        \"city\": \"PARMA\",\n        \"address\": \"STRADA TRAVERSETOLO,\",\n        \"cap\": \"43123\",\n        \"state\": \"PR\",\n        \"email\": \"bluespirit.parma@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE EUROSIA\",\n        \"link\": \"https://goo.gl/maps/rHVAB6T8rZ22\",\n        \"latitude\": 44.7839007,\n        \"longitude\": 10.3424188,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 113,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"877\",\n        \"cd_internal\": \"90000985P3\",\n        \"name\": \"BLUESPIRIT 877 CINECITTA'\",\n        \"description\": \"CC CINECITTA' 2 - BOX 38\",\n        \"tel\": \"0683526499\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA PALMIRO TOGLIATTI\",\n        \"cap\": \"00174\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.cinecitta@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CINECITT\",\n        \"link\": \"https://goo.gl/maps/7h8mpKaAdbG2\",\n        \"latitude\": 41.8527537,\n        \"longitude\": 12.5710379,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-03-14T03:01:12+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 39,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"878\",\n        \"cd_internal\": \"90000985B2\",\n        \"name\": \"BLUESPIRIT 878 MILANO BUENOS AIRES\",\n        \"description\": null,\n        \"tel\": \"0297805874\",\n        \"fax\": null,\n        \"city\": \"MILANO\",\n        \"address\": \"CORSO BUENOS AIRES,58\",\n        \"cap\": \"20124\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.milanoba@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/p4XCxig7zp62\",\n        \"latitude\": 45.4803842,\n        \"longitude\": 9.2109651,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-08-29T03:01:24+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 130,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"882\",\n        \"cd_internal\": \"9051109485\",\n        \"name\": \"BLUESPIRIT 882 PALERMO FORUM\",\n        \"description\": \"CC PALERMO FORUM\",\n        \"tel\": \"0912741733\",\n        \"fax\": null,\n        \"city\": \"ROCCELLA\",\n        \"address\": \"VIA PECORAINO\",\n        \"cap\": \"90100\",\n        \"state\": \"PA\",\n        \"email\": \"bluespirit.palermoforum@bluespirit.com\",\n        \"excerpt\": \"CC PALERMO FORUM\",\n        \"link\": \"https://goo.gl/maps/hE5HK7gQpNy\",\n        \"latitude\": 38.0901425,\n        \"longitude\": 13.409747,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 82,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"883\",\n        \"cd_internal\": \"9051108888\",\n        \"name\": \"BLUESPIRIT 883 TORINO STADIO\",\n        \"description\": \"CC AREA12\",\n        \"tel\": \"01119385696\",\n        \"fax\": null,\n        \"city\": \"TORINO\",\n        \"address\": \"STRADA ALTESSANO - AREA 12\",\n        \"cap\": \"10100\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.torinostadio@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE AREA 12\",\n        \"link\": \"https://goo.gl/maps/9cdLbbtVBd42\",\n        \"latitude\": 45.110217,\n        \"longitude\": 7.644211,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 40,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"884\",\n        \"cd_internal\": \"9051109065\",\n        \"name\": \"BLUESPIRIT 884 PESCHIERABORROMEO\",\n        \"description\": \"CC GALLERIA BORROMEA - LOC 97\",\n        \"tel\": \"0495795372\",\n        \"fax\": null,\n        \"city\": \"PESCHIERA BORROMEO\",\n        \"address\": \"Via Liberazione\",\n        \"cap\": \"20068\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.peschiera@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GALLERIA BORROMEA\",\n        \"link\": \"https://goo.gl/maps/Txwih79zfMq\",\n        \"latitude\": 45.423438,\n        \"longitude\": 9.293839,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 131,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"886\",\n        \"cd_internal\": \"9051109066\",\n        \"name\": \"BLUESPIRIT 886 QUARTU\",\n        \"description\": \"CC LE VELE - LOC 6BIS\",\n        \"tel\": \"0707326013\",\n        \"fax\": null,\n        \"city\": \"QUARTUCCIU\",\n        \"address\": \"VIA DELLE SERRE S.N.C.\",\n        \"cap\": \"09044\",\n        \"state\": \"CA\",\n        \"email\": \"bluespirit.quartu@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE VELE\",\n        \"link\": \"https://goo.gl/maps/6JsmCYhrQPy\",\n        \"latitude\": 39.2441652,\n        \"longitude\": 9.1662241,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 96,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"887\",\n        \"cd_internal\": \"9051109261\",\n        \"name\": \"BLUESPIRIT 887 PAVIA\",\n        \"description\": \"CC CARREFOUR - LOC 13\",\n        \"tel\": \"03821470116\",\n        \"fax\": null,\n        \"city\": \"PAVIA\",\n        \"address\": \"VIA VIGENTINA, ANGOLO VIA CASSANI,\",\n        \"cap\": \"27100\",\n        \"state\": \"PV\",\n        \"email\": \"bluespirit.pavia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CARREFOUR\",\n        \"link\": \"https://goo.gl/maps/sPuVi59ifUx\",\n        \"latitude\": 45.2239588,\n        \"longitude\": 9.1782445,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 83,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"893\",\n        \"cd_internal\": \"9051109566\",\n        \"name\": \"BLUESPIRIT 893 POMPEI CARTIERA\",\n        \"description\": \"CC CARTIERA\",\n        \"tel\": \"08118383629\",\n        \"fax\": null,\n        \"city\": \"POMPEI\",\n        \"address\": \"VIA MACELLO SNC\",\n        \"cap\": \"80045\",\n        \"state\": \"NA\",\n        \"email\": \"bluespirit.pompeicartiera@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CARTIERA, 1\",\n        \"link\": \"https://goo.gl/maps/h47w662NftT2\",\n        \"latitude\": 40.7415539,\n        \"longitude\": 14.5026797,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 84,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"894\",\n        \"cd_internal\": \"9051109716\",\n        \"name\": \"BLUESPIRIT 894 CREMONA\",\n        \"description\": \"CC CREMONA PO - LOC 31\",\n        \"tel\": \"03721877247\",\n        \"fax\": null,\n        \"city\": \"CREMONA\",\n        \"address\": \"VIA CASTELLEONE,\",\n        \"cap\": \"26100\",\n        \"state\": \"CR\",\n        \"email\": \"bluespirit.cremona@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CREMONA PO, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/i31Z5QRzUwy\",\n        \"latitude\": 45.150381,\n        \"longitude\": 9.997754,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 12,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"895\",\n        \"cd_internal\": \"9051109809\",\n        \"name\": \"BLUESPIRIT 895 PORTADIROMANEW\",\n        \"description\": \"CC PORTA DI ROMA\",\n        \"tel\": \"0669365059\",\n        \"fax\": null,\n        \"city\": \"BUFALOTTA\",\n        \"address\": \"VIA ALBERTO LIONELLO\",\n        \"cap\": \"00138\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.portadiroma2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DI ROMA\",\n        \"link\": \"https://goo.gl/maps/cpp8SYCW2W72\",\n        \"latitude\": 41.970427,\n        \"longitude\": 12.539886,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 97,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"896\",\n        \"cd_internal\": \"9051109810\",\n        \"name\": \"BLUESPIRIT 896 S.MARTINOSICCOMARIO\",\n        \"description\": \"CC SAN MARTINO\",\n        \"tel\": \"03821470324\",\n        \"fax\": null,\n        \"city\": \"San Martino Siccomario\",\n        \"address\": \"STRADA PROV.LE PER MORTARA SNC\",\n        \"cap\": \"27028\",\n        \"state\": \"PV\",\n        \"email\": \"bluespirit.sanmartino@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SAN MARTINO\",\n        \"link\": \"https://goo.gl/maps/fmSJfnma8482\",\n        \"latitude\": 45.1527907,\n        \"longitude\": 9.1238868,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2020-11-05T03:03:03+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 23,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"897\",\n        \"cd_internal\": \"9051110104\",\n        \"name\": \"BLUESPIRIT 897 CREMA\",\n        \"description\": \"CC GRAND RONDO' - LOC 33\",\n        \"tel\": \"0373476733\",\n        \"fax\": null,\n        \"city\": \"CREMA\",\n        \"address\": \"VIA G. LA PIRA\",\n        \"cap\": \"26013\",\n        \"state\": \"CR\",\n        \"email\": \"bluespirit.crema@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GRAND ROND\",\n        \"link\": \"https://goo.gl/maps/5PhWAFxQqp32\",\n        \"latitude\": 45.3585653,\n        \"longitude\": 9.667016,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 5,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"900\",\n        \"cd_internal\": \"9051110175\",\n        \"name\": \"BLUESPIRIT 900 VIMODRONE\",\n        \"description\": \"CC VIMODRONE\",\n        \"tel\": \"0249445702\",\n        \"fax\": null,\n        \"city\": \"VIMODRONE\",\n        \"address\": \"STRADA STATALE PADANA SUPERIORE KM\",\n        \"cap\": \"20090\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.vimodrone@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE AUCHAN\",\n        \"link\": \"https://goo.gl/maps/fHER5KeF2cv\",\n        \"latitude\": 45.5115337,\n        \"longitude\": 9.3022261,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 85,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"905\",\n        \"cd_internal\": \"9051110401\",\n        \"name\": \"BLUESPIRIT 905 FIRENZE I GIGLI\",\n        \"description\": \"CC I GIGLI\",\n        \"tel\": \"0550202643\",\n        \"fax\": null,\n        \"city\": \"CAMPI BISENZIO\",\n        \"address\": \"VIA S. QUIRICO,\",\n        \"cap\": \"50013\",\n        \"state\": \"FI\",\n        \"email\": \"bluespirit.firenzegigli@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE I GIGLI\",\n        \"link\": \"https://goo.gl/maps/n5fMFVmuNQq\",\n        \"latitude\": 43.8470438,\n        \"longitude\": 11.1431458,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 114,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"906\",\n        \"cd_internal\": \"9051110414\",\n        \"name\": \"BLUESPIRIT 906 MONFALCONE\",\n        \"description\": \"CC BELFORTE - LOC 4\",\n        \"tel\": \"0481066115\",\n        \"fax\": null,\n        \"city\": \"MONFALCONE\",\n        \"address\": \"VIA POCAR,\",\n        \"cap\": \"34074\",\n        \"state\": \"GO\",\n        \"email\": \"bluespirit.monfalcone@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BELFORTE\",\n        \"link\": \"https://goo.gl/maps/Vn7mBDAeZHR2\",\n        \"latitude\": 45.817687,\n        \"longitude\": 13.5121981,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 86,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"908\",\n        \"cd_internal\": \"9051110525\",\n        \"name\": \"BLUESPIRIT 908 MOLFETTA\",\n        \"description\": \"CC LA MONGOLFIERA\",\n        \"tel\": \"0808896027\",\n        \"fax\": null,\n        \"city\": \"MOLFETTA\",\n        \"address\": \"VIA A. OLIVETTI\",\n        \"cap\": \"70056\",\n        \"state\": \"BA\",\n        \"email\": \"bluespirit.molfetta@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA MONGOLFIERA\",\n        \"link\": \"https://goo.gl/maps/Vrr22rokFHt\",\n        \"latitude\": 41.206135,\n        \"longitude\": 16.554268,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 41,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"909\",\n        \"cd_internal\": \"9051110526\",\n        \"name\": \"BLUESPIRIT 909 THIENE\",\n        \"description\": \"CC THIENE\",\n        \"tel\": \"04451652139\",\n        \"fax\": null,\n        \"city\": \"THIENE\",\n        \"address\": \"VIA DEL TERZIARIO,\",\n        \"cap\": \"36016\",\n        \"state\": \"VI\",\n        \"email\": \"bluespirit.thiene@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE THIENE\",\n        \"link\": \"https://goo.gl/maps/wwyJL9cAhSo\",\n        \"latitude\": 45.694733,\n        \"longitude\": 11.480653,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 98,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"910\",\n        \"cd_internal\": \"9051110527\",\n        \"name\": \"BLUESPIRIT 910 CAMERANO\",\n        \"description\": \"CC GROTTE CENTER\",\n        \"tel\": \"0719737348\",\n        \"fax\": null,\n        \"city\": \"CAMERANO\",\n        \"address\": \"VIA CAMERANO DEL CAMPO D'AVIAZIONE,\",\n        \"cap\": \"60021\",\n        \"state\": \"AN\",\n        \"email\": \"bluespirit.camerano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GROTTE CENTER\",\n        \"link\": \"https://goo.gl/maps/Q7bGMDdzxi92\",\n        \"latitude\": 43.5222907,\n        \"longitude\": 13.5247723,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 21,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"911\",\n        \"cd_internal\": \"9051110545\",\n        \"name\": \"BLUESPIRIT 911 ROZZANO\",\n        \"description\": \"CC FIORDALISO\",\n        \"tel\": \"02494427090\",\n        \"fax\": null,\n        \"city\": \"ROZZANO\",\n        \"address\": \"VIA EUGENIO CURIEL,\",\n        \"cap\": \"20089\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.rozzano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE FIORDALISO\",\n        \"link\": \"https://goo.gl/maps/DtYRtxKcxMP2\",\n        \"latitude\": 45.3926715,\n        \"longitude\": 9.1763149,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2020-06-10T03:02:36+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 132,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"912\",\n        \"cd_internal\": \"9051110602\",\n        \"name\": \"BLUESPIRIT 912 CARINI\",\n        \"description\": \"CC POSEIDON\",\n        \"tel\": \"0917479915\",\n        \"fax\": null,\n        \"city\": \"CARINI\",\n        \"address\": \"CONTRADA CARINI\",\n        \"cap\": \"90044\",\n        \"state\": \"PA\",\n        \"email\": \"bluespirit.carini@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE POSEIDON\",\n        \"link\": \"https://goo.gl/maps/mLqxHN5PPay\",\n        \"latitude\": 38.1737406,\n        \"longitude\": 13.2185698,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-14T03:02:23+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 99,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"915\",\n        \"cd_internal\": \"9051110678\",\n        \"name\": \"BLUESPIRIT 915 APRILIA\",\n        \"description\": \"CC APRILIA 2\",\n        \"tel\": \"0686930924\",\n        \"fax\": null,\n        \"city\": \"APRILIA\",\n        \"address\": \"VIA RISERVA NUOVA - SS148\",\n        \"cap\": \"04011\",\n        \"state\": \"LT\",\n        \"email\": \"bluespirit.aprilia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE APRILIA 2\",\n        \"link\": \"https://goo.gl/maps/cJVS43JjjLU2\",\n        \"latitude\": 41.593092,\n        \"longitude\": 12.62787,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 100,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"917\",\n        \"cd_internal\": \"9051110922\",\n        \"name\": \"BLUESPIRIT 917 LIVORNO NEW\",\n        \"description\": \"CC LE FONTI DEL CORALLO - LOC 47\",\n        \"tel\": \"05861584686\",\n        \"fax\": null,\n        \"city\": \"LIVORNO\",\n        \"address\": \"VIA GINO GRAZIANI\",\n        \"cap\": \"57121\",\n        \"state\": \"LI\",\n        \"email\": \"bluespirit.livorno2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE FONTI DEL CORALLO\",\n        \"link\": \"https://goo.gl/maps/ZgP9cJsR4fp\",\n        \"latitude\": 43.5510301,\n        \"longitude\": 10.3419064,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 20,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"918\",\n        \"cd_internal\": \"9051110923\",\n        \"name\": \"BLUESPIRIT 918 GRUGLIASCO NEW\",\n        \"description\": \"CC SHOPVILLE LE GRU - LOC 28\",\n        \"tel\": \"01119019844\",\n        \"fax\": null,\n        \"city\": \"GRUGLIASCO\",\n        \"address\": \"VIA CREA\",\n        \"cap\": \"10095\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.grugliasco2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE GRU\",\n        \"link\": \"https://goo.gl/maps/SchEVr474262\",\n        \"latitude\": 45.054958,\n        \"longitude\": 7.61238,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 24,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"919\",\n        \"cd_internal\": \"9051110924\",\n        \"name\": \"BLUESPIRIT 919 MARCIANISE NEW\",\n        \"description\": \"CC CAMPANIA - LOC TA29\",\n        \"tel\": \"08231253662\",\n        \"fax\": null,\n        \"city\": \"MARCIANISE\",\n        \"address\": \"SS SANNITICA\",\n        \"cap\": \"81025\",\n        \"state\": \"CE\",\n        \"email\": \"bluespirit.marcianise@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CAMPANIA, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/ebYtkJi8GLt\",\n        \"latitude\": 41.0050264,\n        \"longitude\": 14.3285322,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 87,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"920\",\n        \"cd_internal\": \"9051110925\",\n        \"name\": \"BLUESPIRIT 920 COMACCHIO\",\n        \"description\": \"CC LE LE VALLI - LOC 38\",\n        \"tel\": \"0533671885\",\n        \"fax\": null,\n        \"city\": \"COMACCHIO\",\n        \"address\": \"VIA VALLE ISOLA,\",\n        \"cap\": \"44022\",\n        \"state\": \"FE\",\n        \"email\": \"bluespirit.comacchio@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE VALLI\",\n        \"link\": \"https://goo.gl/maps/hvCzVpZk8ds\",\n        \"latitude\": 44.694702,\n        \"longitude\": 12.220883,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 6,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"921\",\n        \"cd_internal\": \"9051110982\",\n        \"name\": \"BLUESPIRIT 921 MONZA\",\n        \"description\": \"CC RONDO' DEI PINI\",\n        \"tel\": \"0395158733\",\n        \"fax\": null,\n        \"city\": \"MONZA\",\n        \"address\": \"VIA LARIO\",\n        \"cap\": \"20900\",\n        \"state\": \"MB\",\n        \"email\": \"bluespirit.monza@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE RONDO' DEI PINI\",\n        \"link\": \"https://goo.gl/maps/c5RhYhZV1Ro\",\n        \"latitude\": 45.589735,\n        \"longitude\": 9.247852,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 115,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"924\",\n        \"cd_internal\": \"9051111087\",\n        \"name\": \"BLUESPIRIT 924 TARANTO\",\n        \"description\": \"CC AUCHAN - LOC 46\",\n        \"tel\": \"0996616144\",\n        \"fax\": null,\n        \"city\": \"TARANTO\",\n        \"address\": \"VIA PER SAN GIORGIO JONICO\",\n        \"cap\": \"74121\",\n        \"state\": \"TA\",\n        \"email\": \"bluespirit.taranto@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DELLO JONIO\",\n        \"link\": \"https://goo.gl/maps/8dKEnRFReZ12\",\n        \"latitude\": 40.461406,\n        \"longitude\": 17.300034,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2021-05-11T03:01:12+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 133,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"925\",\n        \"cd_internal\": \"9051111120\",\n        \"name\": \"BLUESPIRIT 925 RENDE\",\n        \"description\": \"CC METROPOLIS\",\n        \"tel\": \"09841524566\",\n        \"fax\": null,\n        \"city\": \"RENDE\",\n        \"address\": \"VIA KENNEDY\",\n        \"cap\": \"87036\",\n        \"state\": \"CS\",\n        \"email\": \"bluespirit.rende@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE METROPOLIS\",\n        \"link\": \"https://goo.gl/maps/jwpGou2LFJP2\",\n        \"latitude\": 39.3276,\n        \"longitude\": 16.242115,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 42,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"927\",\n        \"cd_internal\": \"9051111383\",\n        \"name\": \"BLUESPIRIT 927 FIUME VENETO NEW\",\n        \"description\": \"CC EMISFERO - LOC 36\",\n        \"tel\": \"04341706065\",\n        \"fax\": null,\n        \"city\": \"FIUME VENETO\",\n        \"address\": \"VIA MAESTRI DEL LAVORO\",\n        \"cap\": \"33080\",\n        \"state\": \"PN\",\n        \"email\": \"bluespirit.fiumeveneto@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE EMISFERO\",\n        \"link\": \"https://goo.gl/maps/FAqe4xhvbH22\",\n        \"latitude\": 45.945322,\n        \"longitude\": 12.726773,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 7,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"928\",\n        \"cd_internal\": \"9051111385\",\n        \"name\": \"BLUESPIRIT 928 VICENZA\",\n        \"description\": \"CC EMISFERO PALLADIO - LOC 12\",\n        \"tel\": \"04441320832\",\n        \"fax\": null,\n        \"city\": \"VICENZA\",\n        \"address\": \"STRADA PADANA VERSO PADOVA\",\n        \"cap\": \"36100\",\n        \"state\": \"VI\",\n        \"email\": \"bluespirit.vicenza@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PALLADIO, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/puZuAke2ZgK2\",\n        \"latitude\": 45.5291436,\n        \"longitude\": 11.5975894,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 43,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"930\",\n        \"cd_internal\": \"9051111387\",\n        \"name\": \"BLUESPIRIT 930 UDINE\",\n        \"description\": \"CC CITTA' FIERA - LOC 19\",\n        \"tel\": \"04321718027\",\n        \"fax\": null,\n        \"city\": \"TORREANO DI MARTIGNACCO\",\n        \"address\": \"VIA ANTONIO BARDELLI\",\n        \"cap\": \"33035\",\n        \"state\": \"UD\",\n        \"email\": \"bluespirit.udine@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CITTA FIERA, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/xfh7eASKFz62\",\n        \"latitude\": 46.0847641,\n        \"longitude\": 13.1825631,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 116,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"931\",\n        \"cd_internal\": \"9051111428\",\n        \"name\": \"BLUESPIRIT 931 MARGHERA\",\n        \"description\": \"CC NAVE DE VERO - LOC 44\",\n        \"tel\": \"0412431034\",\n        \"fax\": null,\n        \"city\": \"MARGHERA\",\n        \"address\": \"VIA P. ARDUINO SNC\",\n        \"cap\": \"30175\",\n        \"state\": \"VE\",\n        \"email\": \"bluespirit.marghera@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE NAVE DE VERO, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/MwXGZFC8boP2\",\n        \"latitude\": 45.4597144,\n        \"longitude\": 12.2139965,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 27,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"933\",\n        \"cd_internal\": \"9051111583\",\n        \"name\": \"BLUESPIRIT 933 MODENA\",\n        \"description\": \"CC GRANDEMILIA - LOC 68+95+96\",\n        \"tel\": \"0597113625\",\n        \"fax\": null,\n        \"city\": \"MODENA\",\n        \"address\": \"VIA EMILIA OVEST\",\n        \"cap\": \"41100\",\n        \"state\": \"MO\",\n        \"email\": \"bluespirit.modena@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GRANDEMILIA, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/PvFZCZ38NYw\",\n        \"latitude\": 44.648607,\n        \"longitude\": 10.854318,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 104,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"934\",\n        \"cd_internal\": \"9051111658\",\n        \"name\": \"BLUESPIRIT 934 FERRARA\",\n        \"description\": \"CC IL CASTELLO - LOC 86\",\n        \"tel\": \"05321827422\",\n        \"fax\": null,\n        \"city\": \"FERRARA\",\n        \"address\": \"VIA GIUSTI\",\n        \"cap\": \"44124\",\n        \"state\": \"FE\",\n        \"email\": \"bluespirit.ferrara@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE IL CASTELLO\",\n        \"link\": \"https://goo.gl/maps/4SaaKXN27W62\",\n        \"latitude\": 44.816045,\n        \"longitude\": 11.607139,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 8,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"937\",\n        \"cd_internal\": \"9051112083\",\n        \"name\": \"BLUESPIRIT 937 ORIO NEW\",\n        \"description\": \"CC ORIO CENTER - LOC 64\",\n        \"tel\": \"0350034342\",\n        \"fax\": null,\n        \"city\": \"ORIO AL SERIO\",\n        \"address\": \"VIA PORTICO\",\n        \"cap\": \"24050\",\n        \"state\": \"BG\",\n        \"email\": \"bluespirit.orio2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ORIO CENTER, PRIMO PIANO\",\n        \"link\": \"https://goo.gl/maps/8wS7p2vdL5L2\",\n        \"latitude\": 45.6637286,\n        \"longitude\": 9.6928375,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 66,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"939\",\n        \"cd_internal\": \"9051112134\",\n        \"name\": \"BLUESPIRIT 939 CURNO NEW\",\n        \"description\": \"CC CURNO - LOC 15\",\n        \"tel\": \"0350047362\",\n        \"fax\": null,\n        \"city\": \"CURNO\",\n        \"address\": \"VIA E. FERMI\",\n        \"cap\": \"24035\",\n        \"state\": \"BG\",\n        \"email\": \"bluespirit.curno2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CURNO\",\n        \"link\": \"https://goo.gl/maps/UE2nBtnNGV32\",\n        \"latitude\": 45.682852,\n        \"longitude\": 9.610727,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 88,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"940\",\n        \"cd_internal\": \"9051112133\",\n        \"name\": \"BLUESPIRIT 940 CHIETI NEW\",\n        \"description\": \"CC MEGALO' - LOC 55\",\n        \"tel\": \"0871453967\",\n        \"fax\": null,\n        \"city\": \"CHIETI SCALO\",\n        \"address\": \"SANTA FILOMENA LOCALITA\",\n        \"cap\": \"66100\",\n        \"state\": \"CH\",\n        \"email\": \"bluespirit.chieti2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MEGALO, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/RnBwYrQQh4v\",\n        \"latitude\": 42.343764,\n        \"longitude\": 14.126969,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 9,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"941\",\n        \"cd_internal\": \"9051112413\",\n        \"name\": \"BLUESPIRIT 941 PADOVA BRENTELLE NEW\",\n        \"description\": \"CC LE BRENTELLE - LOC 33/A\",\n        \"tel\": \"0492132515\",\n        \"fax\": null,\n        \"city\": \"SARMEOLA\",\n        \"address\": \"VIA DELLA PROVVIDENZA\",\n        \"cap\": \"35030\",\n        \"state\": \"PD\",\n        \"email\": \"bluespirit.brentelle@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE BRENTELLE, 1\",\n        \"link\": \"https://goo.gl/maps/F8Yj5YqpW9E2\",\n        \"latitude\": 45.4203316,\n        \"longitude\": 11.8155967,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 44,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"942\",\n        \"cd_internal\": \"9051112445\",\n        \"name\": \"BLUESPIRIT 942 AFFI\",\n        \"description\": \"GRAND'AFFI SHOPPING CENTER - LOC 9\",\n        \"tel\": \"0454724916\",\n        \"fax\": null,\n        \"city\": \"AFFI\",\n        \"address\": \"CANOVE LOCALITA\",\n        \"cap\": \"37010\",\n        \"state\": \"VR\",\n        \"email\": \"bluespirit.affi@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GRAND'AFFI\",\n        \"link\": \"https://goo.gl/maps/hoA5j5xnqEK2\",\n        \"latitude\": 45.5512026,\n        \"longitude\": 10.7845601,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 45,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"943\",\n        \"cd_internal\": \"9051112446\",\n        \"name\": \"BLUESPIRIT 943 NOVATE\",\n        \"description\": \"CC LE METROPOLI - LOC 17\",\n        \"tel\": \"0249429935\",\n        \"fax\": null,\n        \"city\": \"NOVATE MILANESE\",\n        \"address\": \"VIA CARLO AMORETTI\",\n        \"cap\": \"20026\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.novate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE METROPOLI\",\n        \"link\": \"https://goo.gl/maps/gTPEREvLpT92\",\n        \"latitude\": 45.5199206,\n        \"longitude\": 9.1502093,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-03-04T03:01:11+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 67,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"944\",\n        \"cd_internal\": \"9051112519\",\n        \"name\": \"BLUESPIRIT 944 SAVONA\",\n        \"description\": \"CC IL GABBIANO - LOC 61\",\n        \"tel\": \"0198897317\",\n        \"fax\": null,\n        \"city\": \"SAVONA\",\n        \"address\": \"VIA C. RICCI\",\n        \"cap\": \"17100\",\n        \"state\": \"SV\",\n        \"email\": \"bluespirit.savona@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE IL GABBIANO, PRIMO PIANO\",\n        \"link\": \"https://goo.gl/maps/V5chFF8kgD62\",\n        \"latitude\": 44.3126822,\n        \"longitude\": 8.4732069,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 107,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"945\",\n        \"cd_internal\": \"9051112589\",\n        \"name\": \"BLUESPIRIT 945 CHIOGGIA\",\n        \"description\": \"CC CLODI' - LOC 1\",\n        \"tel\": \"0413027695\",\n        \"fax\": null,\n        \"city\": \"CHIOGGIA\",\n        \"address\": \"SS ROMEA\",\n        \"cap\": \"30015\",\n        \"state\": \"VE\",\n        \"email\": \"bluespirit.chioggia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CLODI\",\n        \"link\": \"https://goo.gl/maps/t2C2nn2y1fP2\",\n        \"latitude\": 45.189506,\n        \"longitude\": 12.278132,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 136,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"947\",\n        \"cd_internal\": \"9051112954\",\n        \"name\": \"BLUESPIRIT 947 PALERMO CONCA D ORO\",\n        \"description\": \"CC CONCA D'ORO - LOC 30\",\n        \"tel\": \"0912739594\",\n        \"fax\": null,\n        \"city\": \"PALERMO\",\n        \"address\": \"VIA LANZA DI SCALEA\",\n        \"cap\": \"90146\",\n        \"state\": \"PA\",\n        \"email\": \"bluespirit.palermoconca@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIEL CONCA D'ORO\",\n        \"link\": \"https://goo.gl/maps/EvL9tKK1myH2\",\n        \"latitude\": 38.1831379,\n        \"longitude\": 13.3084818,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 13,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"948\",\n        \"cd_internal\": \"9051113199\",\n        \"name\": \"BLUESPIRIT 948 BEINASCO\",\n        \"description\": \"CC LE FORNACI\",\n        \"tel\": \"0110685448\",\n        \"fax\": null,\n        \"city\": \"BEINASCO\",\n        \"address\": \"STRADA TORINO\",\n        \"cap\": \"10092\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.beinasco@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE FORNACI, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/YBczLXry1pp\",\n        \"latitude\": 45.0241846,\n        \"longitude\": 7.5930293,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 26,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"949\",\n        \"cd_internal\": \"9051113188\",\n        \"name\": \"BLUESPIRIT 949 BOLZANO\",\n        \"description\": \"CC TWENTY - LOC 206\",\n        \"tel\": \"0495795425\",\n        \"fax\": null,\n        \"city\": \"BOLZANO\",\n        \"address\": \"VIA G. GALILEI\",\n        \"cap\": \"39100\",\n        \"state\": \"BZ\",\n        \"email\": \"bluespirit.bolzano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE TWENTY, PRIMO PIANO\",\n        \"link\": \"https://goo.gl/maps/6E1DSh6jsru\",\n        \"latitude\": 46.4865167,\n        \"longitude\": 11.3364151,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 46,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"951\",\n        \"cd_internal\": \"9051113235\",\n        \"name\": \"BLUESPIRIT 951 CORNATE D ADDA\",\n        \"description\": \"CC CENTROGLOBO - LOC 14\",\n        \"tel\": \"0399181545\",\n        \"fax\": null,\n        \"city\": \"CORNATE D ADDA\",\n        \"address\": \"VIA BERLINGUER\",\n        \"cap\": \"20040\",\n        \"state\": \"MB\",\n        \"email\": \"bluespirit.busnago2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GLOBO\",\n        \"link\": \"https://goo.gl/maps/utQ4m1kGemK2\",\n        \"latitude\": 45.621786,\n        \"longitude\": 9.475465,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 47,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"952\",\n        \"cd_internal\": \"9051113443\",\n        \"name\": \"BLUESPIRIT 952 SMARTINOBUONALBERGO\",\n        \"description\": \"CC LE CORTI VENETE - LOC 38\",\n        \"tel\": \"0452598513\",\n        \"fax\": null,\n        \"city\": \"SAN MARTINO BUON ALBERGO\",\n        \"address\": \"VIALE DEL COMMERCIO\",\n        \"cap\": \"37036\",\n        \"state\": \"VR\",\n        \"email\": \"bluespirit.verona2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE CORTI VENETE\",\n        \"link\": \"https://goo.gl/maps/DDgopSqfS462\",\n        \"latitude\": 45.4125647,\n        \"longitude\": 11.092137,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 101,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"953\",\n        \"cd_internal\": \"9051113463\",\n        \"name\": \"BLUESPIRIT 953 MODENA I PORTALI\",\n        \"description\": \"CC I PORTALI - LOC 50R\",\n        \"tel\": \"0597236020\",\n        \"fax\": null,\n        \"city\": \"MODENA\",\n        \"address\": \"VIALE DELLO SPORT\",\n        \"cap\": \"41122\",\n        \"state\": \"MO\",\n        \"email\": \"bluespirit.modenaportali@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE I PORTALI\",\n        \"link\": \"https://goo.gl/maps/4guu6Dibm9M2\",\n        \"latitude\": 44.64358,\n        \"longitude\": 10.957544,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 68,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"954\",\n        \"cd_internal\": \"9051113465\",\n        \"name\": \"BLUESPIRIT 954 NOVARA\",\n        \"description\": \"CC SAN MARTINO 2 - LOC 23\",\n        \"tel\": \"03211511463\",\n        \"fax\": null,\n        \"city\": \"NOVARA\",\n        \"address\": \"VIA UGO PORZIO GIOVANOLA\",\n        \"cap\": \"28100\",\n        \"state\": \"NO\",\n        \"email\": \"bluespirit.novara2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SAN MARTINO 2\",\n        \"link\": \"https://goo.gl/maps/SYJWuNsLYW22\",\n        \"latitude\": 45.446772,\n        \"longitude\": 8.600426,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 10,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"955\",\n        \"cd_internal\": \"9051113569\",\n        \"name\": \"BLUESPIRIT 955 ARESE\",\n        \"description\": \"CC IL CENTRO - LOC 66\",\n        \"tel\": \"0238231579\",\n        \"fax\": null,\n        \"city\": \"ARESE\",\n        \"address\": \"VIA GIUSEPPE LURAGHI\",\n        \"cap\": \"20020\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.arese@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE IL CENTRO\",\n        \"link\": \"https://goo.gl/maps/4ab3H31RBAS2\",\n        \"latitude\": 45.5620621,\n        \"longitude\": 9.0582088,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 69,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"956\",\n        \"cd_internal\": \"9051113619\",\n        \"name\": \"BLUESPIRIT 956 TORINO PORTA NUOVA\",\n        \"description\": \"STAZ TORINO PORTA NUOVA - LOC T33B\",\n        \"tel\": \"01119385700\",\n        \"fax\": null,\n        \"city\": \"TORINO\",\n        \"address\": \"VIA SACCHI\",\n        \"cap\": \"10125\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.torinoportanuova@bluespirit.com\",\n        \"excerpt\": \"STAZIONE TORINO PORTA NUOVA\",\n        \"link\": \"https://goo.gl/maps/SkUQ6rcEqiK2\",\n        \"latitude\": 45.0620791,\n        \"longitude\": 7.6784795,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2021-11-08T03:01:11+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 89,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"957\",\n        \"cd_internal\": \"9051113628\",\n        \"name\": \"BLUESPIRIT 957 CHIETI SAN GIOVANNI\",\n        \"description\": \"CC CENTRO D'ABRUZZO - LOC 9\",\n        \"tel\": \"0852048224\",\n        \"fax\": null,\n        \"city\": \"SAN GIOVANNI TEATINO\",\n        \"address\": \"VIA PO\",\n        \"cap\": \"66020\",\n        \"state\": \"CH\",\n        \"email\": \"bluespirit.chietisangiovanni@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO D'ABRUZZO\",\n        \"link\": \"https://goo.gl/maps/WMrWAcJgDJk\",\n        \"latitude\": 42.4206535,\n        \"longitude\": 14.1761143,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 90,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"958\",\n        \"cd_internal\": \"9051113818\",\n        \"name\": \"BLUESPIRIT 958 PADERNO DUGNANO 2\",\n        \"description\": \"CC BRIANZA - LOC 33\",\n        \"tel\": \"0249429938\",\n        \"fax\": null,\n        \"city\": \"PADERNO DUGNANO\",\n        \"address\": \"SS 35 DEI GIOVI\",\n        \"cap\": \"20037\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.paderno2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BRIANZA, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/SrUJPRYSnW62\",\n        \"latitude\": 45.574187,\n        \"longitude\": 9.179883,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 137,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"959\",\n        \"cd_internal\": \"9051113980\",\n        \"name\": \"BLUESPIRIT 959 MISTERBIANCO 2\",\n        \"description\": \"CC CENTRO SICILIA - LOC 104\",\n        \"tel\": \"0952283470\",\n        \"fax\": null,\n        \"city\": \"MISTERBIANCO\",\n        \"address\": \"SP 54\",\n        \"cap\": \"95045\",\n        \"state\": \"CT\",\n        \"email\": \"bluespirit.misterbianco2@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO SICILIA\",\n        \"link\": \"https://goo.gl/maps/v8FFmrgvCHP2\",\n        \"latitude\": 37.478113,\n        \"longitude\": 15.009205,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2021-09-19T16:10:21+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 70,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"960\",\n        \"cd_internal\": \"9051114005\",\n        \"name\": \"BLUESPIRIT 960 BUSSOLENGO\",\n        \"description\": \"CC PORTE DELL'ADIGE - LOC 56\",\n        \"tel\": \"0454595759\",\n        \"fax\": null,\n        \"city\": \"BUSSOLENGO\",\n        \"address\": \"S.S. BRESCIANA FERLINA\",\n        \"cap\": \"37012\",\n        \"state\": \"VR\",\n        \"email\": \"bluespirit.bussolengo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DELL'ADIGE\",\n        \"link\": \"https://goo.gl/maps/zHrKKpY8sG42\",\n        \"latitude\": 45.447906,\n        \"longitude\": 10.879105,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2021-07-15T03:01:19+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 106,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"961\",\n        \"cd_internal\": \"9051114006\",\n        \"name\": \"BLUESPIRIT 961 GROSSETO\",\n        \"description\": \"CC MAREMA' - LOC 3\",\n        \"tel\": \"05641936411\",\n        \"fax\": null,\n        \"city\": \"GROSSETO\",\n        \"address\": \"VIA ECUADOR\",\n        \"cap\": \"58100\",\n        \"state\": \"GR\",\n        \"email\": \"bluespirit.grosseto@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MAREMA\",\n        \"link\": \"https://goo.gl/maps/MK4E42rNEkq\",\n        \"latitude\": 42.7878406,\n        \"longitude\": 11.117122,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 91,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"962\",\n        \"cd_internal\": \"9051114049\",\n        \"name\": \"BLUESPIRIT 962 PORTO S.ELPIDIO\",\n        \"description\": \"CC LE ANCORE - LOC 31+32\",\n        \"tel\": \"0734015204\",\n        \"fax\": null,\n        \"city\": \"PORTO SANT'ELPIDIO\",\n        \"address\": \"VIA FRATTE\",\n        \"cap\": \"63821\",\n        \"state\": \"FM\",\n        \"email\": \"bluespirit.santelpidio@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE AUCHAN PORTO SANT'ELPIDIO\",\n        \"link\": \"https://goo.gl/maps/N9wPmr1gB842\",\n        \"latitude\": 43.2876312,\n        \"longitude\": 13.7354701,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 18,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"963\",\n        \"cd_internal\": \"9051114034\",\n        \"name\": \"BLUESPIRIT 963 REGGIO EMILIA\",\n        \"description\": \"CC I PETALI - LOC 24\",\n        \"tel\": \"05221308236\",\n        \"fax\": null,\n        \"city\": \"REGGIO EMILIA\",\n        \"address\": \"PIAZZA ATLETI AZZURRI D'ITALIA\",\n        \"cap\": \"42122\",\n        \"state\": \"RE\",\n        \"email\": \"bluespirit.reggioemilia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE I PETALI\",\n        \"link\": \"https://goo.gl/maps/EKzXBLmEkFy\",\n        \"latitude\": 44.7135493,\n        \"longitude\": 10.6491496,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 92,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"964\",\n        \"cd_internal\": \"9051114099\",\n        \"name\": \"BLUESPIRIT 964 MANTOVA\",\n        \"description\": \"CC LA FAVORITA LOC 1/12\",\n        \"tel\": \"03761332887\",\n        \"fax\": null,\n        \"city\": \"MANTOVA\",\n        \"address\": \"PIAZZALE BECCARIA\",\n        \"cap\": \"46100\",\n        \"state\": \"MN\",\n        \"email\": \"bluespirit.mantova@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LA FAVORITA\",\n        \"link\": \"https://goo.gl/maps/vT8xXZghKUH2\",\n        \"latitude\": 45.1686633,\n        \"longitude\": 10.8242598,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-07-11T03:01:15+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 93,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"965\",\n        \"cd_internal\": \"9051114098\",\n        \"name\": \"BLUESPIRIT 965 BOLOGNA\",\n        \"description\": \"CC CENTRO LAME - LOC 6\",\n        \"tel\": \"0495795332\",\n        \"fax\": null,\n        \"city\": \"BOLOGNA\",\n        \"address\": \"VIA MARCO POLO\",\n        \"cap\": \"40131\",\n        \"state\": \"BO\",\n        \"email\": \"bluespirit.bologna@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE CENTRO LAME\",\n        \"link\": \"https://goo.gl/maps/4sAQTBJZopA2\",\n        \"latitude\": 44.5199559,\n        \"longitude\": 11.329464,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2019-09-15T03:01:51+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 14,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"967\",\n        \"cd_internal\": \"9051114234\",\n        \"name\": \"BLUESPIRIT 967 GENOVA\",\n        \"description\": \"CC FIUMARA - LOC 96\",\n        \"tel\": \"0108951787\",\n        \"fax\": null,\n        \"city\": \"GENOVA\",\n        \"address\": \"VIA FIUMARA\",\n        \"cap\": \"16149\",\n        \"state\": \"GE\",\n        \"email\": \"bluespirit.genova@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE FIUMARA, PRIMO PIANO\",\n        \"link\": \"https://goo.gl/maps/Z1bgsfkRSjKVxbbQ8\",\n        \"latitude\": 44.4125956,\n        \"longitude\": 8.8837072,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 94,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"968\",\n        \"cd_internal\": \"9051114204\",\n        \"name\": \"BLUESPIRIT 968 SALERNO\",\n        \"description\": \"CC LE COTONIERE - LOC T13\",\n        \"tel\": \"0899252537\",\n        \"fax\": null,\n        \"city\": \"SALERNO\",\n        \"address\": \"VIA DEI GRECI\",\n        \"cap\": \"84135\",\n        \"state\": \"SA\",\n        \"email\": \"bluespirit.salerno@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE COTONIERE\",\n        \"link\": \"https://goo.gl/maps/Xrq8WZijigq\",\n        \"latitude\": 40.7039932,\n        \"longitude\": 14.7767884,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 157,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"970\",\n        \"cd_internal\": \"9051116050\",\n        \"name\": \"BLUESPIRIT 970 MARCON\",\n        \"description\": \"CC VALECENTER LOC 14+14A\",\n        \"tel\": \"0413198409\",\n        \"fax\": null,\n        \"city\": \"MARCON\",\n        \"address\": \"VIA ENRICO MATTEI\",\n        \"cap\": \"30020\",\n        \"state\": \"VE\",\n        \"email\": \"bluespirit.marcon@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE VALE CENTER\",\n        \"link\": \"https://goo.gl/maps/LufD3DL5DmK2\",\n        \"latitude\": 45.5486759,\n        \"longitude\": 12.3090182,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2021-10-25T03:01:17+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 117,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"971\",\n        \"cd_internal\": \"9051114946\",\n        \"name\": \"BLUESPIRIT 971 MESTRE 2\",\n        \"description\": \"CC PORTE DI MESTRE LOC 28+30\",\n        \"tel\": \"0418472809\",\n        \"fax\": null,\n        \"city\": \"MESTRE\",\n        \"address\": \"VIA DON FEDERICO TOSATTO\",\n        \"cap\": \"30174\",\n        \"state\": \"VE\",\n        \"email\": \"bluespirit.mestre@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DI MESTRE, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/uAR5E8CqLkx\",\n        \"latitude\": 45.5110903,\n        \"longitude\": 12.2272756,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 19,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"978\",\n        \"cd_internal\": \"9051114437\",\n        \"name\": \"BLUESPIRIT 978 PESCARA\",\n        \"description\": \"CC PESCARA NORD - LOC 26\",\n        \"tel\": \"0852035177\",\n        \"fax\": null,\n        \"city\": \"CITT\",\n        \"address\": \"VIA LEONARDO PETRUZZI 140/142/144\",\n        \"cap\": \"65013\",\n        \"state\": \"PE\",\n        \"email\": \"bluespirit.pescara@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PESCARA NORD\",\n        \"link\": \"https://goo.gl/maps/c66NFYXb4L82\",\n        \"latitude\": 42.5210678,\n        \"longitude\": 14.1199976,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 118,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"979\",\n        \"cd_internal\": \"9051114436\",\n        \"name\": \"BLUESPIRIT 979 COLONNELLA 2\",\n        \"description\": \"CC VAL VIBRATA - LOC 19\",\n        \"tel\": \"08611752883\",\n        \"fax\": null,\n        \"city\": \"COLONNELLA\",\n        \"address\": \"C.. DA RIO MORO,\",\n        \"cap\": \"64010\",\n        \"state\": \"TE\",\n        \"email\": \"bluespirit.teramo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE VAL VIBRATA\",\n        \"link\": \"https://goo.gl/maps/pMn9qaPdoCz\",\n        \"latitude\": 42.8573827,\n        \"longitude\": 13.8814139,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 102,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"980\",\n        \"cd_internal\": \"9051114432\",\n        \"name\": \"BLUESPIRIT 980 RAVENNA\",\n        \"description\": \"CC ESP - LOC 90\",\n        \"tel\": \"05441582997\",\n        \"fax\": null,\n        \"city\": \"RAVENNA\",\n        \"address\": \"VIA MARCO BUSSATO\",\n        \"cap\": \"48124\",\n        \"state\": \"RA\",\n        \"email\": \"bluespirit.ravenna@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ESP\",\n        \"link\": \"https://goo.gl/maps/af5o8fuzAjn\",\n        \"latitude\": 44.3955174,\n        \"longitude\": 12.1784856,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 72,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"981\",\n        \"cd_internal\": \"9051114535\",\n        \"name\": \"BLUESPIRIT 981 VERONA ADIGEO\",\n        \"description\": \"CC ADIGEO - LOC 0.35\",\n        \"tel\": \"0454596396\",\n        \"fax\": null,\n        \"city\": \"VERONA\",\n        \"address\": \"VIA DELLE NAZIONI\",\n        \"cap\": \"37135\",\n        \"state\": \"VR\",\n        \"email\": \"bluespirit.veronaadigeo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ADIGEO, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/8U85bsuutrG2\",\n        \"latitude\": 45.400537,\n        \"longitude\": 10.97614,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 119,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"982\",\n        \"cd_internal\": \"9051114741\",\n        \"name\": \"BLUESPIRIT 982 SAVIGNANO RUBICONE\",\n        \"description\": \"CC ROMAGNA SHOPPING VALLEY\",\n        \"tel\": \"05411737698\",\n        \"fax\": null,\n        \"city\": \"SAVIGNANO SUL RUBICONE\",\n        \"address\": \"PIAZZA COLOMBO\",\n        \"cap\": \"47039\",\n        \"state\": \"FC\",\n        \"email\": \"bluespirit.savignano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ROMAGNA SHOPPING\",\n        \"link\": \"https://goo.gl/maps/uBb63kHjCadMoDjK7\",\n        \"latitude\": 44.1594486,\n        \"longitude\": 12.4300218,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-07-13T03:01:22+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 73,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"983\",\n        \"cd_internal\": \"9051114913\",\n        \"name\": \"BLUESPIRIT 983 GUIDONIA 2\",\n        \"description\": \"CC TIBURTINO SHOPPING CENTER\",\n        \"tel\": \"07741841216\",\n        \"fax\": null,\n        \"city\": \"GUIDONIA MONTECELIO\",\n        \"address\": \"SS 5 VIA TIBURTINA KM 20\",\n        \"cap\": \"00012\",\n        \"state\": \"RM\",\n        \"email\": \"bluespirit.guidonia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE TIBURTINO\",\n        \"link\": \"https://goo.gl/maps/3VhA673uvTU2\",\n        \"latitude\": 41.955972,\n        \"longitude\": 12.696934,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 120,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"984\",\n        \"cd_internal\": \"9051115025\",\n        \"name\": \"BLUESPIRIT 984 NICHELINO\",\n        \"description\": \"CC MONDO JUVE - LOC B122\",\n        \"tel\": \"0110192627\",\n        \"fax\": null,\n        \"city\": \"NICHELINO\",\n        \"address\": \"VIA DELLO SCARRONE, STRADA DEL DEBO\",\n        \"cap\": \"10042\",\n        \"state\": \"TO\",\n        \"email\": \"bluespirit.nichelino@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MONDOJUVE\",\n        \"link\": \"https://goo.gl/maps/xtrjLyJx3Zq\",\n        \"latitude\": 44.982851,\n        \"longitude\": 7.619814,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 121,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"985\",\n        \"cd_internal\": \"9051115070\",\n        \"name\": \"BLUESPIRIT 985 PIEDIRIPA\",\n        \"description\": \"CC VAL DI CHIENTI - LOC 35\",\n        \"tel\": \"07331836058\",\n        \"fax\": null,\n        \"city\": \"PIEDIRIPA\",\n        \"address\": \"VIA GIOVAN BATTISTA VELLUTI\",\n        \"cap\": \"62100\",\n        \"state\": \"MC\",\n        \"email\": \"bluespirit.piediripa@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE VAL DI CHIENTI\",\n        \"link\": \"https://goo.gl/maps/79rpsLzU29q\",\n        \"latitude\": 43.2785888,\n        \"longitude\": 13.5019305,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 146,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"986\",\n        \"cd_internal\": \"9051115160\",\n        \"name\": \"BLUESPIRIT 986 NOVOLI\",\n        \"description\": \"CC SAN DONATO - LOC T9\",\n        \"tel\": \"0550132132\",\n        \"fax\": null,\n        \"city\": \"FIRENZE\",\n        \"address\": \"VIA RAGGHIANTI,\",\n        \"cap\": \"50127\",\n        \"state\": \"FI\",\n        \"email\": \"bluespirit.novoli@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SAN DONATO\",\n        \"link\": \"https://goo.gl/maps/ZHFdBFNNPvH2\",\n        \"latitude\": 43.7911775,\n        \"longitude\": 11.2278992,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 144,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"987\",\n        \"cd_internal\": \"9051115161\",\n        \"name\": \"BLUESPIRIT 987 SILVI MARINA\",\n        \"description\": \"CC UNIVERSO\",\n        \"tel\": \"0852036414\",\n        \"fax\": null,\n        \"city\": \"SILVI MARINA\",\n        \"address\": \"S.S. 16KM\",\n        \"cap\": \"64028\",\n        \"state\": \"TE\",\n        \"email\": \"bluespirit.silvimarina@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE UNIVERSO\",\n        \"link\": \"https://goo.gl/maps/AUh2KHboQb52\",\n        \"latitude\": 42.572535,\n        \"longitude\": 14.097058,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 207,\n        \"banner\": null,\n        \"cd_neg\": \"990\",\n        \"cd_internal\": \"9051114813\",\n        \"name\": \"Cassa Test - 990\",\n        \"description\": \"Negozio Test\",\n        \"tel\": \"3381111098\",\n        \"fax\": null,\n        \"city\": \"Santa Giustina in Colle\",\n        \"address\": \"Via Commerciale 29 \",\n        \"cap\": \"35010\",\n        \"state\": \"PD\",\n        \"email\": \"Test_CassaBS@kronoshop.com\",\n        \"excerpt\": \"Test\",\n        \"link\": \"https://goo.gl/maps/QfNDU5r3wFC2\",\n        \"latitude\": 40.580454,\n        \"longitude\": 17.837246,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2020-05-26T18:15:32+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 139,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"993\",\n        \"cd_internal\": \"9051115032\",\n        \"name\": \"BLUESPIRIT 993 FANO\",\n        \"description\": \"CC FANOCENTER - LOC S8\",\n        \"tel\": \"07211863927\",\n        \"fax\": null,\n        \"city\": \"FANO\",\n        \"address\": \"VIA LUIGI EINAUDI\",\n        \"cap\": \"60132\",\n        \"state\": \"PU\",\n        \"email\": \"bluespirit.fano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE FANOCENTER\",\n        \"link\": \"https://goo.gl/maps/ardbua8bHQJ2\",\n        \"latitude\": 43.7952385,\n        \"longitude\": 13.0055277,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 147,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"994\",\n        \"cd_internal\": \"9051115202\",\n        \"name\": \"BLUESPIRIT 994 MELILLI\",\n        \"description\": \"CC BELVEDERE - LOC 11\",\n        \"tel\": \"09311811561\",\n        \"fax\": null,\n        \"city\": \"CITTA' GIARDINO - MELILLI\",\n        \"address\": \"VIALE GARRONE C.DA SPALLA\",\n        \"cap\": \"96010\",\n        \"state\": \"SR\",\n        \"email\": \"bluespirit.melilli@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BELVEDERE\",\n        \"link\": \"https://goo.gl/maps/ZNggNv46UxJ2\",\n        \"latitude\": 37.109678,\n        \"longitude\": 15.227018,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-10-25T03:01:31+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 148,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"995\",\n        \"cd_internal\": \"9051115201\",\n        \"name\": \"BLUESPIRIT 995 CARPI\",\n        \"description\": \"CC IL BORGOGIOIOSO - LOC.22\",\n        \"tel\": \"0597276413\",\n        \"fax\": null,\n        \"city\": \"CARPI\",\n        \"address\": \"VIALE DELL'INDUSTRIA\",\n        \"cap\": \"41012\",\n        \"state\": \"MO\",\n        \"email\": \"bluespirit.carpi@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE BORGO GIOIOSO\",\n        \"link\": \"https://goo.gl/maps/Q9hu4cwT9eG2\",\n        \"latitude\": 44.7687065,\n        \"longitude\": 10.8501801,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-07-18T03:01:22+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 145,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"996\",\n        \"cd_internal\": \"9051115248\",\n        \"name\": \"BLUESPIRIT 996 LONATO\",\n        \"description\": \"CC LEONE SHOPPING CENTER - LOC 79\",\n        \"tel\": \"0300978685\",\n        \"fax\": null,\n        \"city\": \"LONATO\",\n        \"address\": \"VIA MANTOVA\",\n        \"cap\": \"25017\",\n        \"state\": \"BS\",\n        \"email\": \"bluespirit.lonato@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LEONE SHOPPING, PIANO TERRA\",\n        \"link\": \"https://goo.gl/maps/gmpxqY4ji1o\",\n        \"latitude\": 45.4308949,\n        \"longitude\": 10.5141923,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 149,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"997\",\n        \"cd_internal\": \"9051115227\",\n        \"name\": \"BLUESPIRIT 997 MONDOVI'\",\n        \"description\": \"CC MONDOVICINO SHOPPING CENTER\",\n        \"tel\": \"01741923519\",\n        \"fax\": null,\n        \"city\": \"MONDOVI'\",\n        \"address\": \"P.ZZA CEREA N.15 - LOCALE 31\",\n        \"cap\": \"12084\",\n        \"state\": \"CN\",\n        \"email\": \"bluespirit.mondovi@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MONDOSHOPPING\",\n        \"link\": \"https://goo.gl/maps/kKAgQHswsNK2\",\n        \"latitude\": 44.4189312,\n        \"longitude\": 7.8518453,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 140,\n        \"banner\": \"BS\",\n        \"cd_neg\": \"998\",\n        \"cd_internal\": \"9051115327\",\n        \"name\": \"BLUESPIRIT 998 VIGNATE\",\n        \"description\": \"CC ACQUARIO - LOC 51\",\n        \"tel\": \"0235942399\",\n        \"fax\": null,\n        \"city\": \"VIGNATE\",\n        \"address\": \"VIA NUOVA CASSANESE KM 10\",\n        \"cap\": \"20060\",\n        \"state\": \"MI\",\n        \"email\": \"bluespirit.vignate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ACQUARIO\",\n        \"link\": \"https://goo.gl/maps/m1LPoEbWDvM2\",\n        \"latitude\": 45.5031587,\n        \"longitude\": 9.3705225,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-03-04T03:01:11+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/blu@2x.png\"\n    },\n    {\n        \"id\": 230,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D02\",\n        \"cd_internal\": \"9051118455\",\n        \"name\": \"D AMANTE D02 PORTOGRUARO\",\n        \"description\": \"CC ADRIATICO 2 - LOC 27\",\n        \"tel\": \"04211774357\",\n        \"fax\": null,\n        \"city\": \"PORTOGRUARO\",\n        \"address\": \"VIA PRATI GUORI\",\n        \"cap\": \"30026\",\n        \"state\": \"VE\",\n        \"email\": \"damante.portogruaro@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.7919413,12.816396\",\n        \"latitude\": 45.7919413,\n        \"longitude\": 12.816396,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 231,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D04\",\n        \"cd_internal\": \"9051118458\",\n        \"name\": \"D AMANTE D04 UDINE\",\n        \"description\": \"CC CITTA' FIERA - LOC 15S\",\n        \"tel\": \"04321902935\",\n        \"fax\": null,\n        \"city\": \"TORREANO MARTIGNACCO\",\n        \"address\": \"VIA ANTONIO BARDELLI\",\n        \"cap\": \"33035\",\n        \"state\": \"UD\",\n        \"email\": \"damante.udine@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/46.0861716,13.1678616\",\n        \"latitude\": 46.0861716,\n        \"longitude\": 13.1678616,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 232,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D05\",\n        \"cd_internal\": \"9051118459\",\n        \"name\": \"D AMANTE D05 CANTU\",\n        \"description\": \"CC CANTU' 2000 - LOC 31\",\n        \"tel\": \"0314126806\",\n        \"fax\": null,\n        \"city\": \"CANTU'\",\n        \"address\": \"CORSO EUROPA\",\n        \"cap\": \"22063\",\n        \"state\": \"CO\",\n        \"email\": \"damante.cantu@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.7357483,9.1146717\",\n        \"latitude\": 45.7357483,\n        \"longitude\": 9.1146717,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 233,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D06\",\n        \"cd_internal\": \"9051118460\",\n        \"name\": \"D AMANTE D06 RIMINI\",\n        \"description\": \"CC LE BEFANE - LOC 161\",\n        \"tel\": \"05411498862\",\n        \"fax\": null,\n        \"city\": \"RIMINI\",\n        \"address\": \"VIA CADUTI DI NASSIRYA\",\n        \"cap\": \"47924\",\n        \"state\": \"RN\",\n        \"email\": \"damante.rimini@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.0389868,12.5883993\",\n        \"latitude\": 44.0389868,\n        \"longitude\": 12.5883993,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 234,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D08\",\n        \"cd_internal\": \"9051118990\",\n        \"name\": \"DAMANTE D08 MILANO CITY LIFE\",\n        \"description\": \"C.C. CITY LIFE SHOPPING DISTRICT\",\n        \"tel\": \"0289764624\",\n        \"fax\": null,\n        \"city\": \"MILANO\",\n        \"address\": \"PIAZZA TRE TORRI\",\n        \"cap\": \"20145\",\n        \"state\": \"MI\",\n        \"email\": \"damante.milanocity@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.4782152,9.1554572\",\n        \"latitude\": 45.4782152,\n        \"longitude\": 9.1554572,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 224,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D09\",\n        \"cd_internal\": \"9051118462\",\n        \"name\": \"D AMANTE D09 APRILIA\",\n        \"description\": \"CC APRILIA 2 - LOC 65\",\n        \"tel\": \"0683764806\",\n        \"fax\": null,\n        \"city\": \"APRILIA\",\n        \"address\": \"VIA PONTINA SS148\",\n        \"cap\": \"04011\",\n        \"state\": \"LT\",\n        \"email\": \"damante.aprilia@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.4796185,12.8635557\",\n        \"latitude\": 41.4796185,\n        \"longitude\": 12.8635557,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 235,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D10\",\n        \"cd_internal\": \"9051118463\",\n        \"name\": \"D'AMANTE D10 ORIO AL SERIO\",\n        \"description\": \"CC ORIO CENTER - LOC 170\",\n        \"tel\": \"0350146309\",\n        \"fax\": null,\n        \"city\": \"ORIO AL SERIO\",\n        \"address\": \"VIA PORTICO\",\n        \"cap\": \"24050\",\n        \"state\": \"BG\",\n        \"email\": \"damante.orio@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.6646344,9.689526\",\n        \"latitude\": 45.6646344,\n        \"longitude\": 9.689526,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 217,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D11\",\n        \"cd_internal\": \"9051118992\",\n        \"name\": \"DAMANTE D11 POMPEI\",\n        \"description\": \"C.C. LA CARTIERA\",\n        \"tel\": \"08118251658\",\n        \"fax\": null,\n        \"city\": \"POMPEI\",\n        \"address\": \"VIA MACELLO - LOCALE 58\",\n        \"cap\": \"80045\",\n        \"state\": \"NA\",\n        \"email\": \"damante.pompeicartiera@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/40.7410645,14.5017019\",\n        \"latitude\": 40.7410645,\n        \"longitude\": 14.5017019,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 236,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D12\",\n        \"cd_internal\": \"9051118464\",\n        \"name\": \"D AMANTE D12 GIUSSANO\",\n        \"description\": \"CC GRANGIUSSANO - LOC 5\",\n        \"tel\": \"03621363431\",\n        \"fax\": null,\n        \"city\": \"GIUSSANO\",\n        \"address\": \"VIA PREALPI\",\n        \"cap\": \"20833\",\n        \"state\": \"MB\",\n        \"email\": \"damante.giussano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.6902944,9.2105524\",\n        \"latitude\": 45.6902944,\n        \"longitude\": 9.2105524,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 237,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D14\",\n        \"cd_internal\": \"9051119188\",\n        \"name\": \"DAMANTE D14 NOVARA NEW\",\n        \"description\": \"C/O C.C. SAN MARTINO 2 - BOX 16\",\n        \"tel\": \"03211585523\",\n        \"fax\": null,\n        \"city\": \"NOVARA\",\n        \"address\": \"via Ugo Porzio Giovanola\",\n        \"cap\": \"28100\",\n        \"state\": \"NO\",\n        \"email\": \"damante.novara@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SAN MARTINO2\",\n        \"link\": \"https://www.google.com/maps/place/45.4452697,8.5995502\",\n        \"latitude\": 45.4452697,\n        \"longitude\": 8.5995502,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 238,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D15\",\n        \"cd_internal\": \"9051118465\",\n        \"name\": \"D AMANTE D15 ALBIGNASEGO\",\n        \"description\": \"CC. IPERCITY - LOC 11\",\n        \"tel\": \"0495916339\",\n        \"fax\": null,\n        \"city\": \"ALBIGNASEGO\",\n        \"address\": \"VIA GIOVANNI VERGA\",\n        \"cap\": \"35020\",\n        \"state\": \"PD\",\n        \"email\": \"damante.albignasego@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.378882,11.8556645\",\n        \"latitude\": 45.378882,\n        \"longitude\": 11.8556645,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 239,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D16\",\n        \"cd_internal\": \"9051118466\",\n        \"name\": \"D AMANTE D16 SERRAVALLE\",\n        \"description\": \"CC. SERRAVALLE - LOC 22B\",\n        \"tel\": \"01431431010\",\n        \"fax\": null,\n        \"city\": \"SERRAVALLE SCRIVIA\",\n        \"address\": \"VIA NOVI\",\n        \"cap\": \"15069\",\n        \"state\": \"AL\",\n        \"email\": \"damante.serravalle@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.7305695,8.848553\",\n        \"latitude\": 44.7305695,\n        \"longitude\": 8.848553,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 225,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D18\",\n        \"cd_internal\": \"9051118467\",\n        \"name\": \"D AMANTE D18 ROMA EST\",\n        \"description\": \"CC ROMAEST - LOC 88\",\n        \"tel\": \"0669362473\",\n        \"fax\": null,\n        \"city\": \"LUNGHEZZA\",\n        \"address\": \"VIA COLLATINA\",\n        \"cap\": \"00132\",\n        \"state\": \"RM\",\n        \"email\": \"damante.roma@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ROMA EST\",\n        \"link\": \"https://www.google.com/maps/place/41.9116139,12.6411331\",\n        \"latitude\": 41.9116139,\n        \"longitude\": 12.6411331,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 218,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D19\",\n        \"cd_internal\": \"9051118468\",\n        \"name\": \"D AMANTE D19 COLONNELLA\",\n        \"description\": \"CC VALVIBRATA\",\n        \"tel\": \"08611753884\",\n        \"fax\": null,\n        \"city\": \"COLONNELLA\",\n        \"address\": \"CONTRADA RIOMORO\",\n        \"cap\": \"64010\",\n        \"state\": \"TE\",\n        \"email\": \"damante.colonnella@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/42.8659395,13.8706173\",\n        \"latitude\": 42.8659395,\n        \"longitude\": 13.8706173,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 240,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D20\",\n        \"cd_internal\": \"9051118469\",\n        \"name\": \"D AMANTE D20 LONATO\",\n        \"description\": \"CC IL LEONE - LOC 91\",\n        \"tel\": \"0305059665\",\n        \"fax\": null,\n        \"city\": \"LONATO\",\n        \"address\": \"VIA MANTOVA\",\n        \"cap\": \"25017\",\n        \"state\": \"BS\",\n        \"email\": \"damante.lonato@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.4111214,10.4709849\",\n        \"latitude\": 45.4111214,\n        \"longitude\": 10.4709849,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 241,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D21\",\n        \"cd_internal\": \"9051118470\",\n        \"name\": \"D AMANTE D21 PRADAMANO\",\n        \"description\": \"CC PRADAMANO - LOC 41\",\n        \"tel\": \"04321574611\",\n        \"fax\": null,\n        \"city\": \"PRADAMANO\",\n        \"address\": \"VIA NAZIONALE\",\n        \"cap\": \"33040\",\n        \"state\": \"UD\",\n        \"email\": \"damante.pradamano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/46.0096621,13.3286619\",\n        \"latitude\": 46.0096621,\n        \"longitude\": 13.3286619,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 242,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D22\",\n        \"cd_internal\": \"9051119206\",\n        \"name\": \"DAMANTE D22 BIELLA\",\n        \"description\": \"CC GLI ORSI - locale A54\",\n        \"tel\": \"0150153292\",\n        \"fax\": null,\n        \"city\": \"BIELLA\",\n        \"address\": \"VIALE DOMENICO MODUGNO\",\n        \"cap\": \"13900\",\n        \"state\": \"BI\",\n        \"email\": \"damante.biella@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.5478542,8.0770201\",\n        \"latitude\": 45.5478542,\n        \"longitude\": 8.0770201,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 259,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D23\",\n        \"cd_internal\": \"9051119263\",\n        \"name\": \"DAMANTE D23 ROMA EUROMA 2\",\n        \"description\": \"CC EUROMA 2\",\n        \"tel\": \"065291961\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIALE DELL'OCEANO PACIFICO box T119\",\n        \"cap\": \"00144\",\n        \"state\": \"RM\",\n        \"email\": \"damante.euroma@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.8171103,12.4596064\",\n        \"latitude\": 41.8171103,\n        \"longitude\": 12.4596064,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 260,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D24\",\n        \"cd_internal\": \"9051119361\",\n        \"name\": \"DAMANTE D24 VENARIA\",\n        \"description\": \"C.C VENARIA locale 2D+17\",\n        \"tel\": \"01119851599\",\n        \"fax\": null,\n        \"city\": \"VENARIA REALE\",\n        \"address\": \"Corso Giuseppe Garibaldi\",\n        \"cap\": \"10078\",\n        \"state\": \"TO\",\n        \"email\": \"damante.venaria@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.1222962,7.6412614\",\n        \"latitude\": 45.1222962,\n        \"longitude\": 7.6412614,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 243,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D25\",\n        \"cd_internal\": \"9051118471\",\n        \"name\": \"D AMANTE D25 SAVIGNANO\",\n        \"description\": \"CC ROMAGNA CENTER - LOC 37\",\n        \"tel\": \"05411498970\",\n        \"fax\": null,\n        \"city\": \"SAVIGNANO SUL RUBICONE\",\n        \"address\": \"PIAZZA CRISTOFORO COLOMBO\",\n        \"cap\": \"47039\",\n        \"state\": \"FC\",\n        \"email\": \"damante.savignano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.159273,12.4314577\",\n        \"latitude\": 44.159273,\n        \"longitude\": 12.4314577,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 273,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D26\",\n        \"cd_internal\": \"9051119484\",\n        \"name\": \"DAMANTE D26 MARCIANISE\",\n        \"description\": \"CC CAMPANIA - locale TA02\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"MARCIANISE\",\n        \"address\": \"S.S. Sannitica\",\n        \"cap\": \"81025\",\n        \"state\": \"CE\",\n        \"email\": \"DAMANTE.MARCIANISE@BLUESPIRIT.COM\",\n        \"excerpt\": \"CENTRO COMMERCIALE CAMPANIA\",\n        \"link\": \"https://www.google.com/maps/place/41.0112409,14.3215936\",\n        \"latitude\": 41.0112409,\n        \"longitude\": 14.3215936,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 226,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D27\",\n        \"cd_internal\": \"9051118472\",\n        \"name\": \"D AMANTE D27 EUROMA\",\n        \"description\": \"CC EUROMA 2 - LOC P218\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIALE DELL'OCEANO PACIFICO\",\n        \"cap\": \"00144\",\n        \"state\": \"RM\",\n        \"email\": null,\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.822509,12.4587025\",\n        \"latitude\": 41.822509,\n        \"longitude\": 12.4587025,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-05-19T03:01:06+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 276,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D28\",\n        \"cd_internal\": \"9051119785\",\n        \"name\": \"D'AMANTE D28 PONTECAGNANO\",\n        \"description\": \"C/C MAXIMALL - LOC 86\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"PONTECAGNANO FAIANO\",\n        \"address\": \"VIA ANTONIO PACINOTTI\",\n        \"cap\": \"84098\",\n        \"state\": \"SA\",\n        \"email\": \"damante.pontecagnano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MAXIMALL\",\n        \"link\": \"https://www.google.com/maps/place/40.6345843,14.9036532\",\n        \"latitude\": 40.6345843,\n        \"longitude\": 14.9036532,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 244,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D29\",\n        \"cd_internal\": \"9051118473\",\n        \"name\": \"ATHMOSFERA D29 PONTEDASSIO\",\n        \"description\": \"CC BENNET\",\n        \"tel\": \"01831971673\",\n        \"fax\": null,\n        \"city\": \"PONTEDASSIO\",\n        \"address\": \"VIA NAZIONALE\",\n        \"cap\": \"18027\",\n        \"state\": \"IM\",\n        \"email\": \"damante.pontedassio@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/43.933399,8.0172339\",\n        \"latitude\": 43.933399,\n        \"longitude\": 8.0172339,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 274,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D30\",\n        \"cd_internal\": \"9051119786\",\n        \"name\": \"D'AMANTE D30 PESCHIERA\",\n        \"description\": \"CC GALLERIA BORROMEA LOC 29B+29A\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"PESCHIERA BORROMEO\",\n        \"address\": \"VIA DELLA LIBERAZIONE\",\n        \"cap\": \"20068\",\n        \"state\": \"MI\",\n        \"email\": \"damante.peschiera@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GALLERIA BORROMEA\",\n        \"link\": \"https://www.google.com/maps/place/45.4266467,9.3082634\",\n        \"latitude\": 45.4266467,\n        \"longitude\": 9.3082634,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 245,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D31\",\n        \"cd_internal\": \"9051118474\",\n        \"name\": \"D'AMANTE D31 PINEROLO\",\n        \"description\": \"CC LE DUE VALLI - LOC 20+31\",\n        \"tel\": \"0121032521\",\n        \"fax\": null,\n        \"city\": \"PINEROLO\",\n        \"address\": \"VIA CASCINA VASTAMIGLIO\",\n        \"cap\": \"10064\",\n        \"state\": \"TO\",\n        \"email\": \"damante.pinerolo@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.88372,7.35285\",\n        \"latitude\": 44.88372,\n        \"longitude\": 7.35285,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 281,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D32\",\n        \"cd_internal\": \"9051119973\",\n        \"name\": \"D'AMANTE D32 NOVATE\",\n        \"description\": \"C/O CC METROPOLI - UNITA' 17\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"NOVATE MILANESE\",\n        \"address\": \"VIA CARLO AMORETTI\",\n        \"cap\": \"20026\",\n        \"state\": \"MI\",\n        \"email\": \"damante.novate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE METROPOLI\",\n        \"link\": \"https://www.google.com/maps/place/45.5195295,9.1431517\",\n        \"latitude\": 45.5195295,\n        \"longitude\": 9.1431517,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 246,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D33\",\n        \"cd_internal\": \"9051118475\",\n        \"name\": \"D AMANTE D33 ANZANO DEL PARCO\",\n        \"description\": \"CC GALLERIE BENNNET - LOC 11\",\n        \"tel\": \"0314126972\",\n        \"fax\": null,\n        \"city\": \"ANZANO DEL PARCO\",\n        \"address\": \"VIA PROVINCIALE\",\n        \"cap\": \"22040\",\n        \"state\": \"CO\",\n        \"email\": \"damante.anzano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.7676523,9.1990023\",\n        \"latitude\": 45.7676523,\n        \"longitude\": 9.1990023,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 247,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D34\",\n        \"cd_internal\": \"9051118476\",\n        \"name\": \"D AMANTE D34 FIUME VENETO\",\n        \"description\": \"CC GRANFIUME - LOC 46\",\n        \"tel\": \"04341773690\",\n        \"fax\": null,\n        \"city\": \"FIUME VENETO\",\n        \"address\": \"VIA MAESTRI DEL LAVORO\",\n        \"cap\": \"33080\",\n        \"state\": \"PN\",\n        \"email\": \"damante.fiumeveneto@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.9430704,12.7211619\",\n        \"latitude\": 45.9430704,\n        \"longitude\": 12.7211619,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 219,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D36\",\n        \"cd_internal\": \"9051118478\",\n        \"name\": \"DAMANTE D36 PESCARA\",\n        \"description\": \"CC PESCARA NORD - LOC 13-14\",\n        \"tel\": \"0858123674\",\n        \"fax\": null,\n        \"city\": \"CITTA' SANT'ANGELO\",\n        \"address\": \"VIA PETRUZZI\",\n        \"cap\": \"65013\",\n        \"state\": \"PE\",\n        \"email\": \"damante.pescara@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/42.5212243,14.1212923\",\n        \"latitude\": 42.5212243,\n        \"longitude\": 14.1212923,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 282,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D37\",\n        \"cd_internal\": \"9051119974\",\n        \"name\": \"D'AMANTE D37 CHIETI MEGALO\",\n        \"description\": \"C/O CC MEGALO' - U 110\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CHIETI SCALO\",\n        \"address\": \"LOCALITA' SANTA FILOMENA\",\n        \"cap\": \"66100\",\n        \"state\": \"CH\",\n        \"email\": \"damante.chietimegalo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MEGALO'\",\n        \"link\": \"https://www.google.com/maps/place/42.3384025,14.1333925\",\n        \"latitude\": 42.3384025,\n        \"longitude\": 14.1333925,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 220,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D38\",\n        \"cd_internal\": \"9051118479\",\n        \"name\": \"D AMANTE D38 GROSSETO\",\n        \"description\": \"CC AURELIA ANTICA - LOC 6\",\n        \"tel\": \"05641936861\",\n        \"fax\": null,\n        \"city\": \"GROSSETO\",\n        \"address\": \"VIA AURELIA ANTICA\",\n        \"cap\": \"58100\",\n        \"state\": \"GR\",\n        \"email\": \"damante.grosseto@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/42.7466967,11.1096079\",\n        \"latitude\": 42.7466967,\n        \"longitude\": 11.1096079,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 248,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D39\",\n        \"cd_internal\": \"9051118480\",\n        \"name\": \"D AMANTE D39 SACILE\",\n        \"description\": \"CC I SALICI - LOC 27\",\n        \"tel\": \"04341703399\",\n        \"fax\": null,\n        \"city\": \"SACILE\",\n        \"address\": \"VIALE EUROPA\",\n        \"cap\": \"33077\",\n        \"state\": \"PN\",\n        \"email\": \"damante.sacile@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.9424968,12.4689952\",\n        \"latitude\": 45.9424968,\n        \"longitude\": 12.4689952,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 249,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D40\",\n        \"cd_internal\": \"9051118481\",\n        \"name\": \"D AMANTE D40 LA SPEZIA\",\n        \"description\": \"CC LE TERRAZZE - LOC 1R13\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"LA SPEZIA\",\n        \"address\": \"VIA FONTEVIVO\",\n        \"cap\": \"19125\",\n        \"state\": \"SP\",\n        \"email\": null,\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.1229354,9.836848\",\n        \"latitude\": 44.1229354,\n        \"longitude\": 9.836848,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-05-11T03:01:12+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 250,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D41\",\n        \"cd_internal\": \"9051118482\",\n        \"name\": \"D AMANTE D41 TAVERNOLA\",\n        \"description\": \"CC LARIO CENTER - LOC 44\",\n        \"tel\": \"0314127354\",\n        \"fax\": null,\n        \"city\": \"TAVERNOLA\",\n        \"address\": \"VIA ASIAGO\",\n        \"cap\": \"22100\",\n        \"state\": \"CO\",\n        \"email\": \"damante.tavernola@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.837027,9.0633724\",\n        \"latitude\": 45.837027,\n        \"longitude\": 9.0633724,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 251,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D42\",\n        \"cd_internal\": \"9051118483\",\n        \"name\": \"D AMANTE D42 S.GIORGIO D.PERTICHE\",\n        \"description\": \"CC LE CENTURIE - LOC 36\",\n        \"tel\": \"0497336311\",\n        \"fax\": null,\n        \"city\": \"SAN GIORGIO DELLE PERTICHE\",\n        \"address\": \"VIA CASELLE\",\n        \"cap\": \"35010\",\n        \"state\": \"PD\",\n        \"email\": \"damante.sgiorgiopertiche@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.5408887,11.9229852\",\n        \"latitude\": 45.5408887,\n        \"longitude\": 11.9229852,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 284,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D43\",\n        \"cd_internal\": \"9051120046\",\n        \"name\": \"D'AMANTE D43 GUIDONIA\",\n        \"description\": \"C/O CC TRIBURTINO - LOC 3 +2\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"GUIDONIA MONTECELIO\",\n        \"address\": \"SS 5 Via Tiburtina KM 20 - Loc3+2\",\n        \"cap\": \"00012\",\n        \"state\": \"RM\",\n        \"email\": \"damante.guidonia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE TIBURTINO SHOPPING\",\n        \"link\": \"https://goo.gl/maps/3AWf4RCCa426bFBd8\",\n        \"latitude\": 41.9550588,\n        \"longitude\": 12.6966585,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 252,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D44\",\n        \"cd_internal\": \"9051118484\",\n        \"name\": \"D AMANTE D44 AGRIGENTO\",\n        \"description\": \"CC CITTA' DEI TEMPLI - LOC 31\",\n        \"tel\": \"09221553310\",\n        \"fax\": null,\n        \"city\": \"AGRIGENTO\",\n        \"address\": \"VIA FOSSE ARDEATINE\",\n        \"cap\": \"92100\",\n        \"state\": \"AG\",\n        \"email\": \"damante.agrigento@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/37.296361,13.5499605\",\n        \"latitude\": 37.296361,\n        \"longitude\": 13.5499605,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 288,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D45\",\n        \"cd_internal\": \"9051120044\",\n        \"name\": \"D'AMANTE D45 CASALECCHIO DI RENO\",\n        \"description\": \"CC SHOPVILLE GRAN RENO - UNITA' 153\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CASALECCHIO DI RENO\",\n        \"address\": \"VIA MARYLIN MONROE\",\n        \"cap\": \"40033\",\n        \"state\": \"BO\",\n        \"email\": \"damante.casalecchio@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GRAN RENO\",\n        \"link\": \"https://www.google.com/maps/place/44.4889255,11.2500652\",\n        \"latitude\": 44.4889255,\n        \"longitude\": 11.2500652,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 294,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D46\",\n        \"cd_internal\": \"9051120172\",\n        \"name\": \"D'AMANTE D46 CASAMASSIMA\",\n        \"description\": \"PARCO COM.CASAMASSIMA LOC 57 58\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CASAMASSIMA\",\n        \"address\": \"VIA NOICATTARO\",\n        \"cap\": \"70010\",\n        \"state\": \"BA\",\n        \"email\": null,\n        \"excerpt\": \"CENTRO COMMERCIALE CASAMASSIMA\",\n        \"link\": \"https://goo.gl/maps/nvCJySoUwrEitgBS9\",\n        \"latitude\": 40.966677,\n        \"longitude\": 16.9270355,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 293,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D49\",\n        \"cd_internal\": \"9051120209\",\n        \"name\": \"D'AMANTE D49 PORTE DI CATANIA\",\n        \"description\": \"CC PORTE DI CATANIA - LOC 108\",\n        \"tel\": \"0950978459\",\n        \"fax\": null,\n        \"city\": \"CATANIA\",\n        \"address\": \"VIA DEL GELSO BIANCO\",\n        \"cap\": \"95121\",\n        \"state\": \"CT\",\n        \"email\": \"damante.portecatania@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DI CATANIA\",\n        \"link\": \"https://www.google.com/maps/place/37.4732554,15.0564579\",\n        \"latitude\": 37.4732554,\n        \"longitude\": 15.0564579,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 253,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D50\",\n        \"cd_internal\": \"9051118487\",\n        \"name\": \"D'AMANTE D50 CIVIDALE\",\n        \"description\": \"CC BORC DI CIVIDAT - LOC 5\",\n        \"tel\": \"04321597554\",\n        \"fax\": null,\n        \"city\": \"CIVIDALE DEL FRIULI\",\n        \"address\": \"VIALE FORAMITTI\",\n        \"cap\": \"33043\",\n        \"state\": \"UD\",\n        \"email\": \"damante.cividale@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/46.0962796,13.4242978\",\n        \"latitude\": 46.0962796,\n        \"longitude\": 13.4242978,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 297,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D51\",\n        \"cd_internal\": \"9051120263\",\n        \"name\": \"D'AMANTE D51 NEAPOLIS\",\n        \"description\": \"C/O CC NEAPOLIS - LOC 28\",\n        \"tel\": \"08117861094\",\n        \"fax\": null,\n        \"city\": \"NAPOLI\",\n        \"address\": \"VIA ARGINE\",\n        \"cap\": \"80147\",\n        \"state\": \"NA\",\n        \"email\": \"damante.napolineapolis@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE NEAPOLIS\",\n        \"link\": \"https://www.google.com/maps/place/40.8568331,14.3252035\",\n        \"latitude\": 40.8568331,\n        \"longitude\": 14.3252035,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 258,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D52\",\n        \"cd_internal\": \"9051118488\",\n        \"name\": \"D AMANTE D52 JESOLO\",\n        \"description\": \"COMPLESSO UNION LIDO\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CAVALLINO TREPORTI\",\n        \"address\": \"VIA FAUSTA\",\n        \"cap\": \"30013\",\n        \"state\": \"VE\",\n        \"email\": \"damante.jesolo@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.4782118,12.549477\",\n        \"latitude\": 45.4782118,\n        \"longitude\": 12.549477,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-10-02T03:01:30+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 254,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D53\",\n        \"cd_internal\": \"9051118489\",\n        \"name\": \"D AMANTE D53 MERANO\",\n        \"description\": \"CC STADT CENTRUM - LOC 5B\",\n        \"tel\": \"0473325991\",\n        \"fax\": null,\n        \"city\": \"MERANO\",\n        \"address\": \"CORSO DELLA LIBERTA'\",\n        \"cap\": \"39012\",\n        \"state\": \"BZ\",\n        \"email\": \"damante.merano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/46.6708826,11.1584281\",\n        \"latitude\": 46.6708826,\n        \"longitude\": 11.1584281,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 298,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D54\",\n        \"cd_internal\": \"9051120265\",\n        \"name\": \"D'AMANTE D54 PALERMO FORUM\",\n        \"description\": \"C/O CC FORUM PALERMO - LOC 43B\",\n        \"tel\": \"0418505796\",\n        \"fax\": null,\n        \"city\": \"PALERMO\",\n        \"address\": \"VIA PECORAINO\",\n        \"cap\": \"90124\",\n        \"state\": \"PA\",\n        \"email\": null,\n        \"excerpt\": \"CENTRO COMMERCIALE PALERMO FORUM\",\n        \"link\": \"https://www.google.com/maps/place/38.0939074,13.4024854\",\n        \"latitude\": 38.0939074,\n        \"longitude\": 13.4024854,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 255,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D55\",\n        \"cd_internal\": \"9051118490\",\n        \"name\": \"D AMANTE D55 VERONA\",\n        \"description\": \"CC ADIGEO - LOC 38\",\n        \"tel\": \"0452580247\",\n        \"fax\": null,\n        \"city\": \"VERONA\",\n        \"address\": \"VIALE DELLE NAZIONI\",\n        \"cap\": \"37135\",\n        \"state\": \"VR\",\n        \"email\": \"damante.verona@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.4012772,10.9730745\",\n        \"latitude\": 45.4012772,\n        \"longitude\": 10.9730745,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 256,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D56\",\n        \"cd_internal\": \"9051118491\",\n        \"name\": \"D AMANTE D56 MANTOVA\",\n        \"description\": \"MANTOVA OUTLET VILLAGE - LOC 32\",\n        \"tel\": \"03761376410\",\n        \"fax\": null,\n        \"city\": \"BAGNOLO SAN VITO\",\n        \"address\": \"VIA MARCO BIAGI\",\n        \"cap\": \"46031\",\n        \"state\": \"MN\",\n        \"email\": \"damante.mantova@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.0882932,10.8548627\",\n        \"latitude\": 45.0882932,\n        \"longitude\": 10.8548627,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 257,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D57\",\n        \"cd_internal\": \"9051118619\",\n        \"name\": \"D'AMANTE D57 PALERMO LA TORRE\",\n        \"description\": \"C/O LA TORRE\",\n        \"tel\": \"0917737618\",\n        \"fax\": null,\n        \"city\": \"Palermo\",\n        \"address\": \"Via Assoro\",\n        \"cap\": \"90135\",\n        \"state\": \"PA\",\n        \"email\": \"damante.palermotorre@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/38.1327045,13.3007158\",\n        \"latitude\": 38.1327045,\n        \"longitude\": 13.3007158,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 227,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D58\",\n        \"cd_internal\": \"9051118620\",\n        \"name\": \"D'AMANTE D58 PORTA DI ROMA\",\n        \"description\": \"C/O PORTA DI ROMA\",\n        \"tel\": \"0669421027\",\n        \"fax\": null,\n        \"city\": \"Roma\",\n        \"address\": \"Via Alberto Lionello\",\n        \"cap\": \"00139\",\n        \"state\": \"RM\",\n        \"email\": \"damante.portaroma@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.9751729,12.5388204\",\n        \"latitude\": 41.9751729,\n        \"longitude\": 12.5388204,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 295,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D59\",\n        \"cd_internal\": \"9051120267\",\n        \"name\": \"D'AMANTE D59 CURNO\",\n        \"description\": \"C/O CC CURNO - LOC 63A\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CURNO\",\n        \"address\": \"VIA E.FERMI\",\n        \"cap\": \"24035\",\n        \"state\": \"BG\",\n        \"email\": null,\n        \"excerpt\": \"CENTRO COMMERCIALE CURNO\",\n        \"link\": \"https://www.google.com/maps/place/45.6843778,9.6177477\",\n        \"latitude\": 45.6843778,\n        \"longitude\": 9.6177477,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 161,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N07\",\n        \"cd_internal\": \"9051109378\",\n        \"name\": \"MORELLATO N07 MILANO BUENOS AIRES\",\n        \"description\": null,\n        \"tel\": \"0495795442\",\n        \"fax\": null,\n        \"city\": \"MILANO\",\n        \"address\": \"CORSO BUENOS AIRES, 18\",\n        \"cap\": \"20124\",\n        \"state\": \"MI\",\n        \"email\": \"mi.bairesstore@morellato.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/RUoRJRbJAe32\",\n        \"latitude\": 45.4773176,\n        \"longitude\": 9.205974,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 162,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N21\",\n        \"cd_internal\": \"9051109381\",\n        \"name\": \"MORELLATO N21 PALMANOVA\",\n        \"description\": \"CC PALMANOVA OUTLET VILLAGE\",\n        \"tel\": \"04311962743\",\n        \"fax\": null,\n        \"city\": \"AIELLO DEL FRIULI\",\n        \"address\": \"STRADA PROVINCIALE 126 KM 1.6\",\n        \"cap\": \"33041\",\n        \"state\": \"UD\",\n        \"email\": \"palmanova.store@morellato.com\",\n        \"excerpt\": \"PALMANOVA OUTLET VILLAGE\",\n        \"link\": \"https://goo.gl/maps/dfM53NYwDLu\",\n        \"latitude\": 45.885766,\n        \"longitude\": 13.343574,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 163,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N22\",\n        \"cd_internal\": \"9051109379\",\n        \"name\": \"MORELLATO N22 VERONA MAZZINI\",\n        \"description\": null,\n        \"tel\": \"0452477343\",\n        \"fax\": null,\n        \"city\": \"VERONA\",\n        \"address\": \"VIA MAZZINI\",\n        \"cap\": \"37121\",\n        \"state\": \"VR\",\n        \"email\": \"verona.store@morellato.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/8yk5jP2gTi62\",\n        \"latitude\": 45.4405232,\n        \"longitude\": 10.9926411,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2020-05-29T03:02:48+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 164,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N26\",\n        \"cd_internal\": \"9051110339\",\n        \"name\": \"MORELLATO N26 VENEZIA\",\n        \"description\": null,\n        \"tel\": \"0418500375\",\n        \"fax\": null,\n        \"city\": \"VENEZIA\",\n        \"address\": \"SESTRIERE SAN MARCO\",\n        \"cap\": \"30124\",\n        \"state\": \"VE\",\n        \"email\": \"venezia.store@morellato.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/s1GXSzz197K2\",\n        \"latitude\": 45.4352113,\n        \"longitude\": 12.3378235,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 165,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N27\",\n        \"cd_internal\": \"9051114330\",\n        \"name\": \"MORELLATO N27 ROMA VIA DEL CORSO\",\n        \"description\": null,\n        \"tel\": \"0683912503\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA DEL CORSO\",\n        \"cap\": \"00187\",\n        \"state\": \"RM\",\n        \"email\": \"roma.store@morellato.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/J5Wz6kVJWBs\",\n        \"latitude\": 41.907174,\n        \"longitude\": 12.477949,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 166,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N28\",\n        \"cd_internal\": \"9051114150\",\n        \"name\": \"MORELLATO N28 SERRAVALLE\",\n        \"description\": \"SERRAVALLE DESIGNER OUTLET\",\n        \"tel\": \"01431434334\",\n        \"fax\": null,\n        \"city\": \"SERRAVALLE SCRIVIA\",\n        \"address\": \"VIA DELLA MODA\",\n        \"cap\": \"15069\",\n        \"state\": \"AL\",\n        \"email\": \"serravalle.store@morellato.com\",\n        \"excerpt\": \"SERRAVALLE DESIGNER OUTLET\",\n        \"link\": \"https://goo.gl/maps/jjhoSXmtf6H2\",\n        \"latitude\": 44.735868,\n        \"longitude\": 8.8342503,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 167,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N29\",\n        \"cd_internal\": \"9051114914\",\n        \"name\": \"MORELLATO N29 GUIDONIA\",\n        \"description\": \"CC TIBURTINO SHOPPING CENTER\",\n        \"tel\": \"07741841215\",\n        \"fax\": null,\n        \"city\": \"GUIDONIA MONTECELIO\",\n        \"address\": \"VIA TIBURTINA VALERIA - LOCALE 03\",\n        \"cap\": \"00012\",\n        \"state\": \"RM\",\n        \"email\": \"guidonia.store@morellato.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE TIBURTINO SHOPPING\",\n        \"link\": \"https://goo.gl/maps/3AWf4RCCa426bFBd8\",\n        \"latitude\": 41.955681,\n        \"longitude\": 12.6949893,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-04-26T03:01:11+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 168,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N31\",\n        \"cd_internal\": \"9051115765\",\n        \"name\": \"MORELLATO N31 GRUGLIASCO\",\n        \"description\": \"CC LE GRU - LOC 264\",\n        \"tel\": \"01118864169\",\n        \"fax\": null,\n        \"city\": \"GRUGLIASCO\",\n        \"address\": \"VIA CREA\",\n        \"cap\": \"10095\",\n        \"state\": \"TO\",\n        \"email\": \"grugliasco.store@morellato.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE GRU\",\n        \"link\": \"https://goo.gl/maps/CvjSo5FYtFmTBPfy8\",\n        \"latitude\": 45.054958,\n        \"longitude\": 7.6154191,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 169,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N32\",\n        \"cd_internal\": \"9051115766\",\n        \"name\": \"MORELLATO N32 MOLFETTA\",\n        \"description\": \"CC PUGLIA OUTLET VILLLAGE - LOC M5\",\n        \"tel\": \"0808593239\",\n        \"fax\": null,\n        \"city\": \"ZONA CALDERINA - MOLFETTA\",\n        \"address\": \"VIA DEI PORTUALI\",\n        \"cap\": \"70056\",\n        \"state\": \"BA\",\n        \"email\": \"molfetta.store@morellato.com\",\n        \"excerpt\": \"PUGLIA OUTLET VILLAGE\",\n        \"link\": \"https://goo.gl/maps/o2EX4nxaS5UfrroW8\",\n        \"latitude\": 41.2164181,\n        \"longitude\": 16.5443808,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-09-09T03:01:24+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 170,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N33\",\n        \"cd_internal\": \"9051116503\",\n        \"name\": \"MORELLATO N33 ROMA EUROMA\",\n        \"description\": \"CC EUROMA 2\",\n        \"tel\": \"0669369840\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA DELL'OCEANO PACIFICO\",\n        \"cap\": \"00144\",\n        \"state\": \"RM\",\n        \"email\": \"euroma.store@morellato.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE EURROMA2\",\n        \"link\": \"https://goo.gl/maps/A1ZtrmvzN4FiQmPo9\",\n        \"latitude\": 41.816882,\n        \"longitude\": 12.4586494,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 263,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N35\",\n        \"cd_internal\": \"9051119472\",\n        \"name\": \"MORELLATO N35 SAVIGNANO\",\n        \"description\": \"CC ROMAGNA SHOPPING VALLEY - BOX 2+\",\n        \"tel\": \"05411737698\",\n        \"fax\": null,\n        \"city\": \"SAVIGNANO SUL RUBICONE\",\n        \"address\": \"PIAZZA COLOMBO\",\n        \"cap\": \"47039\",\n        \"state\": \"FC\",\n        \"email\": \"savignano.store@morellato.com\",\n        \"excerpt\": \"SAN MARINO SHOPPING VALLEY\",\n        \"link\": \"https://www.google.com/maps/place/44.1584578,12.4325835\",\n        \"latitude\": 44.1584578,\n        \"longitude\": 12.4325835,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    }\n]"}],"_postman_id":"2ae7b23e-160d-4221-a09a-8cc03365f044"},{"name":"Fetch shops (by banner[s])","id":"e1d1ffe5-8b14-4a46-8cd8-0903a8385744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/shops/MO,DA","description":"<p>Fetch all shops by given set of \"banner\" codes.</p>\n<p>WARNING: multible banner codes must be divided by a comma (,)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","shops","MO,DA"],"host":["wrk","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"97fa3fec-3d51-4003-8c55-1e6b5ec094c1","name":"Fetch shops (by banner[s])","originalRequest":{"method":"GET","header":[],"url":"https://wrk.bluespirit.com/api/v1/fetch/shops/MO,DA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Fri, 16 Dec 2022 11:29:03 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Permissions-Policy","value":"geolocation=(self \"https://wrk.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 230,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D02\",\n        \"cd_internal\": \"9051118455\",\n        \"name\": \"D AMANTE D02 PORTOGRUARO\",\n        \"description\": \"CC ADRIATICO 2 - LOC 27\",\n        \"tel\": \"04211774357\",\n        \"fax\": null,\n        \"city\": \"PORTOGRUARO\",\n        \"address\": \"VIA PRATI GUORI\",\n        \"cap\": \"30026\",\n        \"state\": \"VE\",\n        \"email\": \"damante.portogruaro@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.7919413,12.816396\",\n        \"latitude\": 45.7919413,\n        \"longitude\": 12.816396,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 231,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D04\",\n        \"cd_internal\": \"9051118458\",\n        \"name\": \"D AMANTE D04 UDINE\",\n        \"description\": \"CC CITTA' FIERA - LOC 15S\",\n        \"tel\": \"04321902935\",\n        \"fax\": null,\n        \"city\": \"TORREANO MARTIGNACCO\",\n        \"address\": \"VIA ANTONIO BARDELLI\",\n        \"cap\": \"33035\",\n        \"state\": \"UD\",\n        \"email\": \"damante.udine@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/46.0861716,13.1678616\",\n        \"latitude\": 46.0861716,\n        \"longitude\": 13.1678616,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 232,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D05\",\n        \"cd_internal\": \"9051118459\",\n        \"name\": \"D AMANTE D05 CANTU\",\n        \"description\": \"CC CANTU' 2000 - LOC 31\",\n        \"tel\": \"0314126806\",\n        \"fax\": null,\n        \"city\": \"CANTU'\",\n        \"address\": \"CORSO EUROPA\",\n        \"cap\": \"22063\",\n        \"state\": \"CO\",\n        \"email\": \"damante.cantu@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.7357483,9.1146717\",\n        \"latitude\": 45.7357483,\n        \"longitude\": 9.1146717,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 233,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D06\",\n        \"cd_internal\": \"9051118460\",\n        \"name\": \"D AMANTE D06 RIMINI\",\n        \"description\": \"CC LE BEFANE - LOC 161\",\n        \"tel\": \"05411498862\",\n        \"fax\": null,\n        \"city\": \"RIMINI\",\n        \"address\": \"VIA CADUTI DI NASSIRYA\",\n        \"cap\": \"47924\",\n        \"state\": \"RN\",\n        \"email\": \"damante.rimini@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.0389868,12.5883993\",\n        \"latitude\": 44.0389868,\n        \"longitude\": 12.5883993,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 234,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D08\",\n        \"cd_internal\": \"9051118990\",\n        \"name\": \"DAMANTE D08 MILANO CITY LIFE\",\n        \"description\": \"C.C. CITY LIFE SHOPPING DISTRICT\",\n        \"tel\": \"0289764624\",\n        \"fax\": null,\n        \"city\": \"MILANO\",\n        \"address\": \"PIAZZA TRE TORRI\",\n        \"cap\": \"20145\",\n        \"state\": \"MI\",\n        \"email\": \"damante.milanocity@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.4782152,9.1554572\",\n        \"latitude\": 45.4782152,\n        \"longitude\": 9.1554572,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 224,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D09\",\n        \"cd_internal\": \"9051118462\",\n        \"name\": \"D AMANTE D09 APRILIA\",\n        \"description\": \"CC APRILIA 2 - LOC 65\",\n        \"tel\": \"0683764806\",\n        \"fax\": null,\n        \"city\": \"APRILIA\",\n        \"address\": \"VIA PONTINA SS148\",\n        \"cap\": \"04011\",\n        \"state\": \"LT\",\n        \"email\": \"damante.aprilia@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.4796185,12.8635557\",\n        \"latitude\": 41.4796185,\n        \"longitude\": 12.8635557,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 235,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D10\",\n        \"cd_internal\": \"9051118463\",\n        \"name\": \"D'AMANTE D10 ORIO AL SERIO\",\n        \"description\": \"CC ORIO CENTER - LOC 170\",\n        \"tel\": \"0350146309\",\n        \"fax\": null,\n        \"city\": \"ORIO AL SERIO\",\n        \"address\": \"VIA PORTICO\",\n        \"cap\": \"24050\",\n        \"state\": \"BG\",\n        \"email\": \"damante.orio@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.6646344,9.689526\",\n        \"latitude\": 45.6646344,\n        \"longitude\": 9.689526,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 217,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D11\",\n        \"cd_internal\": \"9051118992\",\n        \"name\": \"DAMANTE D11 POMPEI\",\n        \"description\": \"C.C. LA CARTIERA\",\n        \"tel\": \"08118251658\",\n        \"fax\": null,\n        \"city\": \"POMPEI\",\n        \"address\": \"VIA MACELLO - LOCALE 58\",\n        \"cap\": \"80045\",\n        \"state\": \"NA\",\n        \"email\": \"damante.pompeicartiera@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/40.7410645,14.5017019\",\n        \"latitude\": 40.7410645,\n        \"longitude\": 14.5017019,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 236,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D12\",\n        \"cd_internal\": \"9051118464\",\n        \"name\": \"D AMANTE D12 GIUSSANO\",\n        \"description\": \"CC GRANGIUSSANO - LOC 5\",\n        \"tel\": \"03621363431\",\n        \"fax\": null,\n        \"city\": \"GIUSSANO\",\n        \"address\": \"VIA PREALPI\",\n        \"cap\": \"20833\",\n        \"state\": \"MB\",\n        \"email\": \"damante.giussano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.6902944,9.2105524\",\n        \"latitude\": 45.6902944,\n        \"longitude\": 9.2105524,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 237,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D14\",\n        \"cd_internal\": \"9051119188\",\n        \"name\": \"DAMANTE D14 NOVARA NEW\",\n        \"description\": \"C/O C.C. SAN MARTINO 2 - BOX 16\",\n        \"tel\": \"03211585523\",\n        \"fax\": null,\n        \"city\": \"NOVARA\",\n        \"address\": \"via Ugo Porzio Giovanola\",\n        \"cap\": \"28100\",\n        \"state\": \"NO\",\n        \"email\": \"damante.novara@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE SAN MARTINO2\",\n        \"link\": \"https://www.google.com/maps/place/45.4452697,8.5995502\",\n        \"latitude\": 45.4452697,\n        \"longitude\": 8.5995502,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 238,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D15\",\n        \"cd_internal\": \"9051118465\",\n        \"name\": \"D AMANTE D15 ALBIGNASEGO\",\n        \"description\": \"CC. IPERCITY - LOC 11\",\n        \"tel\": \"0495916339\",\n        \"fax\": null,\n        \"city\": \"ALBIGNASEGO\",\n        \"address\": \"VIA GIOVANNI VERGA\",\n        \"cap\": \"35020\",\n        \"state\": \"PD\",\n        \"email\": \"damante.albignasego@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.378882,11.8556645\",\n        \"latitude\": 45.378882,\n        \"longitude\": 11.8556645,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 239,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D16\",\n        \"cd_internal\": \"9051118466\",\n        \"name\": \"D AMANTE D16 SERRAVALLE\",\n        \"description\": \"CC. SERRAVALLE - LOC 22B\",\n        \"tel\": \"01431431010\",\n        \"fax\": null,\n        \"city\": \"SERRAVALLE SCRIVIA\",\n        \"address\": \"VIA NOVI\",\n        \"cap\": \"15069\",\n        \"state\": \"AL\",\n        \"email\": \"damante.serravalle@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.7305695,8.848553\",\n        \"latitude\": 44.7305695,\n        \"longitude\": 8.848553,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 225,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D18\",\n        \"cd_internal\": \"9051118467\",\n        \"name\": \"D AMANTE D18 ROMA EST\",\n        \"description\": \"CC ROMAEST - LOC 88\",\n        \"tel\": \"0669362473\",\n        \"fax\": null,\n        \"city\": \"LUNGHEZZA\",\n        \"address\": \"VIA COLLATINA\",\n        \"cap\": \"00132\",\n        \"state\": \"RM\",\n        \"email\": \"damante.roma@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE ROMA EST\",\n        \"link\": \"https://www.google.com/maps/place/41.9116139,12.6411331\",\n        \"latitude\": 41.9116139,\n        \"longitude\": 12.6411331,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 218,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D19\",\n        \"cd_internal\": \"9051118468\",\n        \"name\": \"D AMANTE D19 COLONNELLA\",\n        \"description\": \"CC VALVIBRATA\",\n        \"tel\": \"08611753884\",\n        \"fax\": null,\n        \"city\": \"COLONNELLA\",\n        \"address\": \"CONTRADA RIOMORO\",\n        \"cap\": \"64010\",\n        \"state\": \"TE\",\n        \"email\": \"damante.colonnella@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/42.8659395,13.8706173\",\n        \"latitude\": 42.8659395,\n        \"longitude\": 13.8706173,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 240,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D20\",\n        \"cd_internal\": \"9051118469\",\n        \"name\": \"D AMANTE D20 LONATO\",\n        \"description\": \"CC IL LEONE - LOC 91\",\n        \"tel\": \"0305059665\",\n        \"fax\": null,\n        \"city\": \"LONATO\",\n        \"address\": \"VIA MANTOVA\",\n        \"cap\": \"25017\",\n        \"state\": \"BS\",\n        \"email\": \"damante.lonato@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.4111214,10.4709849\",\n        \"latitude\": 45.4111214,\n        \"longitude\": 10.4709849,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 241,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D21\",\n        \"cd_internal\": \"9051118470\",\n        \"name\": \"D AMANTE D21 PRADAMANO\",\n        \"description\": \"CC PRADAMANO - LOC 41\",\n        \"tel\": \"04321574611\",\n        \"fax\": null,\n        \"city\": \"PRADAMANO\",\n        \"address\": \"VIA NAZIONALE\",\n        \"cap\": \"33040\",\n        \"state\": \"UD\",\n        \"email\": \"damante.pradamano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/46.0096621,13.3286619\",\n        \"latitude\": 46.0096621,\n        \"longitude\": 13.3286619,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 242,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D22\",\n        \"cd_internal\": \"9051119206\",\n        \"name\": \"DAMANTE D22 BIELLA\",\n        \"description\": \"CC GLI ORSI - locale A54\",\n        \"tel\": \"0150153292\",\n        \"fax\": null,\n        \"city\": \"BIELLA\",\n        \"address\": \"VIALE DOMENICO MODUGNO\",\n        \"cap\": \"13900\",\n        \"state\": \"BI\",\n        \"email\": \"damante.biella@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.5478542,8.0770201\",\n        \"latitude\": 45.5478542,\n        \"longitude\": 8.0770201,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 259,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D23\",\n        \"cd_internal\": \"9051119263\",\n        \"name\": \"DAMANTE D23 ROMA EUROMA 2\",\n        \"description\": \"CC EUROMA 2\",\n        \"tel\": \"065291961\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIALE DELL'OCEANO PACIFICO box T119\",\n        \"cap\": \"00144\",\n        \"state\": \"RM\",\n        \"email\": \"damante.euroma@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.8171103,12.4596064\",\n        \"latitude\": 41.8171103,\n        \"longitude\": 12.4596064,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 260,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D24\",\n        \"cd_internal\": \"9051119361\",\n        \"name\": \"DAMANTE D24 VENARIA\",\n        \"description\": \"C.C VENARIA locale 2D+17\",\n        \"tel\": \"01119851599\",\n        \"fax\": null,\n        \"city\": \"VENARIA REALE\",\n        \"address\": \"Corso Giuseppe Garibaldi\",\n        \"cap\": \"10078\",\n        \"state\": \"TO\",\n        \"email\": \"damante.venaria@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.1222962,7.6412614\",\n        \"latitude\": 45.1222962,\n        \"longitude\": 7.6412614,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 243,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D25\",\n        \"cd_internal\": \"9051118471\",\n        \"name\": \"D AMANTE D25 SAVIGNANO\",\n        \"description\": \"CC ROMAGNA CENTER - LOC 37\",\n        \"tel\": \"05411498970\",\n        \"fax\": null,\n        \"city\": \"SAVIGNANO SUL RUBICONE\",\n        \"address\": \"PIAZZA CRISTOFORO COLOMBO\",\n        \"cap\": \"47039\",\n        \"state\": \"FC\",\n        \"email\": \"damante.savignano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.159273,12.4314577\",\n        \"latitude\": 44.159273,\n        \"longitude\": 12.4314577,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 273,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D26\",\n        \"cd_internal\": \"9051119484\",\n        \"name\": \"DAMANTE D26 MARCIANISE\",\n        \"description\": \"CC CAMPANIA - locale TA02\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"MARCIANISE\",\n        \"address\": \"S.S. Sannitica\",\n        \"cap\": \"81025\",\n        \"state\": \"CE\",\n        \"email\": \"DAMANTE.MARCIANISE@BLUESPIRIT.COM\",\n        \"excerpt\": \"CENTRO COMMERCIALE CAMPANIA\",\n        \"link\": \"https://www.google.com/maps/place/41.0112409,14.3215936\",\n        \"latitude\": 41.0112409,\n        \"longitude\": 14.3215936,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 226,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D27\",\n        \"cd_internal\": \"9051118472\",\n        \"name\": \"D AMANTE D27 EUROMA\",\n        \"description\": \"CC EUROMA 2 - LOC P218\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIALE DELL'OCEANO PACIFICO\",\n        \"cap\": \"00144\",\n        \"state\": \"RM\",\n        \"email\": null,\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.822509,12.4587025\",\n        \"latitude\": 41.822509,\n        \"longitude\": 12.4587025,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-05-19T03:01:06+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 276,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D28\",\n        \"cd_internal\": \"9051119785\",\n        \"name\": \"D'AMANTE D28 PONTECAGNANO\",\n        \"description\": \"C/C MAXIMALL - LOC 86\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"PONTECAGNANO FAIANO\",\n        \"address\": \"VIA ANTONIO PACINOTTI\",\n        \"cap\": \"84098\",\n        \"state\": \"SA\",\n        \"email\": \"damante.pontecagnano@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MAXIMALL\",\n        \"link\": \"https://www.google.com/maps/place/40.6345843,14.9036532\",\n        \"latitude\": 40.6345843,\n        \"longitude\": 14.9036532,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 244,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D29\",\n        \"cd_internal\": \"9051118473\",\n        \"name\": \"ATHMOSFERA D29 PONTEDASSIO\",\n        \"description\": \"CC BENNET\",\n        \"tel\": \"01831971673\",\n        \"fax\": null,\n        \"city\": \"PONTEDASSIO\",\n        \"address\": \"VIA NAZIONALE\",\n        \"cap\": \"18027\",\n        \"state\": \"IM\",\n        \"email\": \"damante.pontedassio@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/43.933399,8.0172339\",\n        \"latitude\": 43.933399,\n        \"longitude\": 8.0172339,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 274,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D30\",\n        \"cd_internal\": \"9051119786\",\n        \"name\": \"D'AMANTE D30 PESCHIERA\",\n        \"description\": \"CC GALLERIA BORROMEA LOC 29B+29A\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"PESCHIERA BORROMEO\",\n        \"address\": \"VIA DELLA LIBERAZIONE\",\n        \"cap\": \"20068\",\n        \"state\": \"MI\",\n        \"email\": \"damante.peschiera@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GALLERIA BORROMEA\",\n        \"link\": \"https://www.google.com/maps/place/45.4266467,9.3082634\",\n        \"latitude\": 45.4266467,\n        \"longitude\": 9.3082634,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 245,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D31\",\n        \"cd_internal\": \"9051118474\",\n        \"name\": \"D'AMANTE D31 PINEROLO\",\n        \"description\": \"CC LE DUE VALLI - LOC 20+31\",\n        \"tel\": \"0121032521\",\n        \"fax\": null,\n        \"city\": \"PINEROLO\",\n        \"address\": \"VIA CASCINA VASTAMIGLIO\",\n        \"cap\": \"10064\",\n        \"state\": \"TO\",\n        \"email\": \"damante.pinerolo@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.88372,7.35285\",\n        \"latitude\": 44.88372,\n        \"longitude\": 7.35285,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 281,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D32\",\n        \"cd_internal\": \"9051119973\",\n        \"name\": \"D'AMANTE D32 NOVATE\",\n        \"description\": \"C/O CC METROPOLI - UNITA' 17\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"NOVATE MILANESE\",\n        \"address\": \"VIA CARLO AMORETTI\",\n        \"cap\": \"20026\",\n        \"state\": \"MI\",\n        \"email\": \"damante.novate@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE METROPOLI\",\n        \"link\": \"https://www.google.com/maps/place/45.5195295,9.1431517\",\n        \"latitude\": 45.5195295,\n        \"longitude\": 9.1431517,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 246,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D33\",\n        \"cd_internal\": \"9051118475\",\n        \"name\": \"D AMANTE D33 ANZANO DEL PARCO\",\n        \"description\": \"CC GALLERIE BENNNET - LOC 11\",\n        \"tel\": \"0314126972\",\n        \"fax\": null,\n        \"city\": \"ANZANO DEL PARCO\",\n        \"address\": \"VIA PROVINCIALE\",\n        \"cap\": \"22040\",\n        \"state\": \"CO\",\n        \"email\": \"damante.anzano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.7676523,9.1990023\",\n        \"latitude\": 45.7676523,\n        \"longitude\": 9.1990023,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 247,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D34\",\n        \"cd_internal\": \"9051118476\",\n        \"name\": \"D AMANTE D34 FIUME VENETO\",\n        \"description\": \"CC GRANFIUME - LOC 46\",\n        \"tel\": \"04341773690\",\n        \"fax\": null,\n        \"city\": \"FIUME VENETO\",\n        \"address\": \"VIA MAESTRI DEL LAVORO\",\n        \"cap\": \"33080\",\n        \"state\": \"PN\",\n        \"email\": \"damante.fiumeveneto@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.9430704,12.7211619\",\n        \"latitude\": 45.9430704,\n        \"longitude\": 12.7211619,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 219,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D36\",\n        \"cd_internal\": \"9051118478\",\n        \"name\": \"DAMANTE D36 PESCARA\",\n        \"description\": \"CC PESCARA NORD - LOC 13-14\",\n        \"tel\": \"0858123674\",\n        \"fax\": null,\n        \"city\": \"CITTA' SANT'ANGELO\",\n        \"address\": \"VIA PETRUZZI\",\n        \"cap\": \"65013\",\n        \"state\": \"PE\",\n        \"email\": \"damante.pescara@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/42.5212243,14.1212923\",\n        \"latitude\": 42.5212243,\n        \"longitude\": 14.1212923,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 282,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D37\",\n        \"cd_internal\": \"9051119974\",\n        \"name\": \"D'AMANTE D37 CHIETI MEGALO\",\n        \"description\": \"C/O CC MEGALO' - U 110\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CHIETI SCALO\",\n        \"address\": \"LOCALITA' SANTA FILOMENA\",\n        \"cap\": \"66100\",\n        \"state\": \"CH\",\n        \"email\": \"damante.chietimegalo@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE MEGALO'\",\n        \"link\": \"https://www.google.com/maps/place/42.3384025,14.1333925\",\n        \"latitude\": 42.3384025,\n        \"longitude\": 14.1333925,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 220,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D38\",\n        \"cd_internal\": \"9051118479\",\n        \"name\": \"D AMANTE D38 GROSSETO\",\n        \"description\": \"CC AURELIA ANTICA - LOC 6\",\n        \"tel\": \"05641936861\",\n        \"fax\": null,\n        \"city\": \"GROSSETO\",\n        \"address\": \"VIA AURELIA ANTICA\",\n        \"cap\": \"58100\",\n        \"state\": \"GR\",\n        \"email\": \"damante.grosseto@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/42.7466967,11.1096079\",\n        \"latitude\": 42.7466967,\n        \"longitude\": 11.1096079,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 248,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D39\",\n        \"cd_internal\": \"9051118480\",\n        \"name\": \"D AMANTE D39 SACILE\",\n        \"description\": \"CC I SALICI - LOC 27\",\n        \"tel\": \"04341703399\",\n        \"fax\": null,\n        \"city\": \"SACILE\",\n        \"address\": \"VIALE EUROPA\",\n        \"cap\": \"33077\",\n        \"state\": \"PN\",\n        \"email\": \"damante.sacile@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.9424968,12.4689952\",\n        \"latitude\": 45.9424968,\n        \"longitude\": 12.4689952,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 249,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D40\",\n        \"cd_internal\": \"9051118481\",\n        \"name\": \"D AMANTE D40 LA SPEZIA\",\n        \"description\": \"CC LE TERRAZZE - LOC 1R13\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"LA SPEZIA\",\n        \"address\": \"VIA FONTEVIVO\",\n        \"cap\": \"19125\",\n        \"state\": \"SP\",\n        \"email\": null,\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/44.1229354,9.836848\",\n        \"latitude\": 44.1229354,\n        \"longitude\": 9.836848,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-05-11T03:01:12+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 250,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D41\",\n        \"cd_internal\": \"9051118482\",\n        \"name\": \"D AMANTE D41 TAVERNOLA\",\n        \"description\": \"CC LARIO CENTER - LOC 44\",\n        \"tel\": \"0314127354\",\n        \"fax\": null,\n        \"city\": \"TAVERNOLA\",\n        \"address\": \"VIA ASIAGO\",\n        \"cap\": \"22100\",\n        \"state\": \"CO\",\n        \"email\": \"damante.tavernola@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.837027,9.0633724\",\n        \"latitude\": 45.837027,\n        \"longitude\": 9.0633724,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 251,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D42\",\n        \"cd_internal\": \"9051118483\",\n        \"name\": \"D AMANTE D42 S.GIORGIO D.PERTICHE\",\n        \"description\": \"CC LE CENTURIE - LOC 36\",\n        \"tel\": \"0497336311\",\n        \"fax\": null,\n        \"city\": \"SAN GIORGIO DELLE PERTICHE\",\n        \"address\": \"VIA CASELLE\",\n        \"cap\": \"35010\",\n        \"state\": \"PD\",\n        \"email\": \"damante.sgiorgiopertiche@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.5408887,11.9229852\",\n        \"latitude\": 45.5408887,\n        \"longitude\": 11.9229852,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 284,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D43\",\n        \"cd_internal\": \"9051120046\",\n        \"name\": \"D'AMANTE D43 GUIDONIA\",\n        \"description\": \"C/O CC TRIBURTINO - LOC 3 +2\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"GUIDONIA MONTECELIO\",\n        \"address\": \"SS 5 Via Tiburtina KM 20 - Loc3+2\",\n        \"cap\": \"00012\",\n        \"state\": \"RM\",\n        \"email\": \"damante.guidonia@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE TIBURTINO SHOPPING\",\n        \"link\": \"https://goo.gl/maps/3AWf4RCCa426bFBd8\",\n        \"latitude\": 41.9550588,\n        \"longitude\": 12.6966585,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 252,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D44\",\n        \"cd_internal\": \"9051118484\",\n        \"name\": \"D AMANTE D44 AGRIGENTO\",\n        \"description\": \"CC CITTA' DEI TEMPLI - LOC 31\",\n        \"tel\": \"09221553310\",\n        \"fax\": null,\n        \"city\": \"AGRIGENTO\",\n        \"address\": \"VIA FOSSE ARDEATINE\",\n        \"cap\": \"92100\",\n        \"state\": \"AG\",\n        \"email\": \"damante.agrigento@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/37.296361,13.5499605\",\n        \"latitude\": 37.296361,\n        \"longitude\": 13.5499605,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 288,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D45\",\n        \"cd_internal\": \"9051120044\",\n        \"name\": \"D'AMANTE D45 CASALECCHIO DI RENO\",\n        \"description\": \"CC SHOPVILLE GRAN RENO - UNITA' 153\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CASALECCHIO DI RENO\",\n        \"address\": \"VIA MARYLIN MONROE\",\n        \"cap\": \"40033\",\n        \"state\": \"BO\",\n        \"email\": \"damante.casalecchio@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE GRAN RENO\",\n        \"link\": \"https://www.google.com/maps/place/44.4889255,11.2500652\",\n        \"latitude\": 44.4889255,\n        \"longitude\": 11.2500652,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 294,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D46\",\n        \"cd_internal\": \"9051120172\",\n        \"name\": \"D'AMANTE D46 CASAMASSIMA\",\n        \"description\": \"PARCO COM.CASAMASSIMA LOC 57 58\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CASAMASSIMA\",\n        \"address\": \"VIA NOICATTARO\",\n        \"cap\": \"70010\",\n        \"state\": \"BA\",\n        \"email\": null,\n        \"excerpt\": \"CENTRO COMMERCIALE CASAMASSIMA\",\n        \"link\": \"https://goo.gl/maps/nvCJySoUwrEitgBS9\",\n        \"latitude\": 40.966677,\n        \"longitude\": 16.9270355,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 293,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D49\",\n        \"cd_internal\": \"9051120209\",\n        \"name\": \"D'AMANTE D49 PORTE DI CATANIA\",\n        \"description\": \"CC PORTE DI CATANIA - LOC 108\",\n        \"tel\": \"0950978459\",\n        \"fax\": null,\n        \"city\": \"CATANIA\",\n        \"address\": \"VIA DEL GELSO BIANCO\",\n        \"cap\": \"95121\",\n        \"state\": \"CT\",\n        \"email\": \"damante.portecatania@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE PORTE DI CATANIA\",\n        \"link\": \"https://www.google.com/maps/place/37.4732554,15.0564579\",\n        \"latitude\": 37.4732554,\n        \"longitude\": 15.0564579,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 253,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D50\",\n        \"cd_internal\": \"9051118487\",\n        \"name\": \"D'AMANTE D50 CIVIDALE\",\n        \"description\": \"CC BORC DI CIVIDAT - LOC 5\",\n        \"tel\": \"04321597554\",\n        \"fax\": null,\n        \"city\": \"CIVIDALE DEL FRIULI\",\n        \"address\": \"VIALE FORAMITTI\",\n        \"cap\": \"33043\",\n        \"state\": \"UD\",\n        \"email\": \"damante.cividale@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/46.0962796,13.4242978\",\n        \"latitude\": 46.0962796,\n        \"longitude\": 13.4242978,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 297,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D51\",\n        \"cd_internal\": \"9051120263\",\n        \"name\": \"D'AMANTE D51 NEAPOLIS\",\n        \"description\": \"C/O CC NEAPOLIS - LOC 28\",\n        \"tel\": \"08117861094\",\n        \"fax\": null,\n        \"city\": \"NAPOLI\",\n        \"address\": \"VIA ARGINE\",\n        \"cap\": \"80147\",\n        \"state\": \"NA\",\n        \"email\": \"damante.napolineapolis@bluespirit.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE NEAPOLIS\",\n        \"link\": \"https://www.google.com/maps/place/40.8568331,14.3252035\",\n        \"latitude\": 40.8568331,\n        \"longitude\": 14.3252035,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 258,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D52\",\n        \"cd_internal\": \"9051118488\",\n        \"name\": \"D AMANTE D52 JESOLO\",\n        \"description\": \"COMPLESSO UNION LIDO\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CAVALLINO TREPORTI\",\n        \"address\": \"VIA FAUSTA\",\n        \"cap\": \"30013\",\n        \"state\": \"VE\",\n        \"email\": \"damante.jesolo@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.4782118,12.549477\",\n        \"latitude\": 45.4782118,\n        \"longitude\": 12.549477,\n        \"featured\": false,\n        \"engraving\": true,\n        \"created_at\": \"2022-10-02T03:01:30+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 254,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D53\",\n        \"cd_internal\": \"9051118489\",\n        \"name\": \"D AMANTE D53 MERANO\",\n        \"description\": \"CC STADT CENTRUM - LOC 5B\",\n        \"tel\": \"0473325991\",\n        \"fax\": null,\n        \"city\": \"MERANO\",\n        \"address\": \"CORSO DELLA LIBERTA'\",\n        \"cap\": \"39012\",\n        \"state\": \"BZ\",\n        \"email\": \"damante.merano@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/46.6708826,11.1584281\",\n        \"latitude\": 46.6708826,\n        \"longitude\": 11.1584281,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 298,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D54\",\n        \"cd_internal\": \"9051120265\",\n        \"name\": \"D'AMANTE D54 PALERMO FORUM\",\n        \"description\": \"C/O CC FORUM PALERMO - LOC 43B\",\n        \"tel\": \"0418505796\",\n        \"fax\": null,\n        \"city\": \"PALERMO\",\n        \"address\": \"VIA PECORAINO\",\n        \"cap\": \"90124\",\n        \"state\": \"PA\",\n        \"email\": null,\n        \"excerpt\": \"CENTRO COMMERCIALE PALERMO FORUM\",\n        \"link\": \"https://www.google.com/maps/place/38.0939074,13.4024854\",\n        \"latitude\": 38.0939074,\n        \"longitude\": 13.4024854,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 255,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D55\",\n        \"cd_internal\": \"9051118490\",\n        \"name\": \"D AMANTE D55 VERONA\",\n        \"description\": \"CC ADIGEO - LOC 38\",\n        \"tel\": \"0452580247\",\n        \"fax\": null,\n        \"city\": \"VERONA\",\n        \"address\": \"VIALE DELLE NAZIONI\",\n        \"cap\": \"37135\",\n        \"state\": \"VR\",\n        \"email\": \"damante.verona@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.4012772,10.9730745\",\n        \"latitude\": 45.4012772,\n        \"longitude\": 10.9730745,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 256,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D56\",\n        \"cd_internal\": \"9051118491\",\n        \"name\": \"D AMANTE D56 MANTOVA\",\n        \"description\": \"MANTOVA OUTLET VILLAGE - LOC 32\",\n        \"tel\": \"03761376410\",\n        \"fax\": null,\n        \"city\": \"BAGNOLO SAN VITO\",\n        \"address\": \"VIA MARCO BIAGI\",\n        \"cap\": \"46031\",\n        \"state\": \"MN\",\n        \"email\": \"damante.mantova@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/45.0882932,10.8548627\",\n        \"latitude\": 45.0882932,\n        \"longitude\": 10.8548627,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 257,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D57\",\n        \"cd_internal\": \"9051118619\",\n        \"name\": \"D'AMANTE D57 PALERMO LA TORRE\",\n        \"description\": \"C/O LA TORRE\",\n        \"tel\": \"0917737618\",\n        \"fax\": null,\n        \"city\": \"Palermo\",\n        \"address\": \"Via Assoro\",\n        \"cap\": \"90135\",\n        \"state\": \"PA\",\n        \"email\": \"damante.palermotorre@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/38.1327045,13.3007158\",\n        \"latitude\": 38.1327045,\n        \"longitude\": 13.3007158,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 227,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D58\",\n        \"cd_internal\": \"9051118620\",\n        \"name\": \"D'AMANTE D58 PORTA DI ROMA\",\n        \"description\": \"C/O PORTA DI ROMA\",\n        \"tel\": \"0669421027\",\n        \"fax\": null,\n        \"city\": \"Roma\",\n        \"address\": \"Via Alberto Lionello\",\n        \"cap\": \"00139\",\n        \"state\": \"RM\",\n        \"email\": \"damante.portaroma@bluespirit.com\",\n        \"excerpt\": null,\n        \"link\": \"https://www.google.com/maps/place/41.9751729,12.5388204\",\n        \"latitude\": 41.9751729,\n        \"longitude\": 12.5388204,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 295,\n        \"banner\": \"DA\",\n        \"cd_neg\": \"D59\",\n        \"cd_internal\": \"9051120267\",\n        \"name\": \"D'AMANTE D59 CURNO\",\n        \"description\": \"C/O CC CURNO - LOC 63A\",\n        \"tel\": null,\n        \"fax\": null,\n        \"city\": \"CURNO\",\n        \"address\": \"VIA E.FERMI\",\n        \"cap\": \"24035\",\n        \"state\": \"BG\",\n        \"email\": null,\n        \"excerpt\": \"CENTRO COMMERCIALE CURNO\",\n        \"link\": \"https://www.google.com/maps/place/45.6843778,9.6177477\",\n        \"latitude\": 45.6843778,\n        \"longitude\": 9.6177477,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/marker@2x.png\"\n    },\n    {\n        \"id\": 161,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N07\",\n        \"cd_internal\": \"9051109378\",\n        \"name\": \"MORELLATO N07 MILANO BUENOS AIRES\",\n        \"description\": null,\n        \"tel\": \"0495795442\",\n        \"fax\": null,\n        \"city\": \"MILANO\",\n        \"address\": \"CORSO BUENOS AIRES, 18\",\n        \"cap\": \"20124\",\n        \"state\": \"MI\",\n        \"email\": \"mi.bairesstore@morellato.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/RUoRJRbJAe32\",\n        \"latitude\": 45.4773176,\n        \"longitude\": 9.205974,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 162,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N21\",\n        \"cd_internal\": \"9051109381\",\n        \"name\": \"MORELLATO N21 PALMANOVA\",\n        \"description\": \"CC PALMANOVA OUTLET VILLAGE\",\n        \"tel\": \"04311962743\",\n        \"fax\": null,\n        \"city\": \"AIELLO DEL FRIULI\",\n        \"address\": \"STRADA PROVINCIALE 126 KM 1.6\",\n        \"cap\": \"33041\",\n        \"state\": \"UD\",\n        \"email\": \"palmanova.store@morellato.com\",\n        \"excerpt\": \"PALMANOVA OUTLET VILLAGE\",\n        \"link\": \"https://goo.gl/maps/dfM53NYwDLu\",\n        \"latitude\": 45.885766,\n        \"longitude\": 13.343574,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 163,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N22\",\n        \"cd_internal\": \"9051109379\",\n        \"name\": \"MORELLATO N22 VERONA MAZZINI\",\n        \"description\": null,\n        \"tel\": \"0452477343\",\n        \"fax\": null,\n        \"city\": \"VERONA\",\n        \"address\": \"VIA MAZZINI\",\n        \"cap\": \"37121\",\n        \"state\": \"VR\",\n        \"email\": \"verona.store@morellato.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/8yk5jP2gTi62\",\n        \"latitude\": 45.4405232,\n        \"longitude\": 10.9926411,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2020-05-29T03:02:48+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 164,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N26\",\n        \"cd_internal\": \"9051110339\",\n        \"name\": \"MORELLATO N26 VENEZIA\",\n        \"description\": null,\n        \"tel\": \"0418500375\",\n        \"fax\": null,\n        \"city\": \"VENEZIA\",\n        \"address\": \"SESTRIERE SAN MARCO\",\n        \"cap\": \"30124\",\n        \"state\": \"VE\",\n        \"email\": \"venezia.store@morellato.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/s1GXSzz197K2\",\n        \"latitude\": 45.4352113,\n        \"longitude\": 12.3378235,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 165,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N27\",\n        \"cd_internal\": \"9051114330\",\n        \"name\": \"MORELLATO N27 ROMA VIA DEL CORSO\",\n        \"description\": null,\n        \"tel\": \"0683912503\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA DEL CORSO\",\n        \"cap\": \"00187\",\n        \"state\": \"RM\",\n        \"email\": \"roma.store@morellato.com\",\n        \"excerpt\": null,\n        \"link\": \"https://goo.gl/maps/J5Wz6kVJWBs\",\n        \"latitude\": 41.907174,\n        \"longitude\": 12.477949,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 166,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N28\",\n        \"cd_internal\": \"9051114150\",\n        \"name\": \"MORELLATO N28 SERRAVALLE\",\n        \"description\": \"SERRAVALLE DESIGNER OUTLET\",\n        \"tel\": \"01431434334\",\n        \"fax\": null,\n        \"city\": \"SERRAVALLE SCRIVIA\",\n        \"address\": \"VIA DELLA MODA\",\n        \"cap\": \"15069\",\n        \"state\": \"AL\",\n        \"email\": \"serravalle.store@morellato.com\",\n        \"excerpt\": \"SERRAVALLE DESIGNER OUTLET\",\n        \"link\": \"https://goo.gl/maps/jjhoSXmtf6H2\",\n        \"latitude\": 44.735868,\n        \"longitude\": 8.8342503,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 167,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N29\",\n        \"cd_internal\": \"9051114914\",\n        \"name\": \"MORELLATO N29 GUIDONIA\",\n        \"description\": \"CC TIBURTINO SHOPPING CENTER\",\n        \"tel\": \"07741841215\",\n        \"fax\": null,\n        \"city\": \"GUIDONIA MONTECELIO\",\n        \"address\": \"VIA TIBURTINA VALERIA - LOCALE 03\",\n        \"cap\": \"00012\",\n        \"state\": \"RM\",\n        \"email\": \"guidonia.store@morellato.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE TIBURTINO SHOPPING\",\n        \"link\": \"https://goo.gl/maps/3AWf4RCCa426bFBd8\",\n        \"latitude\": 41.955681,\n        \"longitude\": 12.6949893,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-04-26T03:01:11+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 168,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N31\",\n        \"cd_internal\": \"9051115765\",\n        \"name\": \"MORELLATO N31 GRUGLIASCO\",\n        \"description\": \"CC LE GRU - LOC 264\",\n        \"tel\": \"01118864169\",\n        \"fax\": null,\n        \"city\": \"GRUGLIASCO\",\n        \"address\": \"VIA CREA\",\n        \"cap\": \"10095\",\n        \"state\": \"TO\",\n        \"email\": \"grugliasco.store@morellato.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE LE GRU\",\n        \"link\": \"https://goo.gl/maps/CvjSo5FYtFmTBPfy8\",\n        \"latitude\": 45.054958,\n        \"longitude\": 7.6154191,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 169,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N32\",\n        \"cd_internal\": \"9051115766\",\n        \"name\": \"MORELLATO N32 MOLFETTA\",\n        \"description\": \"CC PUGLIA OUTLET VILLLAGE - LOC M5\",\n        \"tel\": \"0808593239\",\n        \"fax\": null,\n        \"city\": \"ZONA CALDERINA - MOLFETTA\",\n        \"address\": \"VIA DEI PORTUALI\",\n        \"cap\": \"70056\",\n        \"state\": \"BA\",\n        \"email\": \"molfetta.store@morellato.com\",\n        \"excerpt\": \"PUGLIA OUTLET VILLAGE\",\n        \"link\": \"https://goo.gl/maps/o2EX4nxaS5UfrroW8\",\n        \"latitude\": 41.2164181,\n        \"longitude\": 16.5443808,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2021-09-09T03:01:24+02:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 170,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N33\",\n        \"cd_internal\": \"9051116503\",\n        \"name\": \"MORELLATO N33 ROMA EUROMA\",\n        \"description\": \"CC EUROMA 2\",\n        \"tel\": \"0669369840\",\n        \"fax\": null,\n        \"city\": \"ROMA\",\n        \"address\": \"VIA DELL'OCEANO PACIFICO\",\n        \"cap\": \"00144\",\n        \"state\": \"RM\",\n        \"email\": \"euroma.store@morellato.com\",\n        \"excerpt\": \"CENTRO COMMERCIALE EURROMA2\",\n        \"link\": \"https://goo.gl/maps/A1ZtrmvzN4FiQmPo9\",\n        \"latitude\": 41.816882,\n        \"longitude\": 12.4586494,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    },\n    {\n        \"id\": 263,\n        \"banner\": \"MO\",\n        \"cd_neg\": \"N35\",\n        \"cd_internal\": \"9051119472\",\n        \"name\": \"MORELLATO N35 SAVIGNANO\",\n        \"description\": \"CC ROMAGNA SHOPPING VALLEY - BOX 2+\",\n        \"tel\": \"05411737698\",\n        \"fax\": null,\n        \"city\": \"SAVIGNANO SUL RUBICONE\",\n        \"address\": \"PIAZZA COLOMBO\",\n        \"cap\": \"47039\",\n        \"state\": \"FC\",\n        \"email\": \"savignano.store@morellato.com\",\n        \"excerpt\": \"SAN MARINO SHOPPING VALLEY\",\n        \"link\": \"https://www.google.com/maps/place/44.1584578,12.4325835\",\n        \"latitude\": 44.1584578,\n        \"longitude\": 12.4325835,\n        \"featured\": false,\n        \"engraving\": false,\n        \"created_at\": \"2022-12-16T03:02:07+01:00\",\n        \"updated_at\": \"2022-12-16T03:02:07+01:00\",\n        \"marker\": \"https://cdn.bluespirit.com/media/images/map/mor@2x.png\"\n    }\n]"}],"_postman_id":"e1d1ffe5-8b14-4a46-8cd8-0903a8385744"}],"id":"6f07c5b2-8212-4a81-a2d4-e32b3ed67f33","_postman_id":"6f07c5b2-8212-4a81-a2d4-e32b3ed67f33","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}}},{"name":"Catalog","item":[{"name":"Catalog Feed fetch/download","id":"9cd20c13-47c2-44eb-8b97-2c03d196cabd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/feed/en","description":"<p>Fetch the complete JSON feed about catalog (Products + Categories + Subcategories) and orders (sales + order details);</p>\n<p>WARNING: this operation is NOT in real time, since the feed is generated on the server during the night;</p>\n<p>WARNING: you should fetch this feed every day, since the \"sales\" node (orders) will contains only the entities in the last 24 hour.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","feed","en"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cd20c13-47c2-44eb-8b97-2c03d196cabd"},{"name":"Fetch Wishlist by Product","id":"35a0334e-2b66-4cae-9177-27238d0e16b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/fetch/wishlist-product/72309","description":"<p>Fetch a simple collection of payloads for one or many PRODUCTs.</p>\n<p>This method accept the ID (numeric) of the product or its SKU (min 4 chars) and returns all the wishlist that contains that product. The size of the returning array is the representation of how many times a single product has been added to a Wishlist for all customers.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","wishlist-product","72309"],"host":["www","bluespirit","com"],"query":[],"variable":[]}},"response":[{"id":"2108ab6b-e367-4028-830f-e4515957cb4a","name":"Fetch Wishlist by Product","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/fetch/wishlist-product/72309"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 04 Jun 2020 10:30:03 GMT"},{"key":"X-Blade-Session","value":"1"},{"key":"Alternate-Protocol","value":"443:npn-spdy/3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"},{"key":"X-Server-Cache","value":"BYPASS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5185,\n        \"customer_id\": 116197,\n        \"code\": \"24bc8ac4946f3f616e4da54559e5447618e39acf\",\n        \"name\": null,\n        \"default\": true,\n        \"created_at\": \"2020-01-01T17:41:31+01:00\",\n        \"updated_at\": \"2020-01-01T17:41:31+01:00\"\n    },\n    {\n        \"id\": 7723,\n        \"customer_id\": 47894,\n        \"code\": \"45817ca7dec635a0d1b94ec3fa0bf5fee7ee7d20\",\n        \"name\": null,\n        \"default\": true,\n        \"created_at\": \"2020-05-26T08:10:30+02:00\",\n        \"updated_at\": \"2020-05-26T08:10:30+02:00\"\n    },\n    {\n        \"id\": 7733,\n        \"customer_id\": 142852,\n        \"code\": \"1ad44328c83b68503efb7f2ccc5d8d30151f9157\",\n        \"name\": null,\n        \"default\": true,\n        \"created_at\": \"2020-05-27T13:14:03+02:00\",\n        \"updated_at\": \"2020-05-27T13:14:03+02:00\"\n    }\n]"}],"_postman_id":"35a0334e-2b66-4cae-9177-27238d0e16b1"},{"name":"Fetch WishlistProducts","id":"950e7921-c867-4334-bddf-c0e74d5200a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":"https://www.bluespirit.com/api/v1/fetch/wishlists/2024-04-14T12:42:58+02:00?page=1","description":"<p>Fetch a list of \"wishlist\" entities that have been upserted between the dates provided.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","fetch","wishlists","2024-04-14T12:42:58+02:00"],"host":["www","bluespirit","com"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"657e92c2-b1d4-432e-8bbd-bd0e015fa74c","name":"Fetch WishlistProducts","originalRequest":{"method":"GET","header":[{"key":"X-Sensitive","type":"text","value":"faked"}],"url":{"raw":"https://www.bluespirit.com/api/v1/fetch/wishlists/2024-04-14T12:42:58+02:00?page=1","protocol":"https","host":["www","bluespirit","com"],"path":["api","v1","fetch","wishlists","2024-04-14T12:42:58+02:00"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jan 2022 14:41:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache"},{"key":"x-blade-session","value":"1"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"no-referrer-when-downgrade"},{"key":"permissions-policy","value":"geolocation=(self \"https://www.bluespirit.com\"), accelerometer=(), camera=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"x-server-cache","value":"BYPASS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=VfGUmqlkl12SkZncqELkGJehpctdtOw3V9LGnsW6pzKCZ8yqAVIsHxtEqqHRQ2evT9qAWBkwIDSxCBoSaaHsM86mb2mXnWvYUXT8YK5wibGXHs8fVxw0fr%2BLzjd38zzVCprIZDg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6d00d2b38c8738ba-VIE"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"wishlist_id\": 3019,\n            \"product_id\": 68048,\n            \"wishlist\": {\n                \"id\": 3019,\n                \"customer_id\": 84325,\n                \"code\": \"15da01790a80925f9b1104b5c67fa0cd359a7415\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=3019\",\n                \"created_at\": \"2019-09-02T16:37:53+02:00\",\n                \"updated_at\": \"2022-01-19T14:35:42+01:00\"\n            },\n            \"product\": {\n                \"id\": 68048,\n                \"sku\": \"SADY10014\",\n                \"sap_sku\": \"SADY10014\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": true,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2019-04-03T13:59:50+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T14:34:52+01:00\",\n            \"updated_at\": \"2022-01-19T14:35:42+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 3019,\n            \"product_id\": 79691,\n            \"wishlist\": {\n                \"id\": 3019,\n                \"customer_id\": 84325,\n                \"code\": \"15da01790a80925f9b1104b5c67fa0cd359a7415\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=3019\",\n                \"created_at\": \"2019-09-02T16:37:53+02:00\",\n                \"updated_at\": \"2022-01-19T14:35:42+01:00\"\n            },\n            \"product\": {\n                \"id\": 79691,\n                \"sku\": \"J19AUV34012\",\n                \"sap_sku\": \"J19AUV34012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2021-09-23T12:55:26+02:00\",\n                \"updated_at\": \"2022-01-19T15:28:22+01:00\"\n            },\n            \"created_at\": \"2022-01-19T14:30:56+01:00\",\n            \"updated_at\": \"2022-01-19T14:35:42+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 1583174,\n            \"product_id\": 22108,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 22108,\n                \"sku\": \"SCZ139W\",\n                \"sap_sku\": \"SCZ139W\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"6.00\",\n                \"created_at\": \"2017-03-14T06:01:32+01:00\",\n                \"updated_at\": \"2022-01-19T14:59:24+01:00\"\n            },\n            \"created_at\": \"2022-01-19T13:40:45+01:00\",\n            \"updated_at\": \"2022-01-19T13:41:01+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 1583174,\n            \"product_id\": 20681,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 20681,\n                \"sku\": \"SCZ136\",\n                \"sap_sku\": \"SCZ136\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.01\",\n                \"price\": \"24.00\",\n                \"created_at\": \"2017-03-06T11:22:14+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T13:40:40+01:00\",\n            \"updated_at\": \"2022-01-19T13:41:01+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 22176,\n            \"product_id\": 44758,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 44758,\n                \"sku\": \"P.25N103000200\",\n                \"sap_sku\": \"P.25N103000200\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2017-10-20T13:06:14+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T12:47:14+01:00\",\n            \"updated_at\": \"2022-01-19T13:07:42+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 22176,\n            \"product_id\": 44757,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 44757,\n                \"sku\": \"P.25N103000100\",\n                \"sap_sku\": \"P.25N103000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2017-10-20T13:06:14+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T12:46:36+01:00\",\n            \"updated_at\": \"2022-01-19T13:07:42+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 22176,\n            \"product_id\": 62607,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 62607,\n                \"sku\": \"P.25P803000100\",\n                \"sap_sku\": \"P.25P803000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2019-01-30T15:31:22+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T12:45:46+01:00\",\n            \"updated_at\": \"2022-01-19T13:07:42+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 22176,\n            \"product_id\": 67413,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 67413,\n                \"sku\": \"SADO46014\",\n                \"sap_sku\": \"SADO46014\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"29.00\",\n                \"created_at\": \"2019-04-03T13:58:21+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T12:40:33+01:00\",\n            \"updated_at\": \"2022-01-19T13:07:42+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 22176,\n            \"product_id\": 62502,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 62502,\n                \"sku\": \"SAKK112012\",\n                \"sap_sku\": \"SAKK112012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": true,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"44.00\",\n                \"created_at\": \"2019-01-30T15:31:10+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T12:37:59+01:00\",\n            \"updated_at\": \"2022-01-19T13:07:42+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79380,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79380,\n                \"sku\": \"P.13Z410000100\",\n                \"sap_sku\": \"P.13Z410000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"2999.00\",\n                \"created_at\": \"2021-09-21T13:35:52+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:41:43+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79378,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79378,\n                \"sku\": \"P.13X710000300\",\n                \"sap_sku\": \"P.13X710000300\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"3999.00\",\n                \"created_at\": \"2021-09-21T13:35:52+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:41:41+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79382,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79382,\n                \"sku\": \"P.13Z510000100\",\n                \"sap_sku\": \"P.13Z510000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"2499.00\",\n                \"created_at\": \"2021-09-21T13:35:52+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:40:34+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79386,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79386,\n                \"sku\": \"P.13Z610000200\",\n                \"sap_sku\": \"P.13Z610000200\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"2999.00\",\n                \"created_at\": \"2021-09-21T13:35:53+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:40:02+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79385,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79385,\n                \"sku\": \"P.13Z610000100\",\n                \"sap_sku\": \"P.13Z610000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"3399.00\",\n                \"created_at\": \"2021-09-21T13:35:53+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:39:57+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79370,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79370,\n                \"sku\": \"P.13T810001000\",\n                \"sap_sku\": \"P.13T810001000\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"2299.00\",\n                \"created_at\": \"2021-09-21T13:35:52+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:37:25+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79371,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79371,\n                \"sku\": \"P.13T810001300\",\n                \"sap_sku\": \"P.13T810001300\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"1499.00\",\n                \"created_at\": \"2021-09-21T13:35:52+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:37:23+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79377,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79377,\n                \"sku\": \"P.13X710000200\",\n                \"sap_sku\": \"P.13X710000200\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"2999.00\",\n                \"created_at\": \"2021-09-21T13:35:52+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:37:17+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 16397,\n            \"product_id\": 79376,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 79376,\n                \"sku\": \"P.13X710000100\",\n                \"sap_sku\": \"P.13X710000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"1999.00\",\n                \"created_at\": \"2021-09-21T13:35:52+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T10:37:13+01:00\",\n            \"updated_at\": \"2022-01-19T10:42:04+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 3870952,\n            \"product_id\": 75579,\n            \"wishlist\": {\n                \"id\": 3870952,\n                \"customer_id\": 627815,\n                \"code\": \"1f37bf8b910fd020d8fe6b998ec8bd5712f30f35\",\n                \"name\": \"Regali Partner\",\n                \"default\": false,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=3870952\",\n                \"created_at\": \"2022-01-14T13:56:31+01:00\",\n                \"updated_at\": \"2022-01-14T14:14:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 75579,\n                \"sku\": \"R8873645004\",\n                \"sap_sku\": \"R8873645004\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"249.00\",\n                \"created_at\": \"2021-02-12T09:49:32+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-14T12:21:55+01:00\",\n            \"updated_at\": \"2022-01-19T07:34:34+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 3870952,\n            \"product_id\": 79336,\n            \"wishlist\": {\n                \"id\": 3870952,\n                \"customer_id\": 627815,\n                \"code\": \"1f37bf8b910fd020d8fe6b998ec8bd5712f30f35\",\n                \"name\": \"Regali Partner\",\n                \"default\": false,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=3870952\",\n                \"created_at\": \"2022-01-14T13:56:31+01:00\",\n                \"updated_at\": \"2022-01-14T14:14:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 79336,\n                \"sku\": \"P.22Z306000200\",\n                \"sap_sku\": \"P.22Z306000200\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"149.00\",\n                \"created_at\": \"2021-09-13T15:24:48+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-14T12:17:15+01:00\",\n            \"updated_at\": \"2022-01-19T07:34:34+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 3870952,\n            \"product_id\": 75967,\n            \"wishlist\": {\n                \"id\": 3870952,\n                \"customer_id\": 627815,\n                \"code\": \"1f37bf8b910fd020d8fe6b998ec8bd5712f30f35\",\n                \"name\": \"Regali Partner\",\n                \"default\": false,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=3870952\",\n                \"created_at\": \"2022-01-14T13:56:31+01:00\",\n                \"updated_at\": \"2022-01-14T14:14:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 75967,\n                \"sku\": \"JM221ATY09\",\n                \"sap_sku\": \"JM221ATY09\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"79.00\",\n                \"created_at\": \"2021-02-12T09:49:50+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-14T12:16:02+01:00\",\n            \"updated_at\": \"2022-01-19T07:34:34+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 3870952,\n            \"product_id\": 75960,\n            \"wishlist\": {\n                \"id\": 3870952,\n                \"customer_id\": 627815,\n                \"code\": \"1f37bf8b910fd020d8fe6b998ec8bd5712f30f35\",\n                \"name\": \"Regali Partner\",\n                \"default\": false,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=3870952\",\n                \"created_at\": \"2022-01-14T13:56:31+01:00\",\n                \"updated_at\": \"2022-01-14T14:14:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 75960,\n                \"sku\": \"JM221ATY02\",\n                \"sap_sku\": \"JM221ATY02\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"99.00\",\n                \"created_at\": \"2021-02-12T09:49:49+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-14T12:15:38+01:00\",\n            \"updated_at\": \"2022-01-19T07:34:34+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 14563,\n            \"product_id\": 62421,\n            \"wishlist\": {\n                \"id\": 14563,\n                \"customer_id\": 267339,\n                \"code\": \"2727c968a22a42806b0c0752e6c4969179cca2e4\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=14563\",\n                \"created_at\": \"2021-01-23T09:37:56+01:00\",\n                \"updated_at\": \"2022-01-19T04:33:58+01:00\"\n            },\n            \"product\": {\n                \"id\": 62421,\n                \"sku\": \"LPS05AQC01\",\n                \"sap_sku\": \"LPS05AQC01\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"19.00\",\n                \"created_at\": \"2019-01-30T15:31:00+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-19T04:33:40+01:00\",\n            \"updated_at\": \"2022-01-19T04:33:58+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 17524,\n            \"product_id\": 45504,\n            \"wishlist\": {\n                \"id\": 17524,\n                \"customer_id\": 349651,\n                \"code\": \"59565154da6b41c4cc4fee07beb08cc9431e06c3\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=17524\",\n                \"created_at\": \"2021-06-29T16:27:45+02:00\",\n                \"updated_at\": \"2022-01-18T21:57:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 45504,\n                \"sku\": \"SD0309\",\n                \"sap_sku\": \"SD0309\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.07\",\n                \"price\": \"22.00\",\n                \"created_at\": \"2017-10-20T13:06:52+02:00\",\n                \"updated_at\": \"2022-01-19T14:35:38+01:00\"\n            },\n            \"created_at\": \"2022-01-18T21:52:48+01:00\",\n            \"updated_at\": \"2022-01-18T21:54:44+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 17524,\n            \"product_id\": 56856,\n            \"wishlist\": {\n                \"id\": 17524,\n                \"customer_id\": 349651,\n                \"code\": \"59565154da6b41c4cc4fee07beb08cc9431e06c3\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=17524\",\n                \"created_at\": \"2021-06-29T16:27:45+02:00\",\n                \"updated_at\": \"2022-01-18T21:57:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 56856,\n                \"sku\": \"SAKB08\",\n                \"sap_sku\": \"SAKB08\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.01\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2018-08-23T17:19:37+02:00\",\n                \"updated_at\": \"2022-01-19T10:13:36+01:00\"\n            },\n            \"created_at\": \"2022-01-18T21:52:25+01:00\",\n            \"updated_at\": \"2022-01-18T21:54:44+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 4448539,\n            \"product_id\": 30168,\n            \"wishlist\": {\n                \"id\": 4448539,\n                \"customer_id\": 632915,\n                \"code\": \"7f4d6d0ff31fa2cecfdd7cb7ea95fa185422512e\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=4448539\",\n                \"created_at\": \"2022-01-18T20:09:47+01:00\",\n                \"updated_at\": \"2022-01-18T20:11:41+01:00\"\n            },\n            \"product\": {\n                \"id\": 30168,\n                \"sku\": \"ME3099\",\n                \"sap_sku\": \"FO.ME3099\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"199.00\",\n                \"created_at\": \"2017-05-08T16:33:39+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-18T19:57:48+01:00\",\n            \"updated_at\": \"2022-01-18T20:11:41+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 16359,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 16359,\n                \"sku\": \"R3253588507\",\n                \"sap_sku\": \"R3253588507\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.11\",\n                \"price\": \"99.00\",\n                \"created_at\": \"2016-01-27T16:40:37+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-07T21:22:37+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 73406,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 73406,\n                \"sku\": \"LD01002\",\n                \"sap_sku\": \"LD01002\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"229.00\",\n                \"created_at\": \"2020-08-05T10:22:24+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-12-05T10:53:52+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 40658,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 40658,\n                \"sku\": \"P.201201000700\",\n                \"sap_sku\": \"P.201201000700\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"649.00\",\n                \"created_at\": \"2017-09-25T16:05:51+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-12-05T10:50:08+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 22651,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 22651,\n                \"sku\": \"P.BS.2503000156\",\n                \"sap_sku\": \"P.BS.2503000156\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"43.00\",\n                \"created_at\": \"2017-03-16T06:02:52+01:00\",\n                \"updated_at\": \"2022-01-19T12:04:00+01:00\"\n            },\n            \"created_at\": \"2021-11-21T18:08:59+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 56456,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 56456,\n                \"sku\": \"P.25O801000100\",\n                \"sap_sku\": \"P.25O801000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"29.00\",\n                \"created_at\": \"2018-08-01T17:58:33+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-18T15:53:42+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 71453,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 71453,\n                \"sku\": \"P.20B201000400\",\n                \"sap_sku\": \"P.20B201000400\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"699.00\",\n                \"created_at\": \"2020-01-30T11:47:08+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T13:21:15+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 75980,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 75980,\n                \"sku\": \"LD01903\",\n                \"sap_sku\": \"LD01903\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"749.00\",\n                \"created_at\": \"2021-02-12T09:49:50+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:56:00+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 44974,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 44974,\n                \"sku\": \"P.77M701000100\",\n                \"sap_sku\": \"P.77M701000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"249.00\",\n                \"created_at\": \"2017-10-20T13:06:20+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:45:47+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 22555,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 22555,\n                \"sku\": \"P.77A801000400\",\n                \"sap_sku\": \"P.77A801000400\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"359.00\",\n                \"created_at\": \"2017-03-15T06:06:33+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:45:14+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 73417,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 73417,\n                \"sku\": \"LD02002\",\n                \"sap_sku\": \"LD02002\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"399.00\",\n                \"created_at\": \"2020-08-05T10:22:26+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:45:03+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 22345,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 22345,\n                \"sku\": \"P.20B201000100\",\n                \"sap_sku\": \"P.20B201000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"469.00\",\n                \"created_at\": \"2017-03-15T06:06:21+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:44:49+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 79844,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 79844,\n                \"sku\": \"LD802002\",\n                \"sap_sku\": \"LD802002\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"479.00\",\n                \"created_at\": \"2021-09-23T12:55:31+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:44:33+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 54549,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 54549,\n                \"sku\": \"P.20N201000200\",\n                \"sap_sku\": \"P.20N201000200\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"529.00\",\n                \"created_at\": \"2017-11-29T16:07:57+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:43:37+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 73424,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 73424,\n                \"sku\": \"LD03002\",\n                \"sap_sku\": \"LD03002\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"549.00\",\n                \"created_at\": \"2020-08-05T10:22:27+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:43:04+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 41564,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 41564,\n                \"sku\": \"P.77A801000500\",\n                \"sap_sku\": \"P.77A801000500\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"549.00\",\n                \"created_at\": \"2017-09-25T16:06:21+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:42:26+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 73132,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 73132,\n                \"sku\": \"P.20C901002300\",\n                \"sap_sku\": \"P.20C901002300\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"349.00\",\n                \"created_at\": \"2020-08-05T10:21:32+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:33:18+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 54543,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 54543,\n                \"sku\": \"P.20N201000100\",\n                \"sap_sku\": \"P.20N201000100\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"399.00\",\n                \"created_at\": \"2017-11-29T14:04:54+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:32:30+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 79896,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 79896,\n                \"sku\": \"LD810045I\",\n                \"sap_sku\": \"LD810045I\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"399.00\",\n                \"created_at\": \"2021-09-23T12:55:32+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:26:29+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 79878,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 79878,\n                \"sku\": \"LD806646I\",\n                \"sap_sku\": \"LD806646I\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"399.00\",\n                \"created_at\": \"2021-09-23T12:55:32+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:25:47+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 42831,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 42831,\n                \"sku\": \"20067686\",\n                \"sap_sku\": \"SA.20067686\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"578.00\",\n                \"created_at\": \"2017-09-29T10:50:12+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:23:38+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 79841,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 79841,\n                \"sku\": \"LD801903\",\n                \"sap_sku\": \"LD801903\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"949.00\",\n                \"created_at\": \"2021-09-23T12:55:31+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-17T11:23:04+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 67329,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 67329,\n                \"sku\": \"SAIW08012\",\n                \"sap_sku\": \"SAIW08012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"69.00\",\n                \"created_at\": \"2019-04-03T13:58:10+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-15T19:54:19+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 68079,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 68079,\n                \"sku\": \"SKJ0084040-6.5\",\n                \"sap_sku\": \"SK.SKJ0084040-6.5\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"39.00\",\n                \"created_at\": \"2019-04-03T13:59:54+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-15T19:47:57+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 40143,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 40143,\n                \"sku\": \"P.25D703000212\",\n                \"sap_sku\": \"P.25D703000212\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"39.00\",\n                \"created_at\": \"2017-09-25T16:05:32+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-15T19:47:09+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 67360,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 67360,\n                \"sku\": \"SNA41012\",\n                \"sap_sku\": \"SNA41012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"25.00\",\n                \"created_at\": \"2019-04-03T13:58:15+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-15T19:45:45+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 78395,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 78395,\n                \"sku\": \"P.17K101000500\",\n                \"sap_sku\": \"P.17K101000500\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"69.00\",\n                \"created_at\": \"2021-07-06T12:03:12+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-06T09:58:16+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76140,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76140,\n                \"sku\": \"P.25K901001200\",\n                \"sap_sku\": \"P.25K901001200\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"69.00\",\n                \"created_at\": \"2021-02-12T09:49:55+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-06T09:57:52+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 73474,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 73474,\n                \"sku\": \"SAKM79\",\n                \"sap_sku\": \"SAKM79\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2020-08-05T10:22:36+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-06T09:55:37+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 73473,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 73473,\n                \"sku\": \"SAKM78\",\n                \"sap_sku\": \"SAKM78\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2020-08-05T10:22:36+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-06T09:55:31+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76861,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76861,\n                \"sku\": \"SAUQ08\",\n                \"sap_sku\": \"SAUQ08\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2021-06-30T13:50:15+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:55:01+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76036,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76036,\n                \"sku\": \"SAIW95\",\n                \"sap_sku\": \"SAIW95\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2021-02-12T09:49:51+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:54:12+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 74043,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 74043,\n                \"sku\": \"SATS05\",\n                \"sap_sku\": \"SATS05\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2020-09-28T13:15:18+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:54:07+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 22481,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 22481,\n                \"sku\": \"P.2501E50000173\",\n                \"sap_sku\": \"P.2501E50000173\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"47.00\",\n                \"created_at\": \"2017-03-15T06:06:27+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:49:09+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 79046,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 79046,\n                \"sku\": \"JF03805710\",\n                \"sap_sku\": \"FO.JF03805710\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"45.00\",\n                \"created_at\": \"2021-09-13T15:24:40+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:48:01+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76133,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76133,\n                \"sku\": \"P.25K901000500\",\n                \"sap_sku\": \"P.25K901000500\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"45.00\",\n                \"created_at\": \"2021-02-12T09:49:54+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:47:18+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76132,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76132,\n                \"sku\": \"P.25K901000400\",\n                \"sap_sku\": \"P.25K901000400\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"39.00\",\n                \"created_at\": \"2021-02-12T09:49:54+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:45:26+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 79134,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 79134,\n                \"sku\": \"P.62K901000800\",\n                \"sap_sku\": \"P.62K901000800\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"35.00\",\n                \"created_at\": \"2021-09-13T15:24:43+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:42:20+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 69399,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 69399,\n                \"sku\": \"SAKM70\",\n                \"sap_sku\": \"SAKM70\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"34.00\",\n                \"created_at\": \"2019-08-02T15:50:12+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:41:25+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76130,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76130,\n                \"sku\": \"P.25K901000200\",\n                \"sap_sku\": \"P.25K901000200\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"29.00\",\n                \"created_at\": \"2021-02-12T09:49:54+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:39:50+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76723,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76723,\n                \"sku\": \"LPS02AQM13\",\n                \"sap_sku\": \"LPS02AQM13\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"14.50\",\n                \"created_at\": \"2021-06-30T13:50:11+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:36:42+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76717,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76717,\n                \"sku\": \"LPS02AQM07\",\n                \"sap_sku\": \"LPS02AQM07\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"9.50\",\n                \"created_at\": \"2021-06-30T13:50:11+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T23:36:14+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76038,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76038,\n                \"sku\": \"SAIW97012\",\n                \"sap_sku\": \"SAIW97012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2021-02-12T09:49:51+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:41:16+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 46000,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 46000,\n                \"sku\": \"SXU17012\",\n                \"sap_sku\": \"SXU17012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": true,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.01\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2017-10-20T13:07:16+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:40:54+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 40160,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 40160,\n                \"sku\": \"P.25M403000300\",\n                \"sap_sku\": \"P.25M403000300\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2017-09-25T16:05:33+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:40:42+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 22643,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 22643,\n                \"sku\": \"P.2503000000715\",\n                \"sap_sku\": \"P.2503000000715\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"59.00\",\n                \"created_at\": \"2017-03-16T06:02:50+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:40:23+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 76864,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 76864,\n                \"sku\": \"SAUQ11012\",\n                \"sap_sku\": \"SAUQ11012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2021-06-30T13:50:15+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:39:21+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 79691,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 79691,\n                \"sku\": \"J19AUV34012\",\n                \"sap_sku\": \"J19AUV34012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2021-09-23T12:55:26+02:00\",\n                \"updated_at\": \"2022-01-19T15:28:22+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:39:09+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 74044,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 74044,\n                \"sku\": \"SATS06012\",\n                \"sap_sku\": \"SATS06012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2020-09-28T13:15:18+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:38:55+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 62494,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 62494,\n                \"sku\": \"SAKK104012\",\n                \"sap_sku\": \"SAKK104012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2019-01-30T15:31:09+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:37:42+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 56854,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 56854,\n                \"sku\": \"SANH07012\",\n                \"sap_sku\": \"SANH07012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2018-08-01T17:58:50+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:37:19+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 22639,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 22639,\n                \"sku\": \"P.2503000000349\",\n                \"sap_sku\": \"P.2503000000349\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"47.00\",\n                \"created_at\": \"2017-03-16T06:02:50+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:36:48+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 77379,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 77379,\n                \"sku\": \"AN01-224-10\",\n                \"sap_sku\": \"PP.AN01-224-10\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"39.00\",\n                \"created_at\": \"2021-07-06T12:02:39+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:35:35+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 77378,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 77378,\n                \"sku\": \"AN01-223-10\",\n                \"sap_sku\": \"PP.AN01-223-10\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"39.00\",\n                \"created_at\": \"2021-07-06T12:02:39+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:35:15+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 67361,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 67361,\n                \"sku\": \"SNA42014\",\n                \"sap_sku\": \"SNA42014\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"25.00\",\n                \"created_at\": \"2019-04-03T13:58:15+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:32:17+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 67892,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 67892,\n                \"sku\": \"SCZG2012\",\n                \"sap_sku\": \"SCZG2012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": true,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"28.00\",\n                \"created_at\": \"2019-04-03T13:59:28+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-11-05T17:31:56+01:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 79471,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 79471,\n                \"sku\": \"P.20C903002110\",\n                \"sap_sku\": \"P.20C903002110\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"1649.00\",\n                \"created_at\": \"2021-09-21T13:36:00+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-10-30T20:36:30+02:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 22626,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 22626,\n                \"sku\": \"P.2003H20000018\",\n                \"sap_sku\": \"P.2003H20000018\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"989.00\",\n                \"created_at\": \"2017-03-16T06:02:49+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-10-30T20:34:54+02:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 40103,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 40103,\n                \"sku\": \"P.20C903002012\",\n                \"sap_sku\": \"P.20C903002012\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"1990.00\",\n                \"created_at\": \"2017-09-25T16:05:31+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-10-30T20:33:43+02:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 2982733,\n            \"product_id\": 22606,\n            \"wishlist\": {\n                \"id\": 2982733,\n                \"customer_id\": 270492,\n                \"code\": \"4e8af798272d8ff5332ef5d03732e7627fefcbe0\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=2982733\",\n                \"created_at\": \"2022-01-08T18:59:56+01:00\",\n                \"updated_at\": \"2022-01-18T20:00:21+01:00\"\n            },\n            \"product\": {\n                \"id\": 22606,\n                \"sku\": \"P.209803000214\",\n                \"sap_sku\": \"P.209803000214\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"959.00\",\n                \"created_at\": \"2017-03-15T06:06:47+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2021-10-30T20:33:22+02:00\",\n            \"updated_at\": \"2022-01-18T19:59:43+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 48008,\n            \"product_id\": 59586,\n            \"wishlist\": {\n                \"id\": 48008,\n                \"customer_id\": 481714,\n                \"code\": \"acab89b00f86a13bc23113b9a1156f55aef06f73\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=48008\",\n                \"created_at\": \"2021-12-20T16:07:15+01:00\",\n                \"updated_at\": \"2022-01-18T17:57:29+01:00\"\n            },\n            \"product\": {\n                \"id\": 59586,\n                \"sku\": \"SCZ958W\",\n                \"sap_sku\": \"SCZ958W\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"13.00\",\n                \"created_at\": \"2018-10-23T12:23:56+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-15T09:04:06+01:00\",\n            \"updated_at\": \"2022-01-18T17:57:29+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 48008,\n            \"product_id\": 74867,\n            \"wishlist\": {\n                \"id\": 48008,\n                \"customer_id\": 481714,\n                \"code\": \"acab89b00f86a13bc23113b9a1156f55aef06f73\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=48008\",\n                \"created_at\": \"2021-12-20T16:07:15+01:00\",\n                \"updated_at\": \"2022-01-18T17:57:29+01:00\"\n            },\n            \"product\": {\n                \"id\": 74867,\n                \"sku\": \"LPS02ASD02\",\n                \"sap_sku\": \"LPS02ASD02\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"12.50\",\n                \"created_at\": \"2021-01-13T14:23:16+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-15T09:03:35+01:00\",\n            \"updated_at\": \"2022-01-18T17:57:29+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 48008,\n            \"product_id\": 74866,\n            \"wishlist\": {\n                \"id\": 48008,\n                \"customer_id\": 481714,\n                \"code\": \"acab89b00f86a13bc23113b9a1156f55aef06f73\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=48008\",\n                \"created_at\": \"2021-12-20T16:07:15+01:00\",\n                \"updated_at\": \"2022-01-18T17:57:29+01:00\"\n            },\n            \"product\": {\n                \"id\": 74866,\n                \"sku\": \"LPS02ASD01\",\n                \"sap_sku\": \"LPS02ASD01\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"12.50\",\n                \"created_at\": \"2021-01-13T14:23:16+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-15T09:03:30+01:00\",\n            \"updated_at\": \"2022-01-18T17:57:29+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 4395208,\n            \"product_id\": 46270,\n            \"wishlist\": {\n                \"id\": 4395208,\n                \"customer_id\": 170278,\n                \"code\": \"890478c40995f247f0b16197d4e37a5ff7e1f062\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=4395208\",\n                \"created_at\": \"2022-01-18T11:43:31+01:00\",\n                \"updated_at\": \"2022-01-18T16:11:49+01:00\"\n            },\n            \"product\": {\n                \"id\": 46270,\n                \"sku\": \"TJ1809\",\n                \"sap_sku\": \"TR.TJ1809\",\n                \"is_soldout\": true,\n                \"is_new\": false,\n                \"is_out_of_production\": true,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"70.00\",\n                \"created_at\": \"2017-10-20T13:07:25+02:00\",\n                \"updated_at\": \"2021-08-15T03:03:53+02:00\"\n            },\n            \"created_at\": \"2021-07-21T15:59:13+02:00\",\n            \"updated_at\": \"2022-01-18T16:09:56+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 11089,\n            \"product_id\": 78315,\n            \"wishlist\": {\n                \"id\": 11089,\n                \"customer_id\": 3693,\n                \"code\": \"1687aad70229f6dc8b199bda046bcbbcc2259c1f\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=11089\",\n                \"created_at\": \"2020-11-10T13:16:30+01:00\",\n                \"updated_at\": \"2022-01-18T15:17:15+01:00\"\n            },\n            \"product\": {\n                \"id\": 78315,\n                \"sku\": \"P.77X403000712\",\n                \"sap_sku\": \"P.77X403000712\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"149.00\",\n                \"created_at\": \"2021-07-06T12:03:09+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-14T12:51:56+01:00\",\n            \"updated_at\": \"2022-01-18T15:17:15+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 13431,\n            \"product_id\": 44504,\n            \"wishlist\": {\n                \"id\": 13431,\n                \"customer_id\": 256114,\n                \"code\": \"7617286b0042cdf30d2f52199100b12b275b38a4\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=13431\",\n                \"created_at\": \"2020-12-19T05:58:54+01:00\",\n                \"updated_at\": \"2022-01-18T12:21:12+01:00\"\n            },\n            \"product\": {\n                \"id\": 44504,\n                \"sku\": \"MKJ58577108\",\n                \"sap_sku\": \"MK.J58577108\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"69.00\",\n                \"created_at\": \"2017-10-20T13:05:59+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-18T12:04:20+01:00\",\n            \"updated_at\": \"2022-01-18T12:21:12+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 13431,\n            \"product_id\": 72365,\n            \"wishlist\": {\n                \"id\": 13431,\n                \"customer_id\": 256114,\n                \"code\": \"7617286b0042cdf30d2f52199100b12b275b38a4\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=13431\",\n                \"created_at\": \"2020-12-19T05:58:54+01:00\",\n                \"updated_at\": \"2022-01-18T12:21:12+01:00\"\n            },\n            \"product\": {\n                \"id\": 72365,\n                \"sku\": \"JPABR-J044\",\n                \"sap_sku\": \"RSJ.JPABR-J044\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"49.00\",\n                \"created_at\": \"2020-06-10T13:42:05+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-18T11:56:04+01:00\",\n            \"updated_at\": \"2022-01-18T12:21:12+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 3586466,\n            \"product_id\": 78458,\n            \"wishlist\": null,\n            \"product\": {\n                \"id\": 78458,\n                \"sku\": \"P.57R205000500\",\n                \"sap_sku\": \"P.57R205000500\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"55.00\",\n                \"created_at\": \"2021-07-06T12:03:16+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-13T16:46:59+01:00\",\n            \"updated_at\": \"2022-01-18T12:08:35+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 25868,\n            \"product_id\": 41282,\n            \"wishlist\": {\n                \"id\": 25868,\n                \"customer_id\": 575003,\n                \"code\": \"3424776c50cf3570fa0a1877bce657f3ba446f07\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=25868\",\n                \"created_at\": \"2021-12-20T13:35:57+01:00\",\n                \"updated_at\": \"2022-01-18T00:45:18+01:00\"\n            },\n            \"product\": {\n                \"id\": 41282,\n                \"sku\": \"P.485905000300\",\n                \"sap_sku\": \"P.485905000300\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"25.00\",\n                \"created_at\": \"2017-09-25T16:06:13+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-18T00:17:40+01:00\",\n            \"updated_at\": \"2022-01-18T00:34:12+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 25868,\n            \"product_id\": 76743,\n            \"wishlist\": {\n                \"id\": 25868,\n                \"customer_id\": 575003,\n                \"code\": \"3424776c50cf3570fa0a1877bce657f3ba446f07\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=25868\",\n                \"created_at\": \"2021-12-20T13:35:57+01:00\",\n                \"updated_at\": \"2022-01-18T00:45:18+01:00\"\n            },\n            \"product\": {\n                \"id\": 76743,\n                \"sku\": \"LPS05ASD27\",\n                \"sap_sku\": \"LPS05ASD27\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": false,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"25.00\",\n                \"created_at\": \"2021-06-30T13:50:12+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-18T00:14:30+01:00\",\n            \"updated_at\": \"2022-01-18T00:34:12+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 4331961,\n            \"product_id\": 54767,\n            \"wishlist\": {\n                \"id\": 4331961,\n                \"customer_id\": 632087,\n                \"code\": \"82d3f4282b6b78575181b95d85dc7b37e1e3d0a1\",\n                \"name\": \"Regali Partner\",\n                \"default\": false,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=4331961\",\n                \"created_at\": \"2022-01-17T22:31:40+01:00\",\n                \"updated_at\": \"2022-01-17T22:43:02+01:00\"\n            },\n            \"product\": {\n                \"id\": 54767,\n                \"sku\": \"JM218AMF08\",\n                \"sap_sku\": \"JM218AMF08\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"69.00\",\n                \"created_at\": \"2018-02-22T13:46:34+01:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-17T22:21:04+01:00\",\n            \"updated_at\": \"2022-01-17T22:43:02+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 21779,\n            \"product_id\": 53801,\n            \"wishlist\": {\n                \"id\": 21779,\n                \"customer_id\": 494827,\n                \"code\": \"a70b9ecac5d38a80d93f55b6b7755e83cdc6f71f\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=21779\",\n                \"created_at\": \"2021-11-19T21:07:47+01:00\",\n                \"updated_at\": \"2022-01-18T22:39:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 53801,\n                \"sku\": \"EW0303\",\n                \"sap_sku\": \"TR.EW0303\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"119.90\",\n                \"created_at\": \"2017-10-20T14:00:48+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-17T21:10:29+01:00\",\n            \"updated_at\": \"2022-01-17T21:34:37+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 21779,\n            \"product_id\": 69022,\n            \"wishlist\": {\n                \"id\": 21779,\n                \"customer_id\": 494827,\n                \"code\": \"a70b9ecac5d38a80d93f55b6b7755e83cdc6f71f\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=21779\",\n                \"created_at\": \"2021-11-19T21:07:47+01:00\",\n                \"updated_at\": \"2022-01-18T22:39:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 69022,\n                \"sku\": \"EW0436\",\n                \"sap_sku\": \"TR.EW0436\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"89.90\",\n                \"created_at\": \"2019-08-01T12:37:02+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-17T20:56:41+01:00\",\n            \"updated_at\": \"2022-01-17T21:34:37+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 21779,\n            \"product_id\": 68857,\n            \"wishlist\": {\n                \"id\": 21779,\n                \"customer_id\": 494827,\n                \"code\": \"a70b9ecac5d38a80d93f55b6b7755e83cdc6f71f\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=21779\",\n                \"created_at\": \"2021-11-19T21:07:47+01:00\",\n                \"updated_at\": \"2022-01-18T22:39:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 68857,\n                \"sku\": \"EGS263504010\",\n                \"sap_sku\": \"FO.EGS263504010\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"99.00\",\n                \"created_at\": \"2019-06-13T12:50:57+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-17T20:56:09+01:00\",\n            \"updated_at\": \"2022-01-17T21:34:37+01:00\",\n            \"item_type\": \"wishlist_product\"\n        },\n        {\n            \"wishlist_id\": 21779,\n            \"product_id\": 68836,\n            \"wishlist\": {\n                \"id\": 21779,\n                \"customer_id\": 494827,\n                \"code\": \"a70b9ecac5d38a80d93f55b6b7755e83cdc6f71f\",\n                \"name\": \"I miei preferiti\",\n                \"default\": true,\n                \"link\": \"https://www.bluespirit.com/wishlist?id=21779\",\n                \"created_at\": \"2021-11-19T21:07:47+01:00\",\n                \"updated_at\": \"2022-01-18T22:39:05+01:00\"\n            },\n            \"product\": {\n                \"id\": 68836,\n                \"sku\": \"EGS2631221\",\n                \"sap_sku\": \"FO.EGS2631221\",\n                \"is_soldout\": false,\n                \"is_new\": false,\n                \"is_out_of_production\": false,\n                \"is_outlet\": false,\n                \"is_featured\": true,\n                \"quantity\": null,\n                \"weight\": \"0.00\",\n                \"price\": \"129.00\",\n                \"created_at\": \"2019-06-13T12:50:54+02:00\",\n                \"updated_at\": \"2022-01-19T06:00:51+01:00\"\n            },\n            \"created_at\": \"2022-01-17T20:55:59+01:00\",\n            \"updated_at\": \"2022-01-17T21:34:37+01:00\",\n            \"item_type\": \"wishlist_product\"\n        }\n    ],\n    \"pagination\": {\n        \"page\": 1,\n        \"total_pages\": 1230,\n        \"total_items\": 122989,\n        \"page_size\": 100\n    }\n}"}],"_postman_id":"950e7921-c867-4334-bddf-c0e74d5200a0"}],"id":"082eaaf0-0a2d-4d8b-9f90-b75e1d9ac03b","_postman_id":"082eaaf0-0a2d-4d8b-9f90-b75e1d9ac03b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}}},{"name":"Ping","id":"ea18b66f-4e69-4131-a72b-80d28cf286c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/ping","description":"<p>Simple test for verify that the service is online and responsive</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","ping"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea18b66f-4e69-4131-a72b-80d28cf286c4"},{"name":"Postman collection","id":"3446312b-2c19-42d2-8e04-53e9eb19e984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.philipwatch.net/api/v1/orders/postman","description":"<p>Download the JSON for Postman collection format 2.x</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]},"isInherited":true,"source":{"_postman_id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","id":"dfd6151a-0a2c-4704-9b29-57b685ef3f35","name":"Blade Orders and OrderFlows [API] V. 1.2.1","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","postman"],"host":["www","philipwatch","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3446312b-2c19-42d2-8e04-53e9eb19e984"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"username"},{"key":"password","value":"password"}]}},"event":[{"listen":"prerequest","script":{"id":"58590d25-57bf-4e6a-901e-d9d998acd392","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"45b8c06c-0f4b-4bf9-bfaf-c559ef0b7891","type":"text/javascript","exec":[""]}}],"variable":[{"key":"start_date","value":"2024-04-14T12:42:58+02:00"},{"key":"blade_api_username","value":"username","type":"string"},{"key":"blade_api_password","value":"password","type":"string"}]}