• Hello,

    I’m using the Advanced Export Order plugin to export order details. I’m trying to export the date of each shipment within the orders in a certain date range.

    What is the meta data or key that I should be using to pull this information from Advanced Shipment Tracking for WooCommerce?

    When I export orders, all I’m seeing is the following:
    a:1:{i:0;a:9:{s:17:"tracking_provider";s:6:"dhl-us";s:24:"custom_tracking_provider";s:0:"";s:20:"custom_tracking_link";s:0:"";s:15:"tracking_number";s:7:"1123456";s:21:"tracking_product_code";s:0:"";s:12:"date_shipped";s:10:"1652140800";s:13:"products_list";a:4:{i:0;O:8:"stdClass":3:{s:7:"product";s:5:"58218";s:7:"item_id";s:6:"321579";s:3:"qty";s:1:"4";}i:1;O:8:"stdClass":3:{s:7:"product";s:5:"58220";s:7:"item_id";s:6:"321580";s:3:"qty";s:1:"1";}i:2;O:8:"stdClass":3:{s:7:"product";s:5:"70155";s:7:"item_id";s:6:"321588";s:3:"qty";s:1:"5";}i:3;O:8:"stdClass":3:{s:7:"product";s:5:"70156";s:7:"item_id";s:6:"321589";s:3:"qty";s:1:"5";}}s:14:"status_shipped";s:1:"2";s:11:"tracking_id";s:32:"0ac216f44843a3c6f8f6fb1a5658af47";}}

    Is is possible to pull on the the “date_shipped”;s:10:”1652140800″ portion into a date that is readable?

  • The topic ‘Export Date Shipped’ is closed to new replies.