Skip to content

Instantly share code, notes, and snippets.

@devtronic
Created January 13, 2020 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devtronic/bfdabcce0e9f1eb952aa41add0246457 to your computer and use it in GitHub Desktop.
Save devtronic/bfdabcce0e9f1eb952aa41add0246457 to your computer and use it in GitHub Desktop.
<?php
// ...
class OrderRepository implements OrdersRepositoryInterface
{
// ...
private $myOrders = [];
public function __construct()
{
$this->myOrders = unserialize('a:50:{i:0;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:50;s:11:"orderNumber";s:3:"#50";s:11:"countryCode";s:2:"DO";s:8:"nickName";N;s:8:"shipCost";d:10.41;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Walsh";s:8:"lastName";s:8:"Stephens";s:6:"street";s:14:"Schenck Avenue";s:11:"houseNumber";i:840;s:8:"address2";N;s:8:"postcode";i:1838;s:4:"city";s:9:"Remington";s:11:"countryCode";s:2:"ZM";s:7:"company";s:7:"Straloy";s:5:"state";s:8:"Virginia";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Delgado";s:8:"lastName";s:5:"Perry";s:6:"street";s:15:"Hunterfly Place";s:11:"houseNumber";i:518;s:8:"address2";N;s:8:"postcode";i:5635;s:4:"city";s:10:"Watchtower";s:11:"countryCode";s:2:"PY";s:7:"company";s:9:"Translink";s:5:"state";s:11:"Mississippi";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 08:29:42.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"delgadoperry@translink.com";s:6:"phone1";s:18:"+49 (961) 480-3094";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 02:34:14.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 07:53:13.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:2;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:1;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:51;s:11:"orderNumber";s:3:"#51";s:11:"countryCode";s:2:"NF";s:8:"nickName";N;s:8:"shipCost";d:19.920000000000002;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Trina";s:8:"lastName";s:6:"Potter";s:6:"street";s:15:"Tompkins Avenue";s:11:"houseNumber";i:935;s:8:"address2";N;s:8:"postcode";i:1621;s:4:"city";s:6:"Lodoga";s:11:"countryCode";s:2:"ER";s:7:"company";s:9:"Matrixity";s:5:"state";s:20:"District Of Columbia";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Hurst";s:8:"lastName";s:6:"Bryant";s:6:"street";s:10:"Tech Place";s:11:"houseNumber";i:404;s:8:"address2";N;s:8:"postcode";i:9156;s:4:"city";s:6:"Bangor";s:11:"countryCode";s:2:"CY";s:7:"company";s:8:"Aquamate";s:5:"state";s:8:"Arkansas";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 01:46:27.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"hurstbryant@aquamate.com";s:6:"phone1";s:18:"+49 (808) 445-3581";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 05:34:30.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 03:50:57.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:2;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:2;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:52;s:11:"orderNumber";s:3:"#52";s:11:"countryCode";s:2:"VE";s:8:"nickName";N;s:8:"shipCost";d:11.140000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Paul";s:8:"lastName";s:4:"Kidd";s:6:"street";s:13:"Varick Street";s:11:"houseNumber";i:134;s:8:"address2";N;s:8:"postcode";i:1912;s:4:"city";s:4:"Boyd";s:11:"countryCode";s:2:"BM";s:7:"company";s:8:"Trollery";s:5:"state";s:30:"Federated States Of Micronesia";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Charmaine";s:8:"lastName";s:4:"Love";s:6:"street";s:11:"Pooles Lane";s:11:"houseNumber";i:960;s:8:"address2";N;s:8:"postcode";i:3213;s:4:"city";s:5:"Trail";s:11:"countryCode";s:2:"MH";s:7:"company";s:8:"Songbird";s:5:"state";s:7:"Florida";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 09:26:35.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"charmainelove@songbird.com";s:6:"phone1";s:18:"+49 (968) 492-3504";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 10:34:50.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 06:40:38.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:2;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:3;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:53;s:11:"orderNumber";s:3:"#53";s:11:"countryCode";s:2:"GU";s:8:"nickName";N;s:8:"shipCost";d:18.469999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Aguilar";s:8:"lastName";s:9:"Mccormick";s:6:"street";s:11:"Lois Avenue";s:11:"houseNumber";i:627;s:8:"address2";N;s:8:"postcode";i:3694;s:4:"city";s:9:"Glenbrook";s:11:"countryCode";s:2:"TD";s:7:"company";s:7:"Neteria";s:5:"state";s:9:"Wisconsin";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Graves";s:8:"lastName";s:6:"Cotton";s:6:"street";s:13:"Foster Avenue";s:11:"houseNumber";i:646;s:8:"address2";N;s:8:"postcode";i:8226;s:4:"city";s:6:"Chical";s:11:"countryCode";s:2:"KE";s:7:"company";s:8:"Enersave";s:5:"state";s:6:"Alaska";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 05:37:42.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"gravescotton@enersave.com";s:6:"phone1";s:18:"+49 (851) 457-2845";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 12:36:00.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 06:16:39.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:4;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:4;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:54;s:11:"orderNumber";s:3:"#54";s:11:"countryCode";s:2:"ZA";s:8:"nickName";N;s:8:"shipCost";d:2.6299999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Bentley";s:8:"lastName";s:4:"Mann";s:6:"street";s:12:"Coles Street";s:11:"houseNumber";i:358;s:8:"address2";N;s:8:"postcode";i:9346;s:4:"city";s:9:"Bluffview";s:11:"countryCode";s:2:"MO";s:7:"company";s:7:"Ceprene";s:5:"state";s:5:"Palau";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Beatriz";s:8:"lastName";s:9:"Henderson";s:6:"street";s:14:"Hancock Street";s:11:"houseNumber";i:172;s:8:"address2";N;s:8:"postcode";i:2545;s:4:"city";s:6:"Vaughn";s:11:"countryCode";s:2:"PL";s:7:"company";s:6:"Zytrax";s:5:"state";s:14:"South Carolina";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 11:49:58.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:27:"beatrizhenderson@zytrax.com";s:6:"phone1";s:18:"+49 (964) 586-3368";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 05:27:39.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 02:08:24.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:3;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:5;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:55;s:11:"orderNumber";s:3:"#55";s:11:"countryCode";s:2:"MV";s:8:"nickName";N;s:8:"shipCost";d:10.880000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Jefferson";s:8:"lastName";s:5:"Heath";s:6:"street";s:12:"Gerald Court";s:11:"houseNumber";i:694;s:8:"address2";N;s:8:"postcode";i:5644;s:4:"city";s:9:"Vicksburg";s:11:"countryCode";s:2:"LC";s:7:"company";s:8:"Datagene";s:5:"state";s:16:"Marshall Islands";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Dolores";s:8:"lastName";s:7:"Hancock";s:6:"street";s:13:"Atkins Avenue";s:11:"houseNumber";i:966;s:8:"address2";N;s:8:"postcode";i:4765;s:4:"city";s:9:"Allendale";s:11:"countryCode";s:2:"PM";s:7:"company";s:6:"Squish";s:5:"state";s:8:"Oklahoma";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 10:33:46.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"doloreshancock@squish.com";s:6:"phone1";s:18:"+49 (999) 459-2112";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 04:13:34.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 05:06:22.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:8;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:6;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:56;s:11:"orderNumber";s:3:"#56";s:11:"countryCode";s:2:"MD";s:8:"nickName";N;s:8:"shipCost";d:19.199999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"West";s:8:"lastName";s:5:"White";s:6:"street";s:12:"Seigel Court";s:11:"houseNumber";i:977;s:8:"address2";N;s:8:"postcode";i:1740;s:4:"city";s:6:"Moscow";s:11:"countryCode";s:2:"PE";s:7:"company";s:6:"Exposa";s:5:"state";s:13:"Massachusetts";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Dotson";s:8:"lastName";s:5:"Boyer";s:6:"street";s:12:"Gates Avenue";s:11:"houseNumber";i:903;s:8:"address2";N;s:8:"postcode";i:833;s:4:"city";s:9:"Richville";s:11:"countryCode";s:2:"GW";s:7:"company";s:4:"Zoxy";s:5:"state";s:12:"South Dakota";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 08:18:56.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:20:"dotsonboyer@zoxy.com";s:6:"phone1";s:18:"+49 (978) 416-2007";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 05:52:15.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 07:27:25.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:4;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:7;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:57;s:11:"orderNumber";s:3:"#57";s:11:"countryCode";s:2:"ZR";s:8:"nickName";N;s:8:"shipCost";d:13.16;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Dawson";s:8:"lastName";s:7:"Meadows";s:6:"street";s:13:"Locust Avenue";s:11:"houseNumber";i:123;s:8:"address2";N;s:8:"postcode";i:9509;s:4:"city";s:4:"Clay";s:11:"countryCode";s:2:"DJ";s:7:"company";s:6:"Zaggle";s:5:"state";s:9:"Minnesota";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Lucile";s:8:"lastName";s:6:"Howard";s:6:"street";s:16:"Rutherford Place";s:11:"houseNumber";i:107;s:8:"address2";N;s:8:"postcode";i:7100;s:4:"city";s:7:"Gratton";s:11:"countryCode";s:2:"NI";s:7:"company";s:9:"Zillactic";s:5:"state";s:9:"Louisiana";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 03:45:54.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"lucilehoward@zillactic.com";s:6:"phone1";s:18:"+49 (941) 546-2353";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 06:40:57.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 06:23:52.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:2;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:8;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:58;s:11:"orderNumber";s:3:"#58";s:11:"countryCode";s:2:"TC";s:8:"nickName";N;s:8:"shipCost";d:9.5899999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Ramos";s:8:"lastName";s:8:"Reynolds";s:6:"street";s:13:"Dooley Street";s:11:"houseNumber";i:287;s:8:"address2";N;s:8:"postcode";i:5043;s:4:"city";s:9:"Stockdale";s:11:"countryCode";s:2:"AR";s:7:"company";s:8:"Hometown";s:5:"state";s:8:"Illinois";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Kaye";s:8:"lastName";s:4:"Snow";s:6:"street";s:12:"Devoe Street";s:11:"houseNumber";i:966;s:8:"address2";N;s:8:"postcode";i:9002;s:4:"city";s:6:"Esmont";s:11:"countryCode";s:2:"NO";s:7:"company";s:8:"Supremia";s:5:"state";s:4:"Guam";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 06:14:43.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:21:"kayesnow@supremia.com";s:6:"phone1";s:18:"+49 (993) 417-3975";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 03:15:02.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 09:10:44.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:3;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:9;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:59;s:11:"orderNumber";s:3:"#59";s:11:"countryCode";s:2:"GH";s:8:"nickName";N;s:8:"shipCost";d:7.6100000000000003;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:8:"Madeline";s:8:"lastName";s:5:"Mcgee";s:6:"street";s:13:"Marconi Place";s:11:"houseNumber";i:126;s:8:"address2";N;s:8:"postcode";i:7617;s:4:"city";s:7:"Dupuyer";s:11:"countryCode";s:2:"NP";s:7:"company";s:5:"Imkan";s:5:"state";s:8:"Missouri";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Kemp";s:8:"lastName";s:7:"Clemons";s:6:"street";s:15:"Hastings Street";s:11:"houseNumber";i:160;s:8:"address2";N;s:8:"postcode";i:487;s:4:"city";s:9:"Lumberton";s:11:"countryCode";s:2:"PN";s:7:"company";s:8:"Manufact";s:5:"state";s:7:"Georgia";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 06:23:38.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"kempclemons@manufact.com";s:6:"phone1";s:18:"+49 (909) 546-3910";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 09:40:24.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 04:28:59.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:4;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:10;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:60;s:11:"orderNumber";s:3:"#60";s:11:"countryCode";s:2:"CC";s:8:"nickName";N;s:8:"shipCost";d:11.550000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Hattie";s:8:"lastName";s:7:"Michael";s:6:"street";s:15:"Bushwick Avenue";s:11:"houseNumber";i:315;s:8:"address2";N;s:8:"postcode";i:4786;s:4:"city";s:13:"Fredericktown";s:11:"countryCode";s:2:"SV";s:7:"company";s:6:"Emtrac";s:5:"state";s:14:"American Samoa";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Rena";s:8:"lastName";s:4:"Wong";s:6:"street";s:12:"Noble Street";s:11:"houseNumber";i:861;s:8:"address2";N;s:8:"postcode";i:8100;s:4:"city";s:6:"Duryea";s:11:"countryCode";s:2:"BV";s:7:"company";s:7:"Escenta";s:5:"state";s:4:"Ohio";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 06:47:21.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:20:"renawong@escenta.com";s:6:"phone1";s:18:"+49 (922) 400-3540";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 02:42:54.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 07:58:25.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:3;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:11;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:61;s:11:"orderNumber";s:3:"#61";s:11:"countryCode";s:2:"SH";s:8:"nickName";N;s:8:"shipCost";d:18.809999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Jones";s:8:"lastName";s:6:"Valdez";s:6:"street";s:16:"Arlington Avenue";s:11:"houseNumber";i:602;s:8:"address2";N;s:8:"postcode";i:5546;s:4:"city";s:7:"Norvelt";s:11:"countryCode";s:2:"BW";s:7:"company";s:7:"Biotica";s:5:"state";s:7:"Montana";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Estrada";s:8:"lastName";s:7:"Webster";s:6:"street";s:14:"Matthews Court";s:11:"houseNumber";i:747;s:8:"address2";N;s:8:"postcode";i:5816;s:4:"city";s:6:"Blanco";s:11:"countryCode";s:2:"GQ";s:7:"company";s:7:"Tripsch";s:5:"state";s:6:"Hawaii";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 02:48:56.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"estradawebster@tripsch.com";s:6:"phone1";s:18:"+49 (904) 522-3037";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 08:02:33.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 02:42:31.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:4;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:12;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:62;s:11:"orderNumber";s:3:"#62";s:11:"countryCode";s:2:"CI";s:8:"nickName";N;s:8:"shipCost";d:4.0800000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Armstrong";s:8:"lastName";s:6:"Spears";s:6:"street";s:12:"Knight Court";s:11:"houseNumber";i:960;s:8:"address2";N;s:8:"postcode";i:4847;s:4:"city";s:7:"Veguita";s:11:"countryCode";s:2:"BT";s:7:"company";s:5:"Geeky";s:5:"state";s:9:"Tennessee";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Collins";s:8:"lastName";s:5:"Stout";s:6:"street";s:13:"Kossuth Place";s:11:"houseNumber";i:746;s:8:"address2";N;s:8:"postcode";i:6144;s:4:"city";s:6:"Lowell";s:11:"countryCode";s:2:"TP";s:7:"company";s:7:"Skyplex";s:5:"state";s:8:"Kentucky";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 11:07:15.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"collinsstout@skyplex.com";s:6:"phone1";s:18:"+49 (917) 449-2720";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 01:12:34.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 06:13:38.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:2;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:13;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:63;s:11:"orderNumber";s:3:"#63";s:11:"countryCode";s:2:"DZ";s:8:"nickName";N;s:8:"shipCost";d:18.460000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Araceli";s:8:"lastName";s:4:"Paul";s:6:"street";s:12:"Berry Street";s:11:"houseNumber";i:644;s:8:"address2";N;s:8:"postcode";i:4022;s:4:"city";s:4:"Felt";s:11:"countryCode";s:2:"FI";s:7:"company";s:9:"Applideck";s:5:"state";s:6:"Kansas";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Hyde";s:8:"lastName";s:5:"Price";s:6:"street";s:14:"Prospect Place";s:11:"houseNumber";i:936;s:8:"address2";N;s:8:"postcode";i:3063;s:4:"city";s:9:"Kiskimere";s:11:"countryCode";s:2:"MT";s:7:"company";s:7:"Magmina";s:5:"state";s:24:"Northern Mariana Islands";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 09:09:51.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:21:"hydeprice@magmina.com";s:6:"phone1";s:18:"+49 (958) 583-3324";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 02:37:21.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 12:42:56.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:3;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:14;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:64;s:11:"orderNumber";s:3:"#64";s:11:"countryCode";s:2:"PA";s:8:"nickName";N;s:8:"shipCost";d:14.199999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Carney";s:8:"lastName";s:4:"Ryan";s:6:"street";s:10:"Box Street";s:11:"houseNumber";i:708;s:8:"address2";N;s:8:"postcode";i:6712;s:4:"city";s:11:"Fowlerville";s:11:"countryCode";s:2:"TZ";s:7:"company";s:7:"Kongene";s:5:"state";s:5:"Idaho";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Hendricks";s:8:"lastName";s:8:"Gallegos";s:6:"street";s:13:"Goodwin Place";s:11:"houseNumber";i:292;s:8:"address2";N;s:8:"postcode";i:8763;s:4:"city";s:9:"Thornport";s:11:"countryCode";s:2:"GE";s:7:"company";s:9:"Andershun";s:5:"state";s:7:"Arizona";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 11:15:05.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:31:"hendricksgallegos@andershun.com";s:6:"phone1";s:18:"+49 (976) 433-3398";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 12:23:52.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 04:41:34.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:2;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:15;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:65;s:11:"orderNumber";s:3:"#65";s:11:"countryCode";s:2:"AI";s:8:"nickName";N;s:8:"shipCost";d:15.199999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Sharon";s:8:"lastName";s:5:"Wiley";s:6:"street";s:14:"Mermaid Avenue";s:11:"houseNumber";i:717;s:8:"address2";N;s:8:"postcode";i:9237;s:4:"city";s:8:"Darrtown";s:11:"countryCode";s:2:"GR";s:7:"company";s:9:"Accuprint";s:5:"state";s:8:"Colorado";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:8:"Sandoval";s:8:"lastName";s:6:"Booker";s:6:"street";s:12:"Ryder Avenue";s:11:"houseNumber";i:405;s:8:"address2";N;s:8:"postcode";i:1449;s:4:"city";s:5:"Osage";s:11:"countryCode";s:2:"MZ";s:7:"company";s:8:"Nitracyr";s:5:"state";s:12:"Rhode Island";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 03:12:27.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:27:"sandovalbooker@nitracyr.com";s:6:"phone1";s:18:"+49 (832) 484-3861";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 10:00:23.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 06:46:44.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:3;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:16;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:66;s:11:"orderNumber";s:3:"#66";s:11:"countryCode";s:2:"TW";s:8:"nickName";N;s:8:"shipCost";d:1.1599999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Deena";s:8:"lastName";s:7:"Kennedy";s:6:"street";s:16:"Kenilworth Place";s:11:"houseNumber";i:624;s:8:"address2";N;s:8:"postcode";i:7182;s:4:"city";s:6:"Brazos";s:11:"countryCode";s:2:"ST";s:7:"company";s:6:"Rameon";s:5:"state";s:7:"Vermont";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Rosemarie";s:8:"lastName";s:6:"Fields";s:6:"street";s:13:"Wilson Avenue";s:11:"houseNumber";i:804;s:8:"address2";N;s:8:"postcode";i:3029;s:4:"city";s:7:"Hickory";s:11:"countryCode";s:2:"FO";s:7:"company";s:7:"Enthaze";s:5:"state";s:14:"Virgin Islands";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 06:47:58.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:27:"rosemariefields@enthaze.com";s:6:"phone1";s:18:"+49 (971) 449-3349";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 11:13:45.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 05:52:17.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:8;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:17;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:67;s:11:"orderNumber";s:3:"#67";s:11:"countryCode";s:2:"FK";s:8:"nickName";N;s:8:"shipCost";d:7.8600000000000003;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:8:"Chandler";s:8:"lastName";s:7:"Mcguire";s:6:"street";s:13:"Butler Street";s:11:"houseNumber";i:959;s:8:"address2";N;s:8:"postcode";i:967;s:4:"city";s:8:"Caberfae";s:11:"countryCode";s:2:"VC";s:7:"company";s:6:"Viasia";s:5:"state";s:6:"Oregon";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Wyatt";s:8:"lastName";s:5:"Cantu";s:6:"street";s:12:"Taaffe Place";s:11:"houseNumber";i:665;s:8:"address2";N;s:8:"postcode";i:6057;s:4:"city";s:6:"Buxton";s:11:"countryCode";s:2:"CR";s:7:"company";s:6:"Quinex";s:5:"state";s:8:"Delaware";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 03:06:01.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:21:"wyattcantu@quinex.com";s:6:"phone1";s:18:"+49 (868) 564-3125";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 11:26:27.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 12:05:45.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:4;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:18;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:68;s:11:"orderNumber";s:3:"#68";s:11:"countryCode";s:2:"MN";s:8:"nickName";N;s:8:"shipCost";d:4.1200000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Nell";s:8:"lastName";s:5:"Welch";s:6:"street";s:14:"Crystal Street";s:11:"houseNumber";i:300;s:8:"address2";N;s:8:"postcode";i:7129;s:4:"city";s:10:"Chautauqua";s:11:"countryCode";s:2:"BZ";s:7:"company";s:7:"Jetsilk";s:5:"state";s:8:"Nebraska";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Lillian";s:8:"lastName";s:4:"Rios";s:6:"street";s:15:"Roosevelt Court";s:11:"houseNumber";i:384;s:8:"address2";N;s:8:"postcode";i:5235;s:4:"city";s:7:"Navarre";s:11:"countryCode";s:2:"AZ";s:7:"company";s:9:"Intradisk";s:5:"state";s:13:"New Hampshire";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 06:50:39.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"lillianrios@intradisk.com";s:6:"phone1";s:18:"+49 (884) 569-3456";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 11:23:13.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 05:40:11.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:4;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:19;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:69;s:11:"orderNumber";s:3:"#69";s:11:"countryCode";s:2:"HT";s:8:"nickName";N;s:8:"shipCost";d:16.66;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Kirk";s:8:"lastName";s:6:"Maddox";s:6:"street";s:15:"Duffield Street";s:11:"houseNumber";i:864;s:8:"address2";N;s:8:"postcode";i:4956;s:4:"city";s:12:"Bowmansville";s:11:"countryCode";s:2:"PW";s:7:"company";s:8:"Tribalog";s:5:"state";s:11:"Puerto Rico";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Mcconnell";s:8:"lastName";s:4:"Burt";s:6:"street";s:13:"Harway Avenue";s:11:"houseNumber";i:597;s:8:"address2";N;s:8:"postcode";i:5058;s:4:"city";s:8:"Sandston";s:11:"countryCode";s:2:"SL";s:7:"company";s:9:"Acrodance";s:5:"state";s:8:"New York";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 12:23:27.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:27:"mcconnellburt@acrodance.com";s:6:"phone1";s:18:"+49 (824) 404-2400";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 02:14:22.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 01:17:25.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:2;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:20;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:70;s:11:"orderNumber";s:3:"#70";s:11:"countryCode";s:2:"IT";s:8:"nickName";N;s:8:"shipCost";d:9.8100000000000005;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Hopkins";s:8:"lastName";s:4:"Reid";s:6:"street";s:14:"Freeman Street";s:11:"houseNumber";i:985;s:8:"address2";N;s:8:"postcode";i:6114;s:4:"city";s:9:"Allentown";s:11:"countryCode";s:2:"EH";s:7:"company";s:8:"Lunchpod";s:5:"state";s:5:"Maine";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Burton";s:8:"lastName";s:5:"Giles";s:6:"street";s:11:"Hale Avenue";s:11:"houseNumber";i:717;s:8:"address2";N;s:8:"postcode";i:3506;s:4:"city";s:9:"Jamestown";s:11:"countryCode";s:2:"MG";s:7:"company";s:7:"Apextri";s:5:"state";s:10:"New Jersey";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 12:53:36.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:23:"burtongiles@apextri.com";s:6:"phone1";s:18:"+49 (944) 572-3650";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 05:56:04.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 10:41:07.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:8;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:21;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:71;s:11:"orderNumber";s:3:"#71";s:11:"countryCode";s:2:"GD";s:8:"nickName";N;s:8:"shipCost";d:12.380000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Reid";s:8:"lastName";s:5:"Grant";s:6:"street";s:14:"Bushwick Place";s:11:"houseNumber";i:666;s:8:"address2";N;s:8:"postcode";i:7248;s:4:"city";s:9:"Southview";s:11:"countryCode";s:2:"LR";s:7:"company";s:6:"Nspire";s:5:"state";s:10:"Washington";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Dillard";s:8:"lastName";s:7:"Leonard";s:6:"street";s:14:"Oceanic Avenue";s:11:"houseNumber";i:838;s:8:"address2";N;s:8:"postcode";i:7202;s:4:"city";s:8:"Vallonia";s:11:"countryCode";s:2:"FJ";s:7:"company";s:7:"Xelegyl";s:5:"state";s:4:"Iowa";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 10:54:30.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"dillardleonard@xelegyl.com";s:6:"phone1";s:18:"+49 (944) 453-2913";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 02:20:37.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 10:43:03.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:4;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:22;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:72;s:11:"orderNumber";s:3:"#72";s:11:"countryCode";s:2:"EG";s:8:"nickName";N;s:8:"shipCost";d:4.2300000000000004;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Mathews";s:8:"lastName";s:8:"Rutledge";s:6:"street";s:15:"Glenmore Avenue";s:11:"houseNumber";i:936;s:8:"address2";N;s:8:"postcode";i:1045;s:4:"city";s:9:"Driftwood";s:11:"countryCode";s:2:"RO";s:7:"company";s:4:"Cujo";s:5:"state";s:5:"Texas";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Ellison";s:8:"lastName";s:4:"Wall";s:6:"street";s:15:"Bartlett Street";s:11:"houseNumber";i:375;s:8:"address2";N;s:8:"postcode";i:4604;s:4:"city";s:6:"Ruffin";s:11:"countryCode";s:2:"PG";s:7:"company";s:9:"Cyclonica";s:5:"state";s:14:"North Carolina";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 02:20:44.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"ellisonwall@cyclonica.com";s:6:"phone1";s:18:"+49 (969) 400-2299";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 08:47:40.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 01:53:28.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:2;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:23;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:73;s:11:"orderNumber";s:3:"#73";s:11:"countryCode";s:2:"SC";s:8:"nickName";N;s:8:"shipCost";d:8.9800000000000004;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Pearson";s:8:"lastName";s:8:"Gonzalez";s:6:"street";s:12:"Ralph Avenue";s:11:"houseNumber";i:263;s:8:"address2";N;s:8:"postcode";i:9925;s:4:"city";s:6:"Rodman";s:11:"countryCode";s:2:"IQ";s:7:"company";s:6:"Apexia";s:5:"state";s:6:"Nevada";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Bernadine";s:8:"lastName";s:9:"Davenport";s:6:"street";s:12:"Judge Street";s:11:"houseNumber";i:473;s:8:"address2";N;s:8:"postcode";i:9879;s:4:"city";s:10:"Greensburg";s:11:"countryCode";s:2:"BF";s:7:"company";s:5:"Xyqag";s:5:"state";s:12:"Pennsylvania";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 01:46:17.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:28:"bernadinedavenport@xyqag.com";s:6:"phone1";s:18:"+49 (878) 446-2674";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 10:58:16.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 10:42:59.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:3;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:24;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:74;s:11:"orderNumber";s:3:"#74";s:11:"countryCode";s:2:"SR";s:8:"nickName";N;s:8:"shipCost";d:9.6300000000000008;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Vincent";s:8:"lastName";s:6:"Barron";s:6:"street";s:14:"Bushwick Court";s:11:"houseNumber";i:465;s:8:"address2";N;s:8:"postcode";i:7277;s:4:"city";s:6:"Mulino";s:11:"countryCode";s:2:"TO";s:7:"company";s:6:"Gology";s:5:"state";s:7:"Alabama";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Suzette";s:8:"lastName";s:4:"Hahn";s:6:"street";s:12:"Albee Square";s:11:"houseNumber";i:332;s:8:"address2";N;s:8:"postcode";i:863;s:4:"city";s:8:"Edenburg";s:11:"countryCode";s:2:"SG";s:7:"company";s:8:"Eventage";s:5:"state";s:8:"Michigan";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 08:51:08.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"suzettehahn@eventage.com";s:6:"phone1";s:18:"+49 (903) 433-2861";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 09:24:10.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 01:59:44.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:4;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:25;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:75;s:11:"orderNumber";s:3:"#75";s:11:"countryCode";s:2:"NA";s:8:"nickName";N;s:8:"shipCost";d:9.2799999999999994;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Navarro";s:8:"lastName";s:7:"Goodwin";s:6:"street";s:15:"Schaefer Street";s:11:"houseNumber";i:412;s:8:"address2";N;s:8:"postcode";i:8773;s:4:"city";s:6:"Elrama";s:11:"countryCode";s:2:"MX";s:7:"company";s:6:"Scenty";s:5:"state";s:7:"Indiana";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Forbes";s:8:"lastName";s:5:"Terry";s:6:"street";s:15:"Saratoga Avenue";s:11:"houseNumber";i:331;s:8:"address2";N;s:8:"postcode";i:5151;s:4:"city";s:6:"Nelson";s:11:"countryCode";s:2:"UK";s:7:"company";s:9:"Kidgrease";s:5:"state";s:7:"Wyoming";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 09:21:26.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"forbesterry@kidgrease.com";s:6:"phone1";s:18:"+49 (977) 494-2303";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 08:57:53.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 03:25:15.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:8;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:26;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:76;s:11:"orderNumber";s:3:"#76";s:11:"countryCode";s:2:"VG";s:8:"nickName";N;s:8:"shipCost";i:3;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Frost";s:8:"lastName";s:7:"Ramirez";s:6:"street";s:11:"Nixon Court";s:11:"houseNumber";i:845;s:8:"address2";N;s:8:"postcode";i:4267;s:4:"city";s:5:"Greer";s:11:"countryCode";s:2:"MC";s:7:"company";s:5:"Xylar";s:5:"state";s:11:"Connecticut";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Julie";s:8:"lastName";s:9:"Valentine";s:6:"street";s:14:"Ovington Court";s:11:"houseNumber";i:953;s:8:"address2";N;s:8:"postcode";i:5960;s:4:"city";s:4:"Axis";s:11:"countryCode";s:2:"KZ";s:7:"company";s:6:"Comcur";s:5:"state";s:4:"Utah";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 04:55:57.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"julievalentine@comcur.com";s:6:"phone1";s:18:"+49 (898) 512-2402";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 11:38:40.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 12:48:37.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:3;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:27;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:77;s:11:"orderNumber";s:3:"#77";s:11:"countryCode";s:2:"CU";s:8:"nickName";N;s:8:"shipCost";d:6.6500000000000004;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:8:"Rosalind";s:8:"lastName";s:6:"Ingram";s:6:"street";s:13:"Myrtle Avenue";s:11:"houseNumber";i:674;s:8:"address2";N;s:8:"postcode";i:9903;s:4:"city";s:9:"Ypsilanti";s:11:"countryCode";s:2:"CZ";s:7:"company";s:8:"Rodeomad";s:5:"state";s:13:"West Virginia";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Nannie";s:8:"lastName";s:4:"Hale";s:6:"street";s:13:"Thames Street";s:11:"houseNumber";i:601;s:8:"address2";N;s:8:"postcode";i:6951;s:4:"city";s:8:"Wilsonia";s:11:"countryCode";s:2:"IE";s:7:"company";s:7:"Atomica";s:5:"state";s:8:"Maryland";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 06:50:29.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:22:"nanniehale@atomica.com";s:6:"phone1";s:18:"+49 (887) 478-2752";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 06:11:50.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 03:06:30.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:2;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:28;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:78;s:11:"orderNumber";s:3:"#78";s:11:"countryCode";s:2:"MY";s:8:"nickName";N;s:8:"shipCost";d:5.9500000000000002;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Paige";s:8:"lastName";s:7:"Gilbert";s:6:"street";s:12:"Lloyd Street";s:11:"houseNumber";i:548;s:8:"address2";N;s:8:"postcode";i:9263;s:4:"city";s:10:"Mappsville";s:11:"countryCode";s:2:"QA";s:7:"company";s:7:"Tingles";s:5:"state";s:12:"North Dakota";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Liliana";s:8:"lastName";s:6:"Lowery";s:6:"street";s:11:"Nolans Lane";s:11:"houseNumber";i:428;s:8:"address2";N;s:8:"postcode";i:1211;s:4:"city";s:14:"Greenbackville";s:11:"countryCode";s:2:"DM";s:7:"company";s:6:"Pholio";s:5:"state";s:10:"New Mexico";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 04:51:08.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"lilianalowery@pholio.com";s:6:"phone1";s:18:"+49 (985) 498-3224";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 07:55:45.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 05:15:04.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:3;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:29;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:79;s:11:"orderNumber";s:3:"#79";s:11:"countryCode";s:2:"FX";s:8:"nickName";N;s:8:"shipCost";d:3.7000000000000002;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Lang";s:8:"lastName";s:7:"Charles";s:6:"street";s:13:"College Place";s:11:"houseNumber";i:739;s:8:"address2";N;s:8:"postcode";i:4425;s:4:"city";s:11:"Ticonderoga";s:11:"countryCode";s:2:"SN";s:7:"company";s:9:"Terascape";s:5:"state";s:8:"Virginia";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Priscilla";s:8:"lastName";s:9:"Castaneda";s:6:"street";s:11:"Kent Avenue";s:11:"houseNumber";i:290;s:8:"address2";N;s:8:"postcode";i:6571;s:4:"city";s:6:"Sutton";s:11:"countryCode";s:2:"SZ";s:7:"company";s:9:"Bulljuice";s:5:"state";s:11:"Mississippi";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 02:16:07.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:32:"priscillacastaneda@bulljuice.com";s:6:"phone1";s:18:"+49 (912) 453-2056";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 03:00:40.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 12:07:33.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:4;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:30;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:80;s:11:"orderNumber";s:3:"#80";s:11:"countryCode";s:2:"NR";s:8:"nickName";N;s:8:"shipCost";d:10.109999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Gibson";s:8:"lastName";s:5:"Leach";s:6:"street";s:14:"Liberty Avenue";s:11:"houseNumber";i:144;s:8:"address2";N;s:8:"postcode";i:7116;s:4:"city";s:5:"Logan";s:11:"countryCode";s:2:"NE";s:7:"company";s:9:"Isostream";s:5:"state";s:20:"District Of Columbia";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Middleton";s:8:"lastName";s:9:"Donaldson";s:6:"street";s:13:"Sutton Street";s:11:"houseNumber";i:294;s:8:"address2";N;s:8:"postcode";i:4245;s:4:"city";s:5:"Valle";s:11:"countryCode";s:2:"CF";s:7:"company";s:7:"Zerbina";s:5:"state";s:8:"Arkansas";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 06:54:45.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:30:"middletondonaldson@zerbina.com";s:6:"phone1";s:18:"+49 (865) 470-2605";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 01:53:29.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 09:54:31.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:8;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:31;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:81;s:11:"orderNumber";s:3:"#81";s:11:"countryCode";s:2:"PK";s:8:"nickName";N;s:8:"shipCost";d:17.530000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Ferrell";s:8:"lastName";s:5:"Glass";s:6:"street";s:10:"Lenox Road";s:11:"houseNumber";i:411;s:8:"address2";N;s:8:"postcode";i:6078;s:4:"city";s:8:"Whipholt";s:11:"countryCode";s:2:"WS";s:7:"company";s:7:"Homelux";s:5:"state";s:30:"Federated States Of Micronesia";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Price";s:8:"lastName";s:9:"Hernandez";s:6:"street";s:16:"Flatlands Avenue";s:11:"houseNumber";i:742;s:8:"address2";N;s:8:"postcode";i:1988;s:4:"city";s:9:"Lavalette";s:11:"countryCode";s:2:"TR";s:7:"company";s:7:"Grupoli";s:5:"state";s:7:"Florida";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 08:28:46.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"pricehernandez@grupoli.com";s:6:"phone1";s:18:"+49 (853) 460-3353";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 03:34:05.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 08:28:10.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:4;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:32;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:82;s:11:"orderNumber";s:3:"#82";s:11:"countryCode";s:2:"SD";s:8:"nickName";N;s:8:"shipCost";d:13.109999999999999;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Elvia";s:8:"lastName";s:9:"Nicholson";s:6:"street";s:10:"Hunts Lane";s:11:"houseNumber";i:151;s:8:"address2";N;s:8:"postcode";i:6434;s:4:"city";s:8:"Highland";s:11:"countryCode";s:2:"KM";s:7:"company";s:7:"Kyagoro";s:5:"state";s:9:"Wisconsin";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Tricia";s:8:"lastName";s:6:"Phelps";s:6:"street";s:16:"Gerritsen Avenue";s:11:"houseNumber";i:598;s:8:"address2";N;s:8:"postcode";i:4743;s:4:"city";s:7:"Detroit";s:11:"countryCode";s:2:"UG";s:7:"company";s:6:"Norsul";s:5:"state";s:6:"Alaska";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 08:25:28.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:23:"triciaphelps@norsul.com";s:6:"phone1";s:18:"+49 (919) 486-2237";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 12:56:24.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 04:32:24.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:2;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:33;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:83;s:11:"orderNumber";s:3:"#83";s:11:"countryCode";s:2:"KR";s:8:"nickName";N;s:8:"shipCost";d:4.0999999999999996;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Schultz";s:8:"lastName";s:7:"Hendrix";s:6:"street";s:14:"Wortman Avenue";s:11:"houseNumber";i:231;s:8:"address2";N;s:8:"postcode";i:7418;s:4:"city";s:7:"Hanover";s:11:"countryCode";s:2:"JO";s:7:"company";s:8:"Rotodyne";s:5:"state";s:5:"Palau";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Carol";s:8:"lastName";s:6:"Bonner";s:6:"street";s:13:"Church Avenue";s:11:"houseNumber";i:364;s:8:"address2";N;s:8:"postcode";i:6910;s:4:"city";s:9:"Davenport";s:11:"countryCode";s:2:"FR";s:7:"company";s:8:"Petigems";s:5:"state";s:14:"South Carolina";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 02:47:19.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"carolbonner@petigems.com";s:6:"phone1";s:18:"+49 (960) 437-2366";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 07:17:01.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 05:03:20.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:2;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:34;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:84;s:11:"orderNumber";s:3:"#84";s:11:"countryCode";s:2:"YU";s:8:"nickName";N;s:8:"shipCost";d:9.8000000000000007;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Snow";s:8:"lastName";s:8:"Jennings";s:6:"street";s:13:"Exeter Street";s:11:"houseNumber";i:200;s:8:"address2";N;s:8:"postcode";i:4182;s:4:"city";s:11:"Celeryville";s:11:"countryCode";s:2:"PH";s:7:"company";s:7:"Zanymax";s:5:"state";s:16:"Marshall Islands";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Adams";s:8:"lastName";s:7:"Emerson";s:6:"street";s:12:"Maple Street";s:11:"houseNumber";i:766;s:8:"address2";N;s:8:"postcode";i:9000;s:4:"city";s:10:"Fairforest";s:11:"countryCode";s:2:"CN";s:7:"company";s:9:"Peticular";s:5:"state";s:8:"Oklahoma";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 03:00:31.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"adamsemerson@peticular.com";s:6:"phone1";s:18:"+49 (975) 420-2986";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 10:28:45.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 02:20:09.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:3;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:35;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:85;s:11:"orderNumber";s:3:"#85";s:11:"countryCode";s:2:"LI";s:8:"nickName";N;s:8:"shipCost";d:5.1399999999999997;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Mona";s:8:"lastName";s:4:"Roth";s:6:"street";s:12:"Village Road";s:11:"houseNumber";i:603;s:8:"address2";N;s:8:"postcode";i:319;s:4:"city";s:9:"Coleville";s:11:"countryCode";s:2:"CV";s:7:"company";s:9:"Artworlds";s:5:"state";s:13:"Massachusetts";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Booth";s:8:"lastName";s:5:"Weber";s:6:"street";s:14:"Woodpoint Road";s:11:"houseNumber";i:450;s:8:"address2";N;s:8:"postcode";i:4406;s:4:"city";s:6:"Roland";s:11:"countryCode";s:2:"SB";s:7:"company";s:7:"Zilphur";s:5:"state";s:12:"South Dakota";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 06:50:21.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:22:"boothweber@zilphur.com";s:6:"phone1";s:18:"+49 (813) 565-2618";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 12:53:20.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 12:51:22.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:2;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:36;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:86;s:11:"orderNumber";s:3:"#86";s:11:"countryCode";s:2:"AT";s:8:"nickName";N;s:8:"shipCost";d:19.460000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Hodges";s:8:"lastName";s:4:"Buck";s:6:"street";s:14:"Conklin Avenue";s:11:"houseNumber";i:777;s:8:"address2";N;s:8:"postcode";i:8973;s:4:"city";s:7:"Advance";s:11:"countryCode";s:2:"AL";s:7:"company";s:9:"Recritube";s:5:"state";s:9:"Minnesota";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Garcia";s:8:"lastName";s:7:"Roberts";s:6:"street";s:11:"Grove Place";s:11:"houseNumber";i:147;s:8:"address2";N;s:8:"postcode";i:1691;s:4:"city";s:9:"Dunnavant";s:11:"countryCode";s:2:"DK";s:7:"company";s:9:"Aquasseur";s:5:"state";s:9:"Louisiana";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 05:41:51.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:27:"garciaroberts@aquasseur.com";s:6:"phone1";s:18:"+49 (928) 408-3963";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 07:40:07.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 12:59:52.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:2;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:37;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:87;s:11:"orderNumber";s:3:"#87";s:11:"countryCode";s:2:"HR";s:8:"nickName";N;s:8:"shipCost";d:18.780000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Mueller";s:8:"lastName";s:4:"Chan";s:6:"street";s:14:"Adelphi Street";s:11:"houseNumber";i:135;s:8:"address2";N;s:8:"postcode";i:7372;s:4:"city";s:8:"Longoria";s:11:"countryCode";s:2:"AN";s:7:"company";s:7:"Eventix";s:5:"state";s:8:"Illinois";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Tanner";s:8:"lastName";s:4:"Wood";s:6:"street";s:17:"Bainbridge Street";s:11:"houseNumber";i:797;s:8:"address2";N;s:8:"postcode";i:2834;s:4:"city";s:9:"Castleton";s:11:"countryCode";s:2:"CX";s:7:"company";s:9:"Marketoid";s:5:"state";s:4:"Guam";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 10:55:57.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"tannerwood@marketoid.com";s:6:"phone1";s:18:"+49 (839) 429-2347";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 08:14:44.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 05:16:27.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:4;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:38;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:88;s:11:"orderNumber";s:3:"#88";s:11:"countryCode";s:2:"ES";s:8:"nickName";N;s:8:"shipCost";d:0.72999999999999998;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Hood";s:8:"lastName";s:5:"Woods";s:6:"street";s:13:"Haring Street";s:11:"houseNumber";i:170;s:8:"address2";N;s:8:"postcode";i:843;s:4:"city";s:9:"Maplewood";s:11:"countryCode";s:2:"GL";s:7:"company";s:7:"Futuris";s:5:"state";s:8:"Missouri";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:3:"Pat";s:8:"lastName";s:6:"Newton";s:6:"street";s:11:"Bills Place";s:11:"houseNumber";i:713;s:8:"address2";N;s:8:"postcode";i:1125;s:4:"city";s:9:"Newcastle";s:11:"countryCode";s:2:"AS";s:7:"company";s:6:"Yogasm";s:5:"state";s:7:"Georgia";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 05:43:46.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:20:"patnewton@yogasm.com";s:6:"phone1";s:18:"+49 (964) 472-3673";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 01:05:35.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 07:30:53.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:2;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:39;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:89;s:11:"orderNumber";s:3:"#89";s:11:"countryCode";s:2:"IO";s:8:"nickName";N;s:8:"shipCost";d:6.8899999999999997;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Hogan";s:8:"lastName";s:6:"Monroe";s:6:"street";s:12:"Dunham Place";s:11:"houseNumber";i:546;s:8:"address2";N;s:8:"postcode";i:1512;s:4:"city";s:7:"Wakulla";s:11:"countryCode";s:2:"AM";s:7:"company";s:5:"Bezal";s:5:"state";s:14:"American Samoa";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Gilliam";s:8:"lastName";s:6:"Dotson";s:6:"street";s:14:"Hendrix Street";s:11:"houseNumber";i:358;s:8:"address2";N;s:8:"postcode";i:4023;s:4:"city";s:5:"Camas";s:11:"countryCode";s:2:"IL";s:7:"company";s:7:"Greeker";s:5:"state";s:4:"Ohio";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 11:20:00.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"gilliamdotson@greeker.com";s:6:"phone1";s:18:"+49 (926) 504-2067";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 12:44:07.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 10:14:53.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:8;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:40;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:90;s:11:"orderNumber";s:3:"#90";s:11:"countryCode";s:2:"VA";s:8:"nickName";N;s:8:"shipCost";d:12.51;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Solomon";s:8:"lastName";s:7:"Marquez";s:6:"street";s:14:"Monitor Street";s:11:"houseNumber";i:749;s:8:"address2";N;s:8:"postcode";i:4480;s:4:"city";s:14:"Albrightsville";s:11:"countryCode";s:2:"GY";s:7:"company";s:7:"Dognost";s:5:"state";s:7:"Montana";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Reese";s:8:"lastName";s:7:"English";s:6:"street";s:11:"High Street";s:11:"houseNumber";i:769;s:8:"address2";N;s:8:"postcode";i:8169;s:4:"city";s:6:"Munjor";s:11:"countryCode";s:2:"WF";s:7:"company";s:9:"Dancerity";s:5:"state";s:6:"Hawaii";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 05:41:16.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"reeseenglish@dancerity.com";s:6:"phone1";s:18:"+49 (800) 453-3107";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 07:43:14.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 08:04:41.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:3;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:41;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:91;s:11:"orderNumber";s:3:"#91";s:11:"countryCode";s:2:"GS";s:8:"nickName";N;s:8:"shipCost";d:12.56;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:8:"Dorothea";s:8:"lastName";s:7:"Hammond";s:6:"street";s:12:"Caton Avenue";s:11:"houseNumber";i:458;s:8:"address2";N;s:8:"postcode";i:673;s:4:"city";s:7:"Waikele";s:11:"countryCode";s:2:"AD";s:7:"company";s:9:"Interfind";s:5:"state";s:9:"Tennessee";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Malone";s:8:"lastName";s:5:"Glenn";s:6:"street";s:12:"Howard Place";s:11:"houseNumber";i:679;s:8:"address2";N;s:8:"postcode";i:1140;s:4:"city";s:7:"Macdona";s:11:"countryCode";s:2:"EE";s:7:"company";s:4:"Gynk";s:5:"state";s:8:"Kentucky";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 03:16:55.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:20:"maloneglenn@gynk.com";s:6:"phone1";s:18:"+49 (982) 511-3046";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 09:58:01.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 03:20:52.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:3;s:8:"statusId";i:4;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:42;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:92;s:11:"orderNumber";s:3:"#92";s:11:"countryCode";s:2:"UY";s:8:"nickName";N;s:8:"shipCost";d:2.9700000000000002;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Jensen";s:8:"lastName";s:6:"Robles";s:6:"street";s:14:"Lincoln Avenue";s:11:"houseNumber";i:722;s:8:"address2";N;s:8:"postcode";i:9880;s:4:"city";s:9:"Chumuckla";s:11:"countryCode";s:2:"BJ";s:7:"company";s:8:"Accusage";s:5:"state";s:6:"Kansas";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:9:"Blackburn";s:8:"lastName";s:6:"Joseph";s:6:"street";s:14:"Bristol Street";s:11:"houseNumber";i:899;s:8:"address2";N;s:8:"postcode";i:7142;s:4:"city";s:6:"Rivera";s:11:"countryCode";s:2:"JP";s:7:"company";s:8:"Maroptic";s:5:"state";s:24:"Northern Mariana Islands";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 10:39:18.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:28:"blackburnjoseph@maroptic.com";s:6:"phone1";s:18:"+49 (973) 463-2882";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 12:52:15.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 07:57:17.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:2;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:5;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:43;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:93;s:11:"orderNumber";s:3:"#93";s:11:"countryCode";s:2:"BG";s:8:"nickName";N;s:8:"shipCost";i:0;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:8:"Cummings";s:8:"lastName";s:7:"Puckett";s:6:"street";s:13:"Dobbin Street";s:11:"houseNumber";i:119;s:8:"address2";N;s:8:"postcode";i:227;s:4:"city";s:7:"Wolcott";s:11:"countryCode";s:2:"GP";s:7:"company";s:6:"Manglo";s:5:"state";s:5:"Idaho";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Atkins";s:8:"lastName";s:6:"Walker";s:6:"street";s:15:"Lincoln Terrace";s:11:"houseNumber";i:862;s:8:"address2";N;s:8:"postcode";i:9141;s:4:"city";s:8:"Elliston";s:11:"countryCode";s:2:"GF";s:7:"company";s:8:"Maximind";s:5:"state";s:7:"Arizona";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 11:34:10.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"atkinswalker@maximind.com";s:6:"phone1";s:18:"+49 (949) 529-2016";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 02:19:11.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 08:58:14.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:2;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:14;s:9:"productId";i:2;s:4:"name";s:7:"T-Shirt";s:3:"sku";s:6:"Art234";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:44;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:94;s:11:"orderNumber";s:3:"#94";s:11:"countryCode";s:2:"CM";s:8:"nickName";N;s:8:"shipCost";d:13.220000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Norton";s:8:"lastName";s:9:"Dominguez";s:6:"street";s:13:"Prince Street";s:11:"houseNumber";i:643;s:8:"address2";N;s:8:"postcode";i:2990;s:4:"city";s:7:"Staples";s:11:"countryCode";s:2:"LB";s:7:"company";s:8:"Magneato";s:5:"state";s:8:"Colorado";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Bonnie";s:8:"lastName";s:5:"Lyons";s:6:"street";s:11:"Dunne Court";s:11:"houseNumber";i:434;s:8:"address2";N;s:8:"postcode";i:5268;s:4:"city";s:5:"Salvo";s:11:"countryCode";s:2:"NZ";s:7:"company";s:6:"Zidant";s:5:"state";s:12:"Rhode Island";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-03 07:44:20.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:22:"bonnielyons@zidant.com";s:6:"phone1";s:18:"+49 (807) 561-2604";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 11:25:49.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 05:07:46.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:4;s:5:"items";a:3:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:3;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:2;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:45;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:95;s:11:"orderNumber";s:3:"#95";s:11:"countryCode";s:2:"PF";s:8:"nickName";N;s:8:"shipCost";d:3.2999999999999998;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Holden";s:8:"lastName";s:6:"Obrien";s:6:"street";s:14:"Strauss Street";s:11:"houseNumber";i:722;s:8:"address2";N;s:8:"postcode";i:3258;s:4:"city";s:9:"Weedville";s:11:"countryCode";s:2:"MA";s:7:"company";s:5:"Xplor";s:5:"state";s:7:"Vermont";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Haley";s:8:"lastName";s:5:"Solis";s:6:"street";s:12:"Forest Place";s:11:"houseNumber";i:598;s:8:"address2";N;s:8:"postcode";i:1462;s:4:"city";s:5:"Craig";s:11:"countryCode";s:2:"BH";s:7:"company";s:9:"Entroflex";s:5:"state";s:14:"Virgin Islands";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 09:20:59.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"haleysolis@entroflex.com";s:6:"phone1";s:18:"+49 (929) 525-3545";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 01:12:08.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-02 10:30:52.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:4;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:46;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:96;s:11:"orderNumber";s:3:"#96";s:11:"countryCode";s:2:"AF";s:8:"nickName";N;s:8:"shipCost";d:18.640000000000001;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Yolanda";s:8:"lastName";s:10:"Pennington";s:6:"street";s:11:"Gold Street";s:11:"houseNumber";i:303;s:8:"address2";N;s:8:"postcode";i:5625;s:4:"city";s:6:"Tuttle";s:11:"countryCode";s:2:"SI";s:7:"company";s:7:"Eschoir";s:5:"state";s:6:"Oregon";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Josefa";s:8:"lastName";s:6:"Tucker";s:6:"street";s:11:"Radde Place";s:11:"houseNumber";i:486;s:8:"address2";N;s:8:"postcode";i:802;s:4:"city";s:8:"Coldiron";s:11:"countryCode";s:2:"TG";s:7:"company";s:7:"Kozgene";s:5:"state";s:8:"Delaware";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 07:27:25.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:24:"josefatucker@kozgene.com";s:6:"phone1";s:18:"+49 (956) 532-3985";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-07 06:32:53.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-08 07:59:50.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:8;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:47;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:97;s:11:"orderNumber";s:3:"#97";s:11:"countryCode";s:2:"VN";s:8:"nickName";N;s:8:"shipCost";d:15.76;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Marci";s:8:"lastName";s:5:"Perez";s:6:"street";s:11:"Tampa Court";s:11:"houseNumber";i:986;s:8:"address2";N;s:8:"postcode";i:8592;s:4:"city";s:7:"Trinway";s:11:"countryCode";s:2:"KW";s:7:"company";s:9:"Musanpoly";s:5:"state";s:8:"Nebraska";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:7:"Harding";s:8:"lastName";s:8:"Bartlett";s:6:"street";s:14:"Malbone Street";s:11:"houseNumber";i:723;s:8:"address2";N;s:8:"postcode";i:7491;s:4:"city";s:9:"Riceville";s:11:"countryCode";s:2:"RW";s:7:"company";s:5:"Voipa";s:5:"state";s:13:"New Hampshire";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-09 02:11:47.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:25:"hardingbartlett@voipa.com";s:6:"phone1";s:18:"+49 (830) 600-2523";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 11:01:35.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 01:01:39.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:4;s:5:"items";a:2:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:4;s:9:"unitPrice";i:39;s:9:"productId";i:3;s:4:"name";s:4:"Hose";s:3:"sku";s:7:"Art3456";s:7:"taxRate";i:19;s:7:"options";N;}i:1;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:1;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:48;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:98;s:11:"orderNumber";s:3:"#98";s:11:"countryCode";s:2:"FM";s:8:"nickName";N;s:8:"shipCost";d:17.98;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Alyson";s:8:"lastName";s:4:"Bond";s:6:"street";s:10:"Bevy Court";s:11:"houseNumber";i:875;s:8:"address2";N;s:8:"postcode";i:3217;s:4:"city";s:6:"Boomer";s:11:"countryCode";s:2:"AQ";s:7:"company";s:6:"Ebidco";s:5:"state";s:11:"Puerto Rico";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:5:"Angel";s:8:"lastName";s:7:"Calhoun";s:6:"street";s:16:"Catherine Street";s:11:"houseNumber";i:675;s:8:"address2";N;s:8:"postcode";i:4977;s:4:"city";s:7:"Thermal";s:11:"countryCode";s:2:"MK";s:7:"company";s:9:"Neurocell";s:5:"state";s:8:"New York";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-05 01:36:19.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:26:"angelcalhoun@neurocell.com";s:6:"phone1";s:18:"+49 (934) 402-3666";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 02:52:03.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 12:52:06.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:23;s:8:"statusId";i:8;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}i:49;O:33:"Billbee\CustomShopApi\Model\Order":20:{s:7:"orderId";i:99;s:11:"orderNumber";s:3:"#99";s:11:"countryCode";s:2:"CK";s:8:"nickName";N;s:8:"shipCost";d:14.74;s:14:"invoiceAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:6:"Carmen";s:8:"lastName";s:6:"Malone";s:6:"street";s:14:"Withers Street";s:11:"houseNumber";i:934;s:8:"address2";N;s:8:"postcode";i:3509;s:4:"city";s:7:"Drytown";s:11:"countryCode";s:2:"AW";s:7:"company";s:8:"Honotron";s:5:"state";s:5:"Maine";}s:15:"deliveryAddress";O:35:"Billbee\CustomShopApi\Model\Address":10:{s:9:"firstName";s:4:"Katy";s:8:"lastName";s:6:"Cannon";s:6:"street";s:12:"Logan Street";s:11:"houseNumber";i:910;s:8:"address2";N;s:8:"postcode";i:7390;s:4:"city";s:10:"Clarksburg";s:11:"countryCode";s:2:"OM";s:7:"company";s:5:"Isbol";s:5:"state";s:10:"New Jersey";}s:9:"orderDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-04 03:24:04.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:5:"email";s:20:"katycannon@isbol.com";s:6:"phone1";s:18:"+49 (958) 517-2097";s:7:"payDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-06 09:07:46.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:8:"shipDate";O:8:"DateTime":3:{s:4:"date";s:26:"2020-01-01 12:25:27.000000";s:13:"timezone_type";i:1;s:8:"timezone";s:6:"-01:00";}s:13:"paymentMethod";i:1;s:8:"statusId";i:4;s:5:"items";a:1:{i:0;O:40:"Billbee\CustomShopApi\Model\OrderProduct":8:{s:15:"discountPercent";N;s:8:"quantity";i:2;s:9:"unitPrice";i:12;s:9:"productId";i:1;s:4:"name";s:5:"Schuh";s:3:"sku";s:6:"Art123";s:7:"taxRate";i:19;s:7:"options";N;}}s:8:"comments";N;s:13:"sellerComment";N;s:17:"shippingProfileId";N;s:5:"vatId";N;s:20:"paymentTransactionId";N;}}');
}
/** @inheritDoc */
public function getOrders($page, $pageSize, DateTime $modifiedSince)
{
// Erst einmal alle Bestellungen filtern, welche dem Datum filter entsprechen
$ordersAfterModifiedSince = array_filter($this->myOrders, function ($order) use ($modifiedSince) {
return ($order->getOrderDate() >= $modifiedSince);
});
// Bestellungen der angefragten Seite "ausschneiden"
$orders = array_slice($ordersAfterModifiedSince, ($page - 1) * $pageSize, $pageSize);
// Ergebnis zurückgeben
return new PagedData($orders, count($ordersAfterModifiedSince));
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment