{"slug":"amazing-fullfilment-integration-for-woocommerce","name":"Amazing Fulfillment Integration for WooCommerce","description":"An easy to use plugin that lets you send WooCommerce Orders to multichannel fulfillment by Amazon","author":"denny1989","active_installs":10,"version":"2.1","wp_org_url":"https://wordpress.org/plugins/amazing-fullfilment-integration-for-woocommerce/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"_tbl_","full_table_name":"wp__tbl_","description":"Stores  tbl  data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"packageNumber","type":"INT","nullable":false,"primary_key":true},{"name":"orderId","type":"INT","nullable":false,"primary_key":false},{"name":"trackingNumber","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"carrierCode","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"shipTime","type":"DATETIME","nullable":false,"primary_key":false},{"name":"estimatedArrivalTime","type":"DATETIME","nullable":false,"primary_key":false},{"name":"address","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(32)","nullable":false,"primary_key":false},{"name":"trackingEvents","type":"TEXT","nullable":false,"primary_key":false},{"name":"trackingError","type":"VARCHAR(255)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE _TBL_ ( `packageNumber` INT NOT NULL UNIQUE PRIMARY KEY, `orderId` INT NOT NULL, `trackingNumber` VARCHAR(64) NOT NULL DEFAULT '', `carrierCode` VARCHAR(64) NOT NULL DEFAULT '', `shipTime` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `estimatedArrivalTime` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `address` VARCHAR(255) NOT NULL DEFAULT '', `status` VARCHAR(32) NOT NULL DEFAULT '', `trackingEvents` TEXT NOT NULL DEFAULT '', `trackingError` VARCHAR(255) NOT NULL DEFAULT '')\"; parent::__construct(SELF::TABLE, $create, TRUE);"}],"table_count":1}