Does not work
-
I tested on a fresh installed site and it does not work, it get stuck on basic configuration. I followed the step to step guide published on your page… I also contacted support and they call me back and said that the problem that I have “Add service: We are having troubles getting shipping services” happen to lot of users, but they does not have a solution because it could be “anything”… So they ask for full server access, ftp, wordpress, root, and after 10 days no solution given…
So packlink, if this is a common problem, just solve it and update your plugin… don’t make clients wait forever.
-
So i’m not alone with this problem.
I have found a work around which may help.
@packlink support, if you need any other details to fix, please let me know.
So the real problem is that when you install the plugin it won’t create data on the database (because of some database error, try to install the plugin via wp-cli and you will see them). Table should be wp_packlink_entity.
The error Add service error should be an effect of the wp_packlink_entity table being non populated with data.
Soo the work around is to run a sql script to insert those missing data.
I’ll leave down here the command to change the authcode to use and the run command for the sql. After those you will find the content of the
“exec_setup_wp_packlink_entity_mysql-db_14_00–11-03-2023.sql” file.packlink_auth_token=”INSERHERETHETOKENTHATWILLBEUSED”
sudo sed -i “s/AUTHTOKENHERE/$packlink_auth_token/g” “path/to/file/exec_setup_wp_packlink_entity_mysql-db_14_00–11-03-2023.sql”
sudo mysql -su root wordpress < “path/to/file/mysql/exec_setup_wp_packlink_entity_mysql-db_14_00–11-03-2023.sql”
————
file “exec_setup_wp_packlink_entity_mysql-db_14_00–11-03-2023.sql”
————–-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64) -- -- Host: localhost Database: wordpress -- ------------------------------------------------------ -- Server version 8.0.32-0ubuntu0.22.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table
wp_packlink_entity
-- DROP TABLE IF EXISTSwp_packlink_entity
; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLEwp_packlink_entity
(id
int NOT NULL AUTO_INCREMENT,type
varchar(127) DEFAULT NULL,index_1
varchar(127) DEFAULT NULL,index_2
varchar(127) DEFAULT NULL,index_3
varchar(127) DEFAULT NULL,index_4
varchar(127) DEFAULT NULL,index_5
varchar(127) DEFAULT NULL,index_6
varchar(127) DEFAULT NULL,index_7
varchar(127) DEFAULT NULL,index_8
varchar(127) DEFAULT NULL,data
longtext, PRIMARY KEY (id
) ) ENGINE=InnoDB AUTO_INCREMENT=596 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for tablewp_packlink_entity
-- LOCK TABLESwp_packlink_entity
WRITE; /*!40000 ALTER TABLEwp_packlink_entity
DISABLE KEYS */; INSERT INTOwp_packlink_entity
VALUES (1,'Configuration','taskRunnerStatus','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":\"1\",\"name\":\"taskRunnerStatus\",\"value\":{\"guid\":\"480974_640c886185c0d4.93518853\",\"timestamp\":1678542945},\"systemId\":\"1\"}'),(2,'Configuration','orderStatusMappings','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":\"2\",\"name\":\"orderStatusMappings\",\"value\":{\"processing\":\"wc-processing\",\"delivered\":\"wc-completed\",\"cancelled\":\"wc-cancelled\",\"incident\":\"wc-failed\",\"pending\":\"wc-processing\",\"readyForShipping\":\"wc-processing\",\"inTransit\":\"wc-processing\"},\"systemId\":\"1\"}'),(5,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661698424','00000000000','01661698429','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"5\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T14:53:44+00:00\",\"startTime\":\"2022-08-28T14:53:49+00:00\",\"finishTime\":\"2022-08-28T14:53:49+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T14:53:44+00:00\",\"lastUpdateTime\":\"2022-08-28T14:53:49+00:00\",\"priority\":100}'),(23,'Configuration','authToken','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":null,\"name\":\"authToken\",\"value\":\"AUTHTOKENHERE\",\"systemId\":\"1\"}'),(24,'Configuration','userInfo','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":null,\"name\":\"userInfo\",\"value\":{\"name\":\"\",\"surname\":\"\",\"email\":\"[email protected]\",\"platform_country\":\"IT\"},\"systemId\":\"1\"}'),(26,'Schedule','1662177480',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\Models\\\\WeeklySchedule\",\"id\":null,\"queueName\":\"default\",\"minute\":58,\"hour\":3,\"day\":6,\"month\":1,\"lastWeek\":null,\"weeks\":null,\"context\":null,\"brand\":null,\"task\":\"C:55:\\\"Packlink\\\\BusinessLogic\\\\Tasks\\\\UpdateShippingServicesTask\\\":6:{a:0:{}}\",\"nextTimestamp\":1662177480}'),(30,'Configuration','defaultParcel','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":null,\"name\":\"defaultParcel\",\"value\":{\"weight\":2,\"width\":30,\"length\":30,\"height\":30,\"default\":true},\"systemId\":\"1\"}'),(31,'QueueItem','completed','UpdateShippingServicesTask','default',NULL,'1661698535','00000000000','01661698542','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"31\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:55:\\\"Packlink\\\\BusinessLogic\\\\Tasks\\\\UpdateShippingServicesTask\\\":6:{a:0:{}}\",\"queueName\":\"default\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T14:55:35+00:00\",\"startTime\":\"2022-08-28T14:55:38+00:00\",\"finishTime\":\"2022-08-28T14:55:42+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T14:55:35+00:00\",\"lastUpdateTime\":\"2022-08-28T14:55:42+00:00\",\"priority\":100}'),(34,'ShippingService','0','1','0','0','0','0','Poste Italiane',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"34\",\"carrierName\":\"Poste Italiane\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/poste-italiane.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"5 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":19.68,\"basePrice\":16.13,\"taxPrice\":3.55},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":16.42,\"basePrice\":13.45,\"taxPrice\":2.97},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":19.68,\"basePrice\":16.13,\"taxPrice\":3.55},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":16.42,\"basePrice\":13.45,\"taxPrice\":2.97},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":16.42,\"basePrice\":13.45,\"taxPrice\":2.97},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":21.57,\"basePrice\":17.68,\"taxPrice\":3.89},{\"serviceId\":20329,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"TR\",\"totalPrice\":37.44,\"basePrice\":37.44,\"taxPrice\":0},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IE\",\"totalPrice\":21.57,\"basePrice\":17.68,\"taxPrice\":3.89},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"GB\",\"totalPrice\":16.13,\"basePrice\":16.13,\"taxPrice\":0},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":16.42,\"basePrice\":13.45,\"taxPrice\":2.97},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":16.42,\"basePrice\":13.45,\"taxPrice\":2.97},{\"serviceId\":20329,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CH\",\"totalPrice\":39.76,\"basePrice\":39.76,\"taxPrice\":0},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":16.42,\"basePrice\":13.45,\"taxPrice\":2.97},{\"serviceId\":20329,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AR\",\"totalPrice\":50.12,\"basePrice\":50.12,\"taxPrice\":0},{\"serviceId\":20329,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"US\",\"totalPrice\":40.12,\"basePrice\":40.12,\"taxPrice\":0},{\"serviceId\":20329,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BO\",\"totalPrice\":40.12,\"basePrice\":40.12,\"taxPrice\":0},{\"serviceId\":20329,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"MX\",\"totalPrice\":50.12,\"basePrice\":50.12,\"taxPrice\":0},{\"serviceId\":20329,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CL\",\"totalPrice\":50.12,\"basePrice\":50.12,\"taxPrice\":0},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":16.42,\"basePrice\":13.45,\"taxPrice\":2.97},{\"serviceId\":20209,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":21.57,\"basePrice\":17.68,\"taxPrice\":3.89}]}'),(35,'ShippingService','0','1','0','0','0','0','brt',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"35\",\"carrierName\":\"brt\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/brt.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"4 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":25.49,\"basePrice\":20.89,\"taxPrice\":4.6},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":19.94,\"basePrice\":16.34,\"taxPrice\":3.6},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":23.06,\"basePrice\":18.9,\"taxPrice\":4.16},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":20.29,\"basePrice\":16.63,\"taxPrice\":3.66},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":23.06,\"basePrice\":18.9,\"taxPrice\":4.16},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":42.13,\"basePrice\":34.54,\"taxPrice\":7.59},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":36.24,\"basePrice\":29.7,\"taxPrice\":6.54},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":32.1,\"basePrice\":26.31,\"taxPrice\":5.79},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":32.26,\"basePrice\":26.44,\"taxPrice\":5.82},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":23.42,\"basePrice\":19.19,\"taxPrice\":4.23},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":28.27,\"basePrice\":23.18,\"taxPrice\":5.09},{\"serviceId\":20126,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":29.65,\"basePrice\":24.31,\"taxPrice\":5.34}]}'),(36,'ShippingService','0','1','0','0','0','0','UPS',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"36\",\"carrierName\":\"UPS\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/ups.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"2 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IE\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"GB\",\"totalPrice\":40,\"basePrice\":40,\"taxPrice\":0},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":54.66,\"basePrice\":44.8,\"taxPrice\":9.86},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":54.66,\"basePrice\":44.8,\"taxPrice\":9.86},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CH\",\"totalPrice\":50,\"basePrice\":50,\"taxPrice\":0},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":54.66,\"basePrice\":44.8,\"taxPrice\":9.86},{\"serviceId\":20030,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":29.69,\"basePrice\":24.34,\"taxPrice\":5.35}]}'),(37,'ShippingService','0','1','0','0','0','0','DHL',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"37\",\"carrierName\":\"DHL\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/dhl.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"4 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IE\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72},{\"serviceId\":22741,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":31.76,\"basePrice\":26.04,\"taxPrice\":5.72}]}'),(38,'ShippingService','0','1','1','0','0','0','UPS',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"38\",\"carrierName\":\"UPS\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/ups.png\",\"displayLogo\":true,\"departureDropOff\":true,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"2 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":34.5,\"basePrice\":28.28,\"taxPrice\":6.22},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":33.73,\"basePrice\":27.65,\"taxPrice\":6.08},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":33.73,\"basePrice\":27.65,\"taxPrice\":6.08},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":35.62,\"basePrice\":29.2,\"taxPrice\":6.42},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":34.5,\"basePrice\":28.28,\"taxPrice\":6.22},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":34.5,\"basePrice\":28.28,\"taxPrice\":6.22},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":34.5,\"basePrice\":28.28,\"taxPrice\":6.22},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IE\",\"totalPrice\":34.5,\"basePrice\":28.28,\"taxPrice\":6.22},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"GB\",\"totalPrice\":33.04,\"basePrice\":33.04,\"taxPrice\":0},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":24.94,\"basePrice\":20.44,\"taxPrice\":4.5},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":24.94,\"basePrice\":20.44,\"taxPrice\":4.5},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":34.5,\"basePrice\":28.28,\"taxPrice\":6.22},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":24.94,\"basePrice\":20.44,\"taxPrice\":4.5},{\"serviceId\":22131,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":35.62,\"basePrice\":29.2,\"taxPrice\":6.42}]}'),(39,'ShippingService','0','1','0','0','0','0','TNT',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"39\",\"carrierName\":\"TNT\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/tnt.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"1 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":39.05,\"basePrice\":32,\"taxPrice\":7.05},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":66.54,\"basePrice\":54.54,\"taxPrice\":12},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":39.05,\"basePrice\":32,\"taxPrice\":7.05},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":66.54,\"basePrice\":54.54,\"taxPrice\":12},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":39.05,\"basePrice\":32,\"taxPrice\":7.05},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":66.54,\"basePrice\":54.54,\"taxPrice\":12},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":39.05,\"basePrice\":32,\"taxPrice\":7.05},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":66.54,\"basePrice\":54.54,\"taxPrice\":12},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":39.05,\"basePrice\":32,\"taxPrice\":7.05},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":66.54,\"basePrice\":54.54,\"taxPrice\":12},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":39.05,\"basePrice\":32,\"taxPrice\":7.05},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":66.54,\"basePrice\":54.54,\"taxPrice\":12},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":59.61,\"basePrice\":48.86,\"taxPrice\":10.75},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":91.25,\"basePrice\":74.8,\"taxPrice\":16.45},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"TR\",\"totalPrice\":66.07,\"basePrice\":66.07,\"taxPrice\":0},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"TR\",\"totalPrice\":94.45,\"basePrice\":94.45,\"taxPrice\":0},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IE\",\"totalPrice\":59.61,\"basePrice\":48.86,\"taxPrice\":10.75},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IE\",\"totalPrice\":91.25,\"basePrice\":74.8,\"taxPrice\":16.45},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"GB\",\"totalPrice\":42.75,\"basePrice\":42.75,\"taxPrice\":0},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"GB\",\"totalPrice\":68.44,\"basePrice\":68.44,\"taxPrice\":0},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":80.61,\"basePrice\":66.07,\"taxPrice\":14.54},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":115.23,\"basePrice\":94.45,\"taxPrice\":20.78},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":61.72,\"basePrice\":50.59,\"taxPrice\":11.13},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":149.35,\"basePrice\":122.42,\"taxPrice\":26.93},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CH\",\"totalPrice\":47.48,\"basePrice\":47.48,\"taxPrice\":0},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CH\",\"totalPrice\":70.01,\"basePrice\":70.01,\"taxPrice\":0},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":39.05,\"basePrice\":32,\"taxPrice\":7.05},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":66.54,\"basePrice\":54.54,\"taxPrice\":12},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AR\",\"totalPrice\":122.42,\"basePrice\":122.42,\"taxPrice\":0},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"US\",\"totalPrice\":89.56,\"basePrice\":89.56,\"taxPrice\":0},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BO\",\"totalPrice\":122.42,\"basePrice\":122.42,\"taxPrice\":0},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"MX\",\"totalPrice\":122.42,\"basePrice\":122.42,\"taxPrice\":0},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CL\",\"totalPrice\":122.42,\"basePrice\":122.42,\"taxPrice\":0},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":61.72,\"basePrice\":50.59,\"taxPrice\":11.13},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":96.35,\"basePrice\":78.98,\"taxPrice\":17.37},{\"serviceId\":20130,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":59.61,\"basePrice\":48.86,\"taxPrice\":10.75},{\"serviceId\":20255,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":91.25,\"basePrice\":74.8,\"taxPrice\":16.45}]}'),(40,'ShippingService','0','1','0','0','0','0','STARPACK',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"40\",\"carrierName\":\"STARPACK\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/starpack.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"2 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":42.49,\"basePrice\":34.83,\"taxPrice\":7.66},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":49.58,\"basePrice\":40.64,\"taxPrice\":8.94},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":35.67,\"basePrice\":29.24,\"taxPrice\":6.43},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":54.83,\"basePrice\":44.94,\"taxPrice\":9.89},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":48.2,\"basePrice\":39.51,\"taxPrice\":8.69},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":54.83,\"basePrice\":44.94,\"taxPrice\":9.89},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":41.38,\"basePrice\":33.92,\"taxPrice\":7.46},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":73.45,\"basePrice\":60.2,\"taxPrice\":13.25},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":40.74,\"basePrice\":33.39,\"taxPrice\":7.35},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":49.58,\"basePrice\":40.64,\"taxPrice\":8.94},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":44.15,\"basePrice\":36.19,\"taxPrice\":7.96},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":63.31,\"basePrice\":51.89,\"taxPrice\":11.42},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":58.8,\"basePrice\":48.19,\"taxPrice\":10.61},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":70.69,\"basePrice\":57.94,\"taxPrice\":12.75},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"TR\",\"totalPrice\":68.68,\"basePrice\":68.68,\"taxPrice\":0},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"TR\",\"totalPrice\":86.25,\"basePrice\":86.25,\"taxPrice\":0},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IE\",\"totalPrice\":73.45,\"basePrice\":60.2,\"taxPrice\":13.25},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":45.07,\"basePrice\":36.94,\"taxPrice\":8.13},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":64.08,\"basePrice\":52.52,\"taxPrice\":11.56},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":45.07,\"basePrice\":36.94,\"taxPrice\":8.13},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":64.08,\"basePrice\":52.52,\"taxPrice\":11.56},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CH\",\"totalPrice\":48.88,\"basePrice\":48.88,\"taxPrice\":0},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CH\",\"totalPrice\":77.81,\"basePrice\":77.81,\"taxPrice\":0},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":44.15,\"basePrice\":36.19,\"taxPrice\":7.96},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":72.96,\"basePrice\":59.81,\"taxPrice\":13.15},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AR\",\"totalPrice\":169.19,\"basePrice\":169.19,\"taxPrice\":0},{\"serviceId\":21279,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"US\",\"totalPrice\":67.68,\"basePrice\":67.68,\"taxPrice\":0},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BO\",\"totalPrice\":169.19,\"basePrice\":169.19,\"taxPrice\":0},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"MX\",\"totalPrice\":148.08,\"basePrice\":148.08,\"taxPrice\":0},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CL\",\"totalPrice\":169.19,\"basePrice\":169.19,\"taxPrice\":0},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":45.07,\"basePrice\":36.94,\"taxPrice\":8.13},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":67.51,\"basePrice\":55.33,\"taxPrice\":12.18},{\"serviceId\":21105,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":70.69,\"basePrice\":57.94,\"taxPrice\":12.75},{\"serviceId\":21103,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":72.96,\"basePrice\":59.81,\"taxPrice\":13.15}]}'),(41,'ShippingService','0','1','0','0','0','1','DHL',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"41\",\"carrierName\":\"DHL\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/dhl.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":true,\"deliveryTime\":\"1 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"ES\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"DE\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"FR\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AT\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"NL\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BE\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PT\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IE\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"HU\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"PL\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"LU\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CZ\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71},{\"serviceId\":22739,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"SE\",\"totalPrice\":59.45,\"basePrice\":48.74,\"taxPrice\":10.71}]}'),(42,'ShippingService','0','1','0','0','1','0','Poste Italiane',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"42\",\"carrierName\":\"Poste Italiane\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/poste-italiane.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"4 DAYS\",\"national\":true,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":21317,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":5.8,\"basePrice\":4.75,\"taxPrice\":1.05}]}'),(43,'ShippingService','0','1','0','0','1','1','Poste Italiane',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"43\",\"carrierName\":\"Poste Italiane\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/poste-italiane.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":true,\"deliveryTime\":\"2 DAYS\",\"national\":true,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":20203,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":7.12,\"basePrice\":5.83,\"taxPrice\":1.29}]}'),(44,'ShippingService','1','1','0','0','1','1','SDA',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"44\",\"carrierName\":\"SDA\",\"title\":\"SDA - 2 DAYS delivery\",\"enabled\":true,\"activated\":true,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/sda.png\",\"displayLogo\":false,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":true,\"deliveryTime\":\"2 DAYS\",\"national\":true,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":[],\"systemDefaults\":[],\"shippingServices\":[{\"serviceId\":20189,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":12,\"basePrice\":9.83,\"taxPrice\":2.17}]}'),(45,'ShippingService','1','1','0','0','1','1','brt',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"45\",\"carrierName\":\"brt\",\"title\":\"brt - 2 DAYS delivery\",\"enabled\":true,\"activated\":true,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/brt.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":true,\"deliveryTime\":\"2 DAYS\",\"national\":true,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":[],\"systemDefaults\":[],\"shippingServices\":[{\"serviceId\":20127,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":13.38,\"basePrice\":10.96,\"taxPrice\":2.42}]}'),(46,'ShippingService','0','1','0','0','1','0','TNT',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"46\",\"carrierName\":\"TNT\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/tnt.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"2 DAYS\",\"national\":true,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":20945,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":13.73,\"basePrice\":11.25,\"taxPrice\":2.48},{\"serviceId\":20943,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":181.83,\"basePrice\":149.04,\"taxPrice\":32.79}]}'),(47,'ShippingService','0','1','0','0','1','1','DHL',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"47\",\"carrierName\":\"DHL\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/dhl.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":true,\"deliveryTime\":\"2 DAYS\",\"national\":true,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":22737,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":14.3,\"basePrice\":11.72,\"taxPrice\":2.58}]}'),(48,'ShippingService','0','1','1','0','1','0','UPS',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"48\",\"carrierName\":\"UPS\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/ups.png\",\"displayLogo\":true,\"departureDropOff\":true,\"destinationDropOff\":false,\"expressDelivery\":false,\"deliveryTime\":\"2 DAYS\",\"national\":true,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":22241,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":14.64,\"basePrice\":12,\"taxPrice\":2.64}]}'),(49,'ShippingService','0','1','0','0','1','1','UPS',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"49\",\"carrierName\":\"UPS\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/ups.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":true,\"deliveryTime\":\"1 DAYS\",\"national\":true,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":22733,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"IT\",\"totalPrice\":26.84,\"basePrice\":22,\"taxPrice\":4.84}]}'),(50,'ShippingService','0','1','0','0','0','1','UPS',NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":\"50\",\"carrierName\":\"UPS\",\"title\":null,\"enabled\":true,\"activated\":false,\"logoUrl\":\"http:\\/\\/185.194.143.43\\/wp-content\\/plugins\\/packlink-pro-shipping\\/resources\\/packlink\\/images\\/carriers\\/ups.png\",\"displayLogo\":true,\"departureDropOff\":false,\"destinationDropOff\":false,\"expressDelivery\":true,\"deliveryTime\":\"2 DAYS\",\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":[],\"currency\":\"EUR\",\"fixedPrices\":null,\"systemDefaults\":null,\"shippingServices\":[{\"serviceId\":20937,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"TR\",\"totalPrice\":94.22,\"basePrice\":94.22,\"taxPrice\":0},{\"serviceId\":20937,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"AR\",\"totalPrice\":137.07,\"basePrice\":137.07,\"taxPrice\":0},{\"serviceId\":20937,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"US\",\"totalPrice\":126.15,\"basePrice\":126.15,\"taxPrice\":0},{\"serviceId\":20937,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"BO\",\"totalPrice\":137.07,\"basePrice\":137.07,\"taxPrice\":0},{\"serviceId\":20937,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"MX\",\"totalPrice\":137.07,\"basePrice\":137.07,\"taxPrice\":0},{\"serviceId\":20937,\"serviceName\":\"\",\"departure\":\"IT\",\"destination\":\"CL\",\"totalPrice\":137.07,\"basePrice\":137.07,\"taxPrice\":0}]}'),(53,'Configuration','defaultWarehouse','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":null,\"name\":\"defaultWarehouse\",\"value\":{\"id\":null,\"city\":\"Milano\",\"name\":\"Lorenzo\",\"surname\":\"Patacchin\",\"phone\":\"+3903337777858\",\"country\":\"IT\",\"company\":\"PATACCHIN LORENZO\",\"email\":\"[email protected]\",\"alias\":\"Lorenzo Patacchin\",\"address\":\"viale monza, 365\",\"postal_code\":\"20126\",\"default_selection\":false},\"systemId\":\"1\"}'),(54,'QueueItem','completed','UpdateShippingServicesTask','default',NULL,'1661698552','00000000000','01661698559','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"54\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:55:\\\"Packlink\\\\BusinessLogic\\\\Tasks\\\\UpdateShippingServicesTask\\\":6:{a:0:{}}\",\"queueName\":\"default\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T14:55:52+00:00\",\"startTime\":\"2022-08-28T14:55:55+00:00\",\"finishTime\":\"2022-08-28T14:55:59+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T14:55:52+00:00\",\"lastUpdateTime\":\"2022-08-28T14:55:59+00:00\",\"priority\":100}'),(64,'ShippingMethodMap','00000000001','44',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\WooCommerce\\\\Components\\\\ShippingMethod\\\\Shipping_Method_Map\",\"id\":null,\"woocommerceShippingMethodId\":1,\"packlinkShippingMethodId\":\"44\",\"zoneId\":1}'),(65,'ShippingMethodMap','00000000002','44',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\WooCommerce\\\\Components\\\\ShippingMethod\\\\Shipping_Method_Map\",\"id\":null,\"woocommerceShippingMethodId\":2,\"packlinkShippingMethodId\":\"44\",\"zoneId\":0}'),(66,'Configuration','setupFinished','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":null,\"name\":\"setupFinished\",\"value\":true,\"systemId\":\"1\"}'),(67,'ShippingMethodMap','00000000003','-0000000001',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\WooCommerce\\\\Components\\\\ShippingMethod\\\\Shipping_Method_Map\",\"id\":null,\"woocommerceShippingMethodId\":3,\"packlinkShippingMethodId\":-1,\"zoneId\":1}'),(68,'ShippingMethodMap','00000000004','-0000000001',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\WooCommerce\\\\Components\\\\ShippingMethod\\\\Shipping_Method_Map\",\"id\":null,\"woocommerceShippingMethodId\":4,\"packlinkShippingMethodId\":-1,\"zoneId\":0}'),(69,'Configuration','Default_Shipping','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":null,\"name\":\"Default_Shipping\",\"value\":{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShippingMethod\\\\Models\\\\ShippingMethod\",\"id\":-1,\"carrierName\":null,\"title\":\"shipping cost\",\"enabled\":true,\"activated\":false,\"logoUrl\":null,\"displayLogo\":true,\"departureDropOff\":null,\"destinationDropOff\":null,\"expressDelivery\":null,\"deliveryTime\":null,\"national\":false,\"usePacklinkPriceIfNotInRange\":true,\"taxClass\":null,\"isShipToAllCountries\":true,\"shippingCountries\":null,\"currency\":null,\"fixedPrices\":null,\"systemDefaults\":null},\"systemId\":\"1\"}'),(98,'OrderSendDraftTaskMap','44','00000000099',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShipmentDraft\\\\Models\\\\OrderSendDraftTaskMap\",\"id\":\"98\",\"orderId\":\"44\",\"executionId\":99}'),(99,'QueueItem','aborted','SendDraftTask','default',NULL,'1661698748','00000000000','01661698750','00000001000','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"99\",\"status\":\"aborted\",\"context\":null,\"serializedTask\":\"C:42:\\\"Packlink\\\\BusinessLogic\\\\Tasks\\\\SendDraftTask\\\":19:{a:1:{i:0;s:2:\\\"44\\\";}}\",\"queueName\":\"default\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":0,\"retries\":0,\"failureDescription\":\"Attempt 1: Order [44] has no order items.\",\"createTime\":\"2022-08-28T14:59:08+00:00\",\"startTime\":\"2022-08-28T14:59:10+00:00\",\"finishTime\":null,\"failTime\":\"2022-08-28T14:59:10+00:00\",\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T14:59:08+00:00\",\"lastUpdateTime\":\"2022-08-28T14:59:10+00:00\",\"priority\":1000}'),(178,'Configuration','Manual_Sync','1',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Logeecom\\\\Infrastructure\\\\Configuration\\\\ConfigEntity\",\"id\":null,\"name\":\"Manual_Sync\",\"value\":true,\"systemId\":\"1\"}'),(179,'OrderSendDraftTaskMap','55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShipmentDraft\\\\Models\\\\OrderSendDraftTaskMap\",\"id\":null,\"orderId\":\"55\",\"executionId\":null}'),(180,'OrderShipmentDetails','55','IT2022PRO0003791629','pending',NULL,NULL,NULL,NULL,NULL,'{\"id\":\"180\",\"orderId\":\"55\",\"reference\":\"IT2022PRO0003791629\",\"dropOffId\":null,\"shipmentLabels\":null,\"status\":\"pending\",\"lastStatusUpdateTime\":1661699254,\"carrierTrackingNumbers\":null,\"carrierTrackingUrl\":null,\"shippingCost\":0,\"shipmentUrl\":\"https:\\/\\/pro.packlink.it\\/private\\/shipments\\/IT2022PRO0003791629\",\"deleted\":false,\"currency\":\"EUR\"}'),(185,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661700364','00000000000','01661700665','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"185\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T15:26:04+00:00\",\"startTime\":\"2022-08-28T15:31:05+00:00\",\"finishTime\":\"2022-08-28T15:31:05+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T15:26:04+00:00\",\"lastUpdateTime\":\"2022-08-28T15:31:05+00:00\",\"priority\":100}'),(186,'OrderSendDraftTaskMap','56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShipmentDraft\\\\Models\\\\OrderSendDraftTaskMap\",\"id\":null,\"orderId\":\"56\",\"executionId\":null}'),(187,'OrderShipmentDetails','56','IT2022PRO0003791683','pending',NULL,NULL,NULL,NULL,NULL,'{\"id\":\"187\",\"orderId\":\"56\",\"reference\":\"IT2022PRO0003791683\",\"dropOffId\":null,\"shipmentLabels\":null,\"status\":\"pending\",\"lastStatusUpdateTime\":1661700393,\"carrierTrackingNumbers\":null,\"carrierTrackingUrl\":null,\"shippingCost\":0,\"shipmentUrl\":\"https:\\/\\/pro.packlink.it\\/private\\/shipments\\/IT2022PRO0003791683\",\"deleted\":false,\"currency\":\"EUR\"}'),(195,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661702173','00000000000','01661702475','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"195\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T15:56:13+00:00\",\"startTime\":\"2022-08-28T16:01:15+00:00\",\"finishTime\":\"2022-08-28T16:01:15+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T15:56:13+00:00\",\"lastUpdateTime\":\"2022-08-28T16:01:15+00:00\",\"priority\":100}'),(203,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661703983','00000000000','01661704285','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"203\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T16:26:23+00:00\",\"startTime\":\"2022-08-28T16:31:25+00:00\",\"finishTime\":\"2022-08-28T16:31:25+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T16:26:23+00:00\",\"lastUpdateTime\":\"2022-08-28T16:31:25+00:00\",\"priority\":100}'),(211,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661705794','00000000000','01661706095','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"211\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T16:56:34+00:00\",\"startTime\":\"2022-08-28T17:01:35+00:00\",\"finishTime\":\"2022-08-28T17:01:35+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T16:56:34+00:00\",\"lastUpdateTime\":\"2022-08-28T17:01:35+00:00\",\"priority\":100}'),(219,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661707604','00000000000','01661707905','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"219\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T17:26:44+00:00\",\"startTime\":\"2022-08-28T17:31:45+00:00\",\"finishTime\":\"2022-08-28T17:31:45+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T17:26:44+00:00\",\"lastUpdateTime\":\"2022-08-28T17:31:45+00:00\",\"priority\":100}'),(227,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661709414','00000000000','01661709716','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"227\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T17:56:54+00:00\",\"startTime\":\"2022-08-28T18:01:56+00:00\",\"finishTime\":\"2022-08-28T18:01:56+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T17:56:54+00:00\",\"lastUpdateTime\":\"2022-08-28T18:01:56+00:00\",\"priority\":100}'),(235,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661711226','00000000000','01661711527','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"235\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T18:27:06+00:00\",\"startTime\":\"2022-08-28T18:32:07+00:00\",\"finishTime\":\"2022-08-28T18:32:07+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T18:27:06+00:00\",\"lastUpdateTime\":\"2022-08-28T18:32:07+00:00\",\"priority\":100}'),(243,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661713035','00000000000','01661713336','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"243\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T18:57:15+00:00\",\"startTime\":\"2022-08-28T19:02:16+00:00\",\"finishTime\":\"2022-08-28T19:02:16+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T18:57:15+00:00\",\"lastUpdateTime\":\"2022-08-28T19:02:16+00:00\",\"priority\":100}'),(251,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661714844','00000000000','01661715146','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"251\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T19:27:24+00:00\",\"startTime\":\"2022-08-28T19:32:26+00:00\",\"finishTime\":\"2022-08-28T19:32:26+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T19:27:24+00:00\",\"lastUpdateTime\":\"2022-08-28T19:32:26+00:00\",\"priority\":100}'),(259,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661716654','00000000000','01661716955','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"259\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T19:57:34+00:00\",\"startTime\":\"2022-08-28T20:02:35+00:00\",\"finishTime\":\"2022-08-28T20:02:35+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T19:57:34+00:00\",\"lastUpdateTime\":\"2022-08-28T20:02:35+00:00\",\"priority\":100}'),(267,'QueueItem','completed','ScheduleCheckTask','SchedulerCheckTaskQueue',NULL,'1661718464','00000000000','01661718465','00000000100','{\"class_name\":\"Logeecom\\\\Infrastructure\\\\TaskExecution\\\\QueueItem\",\"id\":\"267\",\"status\":\"completed\",\"context\":null,\"serializedTask\":\"C:50:\\\"Packlink\\\\BusinessLogic\\\\Scheduler\\\\ScheduleCheckTask\\\":6:{a:0:{}}\",\"queueName\":\"SchedulerCheckTaskQueue\",\"lastExecutionProgressBasePoints\":0,\"progressBasePoints\":10000,\"retries\":0,\"failureDescription\":\"\",\"createTime\":\"2022-08-28T20:27:44+00:00\",\"startTime\":\"2022-08-28T20:27:45+00:00\",\"finishTime\":\"2022-08-28T20:27:45+00:00\",\"failTime\":null,\"earliestStartTime\":null,\"queueTime\":\"2022-08-28T20:27:44+00:00\",\"lastUpdateTime\":\"2022-08-28T20:27:45+00:00\",\"priority\":100}'),(374,'OrderSendDraftTaskMap','7178',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\BusinessLogic\\\\ShipmentDraft\\\\Models\\\\OrderSendDraftTaskMap\",\"id\":null,\"orderId\":\"7178\",\"executionId\":null}'),(375,'OrderShipmentDetails','7178','IT2022PRO0004093876','pending',NULL,NULL,NULL,NULL,NULL,'{\"id\":\"375\",\"orderId\":\"7178\",\"reference\":\"IT2022PRO0004093876\",\"dropOffId\":null,\"shipmentLabels\":null,\"status\":\"pending\",\"lastStatusUpdateTime\":1663332519,\"carrierTrackingNumbers\":null,\"carrierTrackingUrl\":null,\"shippingCost\":0,\"shipmentUrl\":\"https:\\/\\/pro.packlink.it\\/private\\/shipments\\/IT2022PRO0004093876\",\"deleted\":false,\"currency\":\"EUR\"}'),(594,'ShippingMethodMap','00000000005','45',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\WooCommerce\\\\Components\\\\ShippingMethod\\\\Shipping_Method_Map\",\"id\":null,\"woocommerceShippingMethodId\":5,\"packlinkShippingMethodId\":\"45\",\"zoneId\":1}'),(595,'ShippingMethodMap','00000000006','45',NULL,NULL,NULL,NULL,NULL,NULL,'{\"class_name\":\"Packlink\\\\WooCommerce\\\\Components\\\\ShippingMethod\\\\Shipping_Method_Map\",\"id\":null,\"woocommerceShippingMethodId\":6,\"packlinkShippingMethodId\":\"45\",\"zoneId\":0}'); /*!40000 ALTER TABLEwp_packlink_entity
ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'wordpress' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2023-03-11 14:00:12
- The topic ‘Does not work’ is closed to new replies.