From efe414b7c5584c64cd92a4ab8d67dc26777e3036 Mon Sep 17 00:00:00 2001 From: Dimitar Georgiev Dimitrov Date: Wed, 12 Feb 2025 12:48:31 +0200 Subject: [PATCH 1/2] bug(*): fix orders json data, make orderdto custoemrid and shipperid nullable bug(*): fix orders json data, make orderdto custoemrid and shipperid nullable --- NorthwindCRUD/Models/Contracts/IOrder.cs | 2 +- NorthwindCRUD/Models/Dtos/OrderDto.cs | 4 +- NorthwindCRUD/Resources/orders.json | 30712 +++++++++++---------- 3 files changed, 15774 insertions(+), 14944 deletions(-) diff --git a/NorthwindCRUD/Models/Contracts/IOrder.cs b/NorthwindCRUD/Models/Contracts/IOrder.cs index ee635b8..0925d4c 100644 --- a/NorthwindCRUD/Models/Contracts/IOrder.cs +++ b/NorthwindCRUD/Models/Contracts/IOrder.cs @@ -11,7 +11,7 @@ public interface IOrder int EmployeeId { get; set; } - int ShipperId { get; set; } + int? ShipperId { get; set; } string OrderDate { get; set; } diff --git a/NorthwindCRUD/Models/Dtos/OrderDto.cs b/NorthwindCRUD/Models/Dtos/OrderDto.cs index 721104c..f9ac40f 100644 --- a/NorthwindCRUD/Models/Dtos/OrderDto.cs +++ b/NorthwindCRUD/Models/Dtos/OrderDto.cs @@ -9,11 +9,11 @@ public class OrderDto : IOrder public int OrderId { get; set; } [Required(ErrorMessage = "CustomerId is required.")] - public string CustomerId { get; set; } + public string? CustomerId { get; set; } public int EmployeeId { get; set; } - public int ShipperId { get; set; } + public int? ShipperId { get; set; } [DataType(DataType.Date, ErrorMessage = "OrderDate must be a valid date.")] public string OrderDate { get; set; } diff --git a/NorthwindCRUD/Resources/orders.json b/NorthwindCRUD/Resources/orders.json index 8694ca9..a6a1995 100644 --- a/NorthwindCRUD/Resources/orders.json +++ b/NorthwindCRUD/Resources/orders.json @@ -1,14942 +1,15772 @@ [ - { - "orderID": 10248, - "customerID": "VINET", - "employeeID": 5, - "orderDate": "1996-07-04T00:00:00", - "requiredDate": "1996-08-01T00:00:00", - "shippedDate": "1996-07-16T00:00:00", - "shipVia": 3, - "freight": 32.38, - "shipName": "Vins et alcools Chevalier", - "shipAddress": { - "street": "59 rue de l'Abbaye", - "city": "Reims", - "region": "", - "postalCode": "51100", - "country": "France" - } - }, - { - "orderID": 10249, - "customerID": "TOMSP", - "employeeID": 6, - "orderDate": "1996-07-05T00:00:00", - "requiredDate": "1996-08-16T00:00:00", - "shippedDate": "1996-07-10T00:00:00", - "shipVia": 1, - "freight": 11.61, - "shipName": "Toms Spezialitäten", - "shipAddress": { - "street": "Luisenstr. 48", - "city": "Münster", - "region": "", - "postalCode": "44087", - "country": "Germany" - } - }, - { - "orderID": 10250, - "customerID": "HANAR", - "employeeID": 4, - "orderDate": "1996-07-08T00:00:00", - "requiredDate": "1996-08-05T00:00:00", - "shippedDate": "1996-07-12T00:00:00", - "shipVia": 2, - "freight": 65.83, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10251, - "customerID": "VICTE", - "employeeID": 3, - "orderDate": "1996-07-08T00:00:00", - "requiredDate": "1996-08-05T00:00:00", - "shippedDate": "1996-07-15T00:00:00", - "shipVia": 1, - "freight": 41.34, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10252, - "customerID": "SUPRD", - "employeeID": 4, - "orderDate": "1996-07-09T00:00:00", - "requiredDate": "1996-08-06T00:00:00", - "shippedDate": "1996-07-11T00:00:00", - "shipVia": 2, - "freight": 51.3, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10253, - "customerID": "HANAR", - "employeeID": 3, - "orderDate": "1996-07-10T00:00:00", - "requiredDate": "1996-07-24T00:00:00", - "shippedDate": "1996-07-16T00:00:00", - "shipVia": 2, - "freight": 58.17, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10254, - "customerID": "CHOPS", - "employeeID": 5, - "orderDate": "1996-07-11T00:00:00", - "requiredDate": "1996-08-08T00:00:00", - "shippedDate": "1996-07-23T00:00:00", - "shipVia": 2, - "freight": 22.98, - "shipName": "Chop-suey Chinese", - "shipAddress": { - "street": "Hauptstr. 31", - "city": "Bern", - "region": "", - "postalCode": "3012", - "country": "Switzerland" - } - }, - { - "orderID": 10255, - "customerID": "RICSU", - "employeeID": 9, - "orderDate": "1996-07-12T00:00:00", - "requiredDate": "1996-08-09T00:00:00", - "shippedDate": "1996-07-15T00:00:00", - "shipVia": 3, - "freight": 148.33, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 10256, - "customerID": "WELLI", - "employeeID": 3, - "orderDate": "1996-07-15T00:00:00", - "requiredDate": "1996-08-12T00:00:00", - "shippedDate": "1996-07-17T00:00:00", - "shipVia": 2, - "freight": 13.97, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10257, - "customerID": "HILAA", - "employeeID": 4, - "orderDate": "1996-07-16T00:00:00", - "requiredDate": "1996-08-13T00:00:00", - "shippedDate": "1996-07-22T00:00:00", - "shipVia": 3, - "freight": 81.91, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10258, - "customerID": "ERNSH", - "employeeID": 1, - "orderDate": "1996-07-17T00:00:00", - "requiredDate": "1996-08-14T00:00:00", - "shippedDate": "1996-07-23T00:00:00", - "shipVia": 1, - "freight": 140.51, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10259, - "customerID": "CENTC", - "employeeID": 4, - "orderDate": "1996-07-18T00:00:00", - "requiredDate": "1996-08-15T00:00:00", - "shippedDate": "1996-07-25T00:00:00", - "shipVia": 3, - "freight": 3.25, - "shipName": "Centro comercial Moctezuma", - "shipAddress": { - "street": "Sierras de Granada 9993", - "city": "México D.F.", - "region": "", - "postalCode": "05022", - "country": "Mexico" - } - }, - { - "orderID": 10260, - "customerID": "OTTIK", - "employeeID": 4, - "orderDate": "1996-07-19T00:00:00", - "requiredDate": "1996-08-16T00:00:00", - "shippedDate": "1996-07-29T00:00:00", - "shipVia": 1, - "freight": 55.09, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 10261, - "customerID": "QUEDE", - "employeeID": 4, - "orderDate": "1996-07-19T00:00:00", - "requiredDate": "1996-08-16T00:00:00", - "shippedDate": "1996-07-30T00:00:00", - "shipVia": 2, - "freight": 3.05, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10262, - "customerID": "RATTC", - "employeeID": 8, - "orderDate": "1996-07-22T00:00:00", - "requiredDate": "1996-08-19T00:00:00", - "shippedDate": "1996-07-25T00:00:00", - "shipVia": 3, - "freight": 48.29, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10263, - "customerID": "ERNSH", - "employeeID": 9, - "orderDate": "1996-07-23T00:00:00", - "requiredDate": "1996-08-20T00:00:00", - "shippedDate": "1996-07-31T00:00:00", - "shipVia": 3, - "freight": 146.06, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10264, - "customerID": "FOLKO", - "employeeID": 6, - "orderDate": "1996-07-24T00:00:00", - "requiredDate": "1996-08-21T00:00:00", - "shippedDate": "1996-08-23T00:00:00", - "shipVia": 3, - "freight": 3.67, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10265, - "customerID": "BLONP", - "employeeID": 2, - "orderDate": "1996-07-25T00:00:00", - "requiredDate": "1996-08-22T00:00:00", - "shippedDate": "1996-08-12T00:00:00", - "shipVia": 1, - "freight": 55.28, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10266, - "customerID": "WARTH", - "employeeID": 3, - "orderDate": "1996-07-26T00:00:00", - "requiredDate": "1996-09-06T00:00:00", - "shippedDate": "1996-07-31T00:00:00", - "shipVia": 3, - "freight": 25.73, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10267, - "customerID": "FRANK", - "employeeID": 4, - "orderDate": "1996-07-29T00:00:00", - "requiredDate": "1996-08-26T00:00:00", - "shippedDate": "1996-08-06T00:00:00", - "shipVia": 1, - "freight": 208.58, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10268, - "customerID": "GROSR", - "employeeID": 8, - "orderDate": "1996-07-30T00:00:00", - "requiredDate": "1996-08-27T00:00:00", - "shippedDate": "1996-08-02T00:00:00", - "shipVia": 3, - "freight": 66.29, - "shipName": "GROSELLA-Restaurante", - "shipAddress": { - "street": "5ª Ave. Los Palos Grandes", - "city": "Caracas", - "region": "DF", - "postalCode": "1081", - "country": "Venezuela" - } - }, - { - "orderID": 10269, - "customerID": "WHITC", - "employeeID": 5, - "orderDate": "1996-07-31T00:00:00", - "requiredDate": "1996-08-14T00:00:00", - "shippedDate": "1996-08-09T00:00:00", - "shipVia": 1, - "freight": 4.56, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10270, - "customerID": "WARTH", - "employeeID": 1, - "orderDate": "1996-08-01T00:00:00", - "requiredDate": "1996-08-29T00:00:00", - "shippedDate": "1996-08-02T00:00:00", - "shipVia": 1, - "freight": 136.54, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10271, - "customerID": "SPLIR", - "employeeID": 6, - "orderDate": "1996-08-01T00:00:00", - "requiredDate": "1996-08-29T00:00:00", - "shippedDate": "1996-08-30T00:00:00", - "shipVia": 2, - "freight": 4.54, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10272, - "customerID": "RATTC", - "employeeID": 6, - "orderDate": "1996-08-02T00:00:00", - "requiredDate": "1996-08-30T00:00:00", - "shippedDate": "1996-08-06T00:00:00", - "shipVia": 2, - "freight": 98.03, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10273, - "customerID": "QUICK", - "employeeID": 3, - "orderDate": "1996-08-05T00:00:00", - "requiredDate": "1996-09-02T00:00:00", - "shippedDate": "1996-08-12T00:00:00", - "shipVia": 3, - "freight": 76.07, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10274, - "customerID": "VINET", - "employeeID": 6, - "orderDate": "1996-08-06T00:00:00", - "requiredDate": "1996-09-03T00:00:00", - "shippedDate": "1996-08-16T00:00:00", - "shipVia": 1, - "freight": 6.01, - "shipName": "Vins et alcools Chevalier", - "shipAddress": { - "street": "59 rue de l'Abbaye", - "city": "Reims", - "region": "", - "postalCode": "51100", - "country": "France" - } - }, - { - "orderID": 10275, - "customerID": "MAGAA", - "employeeID": 1, - "orderDate": "1996-08-07T00:00:00", - "requiredDate": "1996-09-04T00:00:00", - "shippedDate": "1996-08-09T00:00:00", - "shipVia": 1, - "freight": 26.93, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10276, - "customerID": "TORTU", - "employeeID": 8, - "orderDate": "1996-08-08T00:00:00", - "requiredDate": "1996-08-22T00:00:00", - "shippedDate": "1996-08-14T00:00:00", - "shipVia": 3, - "freight": 13.84, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10277, - "customerID": "MORGK", - "employeeID": 2, - "orderDate": "1996-08-09T00:00:00", - "requiredDate": "1996-09-06T00:00:00", - "shippedDate": "1996-08-13T00:00:00", - "shipVia": 3, - "freight": 125.77, - "shipName": "Morgenstern Gesundkost", - "shipAddress": { - "street": "Heerstr. 22", - "city": "Leipzig", - "region": "", - "postalCode": "04179", - "country": "Germany" - } - }, - { - "orderID": 10278, - "customerID": "BERGS", - "employeeID": 8, - "orderDate": "1996-08-12T00:00:00", - "requiredDate": "1996-09-09T00:00:00", - "shippedDate": "1996-08-16T00:00:00", - "shipVia": 2, - "freight": 92.69, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10279, - "customerID": "LEHMS", - "employeeID": 8, - "orderDate": "1996-08-13T00:00:00", - "requiredDate": "1996-09-10T00:00:00", - "shippedDate": "1996-08-16T00:00:00", - "shipVia": 2, - "freight": 25.83, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10280, - "customerID": "BERGS", - "employeeID": 2, - "orderDate": "1996-08-14T00:00:00", - "requiredDate": "1996-09-11T00:00:00", - "shippedDate": "1996-09-12T00:00:00", - "shipVia": 1, - "freight": 8.98, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10281, - "customerID": "ROMEY", - "employeeID": 4, - "orderDate": "1996-08-14T00:00:00", - "requiredDate": "1996-08-28T00:00:00", - "shippedDate": "1996-08-21T00:00:00", - "shipVia": 1, - "freight": 2.94, - "shipName": "Romero y tomillo", - "shipAddress": { - "street": "Gran Vía, 1", - "city": "Madrid", - "region": "", - "postalCode": "28001", - "country": "Spain" - } - }, - { - "orderID": 10282, - "customerID": "ROMEY", - "employeeID": 4, - "orderDate": "1996-08-15T00:00:00", - "requiredDate": "1996-09-12T00:00:00", - "shippedDate": "1996-08-21T00:00:00", - "shipVia": 1, - "freight": 12.69, - "shipName": "Romero y tomillo", - "shipAddress": { - "street": "Gran Vía, 1", - "city": "Madrid", - "region": "", - "postalCode": "28001", - "country": "Spain" - } - }, - { - "orderID": 10283, - "customerID": "LILAS", - "employeeID": 3, - "orderDate": "1996-08-16T00:00:00", - "requiredDate": "1996-09-13T00:00:00", - "shippedDate": "1996-08-23T00:00:00", - "shipVia": 3, - "freight": 84.81, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10284, - "customerID": "LEHMS", - "employeeID": 4, - "orderDate": "1996-08-19T00:00:00", - "requiredDate": "1996-09-16T00:00:00", - "shippedDate": "1996-08-27T00:00:00", - "shipVia": 1, - "freight": 76.56, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10285, - "customerID": "QUICK", - "employeeID": 1, - "orderDate": "1996-08-20T00:00:00", - "requiredDate": "1996-09-17T00:00:00", - "shippedDate": "1996-08-26T00:00:00", - "shipVia": 2, - "freight": 76.83, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10286, - "customerID": "QUICK", - "employeeID": 8, - "orderDate": "1996-08-21T00:00:00", - "requiredDate": "1996-09-18T00:00:00", - "shippedDate": "1996-08-30T00:00:00", - "shipVia": 3, - "freight": 229.24, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10287, - "customerID": "RICAR", - "employeeID": 8, - "orderDate": "1996-08-22T00:00:00", - "requiredDate": "1996-09-19T00:00:00", - "shippedDate": "1996-08-28T00:00:00", - "shipVia": 3, - "freight": 12.76, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10288, - "customerID": "REGGC", - "employeeID": 4, - "orderDate": "1996-08-23T00:00:00", - "requiredDate": "1996-09-20T00:00:00", - "shippedDate": "1996-09-03T00:00:00", - "shipVia": 1, - "freight": 7.45, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10289, - "customerID": "BSBEV", - "employeeID": 7, - "orderDate": "1996-08-26T00:00:00", - "requiredDate": "1996-09-23T00:00:00", - "shippedDate": "1996-08-28T00:00:00", - "shipVia": 3, - "freight": 22.77, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10290, - "customerID": "COMMI", - "employeeID": 8, - "orderDate": "1996-08-27T00:00:00", - "requiredDate": "1996-09-24T00:00:00", - "shippedDate": "1996-09-03T00:00:00", - "shipVia": 1, - "freight": 79.7, - "shipName": "Comércio Mineiro", - "shipAddress": { - "street": "Av. dos Lusíadas, 23", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05432-043", - "country": "Brazil" - } - }, - { - "orderID": 10291, - "customerID": "QUEDE", - "employeeID": 6, - "orderDate": "1996-08-27T00:00:00", - "requiredDate": "1996-09-24T00:00:00", - "shippedDate": "1996-09-04T00:00:00", - "shipVia": 2, - "freight": 6.4, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10292, - "customerID": "TRADH", - "employeeID": 1, - "orderDate": "1996-08-28T00:00:00", - "requiredDate": "1996-09-25T00:00:00", - "shippedDate": "1996-09-02T00:00:00", - "shipVia": 2, - "freight": 1.35, - "shipName": "Tradiçao Hipermercados", - "shipAddress": { - "street": "Av. Inês de Castro, 414", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05634-030", - "country": "Brazil" - } - }, - { - "orderID": 10293, - "customerID": "TORTU", - "employeeID": 1, - "orderDate": "1996-08-29T00:00:00", - "requiredDate": "1996-09-26T00:00:00", - "shippedDate": "1996-09-11T00:00:00", - "shipVia": 3, - "freight": 21.18, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10294, - "customerID": "RATTC", - "employeeID": 4, - "orderDate": "1996-08-30T00:00:00", - "requiredDate": "1996-09-27T00:00:00", - "shippedDate": "1996-09-05T00:00:00", - "shipVia": 2, - "freight": 147.26, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10295, - "customerID": "VINET", - "employeeID": 2, - "orderDate": "1996-09-02T00:00:00", - "requiredDate": "1996-09-30T00:00:00", - "shippedDate": "1996-09-10T00:00:00", - "shipVia": 2, - "freight": 1.15, - "shipName": "Vins et alcools Chevalier", - "shipAddress": { - "street": "59 rue de l'Abbaye", - "city": "Reims", - "region": "", - "postalCode": "51100", - "country": "France" - } - }, - { - "orderID": 10296, - "customerID": "LILAS", - "employeeID": 6, - "orderDate": "1996-09-03T00:00:00", - "requiredDate": "1996-10-01T00:00:00", - "shippedDate": "1996-09-11T00:00:00", - "shipVia": 1, - "freight": 0.12, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10297, - "customerID": "BLONP", - "employeeID": 5, - "orderDate": "1996-09-04T00:00:00", - "requiredDate": "1996-10-16T00:00:00", - "shippedDate": "1996-09-10T00:00:00", - "shipVia": 2, - "freight": 5.74, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10298, - "customerID": "HUNGO", - "employeeID": 6, - "orderDate": "1996-09-05T00:00:00", - "requiredDate": "1996-10-03T00:00:00", - "shippedDate": "1996-09-11T00:00:00", - "shipVia": 2, - "freight": 168.22, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10299, - "customerID": "RICAR", - "employeeID": 4, - "orderDate": "1996-09-06T00:00:00", - "requiredDate": "1996-10-04T00:00:00", - "shippedDate": "1996-09-13T00:00:00", - "shipVia": 2, - "freight": 29.76, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10300, - "customerID": "MAGAA", - "employeeID": 2, - "orderDate": "1996-09-09T00:00:00", - "requiredDate": "1996-10-07T00:00:00", - "shippedDate": "1996-09-18T00:00:00", - "shipVia": 2, - "freight": 17.68, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10301, - "customerID": "WANDK", - "employeeID": 8, - "orderDate": "1996-09-09T00:00:00", - "requiredDate": "1996-10-07T00:00:00", - "shippedDate": "1996-09-17T00:00:00", - "shipVia": 2, - "freight": 45.08, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10302, - "customerID": "SUPRD", - "employeeID": 4, - "orderDate": "1996-09-10T00:00:00", - "requiredDate": "1996-10-08T00:00:00", - "shippedDate": "1996-10-09T00:00:00", - "shipVia": 2, - "freight": 6.27, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10303, - "customerID": "GODOS", - "employeeID": 7, - "orderDate": "1996-09-11T00:00:00", - "requiredDate": "1996-10-09T00:00:00", - "shippedDate": "1996-09-18T00:00:00", - "shipVia": 2, - "freight": 107.83, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 10304, - "customerID": "TORTU", - "employeeID": 1, - "orderDate": "1996-09-12T00:00:00", - "requiredDate": "1996-10-10T00:00:00", - "shippedDate": "1996-09-17T00:00:00", - "shipVia": 2, - "freight": 63.79, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10305, - "customerID": "OLDWO", - "employeeID": 8, - "orderDate": "1996-09-13T00:00:00", - "requiredDate": "1996-10-11T00:00:00", - "shippedDate": "1996-10-09T00:00:00", - "shipVia": 3, - "freight": 257.62, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10306, - "customerID": "ROMEY", - "employeeID": 1, - "orderDate": "1996-09-16T00:00:00", - "requiredDate": "1996-10-14T00:00:00", - "shippedDate": "1996-09-23T00:00:00", - "shipVia": 3, - "freight": 7.56, - "shipName": "Romero y tomillo", - "shipAddress": { - "street": "Gran Vía, 1", - "city": "Madrid", - "region": "", - "postalCode": "28001", - "country": "Spain" - } - }, - { - "orderID": 10307, - "customerID": "LONEP", - "employeeID": 2, - "orderDate": "1996-09-17T00:00:00", - "requiredDate": "1996-10-15T00:00:00", - "shippedDate": "1996-09-25T00:00:00", - "shipVia": 2, - "freight": 0.56, - "shipName": "Lonesome Pine Restaurant", - "shipAddress": { - "street": "89 Chiaroscuro Rd.", - "city": "Portland", - "region": "OR", - "postalCode": "97219", - "country": "USA" - } - }, - { - "orderID": 10308, - "customerID": "ANATR", - "employeeID": 7, - "orderDate": "1996-09-18T00:00:00", - "requiredDate": "1996-10-16T00:00:00", - "shippedDate": "1996-09-24T00:00:00", - "shipVia": 3, - "freight": 1.61, - "shipName": "Ana Trujillo Emparedados y helados", - "shipAddress": { - "street": "Avda. de la Constitución 2222", - "city": "México D.F.", - "region": "", - "postalCode": "05021", - "country": "Mexico" - } - }, - { - "orderID": 10309, - "customerID": "HUNGO", - "employeeID": 3, - "orderDate": "1996-09-19T00:00:00", - "requiredDate": "1996-10-17T00:00:00", - "shippedDate": "1996-10-23T00:00:00", - "shipVia": 1, - "freight": 47.3, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10310, - "customerID": "THEBI", - "employeeID": 8, - "orderDate": "1996-09-20T00:00:00", - "requiredDate": "1996-10-18T00:00:00", - "shippedDate": "1996-09-27T00:00:00", - "shipVia": 2, - "freight": 17.52, - "shipName": "The Big Cheese", - "shipAddress": { - "street": "89 Jefferson Way Suite 2", - "city": "Portland", - "region": "OR", - "postalCode": "97201", - "country": "USA" - } - }, - { - "orderID": 10311, - "customerID": "DUMON", - "employeeID": 1, - "orderDate": "1996-09-20T00:00:00", - "requiredDate": "1996-10-04T00:00:00", - "shippedDate": "1996-09-26T00:00:00", - "shipVia": 3, - "freight": 24.69, - "shipName": "Du monde entier", - "shipAddress": { - "street": "67, rue des Cinquante Otages", - "city": "Nantes", - "region": "", - "postalCode": "44000", - "country": "France" - } - }, - { - "orderID": 10312, - "customerID": "WANDK", - "employeeID": 2, - "orderDate": "1996-09-23T00:00:00", - "requiredDate": "1996-10-21T00:00:00", - "shippedDate": "1996-10-03T00:00:00", - "shipVia": 2, - "freight": 40.26, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10313, - "customerID": "QUICK", - "employeeID": 2, - "orderDate": "1996-09-24T00:00:00", - "requiredDate": "1996-10-22T00:00:00", - "shippedDate": "1996-10-04T00:00:00", - "shipVia": 2, - "freight": 1.96, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10314, - "customerID": "RATTC", - "employeeID": 1, - "orderDate": "1996-09-25T00:00:00", - "requiredDate": "1996-10-23T00:00:00", - "shippedDate": "1996-10-04T00:00:00", - "shipVia": 2, - "freight": 74.16, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10315, - "customerID": "ISLAT", - "employeeID": 4, - "orderDate": "1996-09-26T00:00:00", - "requiredDate": "1996-10-24T00:00:00", - "shippedDate": "1996-10-03T00:00:00", - "shipVia": 2, - "freight": 41.76, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10316, - "customerID": "RATTC", - "employeeID": 1, - "orderDate": "1996-09-27T00:00:00", - "requiredDate": "1996-10-25T00:00:00", - "shippedDate": "1996-10-08T00:00:00", - "shipVia": 3, - "freight": 150.15, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10317, - "customerID": "LONEP", - "employeeID": 6, - "orderDate": "1996-09-30T00:00:00", - "requiredDate": "1996-10-28T00:00:00", - "shippedDate": "1996-10-10T00:00:00", - "shipVia": 1, - "freight": 12.69, - "shipName": "Lonesome Pine Restaurant", - "shipAddress": { - "street": "89 Chiaroscuro Rd.", - "city": "Portland", - "region": "OR", - "postalCode": "97219", - "country": "USA" - } - }, - { - "orderID": 10318, - "customerID": "ISLAT", - "employeeID": 8, - "orderDate": "1996-10-01T00:00:00", - "requiredDate": "1996-10-29T00:00:00", - "shippedDate": "1996-10-04T00:00:00", - "shipVia": 2, - "freight": 4.73, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10319, - "customerID": "TORTU", - "employeeID": 7, - "orderDate": "1996-10-02T00:00:00", - "requiredDate": "1996-10-30T00:00:00", - "shippedDate": "1996-10-11T00:00:00", - "shipVia": 3, - "freight": 64.5, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10320, - "customerID": "WARTH", - "employeeID": 5, - "orderDate": "1996-10-03T00:00:00", - "requiredDate": "1996-10-17T00:00:00", - "shippedDate": "1996-10-18T00:00:00", - "shipVia": 3, - "freight": 34.57, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10321, - "customerID": "ISLAT", - "employeeID": 3, - "orderDate": "1996-10-03T00:00:00", - "requiredDate": "1996-10-31T00:00:00", - "shippedDate": "1996-10-11T00:00:00", - "shipVia": 2, - "freight": 3.43, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10322, - "customerID": "PERIC", - "employeeID": 7, - "orderDate": "1996-10-04T00:00:00", - "requiredDate": "1996-11-01T00:00:00", - "shippedDate": "1996-10-23T00:00:00", - "shipVia": 3, - "freight": 0.4, - "shipName": "Pericles Comidas clásicas", - "shipAddress": { - "street": "Calle Dr. Jorge Cash 321", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10323, - "customerID": "KOENE", - "employeeID": 4, - "orderDate": "1996-10-07T00:00:00", - "requiredDate": "1996-11-04T00:00:00", - "shippedDate": "1996-10-14T00:00:00", - "shipVia": 1, - "freight": 4.88, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10324, - "customerID": "SAVEA", - "employeeID": 9, - "orderDate": "1996-10-08T00:00:00", - "requiredDate": "1996-11-05T00:00:00", - "shippedDate": "1996-10-10T00:00:00", - "shipVia": 1, - "freight": 214.27, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10325, - "customerID": "KOENE", - "employeeID": 1, - "orderDate": "1996-10-09T00:00:00", - "requiredDate": "1996-10-23T00:00:00", - "shippedDate": "1996-10-14T00:00:00", - "shipVia": 3, - "freight": 64.86, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10326, - "customerID": "BOLID", - "employeeID": 4, - "orderDate": "1996-10-10T00:00:00", - "requiredDate": "1996-11-07T00:00:00", - "shippedDate": "1996-10-14T00:00:00", - "shipVia": 2, - "freight": 77.92, - "shipName": "Bólido Comidas preparadas", - "shipAddress": { - "street": "C/ Araquil, 67", - "city": "Madrid", - "region": "", - "postalCode": "28023", - "country": "Spain" - } - }, - { - "orderID": 10327, - "customerID": "FOLKO", - "employeeID": 2, - "orderDate": "1996-10-11T00:00:00", - "requiredDate": "1996-11-08T00:00:00", - "shippedDate": "1996-10-14T00:00:00", - "shipVia": 1, - "freight": 63.36, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10328, - "customerID": "FURIB", - "employeeID": 4, - "orderDate": "1996-10-14T00:00:00", - "requiredDate": "1996-11-11T00:00:00", - "shippedDate": "1996-10-17T00:00:00", - "shipVia": 3, - "freight": 87.03, - "shipName": "Furia Bacalhau e Frutos do Mar", - "shipAddress": { - "street": "Jardim das rosas n. 32", - "city": "Lisboa", - "region": "", - "postalCode": "1675", - "country": "Portugal" - } - }, - { - "orderID": 10329, - "customerID": "SPLIR", - "employeeID": 4, - "orderDate": "1996-10-15T00:00:00", - "requiredDate": "1996-11-26T00:00:00", - "shippedDate": "1996-10-23T00:00:00", - "shipVia": 2, - "freight": 191.67, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10330, - "customerID": "LILAS", - "employeeID": 3, - "orderDate": "1996-10-16T00:00:00", - "requiredDate": "1996-11-13T00:00:00", - "shippedDate": "1996-10-28T00:00:00", - "shipVia": 1, - "freight": 12.75, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10331, - "customerID": "BONAP", - "employeeID": 9, - "orderDate": "1996-10-16T00:00:00", - "requiredDate": "1996-11-27T00:00:00", - "shippedDate": "1996-10-21T00:00:00", - "shipVia": 1, - "freight": 10.19, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10332, - "customerID": "MEREP", - "employeeID": 3, - "orderDate": "1996-10-17T00:00:00", - "requiredDate": "1996-11-28T00:00:00", - "shippedDate": "1996-10-21T00:00:00", - "shipVia": 2, - "freight": 52.84, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10333, - "customerID": "WARTH", - "employeeID": 5, - "orderDate": "1996-10-18T00:00:00", - "requiredDate": "1996-11-15T00:00:00", - "shippedDate": "1996-10-25T00:00:00", - "shipVia": 3, - "freight": 0.59, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10334, - "customerID": "VICTE", - "employeeID": 8, - "orderDate": "1996-10-21T00:00:00", - "requiredDate": "1996-11-18T00:00:00", - "shippedDate": "1996-10-28T00:00:00", - "shipVia": 2, - "freight": 8.56, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10335, - "customerID": "HUNGO", - "employeeID": 7, - "orderDate": "1996-10-22T00:00:00", - "requiredDate": "1996-11-19T00:00:00", - "shippedDate": "1996-10-24T00:00:00", - "shipVia": 2, - "freight": 42.11, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10336, - "customerID": "PRINI", - "employeeID": 7, - "orderDate": "1996-10-23T00:00:00", - "requiredDate": "1996-11-20T00:00:00", - "shippedDate": "1996-10-25T00:00:00", - "shipVia": 2, - "freight": 15.51, - "shipName": "Princesa Isabel Vinhos", - "shipAddress": { - "street": "Estrada da saúde n. 58", - "city": "Lisboa", - "region": "", - "postalCode": "1756", - "country": "Portugal" - } - }, - { - "orderID": 10337, - "customerID": "FRANK", - "employeeID": 4, - "orderDate": "1996-10-24T00:00:00", - "requiredDate": "1996-11-21T00:00:00", - "shippedDate": "1996-10-29T00:00:00", - "shipVia": 3, - "freight": 108.26, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10338, - "customerID": "OLDWO", - "employeeID": 4, - "orderDate": "1996-10-25T00:00:00", - "requiredDate": "1996-11-22T00:00:00", - "shippedDate": "1996-10-29T00:00:00", - "shipVia": 3, - "freight": 84.21, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10339, - "customerID": "MEREP", - "employeeID": 2, - "orderDate": "1996-10-28T00:00:00", - "requiredDate": "1996-11-25T00:00:00", - "shippedDate": "1996-11-04T00:00:00", - "shipVia": 2, - "freight": 15.66, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10340, - "customerID": "BONAP", - "employeeID": 1, - "orderDate": "1996-10-29T00:00:00", - "requiredDate": "1996-11-26T00:00:00", - "shippedDate": "1996-11-08T00:00:00", - "shipVia": 3, - "freight": 166.31, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10341, - "customerID": "SIMOB", - "employeeID": 7, - "orderDate": "1996-10-29T00:00:00", - "requiredDate": "1996-11-26T00:00:00", - "shippedDate": "1996-11-05T00:00:00", - "shipVia": 3, - "freight": 26.78, - "shipName": "Simons bistro", - "shipAddress": { - "street": "Vinbæltet 34", - "city": "Kobenhavn", - "region": "", - "postalCode": "1734", - "country": "Denmark" - } - }, - { - "orderID": 10342, - "customerID": "FRANK", - "employeeID": 4, - "orderDate": "1996-10-30T00:00:00", - "requiredDate": "1996-11-13T00:00:00", - "shippedDate": "1996-11-04T00:00:00", - "shipVia": 2, - "freight": 54.83, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10343, - "customerID": "LEHMS", - "employeeID": 4, - "orderDate": "1996-10-31T00:00:00", - "requiredDate": "1996-11-28T00:00:00", - "shippedDate": "1996-11-06T00:00:00", - "shipVia": 1, - "freight": 110.37, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10344, - "customerID": "WHITC", - "employeeID": 4, - "orderDate": "1996-11-01T00:00:00", - "requiredDate": "1996-11-29T00:00:00", - "shippedDate": "1996-11-05T00:00:00", - "shipVia": 2, - "freight": 23.29, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10345, - "customerID": "QUICK", - "employeeID": 2, - "orderDate": "1996-11-04T00:00:00", - "requiredDate": "1996-12-02T00:00:00", - "shippedDate": "1996-11-11T00:00:00", - "shipVia": 2, - "freight": 249.06, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10346, - "customerID": "RATTC", - "employeeID": 3, - "orderDate": "1996-11-05T00:00:00", - "requiredDate": "1996-12-17T00:00:00", - "shippedDate": "1996-11-08T00:00:00", - "shipVia": 3, - "freight": 142.08, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10347, - "customerID": "FAMIA", - "employeeID": 4, - "orderDate": "1996-11-06T00:00:00", - "requiredDate": "1996-12-04T00:00:00", - "shippedDate": "1996-11-08T00:00:00", - "shipVia": 3, - "freight": 3.1, - "shipName": "Familia Arquibaldo", - "shipAddress": { - "street": "Rua Orós, 92", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05442-030", - "country": "Brazil" - } - }, - { - "orderID": 10348, - "customerID": "WANDK", - "employeeID": 4, - "orderDate": "1996-11-07T00:00:00", - "requiredDate": "1996-12-05T00:00:00", - "shippedDate": "1996-11-15T00:00:00", - "shipVia": 2, - "freight": 0.78, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10349, - "customerID": "SPLIR", - "employeeID": 7, - "orderDate": "1996-11-08T00:00:00", - "requiredDate": "1996-12-06T00:00:00", - "shippedDate": "1996-11-15T00:00:00", - "shipVia": 1, - "freight": 8.63, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10350, - "customerID": "LAMAI", - "employeeID": 6, - "orderDate": "1996-11-11T00:00:00", - "requiredDate": "1996-12-09T00:00:00", - "shippedDate": "1996-12-03T00:00:00", - "shipVia": 2, - "freight": 64.19, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10351, - "customerID": "ERNSH", - "employeeID": 1, - "orderDate": "1996-11-11T00:00:00", - "requiredDate": "1996-12-09T00:00:00", - "shippedDate": "1996-11-20T00:00:00", - "shipVia": 1, - "freight": 162.33, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10352, - "customerID": "FURIB", - "employeeID": 3, - "orderDate": "1996-11-12T00:00:00", - "requiredDate": "1996-11-26T00:00:00", - "shippedDate": "1996-11-18T00:00:00", - "shipVia": 3, - "freight": 1.3, - "shipName": "Furia Bacalhau e Frutos do Mar", - "shipAddress": { - "street": "Jardim das rosas n. 32", - "city": "Lisboa", - "region": "", - "postalCode": "1675", - "country": "Portugal" - } - }, - { - "orderID": 10353, - "customerID": "PICCO", - "employeeID": 7, - "orderDate": "1996-11-13T00:00:00", - "requiredDate": "1996-12-11T00:00:00", - "shippedDate": "1996-11-25T00:00:00", - "shipVia": 3, - "freight": 360.63, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10354, - "customerID": "PERIC", - "employeeID": 8, - "orderDate": "1996-11-14T00:00:00", - "requiredDate": "1996-12-12T00:00:00", - "shippedDate": "1996-11-20T00:00:00", - "shipVia": 3, - "freight": 53.8, - "shipName": "Pericles Comidas clásicas", - "shipAddress": { - "street": "Calle Dr. Jorge Cash 321", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10355, - "customerID": "AROUT", - "employeeID": 6, - "orderDate": "1996-11-15T00:00:00", - "requiredDate": "1996-12-13T00:00:00", - "shippedDate": "1996-11-20T00:00:00", - "shipVia": 1, - "freight": 41.95, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10356, - "customerID": "WANDK", - "employeeID": 6, - "orderDate": "1996-11-18T00:00:00", - "requiredDate": "1996-12-16T00:00:00", - "shippedDate": "1996-11-27T00:00:00", - "shipVia": 2, - "freight": 36.71, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10357, - "customerID": "LILAS", - "employeeID": 1, - "orderDate": "1996-11-19T00:00:00", - "requiredDate": "1996-12-17T00:00:00", - "shippedDate": "1996-12-02T00:00:00", - "shipVia": 3, - "freight": 34.88, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10358, - "customerID": "LAMAI", - "employeeID": 5, - "orderDate": "1996-11-20T00:00:00", - "requiredDate": "1996-12-18T00:00:00", - "shippedDate": "1996-11-27T00:00:00", - "shipVia": 1, - "freight": 19.64, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10359, - "customerID": "SEVES", - "employeeID": 5, - "orderDate": "1996-11-21T00:00:00", - "requiredDate": "1996-12-19T00:00:00", - "shippedDate": "1996-11-26T00:00:00", - "shipVia": 3, - "freight": 288.43, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10360, - "customerID": "BLONP", - "employeeID": 4, - "orderDate": "1996-11-22T00:00:00", - "requiredDate": "1996-12-20T00:00:00", - "shippedDate": "1996-12-02T00:00:00", - "shipVia": 3, - "freight": 131.7, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10361, - "customerID": "QUICK", - "employeeID": 1, - "orderDate": "1996-11-22T00:00:00", - "requiredDate": "1996-12-20T00:00:00", - "shippedDate": "1996-12-03T00:00:00", - "shipVia": 2, - "freight": 183.17, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10362, - "customerID": "BONAP", - "employeeID": 3, - "orderDate": "1996-11-25T00:00:00", - "requiredDate": "1996-12-23T00:00:00", - "shippedDate": "1996-11-28T00:00:00", - "shipVia": 1, - "freight": 96.04, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10363, - "customerID": "DRACD", - "employeeID": 4, - "orderDate": "1996-11-26T00:00:00", - "requiredDate": "1996-12-24T00:00:00", - "shippedDate": "1996-12-04T00:00:00", - "shipVia": 3, - "freight": 30.54, - "shipName": "Drachenblut Delikatessen", - "shipAddress": { - "street": "Walserweg 21", - "city": "Aachen", - "region": "", - "postalCode": "52066", - "country": "Germany" - } - }, - { - "orderID": 10364, - "customerID": "EASTC", - "employeeID": 1, - "orderDate": "1996-11-26T00:00:00", - "requiredDate": "1997-01-07T00:00:00", - "shippedDate": "1996-12-04T00:00:00", - "shipVia": 1, - "freight": 71.97, - "shipName": "Eastern Connection", - "shipAddress": { - "street": "35 King George", - "city": "London", - "region": "", - "postalCode": "WX3 6FW", - "country": "UK" - } - }, - { - "orderID": 10365, - "customerID": "ANTON", - "employeeID": 3, - "orderDate": "1996-11-27T00:00:00", - "requiredDate": "1996-12-25T00:00:00", - "shippedDate": "1996-12-02T00:00:00", - "shipVia": 2, - "freight": 22, - "shipName": "Antonio Moreno Taquería", - "shipAddress": { - "street": "Mataderos 2312", - "city": "México D.F.", - "region": "", - "postalCode": "05023", - "country": "Mexico" - } - }, - { - "orderID": 10366, - "customerID": "GALED", - "employeeID": 8, - "orderDate": "1996-11-28T00:00:00", - "requiredDate": "1997-01-09T00:00:00", - "shippedDate": "1996-12-30T00:00:00", - "shipVia": 2, - "freight": 10.14, - "shipName": "Galería del gastronómo", - "shipAddress": { - "street": "Rambla de Cataluña, 23", - "city": "Barcelona", - "region": "", - "postalCode": "8022", - "country": "Spain" - } - }, - { - "orderID": 10367, - "customerID": "VAFFE", - "employeeID": 7, - "orderDate": "1996-11-28T00:00:00", - "requiredDate": "1996-12-26T00:00:00", - "shippedDate": "1996-12-02T00:00:00", - "shipVia": 3, - "freight": 13.55, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10368, - "customerID": "ERNSH", - "employeeID": 2, - "orderDate": "1996-11-29T00:00:00", - "requiredDate": "1996-12-27T00:00:00", - "shippedDate": "1996-12-02T00:00:00", - "shipVia": 2, - "freight": 101.95, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10369, - "customerID": "SPLIR", - "employeeID": 8, - "orderDate": "1996-12-02T00:00:00", - "requiredDate": "1996-12-30T00:00:00", - "shippedDate": "1996-12-09T00:00:00", - "shipVia": 2, - "freight": 195.68, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10370, - "customerID": "CHOPS", - "employeeID": 6, - "orderDate": "1996-12-03T00:00:00", - "requiredDate": "1996-12-31T00:00:00", - "shippedDate": "1996-12-27T00:00:00", - "shipVia": 2, - "freight": 1.17, - "shipName": "Chop-suey Chinese", - "shipAddress": { - "street": "Hauptstr. 31", - "city": "Bern", - "region": "", - "postalCode": "3012", - "country": "Switzerland" - } - }, - { - "orderID": 10371, - "customerID": "LAMAI", - "employeeID": 1, - "orderDate": "1996-12-03T00:00:00", - "requiredDate": "1996-12-31T00:00:00", - "shippedDate": "1996-12-24T00:00:00", - "shipVia": 1, - "freight": 0.45, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10372, - "customerID": "QUEEN", - "employeeID": 5, - "orderDate": "1996-12-04T00:00:00", - "requiredDate": "1997-01-01T00:00:00", - "shippedDate": "1996-12-09T00:00:00", - "shipVia": 2, - "freight": 890.78, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10373, - "customerID": "HUNGO", - "employeeID": 4, - "orderDate": "1996-12-05T00:00:00", - "requiredDate": "1997-01-02T00:00:00", - "shippedDate": "1996-12-11T00:00:00", - "shipVia": 3, - "freight": 124.12, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10374, - "customerID": "WOLZA", - "employeeID": 1, - "orderDate": "1996-12-05T00:00:00", - "requiredDate": "1997-01-02T00:00:00", - "shippedDate": "1996-12-09T00:00:00", - "shipVia": 3, - "freight": 3.94, - "shipName": "Wolski Zajazd", - "shipAddress": { - "street": "ul. Filtrowa 68", - "city": "Warszawa", - "region": "", - "postalCode": "01-012", - "country": "Poland" - } - }, - { - "orderID": 10375, - "customerID": "HUNGC", - "employeeID": 3, - "orderDate": "1996-12-06T00:00:00", - "requiredDate": "1997-01-03T00:00:00", - "shippedDate": "1996-12-09T00:00:00", - "shipVia": 2, - "freight": 20.12, - "shipName": "Hungry Coyote Import Store", - "shipAddress": { - "street": "City Center Plaza 516 Main St.", - "city": "Elgin", - "region": "OR", - "postalCode": "97827", - "country": "USA" - } - }, - { - "orderID": 10376, - "customerID": "MEREP", - "employeeID": 1, - "orderDate": "1996-12-09T00:00:00", - "requiredDate": "1997-01-06T00:00:00", - "shippedDate": "1996-12-13T00:00:00", - "shipVia": 2, - "freight": 20.39, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10377, - "customerID": "SEVES", - "employeeID": 1, - "orderDate": "1996-12-09T00:00:00", - "requiredDate": "1997-01-06T00:00:00", - "shippedDate": "1996-12-13T00:00:00", - "shipVia": 3, - "freight": 22.21, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10378, - "customerID": "FOLKO", - "employeeID": 5, - "orderDate": "1996-12-10T00:00:00", - "requiredDate": "1997-01-07T00:00:00", - "shippedDate": "1996-12-19T00:00:00", - "shipVia": 3, - "freight": 5.44, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10379, - "customerID": "QUEDE", - "employeeID": 2, - "orderDate": "1996-12-11T00:00:00", - "requiredDate": "1997-01-08T00:00:00", - "shippedDate": "1996-12-13T00:00:00", - "shipVia": 1, - "freight": 45.03, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10380, - "customerID": "HUNGO", - "employeeID": 8, - "orderDate": "1996-12-12T00:00:00", - "requiredDate": "1997-01-09T00:00:00", - "shippedDate": "1997-01-16T00:00:00", - "shipVia": 3, - "freight": 35.03, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10381, - "customerID": "LILAS", - "employeeID": 3, - "orderDate": "1996-12-12T00:00:00", - "requiredDate": "1997-01-09T00:00:00", - "shippedDate": "1996-12-13T00:00:00", - "shipVia": 3, - "freight": 7.99, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10382, - "customerID": "ERNSH", - "employeeID": 4, - "orderDate": "1996-12-13T00:00:00", - "requiredDate": "1997-01-10T00:00:00", - "shippedDate": "1996-12-16T00:00:00", - "shipVia": 1, - "freight": 94.77, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10383, - "customerID": "AROUT", - "employeeID": 8, - "orderDate": "1996-12-16T00:00:00", - "requiredDate": "1997-01-13T00:00:00", - "shippedDate": "1996-12-18T00:00:00", - "shipVia": 3, - "freight": 34.24, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10384, - "customerID": "BERGS", - "employeeID": 3, - "orderDate": "1996-12-16T00:00:00", - "requiredDate": "1997-01-13T00:00:00", - "shippedDate": "1996-12-20T00:00:00", - "shipVia": 3, - "freight": 168.64, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10385, - "customerID": "SPLIR", - "employeeID": 1, - "orderDate": "1996-12-17T00:00:00", - "requiredDate": "1997-01-14T00:00:00", - "shippedDate": "1996-12-23T00:00:00", - "shipVia": 2, - "freight": 30.96, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10386, - "customerID": "FAMIA", - "employeeID": 9, - "orderDate": "1996-12-18T00:00:00", - "requiredDate": "1997-01-01T00:00:00", - "shippedDate": "1996-12-25T00:00:00", - "shipVia": 3, - "freight": 13.99, - "shipName": "Familia Arquibaldo", - "shipAddress": { - "street": "Rua Orós, 92", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05442-030", - "country": "Brazil" - } - }, - { - "orderID": 10387, - "customerID": "SANTG", - "employeeID": 1, - "orderDate": "1996-12-18T00:00:00", - "requiredDate": "1997-01-15T00:00:00", - "shippedDate": "1996-12-20T00:00:00", - "shipVia": 2, - "freight": 93.63, - "shipName": "Santé Gourmet", - "shipAddress": { - "street": "Erling Skakkes gate 78", - "city": "Stavern", - "region": "", - "postalCode": "4110", - "country": "Norway" - } - }, - { - "orderID": 10388, - "customerID": "SEVES", - "employeeID": 2, - "orderDate": "1996-12-19T00:00:00", - "requiredDate": "1997-01-16T00:00:00", - "shippedDate": "1996-12-20T00:00:00", - "shipVia": 1, - "freight": 34.86, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10389, - "customerID": "BOTTM", - "employeeID": 4, - "orderDate": "1996-12-20T00:00:00", - "requiredDate": "1997-01-17T00:00:00", - "shippedDate": "1996-12-24T00:00:00", - "shipVia": 2, - "freight": 47.42, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10390, - "customerID": "ERNSH", - "employeeID": 6, - "orderDate": "1996-12-23T00:00:00", - "requiredDate": "1997-01-20T00:00:00", - "shippedDate": "1996-12-26T00:00:00", - "shipVia": 1, - "freight": 126.38, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10391, - "customerID": "DRACD", - "employeeID": 3, - "orderDate": "1996-12-23T00:00:00", - "requiredDate": "1997-01-20T00:00:00", - "shippedDate": "1996-12-31T00:00:00", - "shipVia": 3, - "freight": 5.45, - "shipName": "Drachenblut Delikatessen", - "shipAddress": { - "street": "Walserweg 21", - "city": "Aachen", - "region": "", - "postalCode": "52066", - "country": "Germany" - } - }, - { - "orderID": 10392, - "customerID": "PICCO", - "employeeID": 2, - "orderDate": "1996-12-24T00:00:00", - "requiredDate": "1997-01-21T00:00:00", - "shippedDate": "1997-01-01T00:00:00", - "shipVia": 3, - "freight": 122.46, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10393, - "customerID": "SAVEA", - "employeeID": 1, - "orderDate": "1996-12-25T00:00:00", - "requiredDate": "1997-01-22T00:00:00", - "shippedDate": "1997-01-03T00:00:00", - "shipVia": 3, - "freight": 126.56, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10394, - "customerID": "HUNGC", - "employeeID": 1, - "orderDate": "1996-12-25T00:00:00", - "requiredDate": "1997-01-22T00:00:00", - "shippedDate": "1997-01-03T00:00:00", - "shipVia": 3, - "freight": 30.34, - "shipName": "Hungry Coyote Import Store", - "shipAddress": { - "street": "City Center Plaza 516 Main St.", - "city": "Elgin", - "region": "OR", - "postalCode": "97827", - "country": "USA" - } - }, - { - "orderID": 10395, - "customerID": "HILAA", - "employeeID": 6, - "orderDate": "1996-12-26T00:00:00", - "requiredDate": "1997-01-23T00:00:00", - "shippedDate": "1997-01-03T00:00:00", - "shipVia": 1, - "freight": 184.41, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10396, - "customerID": "FRANK", - "employeeID": 1, - "orderDate": "1996-12-27T00:00:00", - "requiredDate": "1997-01-10T00:00:00", - "shippedDate": "1997-01-06T00:00:00", - "shipVia": 3, - "freight": 135.35, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10397, - "customerID": "PRINI", - "employeeID": 5, - "orderDate": "1996-12-27T00:00:00", - "requiredDate": "1997-01-24T00:00:00", - "shippedDate": "1997-01-02T00:00:00", - "shipVia": 1, - "freight": 60.26, - "shipName": "Princesa Isabel Vinhos", - "shipAddress": { - "street": "Estrada da saúde n. 58", - "city": "Lisboa", - "region": "", - "postalCode": "1756", - "country": "Portugal" - } - }, - { - "orderID": 10398, - "customerID": "SAVEA", - "employeeID": 2, - "orderDate": "1996-12-30T00:00:00", - "requiredDate": "1997-01-27T00:00:00", - "shippedDate": "1997-01-09T00:00:00", - "shipVia": 3, - "freight": 89.16, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10399, - "customerID": "VAFFE", - "employeeID": 8, - "orderDate": "1996-12-31T00:00:00", - "requiredDate": "1997-01-14T00:00:00", - "shippedDate": "1997-01-08T00:00:00", - "shipVia": 3, - "freight": 27.36, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10400, - "customerID": "EASTC", - "employeeID": 1, - "orderDate": "1997-01-01T00:00:00", - "requiredDate": "1997-01-29T00:00:00", - "shippedDate": "1997-01-16T00:00:00", - "shipVia": 3, - "freight": 83.93, - "shipName": "Eastern Connection", - "shipAddress": { - "street": "35 King George", - "city": "London", - "region": "", - "postalCode": "WX3 6FW", - "country": "UK" - } - }, - { - "orderID": 10401, - "customerID": "RATTC", - "employeeID": 1, - "orderDate": "1997-01-01T00:00:00", - "requiredDate": "1997-01-29T00:00:00", - "shippedDate": "1997-01-10T00:00:00", - "shipVia": 1, - "freight": 12.51, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10402, - "customerID": "ERNSH", - "employeeID": 8, - "orderDate": "1997-01-02T00:00:00", - "requiredDate": "1997-02-13T00:00:00", - "shippedDate": "1997-01-10T00:00:00", - "shipVia": 2, - "freight": 67.88, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10403, - "customerID": "ERNSH", - "employeeID": 4, - "orderDate": "1997-01-03T00:00:00", - "requiredDate": "1997-01-31T00:00:00", - "shippedDate": "1997-01-09T00:00:00", - "shipVia": 3, - "freight": 73.79, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10404, - "customerID": "MAGAA", - "employeeID": 2, - "orderDate": "1997-01-03T00:00:00", - "requiredDate": "1997-01-31T00:00:00", - "shippedDate": "1997-01-08T00:00:00", - "shipVia": 1, - "freight": 155.97, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10405, - "customerID": "LINOD", - "employeeID": 1, - "orderDate": "1997-01-06T00:00:00", - "requiredDate": "1997-02-03T00:00:00", - "shippedDate": "1997-01-22T00:00:00", - "shipVia": 1, - "freight": 34.82, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10406, - "customerID": "QUEEN", - "employeeID": 7, - "orderDate": "1997-01-07T00:00:00", - "requiredDate": "1997-02-18T00:00:00", - "shippedDate": "1997-01-13T00:00:00", - "shipVia": 1, - "freight": 108.04, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10407, - "customerID": "OTTIK", - "employeeID": 2, - "orderDate": "1997-01-07T00:00:00", - "requiredDate": "1997-02-04T00:00:00", - "shippedDate": "1997-01-30T00:00:00", - "shipVia": 2, - "freight": 91.48, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 10408, - "customerID": "FOLIG", - "employeeID": 8, - "orderDate": "1997-01-08T00:00:00", - "requiredDate": "1997-02-05T00:00:00", - "shippedDate": "1997-01-14T00:00:00", - "shipVia": 1, - "freight": 11.26, - "shipName": "Folies gourmandes", - "shipAddress": { - "street": "184, chaussée de Tournai", - "city": "Lille", - "region": "", - "postalCode": "59000", - "country": "France" - } - }, - { - "orderID": 10409, - "customerID": "OCEAN", - "employeeID": 3, - "orderDate": "1997-01-09T00:00:00", - "requiredDate": "1997-02-06T00:00:00", - "shippedDate": "1997-01-14T00:00:00", - "shipVia": 1, - "freight": 29.83, - "shipName": "Océano Atlántico Ltda.", - "shipAddress": { - "street": "Ing. Gustavo Moncada 8585 Piso 20-A", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10410, - "customerID": "BOTTM", - "employeeID": 3, - "orderDate": "1997-01-10T00:00:00", - "requiredDate": "1997-02-07T00:00:00", - "shippedDate": "1997-01-15T00:00:00", - "shipVia": 3, - "freight": 2.4, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10411, - "customerID": "BOTTM", - "employeeID": 9, - "orderDate": "1997-01-10T00:00:00", - "requiredDate": "1997-02-07T00:00:00", - "shippedDate": "1997-01-21T00:00:00", - "shipVia": 3, - "freight": 23.65, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10412, - "customerID": "WARTH", - "employeeID": 8, - "orderDate": "1997-01-13T00:00:00", - "requiredDate": "1997-02-10T00:00:00", - "shippedDate": "1997-01-15T00:00:00", - "shipVia": 2, - "freight": 3.77, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10413, - "customerID": "LAMAI", - "employeeID": 3, - "orderDate": "1997-01-14T00:00:00", - "requiredDate": "1997-02-11T00:00:00", - "shippedDate": "1997-01-16T00:00:00", - "shipVia": 2, - "freight": 95.66, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10414, - "customerID": "FAMIA", - "employeeID": 2, - "orderDate": "1997-01-14T00:00:00", - "requiredDate": "1997-02-11T00:00:00", - "shippedDate": "1997-01-17T00:00:00", - "shipVia": 3, - "freight": 21.48, - "shipName": "Familia Arquibaldo", - "shipAddress": { - "street": "Rua Orós, 92", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05442-030", - "country": "Brazil" - } - }, - { - "orderID": 10415, - "customerID": "HUNGC", - "employeeID": 3, - "orderDate": "1997-01-15T00:00:00", - "requiredDate": "1997-02-12T00:00:00", - "shippedDate": "1997-01-24T00:00:00", - "shipVia": 1, - "freight": 0.2, - "shipName": "Hungry Coyote Import Store", - "shipAddress": { - "street": "City Center Plaza 516 Main St.", - "city": "Elgin", - "region": "OR", - "postalCode": "97827", - "country": "USA" - } - }, - { - "orderID": 10416, - "customerID": "WARTH", - "employeeID": 8, - "orderDate": "1997-01-16T00:00:00", - "requiredDate": "1997-02-13T00:00:00", - "shippedDate": "1997-01-27T00:00:00", - "shipVia": 3, - "freight": 22.72, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10417, - "customerID": "SIMOB", - "employeeID": 4, - "orderDate": "1997-01-16T00:00:00", - "requiredDate": "1997-02-13T00:00:00", - "shippedDate": "1997-01-28T00:00:00", - "shipVia": 3, - "freight": 70.29, - "shipName": "Simons bistro", - "shipAddress": { - "street": "Vinbæltet 34", - "city": "Kobenhavn", - "region": "", - "postalCode": "1734", - "country": "Denmark" - } - }, - { - "orderID": 10418, - "customerID": "QUICK", - "employeeID": 4, - "orderDate": "1997-01-17T00:00:00", - "requiredDate": "1997-02-14T00:00:00", - "shippedDate": "1997-01-24T00:00:00", - "shipVia": 1, - "freight": 17.55, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10419, - "customerID": "RICSU", - "employeeID": 4, - "orderDate": "1997-01-20T00:00:00", - "requiredDate": "1997-02-17T00:00:00", - "shippedDate": "1997-01-30T00:00:00", - "shipVia": 2, - "freight": 137.35, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 10420, - "customerID": "WELLI", - "employeeID": 3, - "orderDate": "1997-01-21T00:00:00", - "requiredDate": "1997-02-18T00:00:00", - "shippedDate": "1997-01-27T00:00:00", - "shipVia": 1, - "freight": 44.12, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10421, - "customerID": "QUEDE", - "employeeID": 8, - "orderDate": "1997-01-21T00:00:00", - "requiredDate": "1997-03-04T00:00:00", - "shippedDate": "1997-01-27T00:00:00", - "shipVia": 1, - "freight": 99.23, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10422, - "customerID": "FRANS", - "employeeID": 2, - "orderDate": "1997-01-22T00:00:00", - "requiredDate": "1997-02-19T00:00:00", - "shippedDate": "1997-01-31T00:00:00", - "shipVia": 1, - "freight": 3.02, - "shipName": "Franchi S.p.A.", - "shipAddress": { - "street": "Via Monte Bianco 34", - "city": "Torino", - "region": "", - "postalCode": "10100", - "country": "Italy" - } - }, - { - "orderID": 10423, - "customerID": "GOURL", - "employeeID": 6, - "orderDate": "1997-01-23T00:00:00", - "requiredDate": "1997-02-06T00:00:00", - "shippedDate": "1997-02-24T00:00:00", - "shipVia": 3, - "freight": 24.5, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 10424, - "customerID": "MEREP", - "employeeID": 7, - "orderDate": "1997-01-23T00:00:00", - "requiredDate": "1997-02-20T00:00:00", - "shippedDate": "1997-01-27T00:00:00", - "shipVia": 2, - "freight": 370.61, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10425, - "customerID": "LAMAI", - "employeeID": 6, - "orderDate": "1997-01-24T00:00:00", - "requiredDate": "1997-02-21T00:00:00", - "shippedDate": "1997-02-14T00:00:00", - "shipVia": 2, - "freight": 7.93, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10426, - "customerID": "GALED", - "employeeID": 4, - "orderDate": "1997-01-27T00:00:00", - "requiredDate": "1997-02-24T00:00:00", - "shippedDate": "1997-02-06T00:00:00", - "shipVia": 1, - "freight": 18.69, - "shipName": "Galería del gastronómo", - "shipAddress": { - "street": "Rambla de Cataluña, 23", - "city": "Barcelona", - "region": "", - "postalCode": "8022", - "country": "Spain" - } - }, - { - "orderID": 10427, - "customerID": "PICCO", - "employeeID": 4, - "orderDate": "1997-01-27T00:00:00", - "requiredDate": "1997-02-24T00:00:00", - "shippedDate": "1997-03-03T00:00:00", - "shipVia": 2, - "freight": 31.29, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10428, - "customerID": "REGGC", - "employeeID": 7, - "orderDate": "1997-01-28T00:00:00", - "requiredDate": "1997-02-25T00:00:00", - "shippedDate": "1997-02-04T00:00:00", - "shipVia": 1, - "freight": 11.09, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10429, - "customerID": "HUNGO", - "employeeID": 3, - "orderDate": "1997-01-29T00:00:00", - "requiredDate": "1997-03-12T00:00:00", - "shippedDate": "1997-02-07T00:00:00", - "shipVia": 2, - "freight": 56.63, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10430, - "customerID": "ERNSH", - "employeeID": 4, - "orderDate": "1997-01-30T00:00:00", - "requiredDate": "1997-02-13T00:00:00", - "shippedDate": "1997-02-03T00:00:00", - "shipVia": 1, - "freight": 458.78, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10431, - "customerID": "BOTTM", - "employeeID": 4, - "orderDate": "1997-01-30T00:00:00", - "requiredDate": "1997-02-13T00:00:00", - "shippedDate": "1997-02-07T00:00:00", - "shipVia": 2, - "freight": 44.17, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10432, - "customerID": "SPLIR", - "employeeID": 3, - "orderDate": "1997-01-31T00:00:00", - "requiredDate": "1997-02-14T00:00:00", - "shippedDate": "1997-02-07T00:00:00", - "shipVia": 2, - "freight": 4.34, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10433, - "customerID": "PRINI", - "employeeID": 3, - "orderDate": "1997-02-03T00:00:00", - "requiredDate": "1997-03-03T00:00:00", - "shippedDate": "1997-03-04T00:00:00", - "shipVia": 3, - "freight": 73.83, - "shipName": "Princesa Isabel Vinhos", - "shipAddress": { - "street": "Estrada da saúde n. 58", - "city": "Lisboa", - "region": "", - "postalCode": "1756", - "country": "Portugal" - } - }, - { - "orderID": 10434, - "customerID": "FOLKO", - "employeeID": 3, - "orderDate": "1997-02-03T00:00:00", - "requiredDate": "1997-03-03T00:00:00", - "shippedDate": "1997-02-13T00:00:00", - "shipVia": 2, - "freight": 17.92, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10435, - "customerID": "CONSH", - "employeeID": 8, - "orderDate": "1997-02-04T00:00:00", - "requiredDate": "1997-03-18T00:00:00", - "shippedDate": "1997-02-07T00:00:00", - "shipVia": 2, - "freight": 9.21, - "shipName": "Consolidated Holdings", - "shipAddress": { - "street": "Berkeley Gardens 12 Brewery", - "city": "London", - "region": "", - "postalCode": "WX1 6LT", - "country": "UK" - } - }, - { - "orderID": 10436, - "customerID": "BLONP", - "employeeID": 3, - "orderDate": "1997-02-05T00:00:00", - "requiredDate": "1997-03-05T00:00:00", - "shippedDate": "1997-02-11T00:00:00", - "shipVia": 2, - "freight": 156.66, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10437, - "customerID": "WARTH", - "employeeID": 8, - "orderDate": "1997-02-05T00:00:00", - "requiredDate": "1997-03-05T00:00:00", - "shippedDate": "1997-02-12T00:00:00", - "shipVia": 1, - "freight": 19.97, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10438, - "customerID": "TOMSP", - "employeeID": 3, - "orderDate": "1997-02-06T00:00:00", - "requiredDate": "1997-03-06T00:00:00", - "shippedDate": "1997-02-14T00:00:00", - "shipVia": 2, - "freight": 8.24, - "shipName": "Toms Spezialitäten", - "shipAddress": { - "street": "Luisenstr. 48", - "city": "Münster", - "region": "", - "postalCode": "44087", - "country": "Germany" - } - }, - { - "orderID": 10439, - "customerID": "MEREP", - "employeeID": 6, - "orderDate": "1997-02-07T00:00:00", - "requiredDate": "1997-03-07T00:00:00", - "shippedDate": "1997-02-10T00:00:00", - "shipVia": 3, - "freight": 4.07, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10440, - "customerID": "SAVEA", - "employeeID": 4, - "orderDate": "1997-02-10T00:00:00", - "requiredDate": "1997-03-10T00:00:00", - "shippedDate": "1997-02-28T00:00:00", - "shipVia": 2, - "freight": 86.53, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10441, - "customerID": "OLDWO", - "employeeID": 3, - "orderDate": "1997-02-10T00:00:00", - "requiredDate": "1997-03-24T00:00:00", - "shippedDate": "1997-03-14T00:00:00", - "shipVia": 2, - "freight": 73.02, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10442, - "customerID": "ERNSH", - "employeeID": 3, - "orderDate": "1997-02-11T00:00:00", - "requiredDate": "1997-03-11T00:00:00", - "shippedDate": "1997-02-18T00:00:00", - "shipVia": 2, - "freight": 47.94, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10443, - "customerID": "REGGC", - "employeeID": 8, - "orderDate": "1997-02-12T00:00:00", - "requiredDate": "1997-03-12T00:00:00", - "shippedDate": "1997-02-14T00:00:00", - "shipVia": 1, - "freight": 13.95, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10444, - "customerID": "BERGS", - "employeeID": 3, - "orderDate": "1997-02-12T00:00:00", - "requiredDate": "1997-03-12T00:00:00", - "shippedDate": "1997-02-21T00:00:00", - "shipVia": 3, - "freight": 3.5, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10445, - "customerID": "BERGS", - "employeeID": 3, - "orderDate": "1997-02-13T00:00:00", - "requiredDate": "1997-03-13T00:00:00", - "shippedDate": "1997-02-20T00:00:00", - "shipVia": 1, - "freight": 9.3, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10446, - "customerID": "TOMSP", - "employeeID": 6, - "orderDate": "1997-02-14T00:00:00", - "requiredDate": "1997-03-14T00:00:00", - "shippedDate": "1997-02-19T00:00:00", - "shipVia": 1, - "freight": 14.68, - "shipName": "Toms Spezialitäten", - "shipAddress": { - "street": "Luisenstr. 48", - "city": "Münster", - "region": "", - "postalCode": "44087", - "country": "Germany" - } - }, - { - "orderID": 10447, - "customerID": "RICAR", - "employeeID": 4, - "orderDate": "1997-02-14T00:00:00", - "requiredDate": "1997-03-14T00:00:00", - "shippedDate": "1997-03-07T00:00:00", - "shipVia": 2, - "freight": 68.66, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10448, - "customerID": "RANCH", - "employeeID": 4, - "orderDate": "1997-02-17T00:00:00", - "requiredDate": "1997-03-17T00:00:00", - "shippedDate": "1997-02-24T00:00:00", - "shipVia": 2, - "freight": 38.82, - "shipName": "Rancho grande", - "shipAddress": { - "street": "Av. del Libertador 900", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10449, - "customerID": "BLONP", - "employeeID": 3, - "orderDate": "1997-02-18T00:00:00", - "requiredDate": "1997-03-18T00:00:00", - "shippedDate": "1997-02-27T00:00:00", - "shipVia": 2, - "freight": 53.3, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10450, - "customerID": "VICTE", - "employeeID": 8, - "orderDate": "1997-02-19T00:00:00", - "requiredDate": "1997-03-19T00:00:00", - "shippedDate": "1997-03-11T00:00:00", - "shipVia": 2, - "freight": 7.23, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10451, - "customerID": "QUICK", - "employeeID": 4, - "orderDate": "1997-02-19T00:00:00", - "requiredDate": "1997-03-05T00:00:00", - "shippedDate": "1997-03-12T00:00:00", - "shipVia": 3, - "freight": 189.09, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10452, - "customerID": "SAVEA", - "employeeID": 8, - "orderDate": "1997-02-20T00:00:00", - "requiredDate": "1997-03-20T00:00:00", - "shippedDate": "1997-02-26T00:00:00", - "shipVia": 1, - "freight": 140.26, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10453, - "customerID": "AROUT", - "employeeID": 1, - "orderDate": "1997-02-21T00:00:00", - "requiredDate": "1997-03-21T00:00:00", - "shippedDate": "1997-02-26T00:00:00", - "shipVia": 2, - "freight": 25.36, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10454, - "customerID": "LAMAI", - "employeeID": 4, - "orderDate": "1997-02-21T00:00:00", - "requiredDate": "1997-03-21T00:00:00", - "shippedDate": "1997-02-25T00:00:00", - "shipVia": 3, - "freight": 2.74, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10455, - "customerID": "WARTH", - "employeeID": 8, - "orderDate": "1997-02-24T00:00:00", - "requiredDate": "1997-04-07T00:00:00", - "shippedDate": "1997-03-03T00:00:00", - "shipVia": 2, - "freight": 180.45, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10456, - "customerID": "KOENE", - "employeeID": 8, - "orderDate": "1997-02-25T00:00:00", - "requiredDate": "1997-04-08T00:00:00", - "shippedDate": "1997-02-28T00:00:00", - "shipVia": 2, - "freight": 8.12, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10457, - "customerID": "KOENE", - "employeeID": 2, - "orderDate": "1997-02-25T00:00:00", - "requiredDate": "1997-03-25T00:00:00", - "shippedDate": "1997-03-03T00:00:00", - "shipVia": 1, - "freight": 11.57, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10458, - "customerID": "SUPRD", - "employeeID": 7, - "orderDate": "1997-02-26T00:00:00", - "requiredDate": "1997-03-26T00:00:00", - "shippedDate": "1997-03-04T00:00:00", - "shipVia": 3, - "freight": 147.06, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10459, - "customerID": "VICTE", - "employeeID": 4, - "orderDate": "1997-02-27T00:00:00", - "requiredDate": "1997-03-27T00:00:00", - "shippedDate": "1997-02-28T00:00:00", - "shipVia": 2, - "freight": 25.09, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10460, - "customerID": "FOLKO", - "employeeID": 8, - "orderDate": "1997-02-28T00:00:00", - "requiredDate": "1997-03-28T00:00:00", - "shippedDate": "1997-03-03T00:00:00", - "shipVia": 1, - "freight": 16.27, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10461, - "customerID": "LILAS", - "employeeID": 1, - "orderDate": "1997-02-28T00:00:00", - "requiredDate": "1997-03-28T00:00:00", - "shippedDate": "1997-03-05T00:00:00", - "shipVia": 3, - "freight": 148.61, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10462, - "customerID": "CONSH", - "employeeID": 2, - "orderDate": "1997-03-03T00:00:00", - "requiredDate": "1997-03-31T00:00:00", - "shippedDate": "1997-03-18T00:00:00", - "shipVia": 1, - "freight": 6.17, - "shipName": "Consolidated Holdings", - "shipAddress": { - "street": "Berkeley Gardens 12 Brewery", - "city": "London", - "region": "", - "postalCode": "WX1 6LT", - "country": "UK" - } - }, - { - "orderID": 10463, - "customerID": "SUPRD", - "employeeID": 5, - "orderDate": "1997-03-04T00:00:00", - "requiredDate": "1997-04-01T00:00:00", - "shippedDate": "1997-03-06T00:00:00", - "shipVia": 3, - "freight": 14.78, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10464, - "customerID": "FURIB", - "employeeID": 4, - "orderDate": "1997-03-04T00:00:00", - "requiredDate": "1997-04-01T00:00:00", - "shippedDate": "1997-03-14T00:00:00", - "shipVia": 2, - "freight": 89, - "shipName": "Furia Bacalhau e Frutos do Mar", - "shipAddress": { - "street": "Jardim das rosas n. 32", - "city": "Lisboa", - "region": "", - "postalCode": "1675", - "country": "Portugal" - } - }, - { - "orderID": 10465, - "customerID": "VAFFE", - "employeeID": 1, - "orderDate": "1997-03-05T00:00:00", - "requiredDate": "1997-04-02T00:00:00", - "shippedDate": "1997-03-14T00:00:00", - "shipVia": 3, - "freight": 145.04, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10466, - "customerID": "COMMI", - "employeeID": 4, - "orderDate": "1997-03-06T00:00:00", - "requiredDate": "1997-04-03T00:00:00", - "shippedDate": "1997-03-13T00:00:00", - "shipVia": 1, - "freight": 11.93, - "shipName": "Comércio Mineiro", - "shipAddress": { - "street": "Av. dos Lusíadas, 23", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05432-043", - "country": "Brazil" - } - }, - { - "orderID": 10467, - "customerID": "MAGAA", - "employeeID": 8, - "orderDate": "1997-03-06T00:00:00", - "requiredDate": "1997-04-03T00:00:00", - "shippedDate": "1997-03-11T00:00:00", - "shipVia": 2, - "freight": 4.93, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10468, - "customerID": "KOENE", - "employeeID": 3, - "orderDate": "1997-03-07T00:00:00", - "requiredDate": "1997-04-04T00:00:00", - "shippedDate": "1997-03-12T00:00:00", - "shipVia": 3, - "freight": 44.12, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10469, - "customerID": "WHITC", - "employeeID": 1, - "orderDate": "1997-03-10T00:00:00", - "requiredDate": "1997-04-07T00:00:00", - "shippedDate": "1997-03-14T00:00:00", - "shipVia": 1, - "freight": 60.18, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10470, - "customerID": "BONAP", - "employeeID": 4, - "orderDate": "1997-03-11T00:00:00", - "requiredDate": "1997-04-08T00:00:00", - "shippedDate": "1997-03-14T00:00:00", - "shipVia": 2, - "freight": 64.56, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10471, - "customerID": "BSBEV", - "employeeID": 2, - "orderDate": "1997-03-11T00:00:00", - "requiredDate": "1997-04-08T00:00:00", - "shippedDate": "1997-03-18T00:00:00", - "shipVia": 3, - "freight": 45.59, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10472, - "customerID": "SEVES", - "employeeID": 8, - "orderDate": "1997-03-12T00:00:00", - "requiredDate": "1997-04-09T00:00:00", - "shippedDate": "1997-03-19T00:00:00", - "shipVia": 1, - "freight": 4.2, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10473, - "customerID": "ISLAT", - "employeeID": 1, - "orderDate": "1997-03-13T00:00:00", - "requiredDate": "1997-03-27T00:00:00", - "shippedDate": "1997-03-21T00:00:00", - "shipVia": 3, - "freight": 16.37, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10474, - "customerID": "PERIC", - "employeeID": 5, - "orderDate": "1997-03-13T00:00:00", - "requiredDate": "1997-04-10T00:00:00", - "shippedDate": "1997-03-21T00:00:00", - "shipVia": 2, - "freight": 83.49, - "shipName": "Pericles Comidas clásicas", - "shipAddress": { - "street": "Calle Dr. Jorge Cash 321", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10475, - "customerID": "SUPRD", - "employeeID": 9, - "orderDate": "1997-03-14T00:00:00", - "requiredDate": "1997-04-11T00:00:00", - "shippedDate": "1997-04-04T00:00:00", - "shipVia": 1, - "freight": 68.52, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10476, - "customerID": "HILAA", - "employeeID": 8, - "orderDate": "1997-03-17T00:00:00", - "requiredDate": "1997-04-14T00:00:00", - "shippedDate": "1997-03-24T00:00:00", - "shipVia": 3, - "freight": 4.41, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10477, - "customerID": "PRINI", - "employeeID": 5, - "orderDate": "1997-03-17T00:00:00", - "requiredDate": "1997-04-14T00:00:00", - "shippedDate": "1997-03-25T00:00:00", - "shipVia": 2, - "freight": 13.02, - "shipName": "Princesa Isabel Vinhos", - "shipAddress": { - "street": "Estrada da saúde n. 58", - "city": "Lisboa", - "region": "", - "postalCode": "1756", - "country": "Portugal" - } - }, - { - "orderID": 10478, - "customerID": "VICTE", - "employeeID": 2, - "orderDate": "1997-03-18T00:00:00", - "requiredDate": "1997-04-01T00:00:00", - "shippedDate": "1997-03-26T00:00:00", - "shipVia": 3, - "freight": 4.81, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10479, - "customerID": "RATTC", - "employeeID": 3, - "orderDate": "1997-03-19T00:00:00", - "requiredDate": "1997-04-16T00:00:00", - "shippedDate": "1997-03-21T00:00:00", - "shipVia": 3, - "freight": 708.95, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10480, - "customerID": "FOLIG", - "employeeID": 6, - "orderDate": "1997-03-20T00:00:00", - "requiredDate": "1997-04-17T00:00:00", - "shippedDate": "1997-03-24T00:00:00", - "shipVia": 2, - "freight": 1.35, - "shipName": "Folies gourmandes", - "shipAddress": { - "street": "184, chaussée de Tournai", - "city": "Lille", - "region": "", - "postalCode": "59000", - "country": "France" - } - }, - { - "orderID": 10481, - "customerID": "RICAR", - "employeeID": 8, - "orderDate": "1997-03-20T00:00:00", - "requiredDate": "1997-04-17T00:00:00", - "shippedDate": "1997-03-25T00:00:00", - "shipVia": 2, - "freight": 64.33, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10482, - "customerID": "LAZYK", - "employeeID": 1, - "orderDate": "1997-03-21T00:00:00", - "requiredDate": "1997-04-18T00:00:00", - "shippedDate": "1997-04-10T00:00:00", - "shipVia": 3, - "freight": 7.48, - "shipName": "Lazy K Kountry Store", - "shipAddress": { - "street": "12 Orchestra Terrace", - "city": "Walla Walla", - "region": "WA", - "postalCode": "99362", - "country": "USA" - } - }, - { - "orderID": 10483, - "customerID": "WHITC", - "employeeID": 7, - "orderDate": "1997-03-24T00:00:00", - "requiredDate": "1997-04-21T00:00:00", - "shippedDate": "1997-04-25T00:00:00", - "shipVia": 2, - "freight": 15.28, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10484, - "customerID": "BSBEV", - "employeeID": 3, - "orderDate": "1997-03-24T00:00:00", - "requiredDate": "1997-04-21T00:00:00", - "shippedDate": "1997-04-01T00:00:00", - "shipVia": 3, - "freight": 6.88, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10485, - "customerID": "LINOD", - "employeeID": 4, - "orderDate": "1997-03-25T00:00:00", - "requiredDate": "1997-04-08T00:00:00", - "shippedDate": "1997-03-31T00:00:00", - "shipVia": 2, - "freight": 64.45, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10486, - "customerID": "HILAA", - "employeeID": 1, - "orderDate": "1997-03-26T00:00:00", - "requiredDate": "1997-04-23T00:00:00", - "shippedDate": "1997-04-02T00:00:00", - "shipVia": 2, - "freight": 30.53, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10487, - "customerID": "QUEEN", - "employeeID": 2, - "orderDate": "1997-03-26T00:00:00", - "requiredDate": "1997-04-23T00:00:00", - "shippedDate": "1997-03-28T00:00:00", - "shipVia": 2, - "freight": 71.07, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10488, - "customerID": "FRANK", - "employeeID": 8, - "orderDate": "1997-03-27T00:00:00", - "requiredDate": "1997-04-24T00:00:00", - "shippedDate": "1997-04-02T00:00:00", - "shipVia": 2, - "freight": 4.93, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10489, - "customerID": "PICCO", - "employeeID": 6, - "orderDate": "1997-03-28T00:00:00", - "requiredDate": "1997-04-25T00:00:00", - "shippedDate": "1997-04-09T00:00:00", - "shipVia": 2, - "freight": 5.29, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10490, - "customerID": "HILAA", - "employeeID": 7, - "orderDate": "1997-03-31T00:00:00", - "requiredDate": "1997-04-28T00:00:00", - "shippedDate": "1997-04-03T00:00:00", - "shipVia": 2, - "freight": 210.19, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10491, - "customerID": "FURIB", - "employeeID": 8, - "orderDate": "1997-03-31T00:00:00", - "requiredDate": "1997-04-28T00:00:00", - "shippedDate": "1997-04-08T00:00:00", - "shipVia": 3, - "freight": 16.96, - "shipName": "Furia Bacalhau e Frutos do Mar", - "shipAddress": { - "street": "Jardim das rosas n. 32", - "city": "Lisboa", - "region": "", - "postalCode": "1675", - "country": "Portugal" - } - }, - { - "orderID": 10492, - "customerID": "BOTTM", - "employeeID": 3, - "orderDate": "1997-04-01T00:00:00", - "requiredDate": "1997-04-29T00:00:00", - "shippedDate": "1997-04-11T00:00:00", - "shipVia": 1, - "freight": 62.89, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10493, - "customerID": "LAMAI", - "employeeID": 4, - "orderDate": "1997-04-02T00:00:00", - "requiredDate": "1997-04-30T00:00:00", - "shippedDate": "1997-04-10T00:00:00", - "shipVia": 3, - "freight": 10.64, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10494, - "customerID": "COMMI", - "employeeID": 4, - "orderDate": "1997-04-02T00:00:00", - "requiredDate": "1997-04-30T00:00:00", - "shippedDate": "1997-04-09T00:00:00", - "shipVia": 2, - "freight": 65.99, - "shipName": "Comércio Mineiro", - "shipAddress": { - "street": "Av. dos Lusíadas, 23", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05432-043", - "country": "Brazil" - } - }, - { - "orderID": 10495, - "customerID": "LAUGB", - "employeeID": 3, - "orderDate": "1997-04-03T00:00:00", - "requiredDate": "1997-05-01T00:00:00", - "shippedDate": "1997-04-11T00:00:00", - "shipVia": 3, - "freight": 4.65, - "shipName": "Laughing Bacchus Wine Cellars", - "shipAddress": { - "street": "2319 Elm St.", - "city": "Vancouver", - "region": "BC", - "postalCode": "V3F 2K1", - "country": "Canada" - } - }, - { - "orderID": 10496, - "customerID": "TRADH", - "employeeID": 7, - "orderDate": "1997-04-04T00:00:00", - "requiredDate": "1997-05-02T00:00:00", - "shippedDate": "1997-04-07T00:00:00", - "shipVia": 2, - "freight": 46.77, - "shipName": "Tradiçao Hipermercados", - "shipAddress": { - "street": "Av. Inês de Castro, 414", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05634-030", - "country": "Brazil" - } - }, - { - "orderID": 10497, - "customerID": "LEHMS", - "employeeID": 7, - "orderDate": "1997-04-04T00:00:00", - "requiredDate": "1997-05-02T00:00:00", - "shippedDate": "1997-04-07T00:00:00", - "shipVia": 1, - "freight": 36.21, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10498, - "customerID": "HILAA", - "employeeID": 8, - "orderDate": "1997-04-07T00:00:00", - "requiredDate": "1997-05-05T00:00:00", - "shippedDate": "1997-04-11T00:00:00", - "shipVia": 2, - "freight": 29.75, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10499, - "customerID": "LILAS", - "employeeID": 4, - "orderDate": "1997-04-08T00:00:00", - "requiredDate": "1997-05-06T00:00:00", - "shippedDate": "1997-04-16T00:00:00", - "shipVia": 2, - "freight": 102.02, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10500, - "customerID": "LAMAI", - "employeeID": 6, - "orderDate": "1997-04-09T00:00:00", - "requiredDate": "1997-05-07T00:00:00", - "shippedDate": "1997-04-17T00:00:00", - "shipVia": 1, - "freight": 42.68, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10501, - "customerID": "BLAUS", - "employeeID": 9, - "orderDate": "1997-04-09T00:00:00", - "requiredDate": "1997-05-07T00:00:00", - "shippedDate": "1997-04-16T00:00:00", - "shipVia": 3, - "freight": 8.85, - "shipName": "Blauer See Delikatessen", - "shipAddress": { - "street": "Forsterstr. 57", - "city": "Mannheim", - "region": "", - "postalCode": "68306", - "country": "Germany" - } - }, - { - "orderID": 10502, - "customerID": "PERIC", - "employeeID": 2, - "orderDate": "1997-04-10T00:00:00", - "requiredDate": "1997-05-08T00:00:00", - "shippedDate": "1997-04-29T00:00:00", - "shipVia": 1, - "freight": 69.32, - "shipName": "Pericles Comidas clásicas", - "shipAddress": { - "street": "Calle Dr. Jorge Cash 321", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10503, - "customerID": "HUNGO", - "employeeID": 6, - "orderDate": "1997-04-11T00:00:00", - "requiredDate": "1997-05-09T00:00:00", - "shippedDate": "1997-04-16T00:00:00", - "shipVia": 2, - "freight": 16.74, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10504, - "customerID": "WHITC", - "employeeID": 4, - "orderDate": "1997-04-11T00:00:00", - "requiredDate": "1997-05-09T00:00:00", - "shippedDate": "1997-04-18T00:00:00", - "shipVia": 3, - "freight": 59.13, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10505, - "customerID": "MEREP", - "employeeID": 3, - "orderDate": "1997-04-14T00:00:00", - "requiredDate": "1997-05-12T00:00:00", - "shippedDate": "1997-04-21T00:00:00", - "shipVia": 3, - "freight": 7.13, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10506, - "customerID": "KOENE", - "employeeID": 9, - "orderDate": "1997-04-15T00:00:00", - "requiredDate": "1997-05-13T00:00:00", - "shippedDate": "1997-05-02T00:00:00", - "shipVia": 2, - "freight": 21.19, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10507, - "customerID": "ANTON", - "employeeID": 7, - "orderDate": "1997-04-15T00:00:00", - "requiredDate": "1997-05-13T00:00:00", - "shippedDate": "1997-04-22T00:00:00", - "shipVia": 1, - "freight": 47.45, - "shipName": "Antonio Moreno Taquería", - "shipAddress": { - "street": "Mataderos 2312", - "city": "México D.F.", - "region": "", - "postalCode": "05023", - "country": "Mexico" - } - }, - { - "orderID": 10508, - "customerID": "OTTIK", - "employeeID": 1, - "orderDate": "1997-04-16T00:00:00", - "requiredDate": "1997-05-14T00:00:00", - "shippedDate": "1997-05-13T00:00:00", - "shipVia": 2, - "freight": 4.99, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 10509, - "customerID": "BLAUS", - "employeeID": 4, - "orderDate": "1997-04-17T00:00:00", - "requiredDate": "1997-05-15T00:00:00", - "shippedDate": "1997-04-29T00:00:00", - "shipVia": 1, - "freight": 0.15, - "shipName": "Blauer See Delikatessen", - "shipAddress": { - "street": "Forsterstr. 57", - "city": "Mannheim", - "region": "", - "postalCode": "68306", - "country": "Germany" - } - }, - { - "orderID": 10510, - "customerID": "SAVEA", - "employeeID": 6, - "orderDate": "1997-04-18T00:00:00", - "requiredDate": "1997-05-16T00:00:00", - "shippedDate": "1997-04-28T00:00:00", - "shipVia": 3, - "freight": 367.63, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10511, - "customerID": "BONAP", - "employeeID": 4, - "orderDate": "1997-04-18T00:00:00", - "requiredDate": "1997-05-16T00:00:00", - "shippedDate": "1997-04-21T00:00:00", - "shipVia": 3, - "freight": 350.64, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10512, - "customerID": "FAMIA", - "employeeID": 7, - "orderDate": "1997-04-21T00:00:00", - "requiredDate": "1997-05-19T00:00:00", - "shippedDate": "1997-04-24T00:00:00", - "shipVia": 2, - "freight": 3.53, - "shipName": "Familia Arquibaldo", - "shipAddress": { - "street": "Rua Orós, 92", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05442-030", - "country": "Brazil" - } - }, - { - "orderID": 10513, - "customerID": "WANDK", - "employeeID": 7, - "orderDate": "1997-04-22T00:00:00", - "requiredDate": "1997-06-03T00:00:00", - "shippedDate": "1997-04-28T00:00:00", - "shipVia": 1, - "freight": 105.65, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10514, - "customerID": "ERNSH", - "employeeID": 3, - "orderDate": "1997-04-22T00:00:00", - "requiredDate": "1997-05-20T00:00:00", - "shippedDate": "1997-05-16T00:00:00", - "shipVia": 2, - "freight": 789.95, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10515, - "customerID": "QUICK", - "employeeID": 2, - "orderDate": "1997-04-23T00:00:00", - "requiredDate": "1997-05-07T00:00:00", - "shippedDate": "1997-05-23T00:00:00", - "shipVia": 1, - "freight": 204.47, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10516, - "customerID": "HUNGO", - "employeeID": 2, - "orderDate": "1997-04-24T00:00:00", - "requiredDate": "1997-05-22T00:00:00", - "shippedDate": "1997-05-01T00:00:00", - "shipVia": 3, - "freight": 62.78, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10517, - "customerID": "NORTS", - "employeeID": 3, - "orderDate": "1997-04-24T00:00:00", - "requiredDate": "1997-05-22T00:00:00", - "shippedDate": "1997-04-29T00:00:00", - "shipVia": 3, - "freight": 32.07, - "shipName": "North/South", - "shipAddress": { - "street": "South House 300 Queensbridge", - "city": "London", - "region": "", - "postalCode": "SW7 1RZ", - "country": "UK" - } - }, - { - "orderID": 10518, - "customerID": "TORTU", - "employeeID": 4, - "orderDate": "1997-04-25T00:00:00", - "requiredDate": "1997-05-09T00:00:00", - "shippedDate": "1997-05-05T00:00:00", - "shipVia": 2, - "freight": 218.15, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10519, - "customerID": "CHOPS", - "employeeID": 6, - "orderDate": "1997-04-28T00:00:00", - "requiredDate": "1997-05-26T00:00:00", - "shippedDate": "1997-05-01T00:00:00", - "shipVia": 3, - "freight": 91.76, - "shipName": "Chop-suey Chinese", - "shipAddress": { - "street": "Hauptstr. 31", - "city": "Bern", - "region": "", - "postalCode": "3012", - "country": "Switzerland" - } - }, - { - "orderID": 10520, - "customerID": "SANTG", - "employeeID": 7, - "orderDate": "1997-04-29T00:00:00", - "requiredDate": "1997-05-27T00:00:00", - "shippedDate": "1997-05-01T00:00:00", - "shipVia": 1, - "freight": 13.37, - "shipName": "Santé Gourmet", - "shipAddress": { - "street": "Erling Skakkes gate 78", - "city": "Stavern", - "region": "", - "postalCode": "4110", - "country": "Norway" - } - }, - { - "orderID": 10521, - "customerID": "CACTU", - "employeeID": 8, - "orderDate": "1997-04-29T00:00:00", - "requiredDate": "1997-05-27T00:00:00", - "shippedDate": "1997-05-02T00:00:00", - "shipVia": 2, - "freight": 17.22, - "shipName": "Cactus Comidas para llevar", - "shipAddress": { - "street": "Cerrito 333", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10522, - "customerID": "LEHMS", - "employeeID": 4, - "orderDate": "1997-04-30T00:00:00", - "requiredDate": "1997-05-28T00:00:00", - "shippedDate": "1997-05-06T00:00:00", - "shipVia": 1, - "freight": 45.33, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10523, - "customerID": "SEVES", - "employeeID": 7, - "orderDate": "1997-05-01T00:00:00", - "requiredDate": "1997-05-29T00:00:00", - "shippedDate": "1997-05-30T00:00:00", - "shipVia": 2, - "freight": 77.63, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10524, - "customerID": "BERGS", - "employeeID": 1, - "orderDate": "1997-05-01T00:00:00", - "requiredDate": "1997-05-29T00:00:00", - "shippedDate": "1997-05-07T00:00:00", - "shipVia": 2, - "freight": 244.79, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10525, - "customerID": "BONAP", - "employeeID": 1, - "orderDate": "1997-05-02T00:00:00", - "requiredDate": "1997-05-30T00:00:00", - "shippedDate": "1997-05-23T00:00:00", - "shipVia": 2, - "freight": 11.06, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10526, - "customerID": "WARTH", - "employeeID": 4, - "orderDate": "1997-05-05T00:00:00", - "requiredDate": "1997-06-02T00:00:00", - "shippedDate": "1997-05-15T00:00:00", - "shipVia": 2, - "freight": 58.59, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10527, - "customerID": "QUICK", - "employeeID": 7, - "orderDate": "1997-05-05T00:00:00", - "requiredDate": "1997-06-02T00:00:00", - "shippedDate": "1997-05-07T00:00:00", - "shipVia": 1, - "freight": 41.9, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10528, - "customerID": "GREAL", - "employeeID": 6, - "orderDate": "1997-05-06T00:00:00", - "requiredDate": "1997-05-20T00:00:00", - "shippedDate": "1997-05-09T00:00:00", - "shipVia": 2, - "freight": 3.35, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 10529, - "customerID": "MAISD", - "employeeID": 5, - "orderDate": "1997-05-07T00:00:00", - "requiredDate": "1997-06-04T00:00:00", - "shippedDate": "1997-05-09T00:00:00", - "shipVia": 2, - "freight": 66.69, - "shipName": "Maison Dewey", - "shipAddress": { - "street": "Rue Joseph-Bens 532", - "city": "Bruxelles", - "region": "", - "postalCode": "B-1180", - "country": "Belgium" - } - }, - { - "orderID": 10530, - "customerID": "PICCO", - "employeeID": 3, - "orderDate": "1997-05-08T00:00:00", - "requiredDate": "1997-06-05T00:00:00", - "shippedDate": "1997-05-12T00:00:00", - "shipVia": 2, - "freight": 339.22, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10531, - "customerID": "OCEAN", - "employeeID": 7, - "orderDate": "1997-05-08T00:00:00", - "requiredDate": "1997-06-05T00:00:00", - "shippedDate": "1997-05-19T00:00:00", - "shipVia": 1, - "freight": 8.12, - "shipName": "Océano Atlántico Ltda.", - "shipAddress": { - "street": "Ing. Gustavo Moncada 8585 Piso 20-A", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10532, - "customerID": "EASTC", - "employeeID": 7, - "orderDate": "1997-05-09T00:00:00", - "requiredDate": "1997-06-06T00:00:00", - "shippedDate": "1997-05-12T00:00:00", - "shipVia": 3, - "freight": 74.46, - "shipName": "Eastern Connection", - "shipAddress": { - "street": "35 King George", - "city": "London", - "region": "", - "postalCode": "WX3 6FW", - "country": "UK" - } - }, - { - "orderID": 10533, - "customerID": "FOLKO", - "employeeID": 8, - "orderDate": "1997-05-12T00:00:00", - "requiredDate": "1997-06-09T00:00:00", - "shippedDate": "1997-05-22T00:00:00", - "shipVia": 1, - "freight": 188.04, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10534, - "customerID": "LEHMS", - "employeeID": 8, - "orderDate": "1997-05-12T00:00:00", - "requiredDate": "1997-06-09T00:00:00", - "shippedDate": "1997-05-14T00:00:00", - "shipVia": 2, - "freight": 27.94, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10535, - "customerID": "ANTON", - "employeeID": 4, - "orderDate": "1997-05-13T00:00:00", - "requiredDate": "1997-06-10T00:00:00", - "shippedDate": "1997-05-21T00:00:00", - "shipVia": 1, - "freight": 15.64, - "shipName": "Antonio Moreno Taquería", - "shipAddress": { - "street": "Mataderos 2312", - "city": "México D.F.", - "region": "", - "postalCode": "05023", - "country": "Mexico" - } - }, - { - "orderID": 10536, - "customerID": "LEHMS", - "employeeID": 3, - "orderDate": "1997-05-14T00:00:00", - "requiredDate": "1997-06-11T00:00:00", - "shippedDate": "1997-06-06T00:00:00", - "shipVia": 2, - "freight": 58.88, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10537, - "customerID": "RICSU", - "employeeID": 1, - "orderDate": "1997-05-14T00:00:00", - "requiredDate": "1997-05-28T00:00:00", - "shippedDate": "1997-05-19T00:00:00", - "shipVia": 1, - "freight": 78.85, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 10538, - "customerID": "BSBEV", - "employeeID": 9, - "orderDate": "1997-05-15T00:00:00", - "requiredDate": "1997-06-12T00:00:00", - "shippedDate": "1997-05-16T00:00:00", - "shipVia": 3, - "freight": 4.87, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10539, - "customerID": "BSBEV", - "employeeID": 6, - "orderDate": "1997-05-16T00:00:00", - "requiredDate": "1997-06-13T00:00:00", - "shippedDate": "1997-05-23T00:00:00", - "shipVia": 3, - "freight": 12.36, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10540, - "customerID": "QUICK", - "employeeID": 3, - "orderDate": "1997-05-19T00:00:00", - "requiredDate": "1997-06-16T00:00:00", - "shippedDate": "1997-06-13T00:00:00", - "shipVia": 3, - "freight": 1007.64, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10541, - "customerID": "HANAR", - "employeeID": 2, - "orderDate": "1997-05-19T00:00:00", - "requiredDate": "1997-06-16T00:00:00", - "shippedDate": "1997-05-29T00:00:00", - "shipVia": 1, - "freight": 68.65, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10542, - "customerID": "KOENE", - "employeeID": 1, - "orderDate": "1997-05-20T00:00:00", - "requiredDate": "1997-06-17T00:00:00", - "shippedDate": "1997-05-26T00:00:00", - "shipVia": 3, - "freight": 10.95, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10543, - "customerID": "LILAS", - "employeeID": 8, - "orderDate": "1997-05-21T00:00:00", - "requiredDate": "1997-06-18T00:00:00", - "shippedDate": "1997-05-23T00:00:00", - "shipVia": 2, - "freight": 48.17, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10544, - "customerID": "LONEP", - "employeeID": 4, - "orderDate": "1997-05-21T00:00:00", - "requiredDate": "1997-06-18T00:00:00", - "shippedDate": "1997-05-30T00:00:00", - "shipVia": 1, - "freight": 24.91, - "shipName": "Lonesome Pine Restaurant", - "shipAddress": { - "street": "89 Chiaroscuro Rd.", - "city": "Portland", - "region": "OR", - "postalCode": "97219", - "country": "USA" - } - }, - { - "orderID": 10545, - "customerID": "LAZYK", - "employeeID": 8, - "orderDate": "1997-05-22T00:00:00", - "requiredDate": "1997-06-19T00:00:00", - "shippedDate": "1997-06-26T00:00:00", - "shipVia": 2, - "freight": 11.92, - "shipName": "Lazy K Kountry Store", - "shipAddress": { - "street": "12 Orchestra Terrace", - "city": "Walla Walla", - "region": "WA", - "postalCode": "99362", - "country": "USA" - } - }, - { - "orderID": 10546, - "customerID": "VICTE", - "employeeID": 1, - "orderDate": "1997-05-23T00:00:00", - "requiredDate": "1997-06-20T00:00:00", - "shippedDate": "1997-05-27T00:00:00", - "shipVia": 3, - "freight": 194.72, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10547, - "customerID": "SEVES", - "employeeID": 3, - "orderDate": "1997-05-23T00:00:00", - "requiredDate": "1997-06-20T00:00:00", - "shippedDate": "1997-06-02T00:00:00", - "shipVia": 2, - "freight": 178.43, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10548, - "customerID": "TOMSP", - "employeeID": 3, - "orderDate": "1997-05-26T00:00:00", - "requiredDate": "1997-06-23T00:00:00", - "shippedDate": "1997-06-02T00:00:00", - "shipVia": 2, - "freight": 1.43, - "shipName": "Toms Spezialitäten", - "shipAddress": { - "street": "Luisenstr. 48", - "city": "Münster", - "region": "", - "postalCode": "44087", - "country": "Germany" - } - }, - { - "orderID": 10549, - "customerID": "QUICK", - "employeeID": 5, - "orderDate": "1997-05-27T00:00:00", - "requiredDate": "1997-06-10T00:00:00", - "shippedDate": "1997-05-30T00:00:00", - "shipVia": 1, - "freight": 171.24, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10550, - "customerID": "GODOS", - "employeeID": 7, - "orderDate": "1997-05-28T00:00:00", - "requiredDate": "1997-06-25T00:00:00", - "shippedDate": "1997-06-06T00:00:00", - "shipVia": 3, - "freight": 4.32, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 10551, - "customerID": "FURIB", - "employeeID": 4, - "orderDate": "1997-05-28T00:00:00", - "requiredDate": "1997-07-09T00:00:00", - "shippedDate": "1997-06-06T00:00:00", - "shipVia": 3, - "freight": 72.95, - "shipName": "Furia Bacalhau e Frutos do Mar", - "shipAddress": { - "street": "Jardim das rosas n. 32", - "city": "Lisboa", - "region": "", - "postalCode": "1675", - "country": "Portugal" - } - }, - { - "orderID": 10552, - "customerID": "HILAA", - "employeeID": 2, - "orderDate": "1997-05-29T00:00:00", - "requiredDate": "1997-06-26T00:00:00", - "shippedDate": "1997-06-05T00:00:00", - "shipVia": 1, - "freight": 83.22, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10553, - "customerID": "WARTH", - "employeeID": 2, - "orderDate": "1997-05-30T00:00:00", - "requiredDate": "1997-06-27T00:00:00", - "shippedDate": "1997-06-03T00:00:00", - "shipVia": 2, - "freight": 149.49, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10554, - "customerID": "OTTIK", - "employeeID": 4, - "orderDate": "1997-05-30T00:00:00", - "requiredDate": "1997-06-27T00:00:00", - "shippedDate": "1997-06-05T00:00:00", - "shipVia": 3, - "freight": 120.97, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 10555, - "customerID": "SAVEA", - "employeeID": 6, - "orderDate": "1997-06-02T00:00:00", - "requiredDate": "1997-06-30T00:00:00", - "shippedDate": "1997-06-04T00:00:00", - "shipVia": 3, - "freight": 252.49, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10556, - "customerID": "SIMOB", - "employeeID": 2, - "orderDate": "1997-06-03T00:00:00", - "requiredDate": "1997-07-15T00:00:00", - "shippedDate": "1997-06-13T00:00:00", - "shipVia": 1, - "freight": 9.8, - "shipName": "Simons bistro", - "shipAddress": { - "street": "Vinbæltet 34", - "city": "Kobenhavn", - "region": "", - "postalCode": "1734", - "country": "Denmark" - } - }, - { - "orderID": 10557, - "customerID": "LEHMS", - "employeeID": 9, - "orderDate": "1997-06-03T00:00:00", - "requiredDate": "1997-06-17T00:00:00", - "shippedDate": "1997-06-06T00:00:00", - "shipVia": 2, - "freight": 96.72, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10558, - "customerID": "AROUT", - "employeeID": 1, - "orderDate": "1997-06-04T00:00:00", - "requiredDate": "1997-07-02T00:00:00", - "shippedDate": "1997-06-10T00:00:00", - "shipVia": 2, - "freight": 72.97, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10559, - "customerID": "BLONP", - "employeeID": 6, - "orderDate": "1997-06-05T00:00:00", - "requiredDate": "1997-07-03T00:00:00", - "shippedDate": "1997-06-13T00:00:00", - "shipVia": 1, - "freight": 8.05, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10560, - "customerID": "FRANK", - "employeeID": 8, - "orderDate": "1997-06-06T00:00:00", - "requiredDate": "1997-07-04T00:00:00", - "shippedDate": "1997-06-09T00:00:00", - "shipVia": 1, - "freight": 36.65, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10561, - "customerID": "FOLKO", - "employeeID": 2, - "orderDate": "1997-06-06T00:00:00", - "requiredDate": "1997-07-04T00:00:00", - "shippedDate": "1997-06-09T00:00:00", - "shipVia": 2, - "freight": 242.21, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10562, - "customerID": "REGGC", - "employeeID": 1, - "orderDate": "1997-06-09T00:00:00", - "requiredDate": "1997-07-07T00:00:00", - "shippedDate": "1997-06-12T00:00:00", - "shipVia": 1, - "freight": 22.95, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10563, - "customerID": "RICAR", - "employeeID": 2, - "orderDate": "1997-06-10T00:00:00", - "requiredDate": "1997-07-22T00:00:00", - "shippedDate": "1997-06-24T00:00:00", - "shipVia": 2, - "freight": 60.43, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10564, - "customerID": "RATTC", - "employeeID": 4, - "orderDate": "1997-06-10T00:00:00", - "requiredDate": "1997-07-08T00:00:00", - "shippedDate": "1997-06-16T00:00:00", - "shipVia": 3, - "freight": 13.75, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10565, - "customerID": "MEREP", - "employeeID": 8, - "orderDate": "1997-06-11T00:00:00", - "requiredDate": "1997-07-09T00:00:00", - "shippedDate": "1997-06-18T00:00:00", - "shipVia": 2, - "freight": 7.15, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10566, - "customerID": "BLONP", - "employeeID": 9, - "orderDate": "1997-06-12T00:00:00", - "requiredDate": "1997-07-10T00:00:00", - "shippedDate": "1997-06-18T00:00:00", - "shipVia": 1, - "freight": 88.4, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10567, - "customerID": "HUNGO", - "employeeID": 1, - "orderDate": "1997-06-12T00:00:00", - "requiredDate": "1997-07-10T00:00:00", - "shippedDate": "1997-06-17T00:00:00", - "shipVia": 1, - "freight": 33.97, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10568, - "customerID": "GALED", - "employeeID": 3, - "orderDate": "1997-06-13T00:00:00", - "requiredDate": "1997-07-11T00:00:00", - "shippedDate": "1997-07-09T00:00:00", - "shipVia": 3, - "freight": 6.54, - "shipName": "Galería del gastronómo", - "shipAddress": { - "street": "Rambla de Cataluña, 23", - "city": "Barcelona", - "region": "", - "postalCode": "8022", - "country": "Spain" - } - }, - { - "orderID": 10569, - "customerID": "RATTC", - "employeeID": 5, - "orderDate": "1997-06-16T00:00:00", - "requiredDate": "1997-07-14T00:00:00", - "shippedDate": "1997-07-11T00:00:00", - "shipVia": 1, - "freight": 58.98, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10570, - "customerID": "MEREP", - "employeeID": 3, - "orderDate": "1997-06-17T00:00:00", - "requiredDate": "1997-07-15T00:00:00", - "shippedDate": "1997-06-19T00:00:00", - "shipVia": 3, - "freight": 188.99, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10571, - "customerID": "ERNSH", - "employeeID": 8, - "orderDate": "1997-06-17T00:00:00", - "requiredDate": "1997-07-29T00:00:00", - "shippedDate": "1997-07-04T00:00:00", - "shipVia": 3, - "freight": 26.06, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10572, - "customerID": "BERGS", - "employeeID": 3, - "orderDate": "1997-06-18T00:00:00", - "requiredDate": "1997-07-16T00:00:00", - "shippedDate": "1997-06-25T00:00:00", - "shipVia": 2, - "freight": 116.43, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10573, - "customerID": "ANTON", - "employeeID": 7, - "orderDate": "1997-06-19T00:00:00", - "requiredDate": "1997-07-17T00:00:00", - "shippedDate": "1997-06-20T00:00:00", - "shipVia": 3, - "freight": 84.84, - "shipName": "Antonio Moreno Taquería", - "shipAddress": { - "street": "Mataderos 2312", - "city": "México D.F.", - "region": "", - "postalCode": "05023", - "country": "Mexico" - } - }, - { - "orderID": 10574, - "customerID": "TRAIH", - "employeeID": 4, - "orderDate": "1997-06-19T00:00:00", - "requiredDate": "1997-07-17T00:00:00", - "shippedDate": "1997-06-30T00:00:00", - "shipVia": 2, - "freight": 37.6, - "shipName": "Trail's Head Gourmet Provisioners", - "shipAddress": { - "street": "722 DaVinci Blvd.", - "city": "Kirkland", - "region": "WA", - "postalCode": "98034", - "country": "USA" - } - }, - { - "orderID": 10575, - "customerID": "MORGK", - "employeeID": 5, - "orderDate": "1997-06-20T00:00:00", - "requiredDate": "1997-07-04T00:00:00", - "shippedDate": "1997-06-30T00:00:00", - "shipVia": 1, - "freight": 127.34, - "shipName": "Morgenstern Gesundkost", - "shipAddress": { - "street": "Heerstr. 22", - "city": "Leipzig", - "region": "", - "postalCode": "04179", - "country": "Germany" - } - }, - { - "orderID": 10576, - "customerID": "TORTU", - "employeeID": 3, - "orderDate": "1997-06-23T00:00:00", - "requiredDate": "1997-07-07T00:00:00", - "shippedDate": "1997-06-30T00:00:00", - "shipVia": 3, - "freight": 18.56, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10577, - "customerID": "TRAIH", - "employeeID": 9, - "orderDate": "1997-06-23T00:00:00", - "requiredDate": "1997-08-04T00:00:00", - "shippedDate": "1997-06-30T00:00:00", - "shipVia": 2, - "freight": 25.41, - "shipName": "Trail's Head Gourmet Provisioners", - "shipAddress": { - "street": "722 DaVinci Blvd.", - "city": "Kirkland", - "region": "WA", - "postalCode": "98034", - "country": "USA" - } - }, - { - "orderID": 10578, - "customerID": "BSBEV", - "employeeID": 4, - "orderDate": "1997-06-24T00:00:00", - "requiredDate": "1997-07-22T00:00:00", - "shippedDate": "1997-07-25T00:00:00", - "shipVia": 3, - "freight": 29.6, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10579, - "customerID": "LETSS", - "employeeID": 1, - "orderDate": "1997-06-25T00:00:00", - "requiredDate": "1997-07-23T00:00:00", - "shippedDate": "1997-07-04T00:00:00", - "shipVia": 2, - "freight": 13.73, - "shipName": "Let's Stop N Shop", - "shipAddress": { - "street": "87 Polk St. Suite 5", - "city": "San Francisco", - "region": "CA", - "postalCode": "94117", - "country": "USA" - } - }, - { - "orderID": 10580, - "customerID": "OTTIK", - "employeeID": 4, - "orderDate": "1997-06-26T00:00:00", - "requiredDate": "1997-07-24T00:00:00", - "shippedDate": "1997-07-01T00:00:00", - "shipVia": 3, - "freight": 75.89, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 10581, - "customerID": "FAMIA", - "employeeID": 3, - "orderDate": "1997-06-26T00:00:00", - "requiredDate": "1997-07-24T00:00:00", - "shippedDate": "1997-07-02T00:00:00", - "shipVia": 1, - "freight": 3.01, - "shipName": "Familia Arquibaldo", - "shipAddress": { - "street": "Rua Orós, 92", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05442-030", - "country": "Brazil" - } - }, - { - "orderID": 10582, - "customerID": "BLAUS", - "employeeID": 3, - "orderDate": "1997-06-27T00:00:00", - "requiredDate": "1997-07-25T00:00:00", - "shippedDate": "1997-07-14T00:00:00", - "shipVia": 2, - "freight": 27.71, - "shipName": "Blauer See Delikatessen", - "shipAddress": { - "street": "Forsterstr. 57", - "city": "Mannheim", - "region": "", - "postalCode": "68306", - "country": "Germany" - } - }, - { - "orderID": 10583, - "customerID": "WARTH", - "employeeID": 2, - "orderDate": "1997-06-30T00:00:00", - "requiredDate": "1997-07-28T00:00:00", - "shippedDate": "1997-07-04T00:00:00", - "shipVia": 2, - "freight": 7.28, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10584, - "customerID": "BLONP", - "employeeID": 4, - "orderDate": "1997-06-30T00:00:00", - "requiredDate": "1997-07-28T00:00:00", - "shippedDate": "1997-07-04T00:00:00", - "shipVia": 1, - "freight": 59.14, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10585, - "customerID": "WELLI", - "employeeID": 7, - "orderDate": "1997-07-01T00:00:00", - "requiredDate": "1997-07-29T00:00:00", - "shippedDate": "1997-07-10T00:00:00", - "shipVia": 1, - "freight": 13.41, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10586, - "customerID": "REGGC", - "employeeID": 9, - "orderDate": "1997-07-02T00:00:00", - "requiredDate": "1997-07-30T00:00:00", - "shippedDate": "1997-07-09T00:00:00", - "shipVia": 1, - "freight": 0.48, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10587, - "customerID": "QUEDE", - "employeeID": 1, - "orderDate": "1997-07-02T00:00:00", - "requiredDate": "1997-07-30T00:00:00", - "shippedDate": "1997-07-09T00:00:00", - "shipVia": 1, - "freight": 62.52, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10588, - "customerID": "QUICK", - "employeeID": 2, - "orderDate": "1997-07-03T00:00:00", - "requiredDate": "1997-07-31T00:00:00", - "shippedDate": "1997-07-10T00:00:00", - "shipVia": 3, - "freight": 194.67, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10589, - "customerID": "GREAL", - "employeeID": 8, - "orderDate": "1997-07-04T00:00:00", - "requiredDate": "1997-08-01T00:00:00", - "shippedDate": "1997-07-14T00:00:00", - "shipVia": 2, - "freight": 4.42, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 10590, - "customerID": "MEREP", - "employeeID": 4, - "orderDate": "1997-07-07T00:00:00", - "requiredDate": "1997-08-04T00:00:00", - "shippedDate": "1997-07-14T00:00:00", - "shipVia": 3, - "freight": 44.77, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10591, - "customerID": "VAFFE", - "employeeID": 1, - "orderDate": "1997-07-07T00:00:00", - "requiredDate": "1997-07-21T00:00:00", - "shippedDate": "1997-07-16T00:00:00", - "shipVia": 1, - "freight": 55.92, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10592, - "customerID": "LEHMS", - "employeeID": 3, - "orderDate": "1997-07-08T00:00:00", - "requiredDate": "1997-08-05T00:00:00", - "shippedDate": "1997-07-16T00:00:00", - "shipVia": 1, - "freight": 32.1, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10593, - "customerID": "LEHMS", - "employeeID": 7, - "orderDate": "1997-07-09T00:00:00", - "requiredDate": "1997-08-06T00:00:00", - "shippedDate": "1997-08-13T00:00:00", - "shipVia": 2, - "freight": 174.2, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10594, - "customerID": "OLDWO", - "employeeID": 3, - "orderDate": "1997-07-09T00:00:00", - "requiredDate": "1997-08-06T00:00:00", - "shippedDate": "1997-07-16T00:00:00", - "shipVia": 2, - "freight": 5.24, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10595, - "customerID": "ERNSH", - "employeeID": 2, - "orderDate": "1997-07-10T00:00:00", - "requiredDate": "1997-08-07T00:00:00", - "shippedDate": "1997-07-14T00:00:00", - "shipVia": 1, - "freight": 96.78, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10596, - "customerID": "WHITC", - "employeeID": 8, - "orderDate": "1997-07-11T00:00:00", - "requiredDate": "1997-08-08T00:00:00", - "shippedDate": "1997-08-12T00:00:00", - "shipVia": 1, - "freight": 16.34, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10597, - "customerID": "PICCO", - "employeeID": 7, - "orderDate": "1997-07-11T00:00:00", - "requiredDate": "1997-08-08T00:00:00", - "shippedDate": "1997-07-18T00:00:00", - "shipVia": 3, - "freight": 35.12, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10598, - "customerID": "RATTC", - "employeeID": 1, - "orderDate": "1997-07-14T00:00:00", - "requiredDate": "1997-08-11T00:00:00", - "shippedDate": "1997-07-18T00:00:00", - "shipVia": 3, - "freight": 44.42, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10599, - "customerID": "BSBEV", - "employeeID": 6, - "orderDate": "1997-07-15T00:00:00", - "requiredDate": "1997-08-26T00:00:00", - "shippedDate": "1997-07-21T00:00:00", - "shipVia": 3, - "freight": 29.98, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10600, - "customerID": "HUNGC", - "employeeID": 4, - "orderDate": "1997-07-16T00:00:00", - "requiredDate": "1997-08-13T00:00:00", - "shippedDate": "1997-07-21T00:00:00", - "shipVia": 1, - "freight": 45.13, - "shipName": "Hungry Coyote Import Store", - "shipAddress": { - "street": "City Center Plaza 516 Main St.", - "city": "Elgin", - "region": "OR", - "postalCode": "97827", - "country": "USA" - } - }, - { - "orderID": 10601, - "customerID": "HILAA", - "employeeID": 7, - "orderDate": "1997-07-16T00:00:00", - "requiredDate": "1997-08-27T00:00:00", - "shippedDate": "1997-07-22T00:00:00", - "shipVia": 1, - "freight": 58.3, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10602, - "customerID": "VAFFE", - "employeeID": 8, - "orderDate": "1997-07-17T00:00:00", - "requiredDate": "1997-08-14T00:00:00", - "shippedDate": "1997-07-22T00:00:00", - "shipVia": 2, - "freight": 2.92, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10603, - "customerID": "SAVEA", - "employeeID": 8, - "orderDate": "1997-07-18T00:00:00", - "requiredDate": "1997-08-15T00:00:00", - "shippedDate": "1997-08-08T00:00:00", - "shipVia": 2, - "freight": 48.77, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10604, - "customerID": "FURIB", - "employeeID": 1, - "orderDate": "1997-07-18T00:00:00", - "requiredDate": "1997-08-15T00:00:00", - "shippedDate": "1997-07-29T00:00:00", - "shipVia": 1, - "freight": 7.46, - "shipName": "Furia Bacalhau e Frutos do Mar", - "shipAddress": { - "street": "Jardim das rosas n. 32", - "city": "Lisboa", - "region": "", - "postalCode": "1675", - "country": "Portugal" - } - }, - { - "orderID": 10605, - "customerID": "MEREP", - "employeeID": 1, - "orderDate": "1997-07-21T00:00:00", - "requiredDate": "1997-08-18T00:00:00", - "shippedDate": "1997-07-29T00:00:00", - "shipVia": 2, - "freight": 379.13, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10606, - "customerID": "TRADH", - "employeeID": 4, - "orderDate": "1997-07-22T00:00:00", - "requiredDate": "1997-08-19T00:00:00", - "shippedDate": "1997-07-31T00:00:00", - "shipVia": 3, - "freight": 79.4, - "shipName": "Tradiçao Hipermercados", - "shipAddress": { - "street": "Av. Inês de Castro, 414", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05634-030", - "country": "Brazil" - } - }, - { - "orderID": 10607, - "customerID": "SAVEA", - "employeeID": 5, - "orderDate": "1997-07-22T00:00:00", - "requiredDate": "1997-08-19T00:00:00", - "shippedDate": "1997-07-25T00:00:00", - "shipVia": 1, - "freight": 200.24, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10608, - "customerID": "TOMSP", - "employeeID": 4, - "orderDate": "1997-07-23T00:00:00", - "requiredDate": "1997-08-20T00:00:00", - "shippedDate": "1997-08-01T00:00:00", - "shipVia": 2, - "freight": 27.79, - "shipName": "Toms Spezialitäten", - "shipAddress": { - "street": "Luisenstr. 48", - "city": "Münster", - "region": "", - "postalCode": "44087", - "country": "Germany" - } - }, - { - "orderID": 10609, - "customerID": "DUMON", - "employeeID": 7, - "orderDate": "1997-07-24T00:00:00", - "requiredDate": "1997-08-21T00:00:00", - "shippedDate": "1997-07-30T00:00:00", - "shipVia": 2, - "freight": 1.85, - "shipName": "Du monde entier", - "shipAddress": { - "street": "67, rue des Cinquante Otages", - "city": "Nantes", - "region": "", - "postalCode": "44000", - "country": "France" - } - }, - { - "orderID": 10610, - "customerID": "LAMAI", - "employeeID": 8, - "orderDate": "1997-07-25T00:00:00", - "requiredDate": "1997-08-22T00:00:00", - "shippedDate": "1997-08-06T00:00:00", - "shipVia": 1, - "freight": 26.78, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10611, - "customerID": "WOLZA", - "employeeID": 6, - "orderDate": "1997-07-25T00:00:00", - "requiredDate": "1997-08-22T00:00:00", - "shippedDate": "1997-08-01T00:00:00", - "shipVia": 2, - "freight": 80.65, - "shipName": "Wolski Zajazd", - "shipAddress": { - "street": "ul. Filtrowa 68", - "city": "Warszawa", - "region": "", - "postalCode": "01-012", - "country": "Poland" - } - }, - { - "orderID": 10612, - "customerID": "SAVEA", - "employeeID": 1, - "orderDate": "1997-07-28T00:00:00", - "requiredDate": "1997-08-25T00:00:00", - "shippedDate": "1997-08-01T00:00:00", - "shipVia": 2, - "freight": 544.08, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10613, - "customerID": "HILAA", - "employeeID": 4, - "orderDate": "1997-07-29T00:00:00", - "requiredDate": "1997-08-26T00:00:00", - "shippedDate": "1997-08-01T00:00:00", - "shipVia": 2, - "freight": 8.11, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10614, - "customerID": "BLAUS", - "employeeID": 8, - "orderDate": "1997-07-29T00:00:00", - "requiredDate": "1997-08-26T00:00:00", - "shippedDate": "1997-08-01T00:00:00", - "shipVia": 3, - "freight": 1.93, - "shipName": "Blauer See Delikatessen", - "shipAddress": { - "street": "Forsterstr. 57", - "city": "Mannheim", - "region": "", - "postalCode": "68306", - "country": "Germany" - } - }, - { - "orderID": 10615, - "customerID": "WILMK", - "employeeID": 2, - "orderDate": "1997-07-30T00:00:00", - "requiredDate": "1997-08-27T00:00:00", - "shippedDate": "1997-08-06T00:00:00", - "shipVia": 3, - "freight": 0.75, - "shipName": "Wilman Kala", - "shipAddress": { - "street": "Keskuskatu 45", - "city": "Helsinki", - "region": "", - "postalCode": "21240", - "country": "Finland" - } - }, - { - "orderID": 10616, - "customerID": "GREAL", - "employeeID": 1, - "orderDate": "1997-07-31T00:00:00", - "requiredDate": "1997-08-28T00:00:00", - "shippedDate": "1997-08-05T00:00:00", - "shipVia": 2, - "freight": 116.53, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 10617, - "customerID": "GREAL", - "employeeID": 4, - "orderDate": "1997-07-31T00:00:00", - "requiredDate": "1997-08-28T00:00:00", - "shippedDate": "1997-08-04T00:00:00", - "shipVia": 2, - "freight": 18.53, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 10618, - "customerID": "MEREP", - "employeeID": 1, - "orderDate": "1997-08-01T00:00:00", - "requiredDate": "1997-09-12T00:00:00", - "shippedDate": "1997-08-08T00:00:00", - "shipVia": 1, - "freight": 154.68, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10619, - "customerID": "MEREP", - "employeeID": 3, - "orderDate": "1997-08-04T00:00:00", - "requiredDate": "1997-09-01T00:00:00", - "shippedDate": "1997-08-07T00:00:00", - "shipVia": 3, - "freight": 91.05, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10620, - "customerID": "LAUGB", - "employeeID": 2, - "orderDate": "1997-08-05T00:00:00", - "requiredDate": "1997-09-02T00:00:00", - "shippedDate": "1997-08-14T00:00:00", - "shipVia": 3, - "freight": 0.94, - "shipName": "Laughing Bacchus Wine Cellars", - "shipAddress": { - "street": "2319 Elm St.", - "city": "Vancouver", - "region": "BC", - "postalCode": "V3F 2K1", - "country": "Canada" - } - }, - { - "orderID": 10621, - "customerID": "ISLAT", - "employeeID": 4, - "orderDate": "1997-08-05T00:00:00", - "requiredDate": "1997-09-02T00:00:00", - "shippedDate": "1997-08-11T00:00:00", - "shipVia": 2, - "freight": 23.73, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10622, - "customerID": "RICAR", - "employeeID": 4, - "orderDate": "1997-08-06T00:00:00", - "requiredDate": "1997-09-03T00:00:00", - "shippedDate": "1997-08-11T00:00:00", - "shipVia": 3, - "freight": 50.97, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10623, - "customerID": "FRANK", - "employeeID": 8, - "orderDate": "1997-08-07T00:00:00", - "requiredDate": "1997-09-04T00:00:00", - "shippedDate": "1997-08-12T00:00:00", - "shipVia": 2, - "freight": 97.18, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10624, - "customerID": "THECR", - "employeeID": 4, - "orderDate": "1997-08-07T00:00:00", - "requiredDate": "1997-09-04T00:00:00", - "shippedDate": "1997-08-19T00:00:00", - "shipVia": 2, - "freight": 94.8, - "shipName": "The Cracker Box", - "shipAddress": { - "street": "55 Grizzly Peak Rd.", - "city": "Butte", - "region": "MT", - "postalCode": "59801", - "country": "USA" - } - }, - { - "orderID": 10625, - "customerID": "ANATR", - "employeeID": 3, - "orderDate": "1997-08-08T00:00:00", - "requiredDate": "1997-09-05T00:00:00", - "shippedDate": "1997-08-14T00:00:00", - "shipVia": 1, - "freight": 43.9, - "shipName": "Ana Trujillo Emparedados y helados", - "shipAddress": { - "street": "Avda. de la Constitución 2222", - "city": "México D.F.", - "region": "", - "postalCode": "05021", - "country": "Mexico" - } - }, - { - "orderID": 10626, - "customerID": "BERGS", - "employeeID": 1, - "orderDate": "1997-08-11T00:00:00", - "requiredDate": "1997-09-08T00:00:00", - "shippedDate": "1997-08-20T00:00:00", - "shipVia": 2, - "freight": 138.69, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10627, - "customerID": "SAVEA", - "employeeID": 8, - "orderDate": "1997-08-11T00:00:00", - "requiredDate": "1997-09-22T00:00:00", - "shippedDate": "1997-08-21T00:00:00", - "shipVia": 3, - "freight": 107.46, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10628, - "customerID": "BLONP", - "employeeID": 4, - "orderDate": "1997-08-12T00:00:00", - "requiredDate": "1997-09-09T00:00:00", - "shippedDate": "1997-08-20T00:00:00", - "shipVia": 3, - "freight": 30.36, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10629, - "customerID": "GODOS", - "employeeID": 4, - "orderDate": "1997-08-12T00:00:00", - "requiredDate": "1997-09-09T00:00:00", - "shippedDate": "1997-08-20T00:00:00", - "shipVia": 3, - "freight": 85.46, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 10630, - "customerID": "KOENE", - "employeeID": 1, - "orderDate": "1997-08-13T00:00:00", - "requiredDate": "1997-09-10T00:00:00", - "shippedDate": "1997-08-19T00:00:00", - "shipVia": 2, - "freight": 32.35, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10631, - "customerID": "LAMAI", - "employeeID": 8, - "orderDate": "1997-08-14T00:00:00", - "requiredDate": "1997-09-11T00:00:00", - "shippedDate": "1997-08-15T00:00:00", - "shipVia": 1, - "freight": 0.87, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10632, - "customerID": "WANDK", - "employeeID": 8, - "orderDate": "1997-08-14T00:00:00", - "requiredDate": "1997-09-11T00:00:00", - "shippedDate": "1997-08-19T00:00:00", - "shipVia": 1, - "freight": 41.38, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10633, - "customerID": "ERNSH", - "employeeID": 7, - "orderDate": "1997-08-15T00:00:00", - "requiredDate": "1997-09-12T00:00:00", - "shippedDate": "1997-08-18T00:00:00", - "shipVia": 3, - "freight": 477.9, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10634, - "customerID": "FOLIG", - "employeeID": 4, - "orderDate": "1997-08-15T00:00:00", - "requiredDate": "1997-09-12T00:00:00", - "shippedDate": "1997-08-21T00:00:00", - "shipVia": 3, - "freight": 487.38, - "shipName": "Folies gourmandes", - "shipAddress": { - "street": "184, chaussée de Tournai", - "city": "Lille", - "region": "", - "postalCode": "59000", - "country": "France" - } - }, - { - "orderID": 10635, - "customerID": "MAGAA", - "employeeID": 8, - "orderDate": "1997-08-18T00:00:00", - "requiredDate": "1997-09-15T00:00:00", - "shippedDate": "1997-08-21T00:00:00", - "shipVia": 3, - "freight": 47.46, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10636, - "customerID": "WARTH", - "employeeID": 4, - "orderDate": "1997-08-19T00:00:00", - "requiredDate": "1997-09-16T00:00:00", - "shippedDate": "1997-08-26T00:00:00", - "shipVia": 1, - "freight": 1.15, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10637, - "customerID": "QUEEN", - "employeeID": 6, - "orderDate": "1997-08-19T00:00:00", - "requiredDate": "1997-09-16T00:00:00", - "shippedDate": "1997-08-26T00:00:00", - "shipVia": 1, - "freight": 201.29, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10638, - "customerID": "LINOD", - "employeeID": 3, - "orderDate": "1997-08-20T00:00:00", - "requiredDate": "1997-09-17T00:00:00", - "shippedDate": "1997-09-01T00:00:00", - "shipVia": 1, - "freight": 158.44, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10639, - "customerID": "SANTG", - "employeeID": 7, - "orderDate": "1997-08-20T00:00:00", - "requiredDate": "1997-09-17T00:00:00", - "shippedDate": "1997-08-27T00:00:00", - "shipVia": 3, - "freight": 38.64, - "shipName": "Santé Gourmet", - "shipAddress": { - "street": "Erling Skakkes gate 78", - "city": "Stavern", - "region": "", - "postalCode": "4110", - "country": "Norway" - } - }, - { - "orderID": 10640, - "customerID": "WANDK", - "employeeID": 4, - "orderDate": "1997-08-21T00:00:00", - "requiredDate": "1997-09-18T00:00:00", - "shippedDate": "1997-08-28T00:00:00", - "shipVia": 1, - "freight": 23.55, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10641, - "customerID": "HILAA", - "employeeID": 4, - "orderDate": "1997-08-22T00:00:00", - "requiredDate": "1997-09-19T00:00:00", - "shippedDate": "1997-08-26T00:00:00", - "shipVia": 2, - "freight": 179.61, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10642, - "customerID": "SIMOB", - "employeeID": 7, - "orderDate": "1997-08-22T00:00:00", - "requiredDate": "1997-09-19T00:00:00", - "shippedDate": "1997-09-05T00:00:00", - "shipVia": 3, - "freight": 41.89, - "shipName": "Simons bistro", - "shipAddress": { - "street": "Vinbæltet 34", - "city": "Kobenhavn", - "region": "", - "postalCode": "1734", - "country": "Denmark" - } - }, - { - "orderID": 10643, - "customerID": "ALFKI", - "employeeID": 6, - "orderDate": "1997-08-25T00:00:00", - "requiredDate": "1997-09-22T00:00:00", - "shippedDate": "1997-09-02T00:00:00", - "shipVia": 1, - "freight": 29.46, - "shipName": "Alfreds Futterkiste", - "shipAddress": { - "street": "Obere Str. 57", - "city": "Berlin", - "region": "", - "postalCode": "12209", - "country": "Germany" - } - }, - { - "orderID": 10644, - "customerID": "WELLI", - "employeeID": 3, - "orderDate": "1997-08-25T00:00:00", - "requiredDate": "1997-09-22T00:00:00", - "shippedDate": "1997-09-01T00:00:00", - "shipVia": 2, - "freight": 0.14, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10645, - "customerID": "HANAR", - "employeeID": 4, - "orderDate": "1997-08-26T00:00:00", - "requiredDate": "1997-09-23T00:00:00", - "shippedDate": "1997-09-02T00:00:00", - "shipVia": 1, - "freight": 12.41, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10646, - "customerID": "HUNGO", - "employeeID": 9, - "orderDate": "1997-08-27T00:00:00", - "requiredDate": "1997-10-08T00:00:00", - "shippedDate": "1997-09-03T00:00:00", - "shipVia": 3, - "freight": 142.33, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10647, - "customerID": "QUEDE", - "employeeID": 4, - "orderDate": "1997-08-27T00:00:00", - "requiredDate": "1997-09-10T00:00:00", - "shippedDate": "1997-09-03T00:00:00", - "shipVia": 2, - "freight": 45.54, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10648, - "customerID": "RICAR", - "employeeID": 5, - "orderDate": "1997-08-28T00:00:00", - "requiredDate": "1997-10-09T00:00:00", - "shippedDate": "1997-09-09T00:00:00", - "shipVia": 2, - "freight": 14.25, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10649, - "customerID": "MAISD", - "employeeID": 5, - "orderDate": "1997-08-28T00:00:00", - "requiredDate": "1997-09-25T00:00:00", - "shippedDate": "1997-08-29T00:00:00", - "shipVia": 3, - "freight": 6.2, - "shipName": "Maison Dewey", - "shipAddress": { - "street": "Rue Joseph-Bens 532", - "city": "Bruxelles", - "region": "", - "postalCode": "B-1180", - "country": "Belgium" - } - }, - { - "orderID": 10650, - "customerID": "FAMIA", - "employeeID": 5, - "orderDate": "1997-08-29T00:00:00", - "requiredDate": "1997-09-26T00:00:00", - "shippedDate": "1997-09-03T00:00:00", - "shipVia": 3, - "freight": 176.81, - "shipName": "Familia Arquibaldo", - "shipAddress": { - "street": "Rua Orós, 92", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05442-030", - "country": "Brazil" - } - }, - { - "orderID": 10651, - "customerID": "WANDK", - "employeeID": 8, - "orderDate": "1997-09-01T00:00:00", - "requiredDate": "1997-09-29T00:00:00", - "shippedDate": "1997-09-11T00:00:00", - "shipVia": 2, - "freight": 20.6, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10652, - "customerID": "GOURL", - "employeeID": 4, - "orderDate": "1997-09-01T00:00:00", - "requiredDate": "1997-09-29T00:00:00", - "shippedDate": "1997-09-08T00:00:00", - "shipVia": 2, - "freight": 7.14, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 10653, - "customerID": "FRANK", - "employeeID": 1, - "orderDate": "1997-09-02T00:00:00", - "requiredDate": "1997-09-30T00:00:00", - "shippedDate": "1997-09-19T00:00:00", - "shipVia": 1, - "freight": 93.25, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10654, - "customerID": "BERGS", - "employeeID": 5, - "orderDate": "1997-09-02T00:00:00", - "requiredDate": "1997-09-30T00:00:00", - "shippedDate": "1997-09-11T00:00:00", - "shipVia": 1, - "freight": 55.26, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10655, - "customerID": "REGGC", - "employeeID": 1, - "orderDate": "1997-09-03T00:00:00", - "requiredDate": "1997-10-01T00:00:00", - "shippedDate": "1997-09-11T00:00:00", - "shipVia": 2, - "freight": 4.41, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10656, - "customerID": "GREAL", - "employeeID": 6, - "orderDate": "1997-09-04T00:00:00", - "requiredDate": "1997-10-02T00:00:00", - "shippedDate": "1997-09-10T00:00:00", - "shipVia": 1, - "freight": 57.15, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 10657, - "customerID": "SAVEA", - "employeeID": 2, - "orderDate": "1997-09-04T00:00:00", - "requiredDate": "1997-10-02T00:00:00", - "shippedDate": "1997-09-15T00:00:00", - "shipVia": 2, - "freight": 352.69, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10658, - "customerID": "QUICK", - "employeeID": 4, - "orderDate": "1997-09-05T00:00:00", - "requiredDate": "1997-10-03T00:00:00", - "shippedDate": "1997-09-08T00:00:00", - "shipVia": 1, - "freight": 364.15, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10659, - "customerID": "QUEEN", - "employeeID": 7, - "orderDate": "1997-09-05T00:00:00", - "requiredDate": "1997-10-03T00:00:00", - "shippedDate": "1997-09-10T00:00:00", - "shipVia": 2, - "freight": 105.81, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10660, - "customerID": "HUNGC", - "employeeID": 8, - "orderDate": "1997-09-08T00:00:00", - "requiredDate": "1997-10-06T00:00:00", - "shippedDate": "1997-10-15T00:00:00", - "shipVia": 1, - "freight": 111.29, - "shipName": "Hungry Coyote Import Store", - "shipAddress": { - "street": "City Center Plaza 516 Main St.", - "city": "Elgin", - "region": "OR", - "postalCode": "97827", - "country": "USA" - } - }, - { - "orderID": 10661, - "customerID": "HUNGO", - "employeeID": 7, - "orderDate": "1997-09-09T00:00:00", - "requiredDate": "1997-10-07T00:00:00", - "shippedDate": "1997-09-15T00:00:00", - "shipVia": 3, - "freight": 17.55, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10662, - "customerID": "LONEP", - "employeeID": 3, - "orderDate": "1997-09-09T00:00:00", - "requiredDate": "1997-10-07T00:00:00", - "shippedDate": "1997-09-18T00:00:00", - "shipVia": 2, - "freight": 1.28, - "shipName": "Lonesome Pine Restaurant", - "shipAddress": { - "street": "89 Chiaroscuro Rd.", - "city": "Portland", - "region": "OR", - "postalCode": "97219", - "country": "USA" - } - }, - { - "orderID": 10663, - "customerID": "BONAP", - "employeeID": 2, - "orderDate": "1997-09-10T00:00:00", - "requiredDate": "1997-09-24T00:00:00", - "shippedDate": "1997-10-03T00:00:00", - "shipVia": 2, - "freight": 113.15, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10664, - "customerID": "FURIB", - "employeeID": 1, - "orderDate": "1997-09-10T00:00:00", - "requiredDate": "1997-10-08T00:00:00", - "shippedDate": "1997-09-19T00:00:00", - "shipVia": 3, - "freight": 1.27, - "shipName": "Furia Bacalhau e Frutos do Mar", - "shipAddress": { - "street": "Jardim das rosas n. 32", - "city": "Lisboa", - "region": "", - "postalCode": "1675", - "country": "Portugal" - } - }, - { - "orderID": 10665, - "customerID": "LONEP", - "employeeID": 1, - "orderDate": "1997-09-11T00:00:00", - "requiredDate": "1997-10-09T00:00:00", - "shippedDate": "1997-09-17T00:00:00", - "shipVia": 2, - "freight": 26.31, - "shipName": "Lonesome Pine Restaurant", - "shipAddress": { - "street": "89 Chiaroscuro Rd.", - "city": "Portland", - "region": "OR", - "postalCode": "97219", - "country": "USA" - } - }, - { - "orderID": 10666, - "customerID": "RICSU", - "employeeID": 7, - "orderDate": "1997-09-12T00:00:00", - "requiredDate": "1997-10-10T00:00:00", - "shippedDate": "1997-09-22T00:00:00", - "shipVia": 2, - "freight": 232.42, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 10667, - "customerID": "ERNSH", - "employeeID": 7, - "orderDate": "1997-09-12T00:00:00", - "requiredDate": "1997-10-10T00:00:00", - "shippedDate": "1997-09-19T00:00:00", - "shipVia": 1, - "freight": 78.09, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10668, - "customerID": "WANDK", - "employeeID": 1, - "orderDate": "1997-09-15T00:00:00", - "requiredDate": "1997-10-13T00:00:00", - "shippedDate": "1997-09-23T00:00:00", - "shipVia": 2, - "freight": 47.22, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 10669, - "customerID": "SIMOB", - "employeeID": 2, - "orderDate": "1997-09-15T00:00:00", - "requiredDate": "1997-10-13T00:00:00", - "shippedDate": "1997-09-22T00:00:00", - "shipVia": 1, - "freight": 24.39, - "shipName": "Simons bistro", - "shipAddress": { - "street": "Vinbæltet 34", - "city": "Kobenhavn", - "region": "", - "postalCode": "1734", - "country": "Denmark" - } - }, - { - "orderID": 10670, - "customerID": "FRANK", - "employeeID": 4, - "orderDate": "1997-09-16T00:00:00", - "requiredDate": "1997-10-14T00:00:00", - "shippedDate": "1997-09-18T00:00:00", - "shipVia": 1, - "freight": 203.48, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10671, - "customerID": "FRANR", - "employeeID": 1, - "orderDate": "1997-09-17T00:00:00", - "requiredDate": "1997-10-15T00:00:00", - "shippedDate": "1997-09-24T00:00:00", - "shipVia": 1, - "freight": 30.34, - "shipName": "France restauration", - "shipAddress": { - "street": "54, rue Royale", - "city": "Nantes", - "region": "", - "postalCode": "44000", - "country": "France" - } - }, - { - "orderID": 10672, - "customerID": "BERGS", - "employeeID": 9, - "orderDate": "1997-09-17T00:00:00", - "requiredDate": "1997-10-01T00:00:00", - "shippedDate": "1997-09-26T00:00:00", - "shipVia": 2, - "freight": 95.75, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10673, - "customerID": "WILMK", - "employeeID": 2, - "orderDate": "1997-09-18T00:00:00", - "requiredDate": "1997-10-16T00:00:00", - "shippedDate": "1997-09-19T00:00:00", - "shipVia": 1, - "freight": 22.76, - "shipName": "Wilman Kala", - "shipAddress": { - "street": "Keskuskatu 45", - "city": "Helsinki", - "region": "", - "postalCode": "21240", - "country": "Finland" - } - }, - { - "orderID": 10674, - "customerID": "ISLAT", - "employeeID": 4, - "orderDate": "1997-09-18T00:00:00", - "requiredDate": "1997-10-16T00:00:00", - "shippedDate": "1997-09-30T00:00:00", - "shipVia": 2, - "freight": 0.9, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10675, - "customerID": "FRANK", - "employeeID": 5, - "orderDate": "1997-09-19T00:00:00", - "requiredDate": "1997-10-17T00:00:00", - "shippedDate": "1997-09-23T00:00:00", - "shipVia": 2, - "freight": 31.85, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10676, - "customerID": "TORTU", - "employeeID": 2, - "orderDate": "1997-09-22T00:00:00", - "requiredDate": "1997-10-20T00:00:00", - "shippedDate": "1997-09-29T00:00:00", - "shipVia": 2, - "freight": 2.01, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10677, - "customerID": "ANTON", - "employeeID": 1, - "orderDate": "1997-09-22T00:00:00", - "requiredDate": "1997-10-20T00:00:00", - "shippedDate": "1997-09-26T00:00:00", - "shipVia": 3, - "freight": 4.03, - "shipName": "Antonio Moreno Taquería", - "shipAddress": { - "street": "Mataderos 2312", - "city": "México D.F.", - "region": "", - "postalCode": "05023", - "country": "Mexico" - } - }, - { - "orderID": 10678, - "customerID": "SAVEA", - "employeeID": 7, - "orderDate": "1997-09-23T00:00:00", - "requiredDate": "1997-10-21T00:00:00", - "shippedDate": "1997-10-16T00:00:00", - "shipVia": 3, - "freight": 388.98, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10679, - "customerID": "BLONP", - "employeeID": 8, - "orderDate": "1997-09-23T00:00:00", - "requiredDate": "1997-10-21T00:00:00", - "shippedDate": "1997-09-30T00:00:00", - "shipVia": 3, - "freight": 27.94, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10680, - "customerID": "OLDWO", - "employeeID": 1, - "orderDate": "1997-09-24T00:00:00", - "requiredDate": "1997-10-22T00:00:00", - "shippedDate": "1997-09-26T00:00:00", - "shipVia": 1, - "freight": 26.61, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10681, - "customerID": "GREAL", - "employeeID": 3, - "orderDate": "1997-09-25T00:00:00", - "requiredDate": "1997-10-23T00:00:00", - "shippedDate": "1997-09-30T00:00:00", - "shipVia": 3, - "freight": 76.13, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 10682, - "customerID": "ANTON", - "employeeID": 3, - "orderDate": "1997-09-25T00:00:00", - "requiredDate": "1997-10-23T00:00:00", - "shippedDate": "1997-10-01T00:00:00", - "shipVia": 2, - "freight": 36.13, - "shipName": "Antonio Moreno Taquería", - "shipAddress": { - "street": "Mataderos 2312", - "city": "México D.F.", - "region": "", - "postalCode": "05023", - "country": "Mexico" - } - }, - { - "orderID": 10683, - "customerID": "DUMON", - "employeeID": 2, - "orderDate": "1997-09-26T00:00:00", - "requiredDate": "1997-10-24T00:00:00", - "shippedDate": "1997-10-01T00:00:00", - "shipVia": 1, - "freight": 4.4, - "shipName": "Du monde entier", - "shipAddress": { - "street": "67, rue des Cinquante Otages", - "city": "Nantes", - "region": "", - "postalCode": "44000", - "country": "France" - } - }, - { - "orderID": 10684, - "customerID": "OTTIK", - "employeeID": 3, - "orderDate": "1997-09-26T00:00:00", - "requiredDate": "1997-10-24T00:00:00", - "shippedDate": "1997-09-30T00:00:00", - "shipVia": 1, - "freight": 145.63, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 10685, - "customerID": "GOURL", - "employeeID": 4, - "orderDate": "1997-09-29T00:00:00", - "requiredDate": "1997-10-13T00:00:00", - "shippedDate": "1997-10-03T00:00:00", - "shipVia": 2, - "freight": 33.75, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 10686, - "customerID": "PICCO", - "employeeID": 2, - "orderDate": "1997-09-30T00:00:00", - "requiredDate": "1997-10-28T00:00:00", - "shippedDate": "1997-10-08T00:00:00", - "shipVia": 1, - "freight": 96.5, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10687, - "customerID": "HUNGO", - "employeeID": 9, - "orderDate": "1997-09-30T00:00:00", - "requiredDate": "1997-10-28T00:00:00", - "shippedDate": "1997-10-30T00:00:00", - "shipVia": 2, - "freight": 296.43, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10688, - "customerID": "VAFFE", - "employeeID": 4, - "orderDate": "1997-10-01T00:00:00", - "requiredDate": "1997-10-15T00:00:00", - "shippedDate": "1997-10-07T00:00:00", - "shipVia": 2, - "freight": 299.09, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10689, - "customerID": "BERGS", - "employeeID": 1, - "orderDate": "1997-10-01T00:00:00", - "requiredDate": "1997-10-29T00:00:00", - "shippedDate": "1997-10-07T00:00:00", - "shipVia": 2, - "freight": 13.42, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10690, - "customerID": "HANAR", - "employeeID": 1, - "orderDate": "1997-10-02T00:00:00", - "requiredDate": "1997-10-30T00:00:00", - "shippedDate": "1997-10-03T00:00:00", - "shipVia": 1, - "freight": 15.8, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10691, - "customerID": "QUICK", - "employeeID": 2, - "orderDate": "1997-10-03T00:00:00", - "requiredDate": "1997-11-14T00:00:00", - "shippedDate": "1997-10-22T00:00:00", - "shipVia": 2, - "freight": 810.05, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10692, - "customerID": "ALFKI", - "employeeID": 4, - "orderDate": "1997-10-03T00:00:00", - "requiredDate": "1997-10-31T00:00:00", - "shippedDate": "1997-10-13T00:00:00", - "shipVia": 2, - "freight": 61.02, - "shipName": "Alfred's Futterkiste", - "shipAddress": { - "street": "Obere Str. 57", - "city": "Berlin", - "region": "", - "postalCode": "12209", - "country": "Germany" - } - }, - { - "orderID": 10693, - "customerID": "WHITC", - "employeeID": 3, - "orderDate": "1997-10-06T00:00:00", - "requiredDate": "1997-10-20T00:00:00", - "shippedDate": "1997-10-10T00:00:00", - "shipVia": 3, - "freight": 139.34, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10694, - "customerID": "QUICK", - "employeeID": 8, - "orderDate": "1997-10-06T00:00:00", - "requiredDate": "1997-11-03T00:00:00", - "shippedDate": "1997-10-09T00:00:00", - "shipVia": 3, - "freight": 398.36, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10695, - "customerID": "WILMK", - "employeeID": 7, - "orderDate": "1997-10-07T00:00:00", - "requiredDate": "1997-11-18T00:00:00", - "shippedDate": "1997-10-14T00:00:00", - "shipVia": 1, - "freight": 16.72, - "shipName": "Wilman Kala", - "shipAddress": { - "street": "Keskuskatu 45", - "city": "Helsinki", - "region": "", - "postalCode": "21240", - "country": "Finland" - } - }, - { - "orderID": 10696, - "customerID": "WHITC", - "employeeID": 8, - "orderDate": "1997-10-08T00:00:00", - "requiredDate": "1997-11-19T00:00:00", - "shippedDate": "1997-10-14T00:00:00", - "shipVia": 3, - "freight": 102.55, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10697, - "customerID": "LINOD", - "employeeID": 3, - "orderDate": "1997-10-08T00:00:00", - "requiredDate": "1997-11-05T00:00:00", - "shippedDate": "1997-10-14T00:00:00", - "shipVia": 1, - "freight": 45.52, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10698, - "customerID": "ERNSH", - "employeeID": 4, - "orderDate": "1997-10-09T00:00:00", - "requiredDate": "1997-11-06T00:00:00", - "shippedDate": "1997-10-17T00:00:00", - "shipVia": 1, - "freight": 272.47, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10699, - "customerID": "MORGK", - "employeeID": 3, - "orderDate": "1997-10-09T00:00:00", - "requiredDate": "1997-11-06T00:00:00", - "shippedDate": "1997-10-13T00:00:00", - "shipVia": 3, - "freight": 0.58, - "shipName": "Morgenstern Gesundkost", - "shipAddress": { - "street": "Heerstr. 22", - "city": "Leipzig", - "region": "", - "postalCode": "04179", - "country": "Germany" - } - }, - { - "orderID": 10700, - "customerID": "SAVEA", - "employeeID": 3, - "orderDate": "1997-10-10T00:00:00", - "requiredDate": "1997-11-07T00:00:00", - "shippedDate": "1997-10-16T00:00:00", - "shipVia": 1, - "freight": 65.1, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10701, - "customerID": "HUNGO", - "employeeID": 6, - "orderDate": "1997-10-13T00:00:00", - "requiredDate": "1997-10-27T00:00:00", - "shippedDate": "1997-10-15T00:00:00", - "shipVia": 3, - "freight": 220.31, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10702, - "customerID": "ALFKI", - "employeeID": 4, - "orderDate": "1997-10-13T00:00:00", - "requiredDate": "1997-11-24T00:00:00", - "shippedDate": "1997-10-21T00:00:00", - "shipVia": 1, - "freight": 23.94, - "shipName": "Alfred's Futterkiste", - "shipAddress": { - "street": "Obere Str. 57", - "city": "Berlin", - "region": "", - "postalCode": "12209", - "country": "Germany" - } - }, - { - "orderID": 10703, - "customerID": "FOLKO", - "employeeID": 6, - "orderDate": "1997-10-14T00:00:00", - "requiredDate": "1997-11-11T00:00:00", - "shippedDate": "1997-10-20T00:00:00", - "shipVia": 2, - "freight": 152.3, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10704, - "customerID": "QUEEN", - "employeeID": 6, - "orderDate": "1997-10-14T00:00:00", - "requiredDate": "1997-11-11T00:00:00", - "shippedDate": "1997-11-07T00:00:00", - "shipVia": 1, - "freight": 4.78, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10705, - "customerID": "HILAA", - "employeeID": 9, - "orderDate": "1997-10-15T00:00:00", - "requiredDate": "1997-11-12T00:00:00", - "shippedDate": "1997-11-18T00:00:00", - "shipVia": 2, - "freight": 3.52, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10706, - "customerID": "OLDWO", - "employeeID": 8, - "orderDate": "1997-10-16T00:00:00", - "requiredDate": "1997-11-13T00:00:00", - "shippedDate": "1997-10-21T00:00:00", - "shipVia": 3, - "freight": 135.63, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10707, - "customerID": "AROUT", - "employeeID": 4, - "orderDate": "1997-10-16T00:00:00", - "requiredDate": "1997-10-30T00:00:00", - "shippedDate": "1997-10-23T00:00:00", - "shipVia": 3, - "freight": 21.74, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10708, - "customerID": "THEBI", - "employeeID": 6, - "orderDate": "1997-10-17T00:00:00", - "requiredDate": "1997-11-28T00:00:00", - "shippedDate": "1997-11-05T00:00:00", - "shipVia": 2, - "freight": 2.96, - "shipName": "The Big Cheese", - "shipAddress": { - "street": "89 Jefferson Way Suite 2", - "city": "Portland", - "region": "OR", - "postalCode": "97201", - "country": "USA" - } - }, - { - "orderID": 10709, - "customerID": "GOURL", - "employeeID": 1, - "orderDate": "1997-10-17T00:00:00", - "requiredDate": "1997-11-14T00:00:00", - "shippedDate": "1997-11-20T00:00:00", - "shipVia": 3, - "freight": 210.8, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 10710, - "customerID": "FRANS", - "employeeID": 1, - "orderDate": "1997-10-20T00:00:00", - "requiredDate": "1997-11-17T00:00:00", - "shippedDate": "1997-10-23T00:00:00", - "shipVia": 1, - "freight": 4.98, - "shipName": "Franchi S.p.A.", - "shipAddress": { - "street": "Via Monte Bianco 34", - "city": "Torino", - "region": "", - "postalCode": "10100", - "country": "Italy" - } - }, - { - "orderID": 10711, - "customerID": "SAVEA", - "employeeID": 5, - "orderDate": "1997-10-21T00:00:00", - "requiredDate": "1997-12-02T00:00:00", - "shippedDate": "1997-10-29T00:00:00", - "shipVia": 2, - "freight": 52.41, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10712, - "customerID": "HUNGO", - "employeeID": 3, - "orderDate": "1997-10-21T00:00:00", - "requiredDate": "1997-11-18T00:00:00", - "shippedDate": "1997-10-31T00:00:00", - "shipVia": 1, - "freight": 89.93, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10713, - "customerID": "SAVEA", - "employeeID": 1, - "orderDate": "1997-10-22T00:00:00", - "requiredDate": "1997-11-19T00:00:00", - "shippedDate": "1997-10-24T00:00:00", - "shipVia": 1, - "freight": 167.05, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10714, - "customerID": "SAVEA", - "employeeID": 5, - "orderDate": "1997-10-22T00:00:00", - "requiredDate": "1997-11-19T00:00:00", - "shippedDate": "1997-10-27T00:00:00", - "shipVia": 3, - "freight": 24.49, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10715, - "customerID": "BONAP", - "employeeID": 3, - "orderDate": "1997-10-23T00:00:00", - "requiredDate": "1997-11-06T00:00:00", - "shippedDate": "1997-10-29T00:00:00", - "shipVia": 1, - "freight": 63.2, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10716, - "customerID": "RANCH", - "employeeID": 4, - "orderDate": "1997-10-24T00:00:00", - "requiredDate": "1997-11-21T00:00:00", - "shippedDate": "1997-10-27T00:00:00", - "shipVia": 2, - "freight": 22.57, - "shipName": "Rancho grande", - "shipAddress": { - "street": "Av. del Libertador 900", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10717, - "customerID": "FRANK", - "employeeID": 1, - "orderDate": "1997-10-24T00:00:00", - "requiredDate": "1997-11-21T00:00:00", - "shippedDate": "1997-10-29T00:00:00", - "shipVia": 2, - "freight": 59.25, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10718, - "customerID": "KOENE", - "employeeID": 1, - "orderDate": "1997-10-27T00:00:00", - "requiredDate": "1997-11-24T00:00:00", - "shippedDate": "1997-10-29T00:00:00", - "shipVia": 3, - "freight": 170.88, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10719, - "customerID": "LETSS", - "employeeID": 8, - "orderDate": "1997-10-27T00:00:00", - "requiredDate": "1997-11-24T00:00:00", - "shippedDate": "1997-11-05T00:00:00", - "shipVia": 2, - "freight": 51.44, - "shipName": "Let's Stop N Shop", - "shipAddress": { - "street": "87 Polk St. Suite 5", - "city": "San Francisco", - "region": "CA", - "postalCode": "94117", - "country": "USA" - } - }, - { - "orderID": 10720, - "customerID": "QUEDE", - "employeeID": 8, - "orderDate": "1997-10-28T00:00:00", - "requiredDate": "1997-11-11T00:00:00", - "shippedDate": "1997-11-05T00:00:00", - "shipVia": 2, - "freight": 9.53, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10721, - "customerID": "QUICK", - "employeeID": 5, - "orderDate": "1997-10-29T00:00:00", - "requiredDate": "1997-11-26T00:00:00", - "shippedDate": "1997-10-31T00:00:00", - "shipVia": 3, - "freight": 48.92, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10722, - "customerID": "SAVEA", - "employeeID": 8, - "orderDate": "1997-10-29T00:00:00", - "requiredDate": "1997-12-10T00:00:00", - "shippedDate": "1997-11-04T00:00:00", - "shipVia": 1, - "freight": 74.58, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10723, - "customerID": "WHITC", - "employeeID": 3, - "orderDate": "1997-10-30T00:00:00", - "requiredDate": "1997-11-27T00:00:00", - "shippedDate": "1997-11-25T00:00:00", - "shipVia": 1, - "freight": 21.72, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10724, - "customerID": "MEREP", - "employeeID": 8, - "orderDate": "1997-10-30T00:00:00", - "requiredDate": "1997-12-11T00:00:00", - "shippedDate": "1997-11-05T00:00:00", - "shipVia": 2, - "freight": 57.75, - "shipName": "Mère Paillarde", - "shipAddress": { - "street": "43 rue St. Laurent", - "city": "Montréal", - "region": "Québec", - "postalCode": "H1J 1C3", - "country": "Canada" - } - }, - { - "orderID": 10725, - "customerID": "FAMIA", - "employeeID": 4, - "orderDate": "1997-10-31T00:00:00", - "requiredDate": "1997-11-28T00:00:00", - "shippedDate": "1997-11-05T00:00:00", - "shipVia": 3, - "freight": 10.83, - "shipName": "Familia Arquibaldo", - "shipAddress": { - "street": "Rua Orós, 92", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05442-030", - "country": "Brazil" - } - }, - { - "orderID": 10726, - "customerID": "EASTC", - "employeeID": 4, - "orderDate": "1997-11-03T00:00:00", - "requiredDate": "1997-11-17T00:00:00", - "shippedDate": "1997-12-05T00:00:00", - "shipVia": 1, - "freight": 16.56, - "shipName": "Eastern Connection", - "shipAddress": { - "street": "35 King George", - "city": "London", - "region": "", - "postalCode": "WX3 6FW", - "country": "UK" - } - }, - { - "orderID": 10727, - "customerID": "REGGC", - "employeeID": 2, - "orderDate": "1997-11-03T00:00:00", - "requiredDate": "1997-12-01T00:00:00", - "shippedDate": "1997-12-05T00:00:00", - "shipVia": 1, - "freight": 89.9, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10728, - "customerID": "QUEEN", - "employeeID": 4, - "orderDate": "1997-11-04T00:00:00", - "requiredDate": "1997-12-02T00:00:00", - "shippedDate": "1997-11-11T00:00:00", - "shipVia": 2, - "freight": 58.33, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10729, - "customerID": "LINOD", - "employeeID": 8, - "orderDate": "1997-11-04T00:00:00", - "requiredDate": "1997-12-16T00:00:00", - "shippedDate": "1997-11-14T00:00:00", - "shipVia": 3, - "freight": 141.06, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10730, - "customerID": "BONAP", - "employeeID": 5, - "orderDate": "1997-11-05T00:00:00", - "requiredDate": "1997-12-03T00:00:00", - "shippedDate": "1997-11-14T00:00:00", - "shipVia": 1, - "freight": 20.12, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10731, - "customerID": "CHOPS", - "employeeID": 7, - "orderDate": "1997-11-06T00:00:00", - "requiredDate": "1997-12-04T00:00:00", - "shippedDate": "1997-11-14T00:00:00", - "shipVia": 1, - "freight": 96.65, - "shipName": "Chop-suey Chinese", - "shipAddress": { - "street": "Hauptstr. 31", - "city": "Bern", - "region": "", - "postalCode": "3012", - "country": "Switzerland" - } - }, - { - "orderID": 10732, - "customerID": "BONAP", - "employeeID": 3, - "orderDate": "1997-11-06T00:00:00", - "requiredDate": "1997-12-04T00:00:00", - "shippedDate": "1997-11-07T00:00:00", - "shipVia": 1, - "freight": 16.97, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10733, - "customerID": "BERGS", - "employeeID": 1, - "orderDate": "1997-11-07T00:00:00", - "requiredDate": "1997-12-05T00:00:00", - "shippedDate": "1997-11-10T00:00:00", - "shipVia": 3, - "freight": 110.11, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10734, - "customerID": "GOURL", - "employeeID": 2, - "orderDate": "1997-11-07T00:00:00", - "requiredDate": "1997-12-05T00:00:00", - "shippedDate": "1997-11-12T00:00:00", - "shipVia": 3, - "freight": 1.63, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 10735, - "customerID": "LETSS", - "employeeID": 6, - "orderDate": "1997-11-10T00:00:00", - "requiredDate": "1997-12-08T00:00:00", - "shippedDate": "1997-11-21T00:00:00", - "shipVia": 2, - "freight": 45.97, - "shipName": "Let's Stop N Shop", - "shipAddress": { - "street": "87 Polk St. Suite 5", - "city": "San Francisco", - "region": "CA", - "postalCode": "94117", - "country": "USA" - } - }, - { - "orderID": 10736, - "customerID": "HUNGO", - "employeeID": 9, - "orderDate": "1997-11-11T00:00:00", - "requiredDate": "1997-12-09T00:00:00", - "shippedDate": "1997-11-21T00:00:00", - "shipVia": 2, - "freight": 44.1, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10737, - "customerID": "VINET", - "employeeID": 2, - "orderDate": "1997-11-11T00:00:00", - "requiredDate": "1997-12-09T00:00:00", - "shippedDate": "1997-11-18T00:00:00", - "shipVia": 2, - "freight": 7.79, - "shipName": "Vins et alcools Chevalier", - "shipAddress": { - "street": "59 rue de l'Abbaye", - "city": "Reims", - "region": "", - "postalCode": "51100", - "country": "France" - } - }, - { - "orderID": 10738, - "customerID": "SPECD", - "employeeID": 2, - "orderDate": "1997-11-12T00:00:00", - "requiredDate": "1997-12-10T00:00:00", - "shippedDate": "1997-11-18T00:00:00", - "shipVia": 1, - "freight": 2.91, - "shipName": "Spécialités du monde", - "shipAddress": { - "street": "25, rue Lauriston", - "city": "Paris", - "region": "", - "postalCode": "75016", - "country": "France" - } - }, - { - "orderID": 10739, - "customerID": "VINET", - "employeeID": 3, - "orderDate": "1997-11-12T00:00:00", - "requiredDate": "1997-12-10T00:00:00", - "shippedDate": "1997-11-17T00:00:00", - "shipVia": 3, - "freight": 11.08, - "shipName": "Vins et alcools Chevalier", - "shipAddress": { - "street": "59 rue de l'Abbaye", - "city": "Reims", - "region": "", - "postalCode": "51100", - "country": "France" - } - }, - { - "orderID": 10740, - "customerID": "WHITC", - "employeeID": 4, - "orderDate": "1997-11-13T00:00:00", - "requiredDate": "1997-12-11T00:00:00", - "shippedDate": "1997-11-25T00:00:00", - "shipVia": 2, - "freight": 81.88, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10741, - "customerID": "AROUT", - "employeeID": 4, - "orderDate": "1997-11-14T00:00:00", - "requiredDate": "1997-11-28T00:00:00", - "shippedDate": "1997-11-18T00:00:00", - "shipVia": 3, - "freight": 10.96, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10742, - "customerID": "BOTTM", - "employeeID": 3, - "orderDate": "1997-11-14T00:00:00", - "requiredDate": "1997-12-12T00:00:00", - "shippedDate": "1997-11-18T00:00:00", - "shipVia": 3, - "freight": 243.73, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10743, - "customerID": "AROUT", - "employeeID": 1, - "orderDate": "1997-11-17T00:00:00", - "requiredDate": "1997-12-15T00:00:00", - "shippedDate": "1997-11-21T00:00:00", - "shipVia": 2, - "freight": 23.72, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10744, - "customerID": "VAFFE", - "employeeID": 6, - "orderDate": "1997-11-17T00:00:00", - "requiredDate": "1997-12-15T00:00:00", - "shippedDate": "1997-11-24T00:00:00", - "shipVia": 1, - "freight": 69.19, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10745, - "customerID": "QUICK", - "employeeID": 9, - "orderDate": "1997-11-18T00:00:00", - "requiredDate": "1997-12-16T00:00:00", - "shippedDate": "1997-11-27T00:00:00", - "shipVia": 1, - "freight": 3.52, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10746, - "customerID": "CHOPS", - "employeeID": 1, - "orderDate": "1997-11-19T00:00:00", - "requiredDate": "1997-12-17T00:00:00", - "shippedDate": "1997-11-21T00:00:00", - "shipVia": 3, - "freight": 31.43, - "shipName": "Chop-suey Chinese", - "shipAddress": { - "street": "Hauptstr. 31", - "city": "Bern", - "region": "", - "postalCode": "3012", - "country": "Switzerland" - } - }, - { - "orderID": 10747, - "customerID": "PICCO", - "employeeID": 6, - "orderDate": "1997-11-19T00:00:00", - "requiredDate": "1997-12-17T00:00:00", - "shippedDate": "1997-11-26T00:00:00", - "shipVia": 1, - "freight": 117.33, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10748, - "customerID": "SAVEA", - "employeeID": 3, - "orderDate": "1997-11-20T00:00:00", - "requiredDate": "1997-12-18T00:00:00", - "shippedDate": "1997-11-28T00:00:00", - "shipVia": 1, - "freight": 232.55, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10749, - "customerID": "ISLAT", - "employeeID": 4, - "orderDate": "1997-11-20T00:00:00", - "requiredDate": "1997-12-18T00:00:00", - "shippedDate": "1997-12-19T00:00:00", - "shipVia": 2, - "freight": 61.53, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10750, - "customerID": "WARTH", - "employeeID": 9, - "orderDate": "1997-11-21T00:00:00", - "requiredDate": "1997-12-19T00:00:00", - "shippedDate": "1997-11-24T00:00:00", - "shipVia": 1, - "freight": 79.3, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10751, - "customerID": "RICSU", - "employeeID": 3, - "orderDate": "1997-11-24T00:00:00", - "requiredDate": "1997-12-22T00:00:00", - "shippedDate": "1997-12-03T00:00:00", - "shipVia": 3, - "freight": 130.79, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 10752, - "customerID": "NORTS", - "employeeID": 2, - "orderDate": "1997-11-24T00:00:00", - "requiredDate": "1997-12-22T00:00:00", - "shippedDate": "1997-11-28T00:00:00", - "shipVia": 3, - "freight": 1.39, - "shipName": "North/South", - "shipAddress": { - "street": "South House 300 Queensbridge", - "city": "London", - "region": "", - "postalCode": "SW7 1RZ", - "country": "UK" - } - }, - { - "orderID": 10753, - "customerID": "FRANS", - "employeeID": 3, - "orderDate": "1997-11-25T00:00:00", - "requiredDate": "1997-12-23T00:00:00", - "shippedDate": "1997-11-27T00:00:00", - "shipVia": 1, - "freight": 7.7, - "shipName": "Franchi S.p.A.", - "shipAddress": { - "street": "Via Monte Bianco 34", - "city": "Torino", - "region": "", - "postalCode": "10100", - "country": "Italy" - } - }, - { - "orderID": 10754, - "customerID": "MAGAA", - "employeeID": 6, - "orderDate": "1997-11-25T00:00:00", - "requiredDate": "1997-12-23T00:00:00", - "shippedDate": "1997-11-27T00:00:00", - "shipVia": 3, - "freight": 2.38, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10755, - "customerID": "BONAP", - "employeeID": 4, - "orderDate": "1997-11-26T00:00:00", - "requiredDate": "1997-12-24T00:00:00", - "shippedDate": "1997-11-28T00:00:00", - "shipVia": 2, - "freight": 16.71, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10756, - "customerID": "SPLIR", - "employeeID": 8, - "orderDate": "1997-11-27T00:00:00", - "requiredDate": "1997-12-25T00:00:00", - "shippedDate": "1997-12-02T00:00:00", - "shipVia": 2, - "freight": 73.21, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10757, - "customerID": "SAVEA", - "employeeID": 6, - "orderDate": "1997-11-27T00:00:00", - "requiredDate": "1997-12-25T00:00:00", - "shippedDate": "1997-12-15T00:00:00", - "shipVia": 1, - "freight": 8.19, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10758, - "customerID": "RICSU", - "employeeID": 3, - "orderDate": "1997-11-28T00:00:00", - "requiredDate": "1997-12-26T00:00:00", - "shippedDate": "1997-12-04T00:00:00", - "shipVia": 3, - "freight": 138.17, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 10759, - "customerID": "ANATR", - "employeeID": 3, - "orderDate": "1997-11-28T00:00:00", - "requiredDate": "1997-12-26T00:00:00", - "shippedDate": "1997-12-12T00:00:00", - "shipVia": 3, - "freight": 11.99, - "shipName": "Ana Trujillo Emparedados y helados", - "shipAddress": { - "street": "Avda. de la Constitución 2222", - "city": "México D.F.", - "region": "", - "postalCode": "05021", - "country": "Mexico" - } - }, - { - "orderID": 10760, - "customerID": "MAISD", - "employeeID": 4, - "orderDate": "1997-12-01T00:00:00", - "requiredDate": "1997-12-29T00:00:00", - "shippedDate": "1997-12-10T00:00:00", - "shipVia": 1, - "freight": 155.64, - "shipName": "Maison Dewey", - "shipAddress": { - "street": "Rue Joseph-Bens 532", - "city": "Bruxelles", - "region": "", - "postalCode": "B-1180", - "country": "Belgium" - } - }, - { - "orderID": 10761, - "customerID": "RATTC", - "employeeID": 5, - "orderDate": "1997-12-02T00:00:00", - "requiredDate": "1997-12-30T00:00:00", - "shippedDate": "1997-12-08T00:00:00", - "shipVia": 2, - "freight": 18.66, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10762, - "customerID": "FOLKO", - "employeeID": 3, - "orderDate": "1997-12-02T00:00:00", - "requiredDate": "1997-12-30T00:00:00", - "shippedDate": "1997-12-09T00:00:00", - "shipVia": 1, - "freight": 328.74, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10763, - "customerID": "FOLIG", - "employeeID": 3, - "orderDate": "1997-12-03T00:00:00", - "requiredDate": "1997-12-31T00:00:00", - "shippedDate": "1997-12-08T00:00:00", - "shipVia": 3, - "freight": 37.35, - "shipName": "Folies gourmandes", - "shipAddress": { - "street": "184, chaussée de Tournai", - "city": "Lille", - "region": "", - "postalCode": "59000", - "country": "France" - } - }, - { - "orderID": 10764, - "customerID": "ERNSH", - "employeeID": 6, - "orderDate": "1997-12-03T00:00:00", - "requiredDate": "1997-12-31T00:00:00", - "shippedDate": "1997-12-08T00:00:00", - "shipVia": 3, - "freight": 145.45, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10765, - "customerID": "QUICK", - "employeeID": 3, - "orderDate": "1997-12-04T00:00:00", - "requiredDate": "1998-01-01T00:00:00", - "shippedDate": "1997-12-09T00:00:00", - "shipVia": 3, - "freight": 42.74, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10766, - "customerID": "OTTIK", - "employeeID": 4, - "orderDate": "1997-12-05T00:00:00", - "requiredDate": "1998-01-02T00:00:00", - "shippedDate": "1997-12-09T00:00:00", - "shipVia": 1, - "freight": 157.55, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 10767, - "customerID": "SUPRD", - "employeeID": 4, - "orderDate": "1997-12-05T00:00:00", - "requiredDate": "1998-01-02T00:00:00", - "shippedDate": "1997-12-15T00:00:00", - "shipVia": 3, - "freight": 1.59, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10768, - "customerID": "AROUT", - "employeeID": 3, - "orderDate": "1997-12-08T00:00:00", - "requiredDate": "1998-01-05T00:00:00", - "shippedDate": "1997-12-15T00:00:00", - "shipVia": 2, - "freight": 146.32, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10769, - "customerID": "VAFFE", - "employeeID": 3, - "orderDate": "1997-12-08T00:00:00", - "requiredDate": "1998-01-05T00:00:00", - "shippedDate": "1997-12-12T00:00:00", - "shipVia": 1, - "freight": 65.06, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10770, - "customerID": "HANAR", - "employeeID": 8, - "orderDate": "1997-12-09T00:00:00", - "requiredDate": "1998-01-06T00:00:00", - "shippedDate": "1997-12-17T00:00:00", - "shipVia": 3, - "freight": 5.32, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10771, - "customerID": "ERNSH", - "employeeID": 9, - "orderDate": "1997-12-10T00:00:00", - "requiredDate": "1998-01-07T00:00:00", - "shippedDate": "1998-01-02T00:00:00", - "shipVia": 2, - "freight": 11.19, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10772, - "customerID": "LEHMS", - "employeeID": 3, - "orderDate": "1997-12-10T00:00:00", - "requiredDate": "1998-01-07T00:00:00", - "shippedDate": "1997-12-19T00:00:00", - "shipVia": 2, - "freight": 91.28, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10773, - "customerID": "ERNSH", - "employeeID": 1, - "orderDate": "1997-12-11T00:00:00", - "requiredDate": "1998-01-08T00:00:00", - "shippedDate": "1997-12-16T00:00:00", - "shipVia": 3, - "freight": 96.43, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10774, - "customerID": "FOLKO", - "employeeID": 4, - "orderDate": "1997-12-11T00:00:00", - "requiredDate": "1997-12-25T00:00:00", - "shippedDate": "1997-12-12T00:00:00", - "shipVia": 1, - "freight": 48.2, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10775, - "customerID": "THECR", - "employeeID": 7, - "orderDate": "1997-12-12T00:00:00", - "requiredDate": "1998-01-09T00:00:00", - "shippedDate": "1997-12-26T00:00:00", - "shipVia": 1, - "freight": 20.25, - "shipName": "The Cracker Box", - "shipAddress": { - "street": "55 Grizzly Peak Rd.", - "city": "Butte", - "region": "MT", - "postalCode": "59801", - "country": "USA" - } - }, - { - "orderID": 10776, - "customerID": "ERNSH", - "employeeID": 1, - "orderDate": "1997-12-15T00:00:00", - "requiredDate": "1998-01-12T00:00:00", - "shippedDate": "1997-12-18T00:00:00", - "shipVia": 3, - "freight": 351.53, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10777, - "customerID": "GOURL", - "employeeID": 7, - "orderDate": "1997-12-15T00:00:00", - "requiredDate": "1997-12-29T00:00:00", - "shippedDate": "1998-01-21T00:00:00", - "shipVia": 2, - "freight": 3.01, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 10778, - "customerID": "BERGS", - "employeeID": 3, - "orderDate": "1997-12-16T00:00:00", - "requiredDate": "1998-01-13T00:00:00", - "shippedDate": "1997-12-24T00:00:00", - "shipVia": 1, - "freight": 6.79, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10779, - "customerID": "MORGK", - "employeeID": 3, - "orderDate": "1997-12-16T00:00:00", - "requiredDate": "1998-01-13T00:00:00", - "shippedDate": "1998-01-14T00:00:00", - "shipVia": 2, - "freight": 58.13, - "shipName": "Morgenstern Gesundkost", - "shipAddress": { - "street": "Heerstr. 22", - "city": "Leipzig", - "region": "", - "postalCode": "04179", - "country": "Germany" - } - }, - { - "orderID": 10780, - "customerID": "LILAS", - "employeeID": 2, - "orderDate": "1997-12-16T00:00:00", - "requiredDate": "1997-12-30T00:00:00", - "shippedDate": "1997-12-25T00:00:00", - "shipVia": 1, - "freight": 42.13, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10781, - "customerID": "WARTH", - "employeeID": 2, - "orderDate": "1997-12-17T00:00:00", - "requiredDate": "1998-01-14T00:00:00", - "shippedDate": "1997-12-19T00:00:00", - "shipVia": 3, - "freight": 73.16, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 10782, - "customerID": "CACTU", - "employeeID": 9, - "orderDate": "1997-12-17T00:00:00", - "requiredDate": "1998-01-14T00:00:00", - "shippedDate": "1997-12-22T00:00:00", - "shipVia": 3, - "freight": 1.1, - "shipName": "Cactus Comidas para llevar", - "shipAddress": { - "street": "Cerrito 333", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10783, - "customerID": "HANAR", - "employeeID": 4, - "orderDate": "1997-12-18T00:00:00", - "requiredDate": "1998-01-15T00:00:00", - "shippedDate": "1997-12-19T00:00:00", - "shipVia": 2, - "freight": 124.98, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10784, - "customerID": "MAGAA", - "employeeID": 4, - "orderDate": "1997-12-18T00:00:00", - "requiredDate": "1998-01-15T00:00:00", - "shippedDate": "1997-12-22T00:00:00", - "shipVia": 3, - "freight": 70.09, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10785, - "customerID": "GROSR", - "employeeID": 1, - "orderDate": "1997-12-18T00:00:00", - "requiredDate": "1998-01-15T00:00:00", - "shippedDate": "1997-12-24T00:00:00", - "shipVia": 3, - "freight": 1.51, - "shipName": "GROSELLA-Restaurante", - "shipAddress": { - "street": "5ª Ave. Los Palos Grandes", - "city": "Caracas", - "region": "DF", - "postalCode": "1081", - "country": "Venezuela" - } - }, - { - "orderID": 10786, - "customerID": "QUEEN", - "employeeID": 8, - "orderDate": "1997-12-19T00:00:00", - "requiredDate": "1998-01-16T00:00:00", - "shippedDate": "1997-12-23T00:00:00", - "shipVia": 1, - "freight": 110.87, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10787, - "customerID": "LAMAI", - "employeeID": 2, - "orderDate": "1997-12-19T00:00:00", - "requiredDate": "1998-01-02T00:00:00", - "shippedDate": "1997-12-26T00:00:00", - "shipVia": 1, - "freight": 249.93, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10788, - "customerID": "QUICK", - "employeeID": 1, - "orderDate": "1997-12-22T00:00:00", - "requiredDate": "1998-01-19T00:00:00", - "shippedDate": "1998-01-19T00:00:00", - "shipVia": 2, - "freight": 42.7, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10789, - "customerID": "FOLIG", - "employeeID": 1, - "orderDate": "1997-12-22T00:00:00", - "requiredDate": "1998-01-19T00:00:00", - "shippedDate": "1997-12-31T00:00:00", - "shipVia": 2, - "freight": 100.6, - "shipName": "Folies gourmandes", - "shipAddress": { - "street": "184, chaussée de Tournai", - "city": "Lille", - "region": "", - "postalCode": "59000", - "country": "France" - } - }, - { - "orderID": 10790, - "customerID": "GOURL", - "employeeID": 6, - "orderDate": "1997-12-22T00:00:00", - "requiredDate": "1998-01-19T00:00:00", - "shippedDate": "1997-12-26T00:00:00", - "shipVia": 1, - "freight": 28.23, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 10791, - "customerID": "FRANK", - "employeeID": 6, - "orderDate": "1997-12-23T00:00:00", - "requiredDate": "1998-01-20T00:00:00", - "shippedDate": "1998-01-01T00:00:00", - "shipVia": 2, - "freight": 16.85, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10792, - "customerID": "WOLZA", - "employeeID": 1, - "orderDate": "1997-12-23T00:00:00", - "requiredDate": "1998-01-20T00:00:00", - "shippedDate": "1997-12-31T00:00:00", - "shipVia": 3, - "freight": 23.79, - "shipName": "Wolski Zajazd", - "shipAddress": { - "street": "ul. Filtrowa 68", - "city": "Warszawa", - "region": "", - "postalCode": "01-012", - "country": "Poland" - } - }, - { - "orderID": 10793, - "customerID": "AROUT", - "employeeID": 3, - "orderDate": "1997-12-24T00:00:00", - "requiredDate": "1998-01-21T00:00:00", - "shippedDate": "1998-01-08T00:00:00", - "shipVia": 3, - "freight": 4.52, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10794, - "customerID": "QUEDE", - "employeeID": 6, - "orderDate": "1997-12-24T00:00:00", - "requiredDate": "1998-01-21T00:00:00", - "shippedDate": "1998-01-02T00:00:00", - "shipVia": 1, - "freight": 21.49, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10795, - "customerID": "ERNSH", - "employeeID": 8, - "orderDate": "1997-12-24T00:00:00", - "requiredDate": "1998-01-21T00:00:00", - "shippedDate": "1998-01-20T00:00:00", - "shipVia": 2, - "freight": 126.66, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10796, - "customerID": "HILAA", - "employeeID": 3, - "orderDate": "1997-12-25T00:00:00", - "requiredDate": "1998-01-22T00:00:00", - "shippedDate": "1998-01-14T00:00:00", - "shipVia": 1, - "freight": 26.52, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10797, - "customerID": "DRACD", - "employeeID": 7, - "orderDate": "1997-12-25T00:00:00", - "requiredDate": "1998-01-22T00:00:00", - "shippedDate": "1998-01-05T00:00:00", - "shipVia": 2, - "freight": 33.35, - "shipName": "Drachenblut Delikatessen", - "shipAddress": { - "street": "Walserweg 21", - "city": "Aachen", - "region": "", - "postalCode": "52066", - "country": "Germany" - } - }, - { - "orderID": 10798, - "customerID": "ISLAT", - "employeeID": 2, - "orderDate": "1997-12-26T00:00:00", - "requiredDate": "1998-01-23T00:00:00", - "shippedDate": "1998-01-05T00:00:00", - "shipVia": 1, - "freight": 2.33, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10799, - "customerID": "KOENE", - "employeeID": 9, - "orderDate": "1997-12-26T00:00:00", - "requiredDate": "1998-02-06T00:00:00", - "shippedDate": "1998-01-05T00:00:00", - "shipVia": 3, - "freight": 30.76, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10800, - "customerID": "SEVES", - "employeeID": 1, - "orderDate": "1997-12-26T00:00:00", - "requiredDate": "1998-01-23T00:00:00", - "shippedDate": "1998-01-05T00:00:00", - "shipVia": 3, - "freight": 137.44, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10801, - "customerID": "BOLID", - "employeeID": 4, - "orderDate": "1997-12-29T00:00:00", - "requiredDate": "1998-01-26T00:00:00", - "shippedDate": "1997-12-31T00:00:00", - "shipVia": 2, - "freight": 97.09, - "shipName": "Bólido Comidas preparadas", - "shipAddress": { - "street": "C/ Araquil, 67", - "city": "Madrid", - "region": "", - "postalCode": "28023", - "country": "Spain" - } - }, - { - "orderID": 10802, - "customerID": "SIMOB", - "employeeID": 4, - "orderDate": "1997-12-29T00:00:00", - "requiredDate": "1998-01-26T00:00:00", - "shippedDate": "1998-01-02T00:00:00", - "shipVia": 2, - "freight": 257.26, - "shipName": "Simons bistro", - "shipAddress": { - "street": "Vinbæltet 34", - "city": "Kobenhavn", - "region": "", - "postalCode": "1734", - "country": "Denmark" - } - }, - { - "orderID": 10803, - "customerID": "WELLI", - "employeeID": 4, - "orderDate": "1997-12-30T00:00:00", - "requiredDate": "1998-01-27T00:00:00", - "shippedDate": "1998-01-06T00:00:00", - "shipVia": 1, - "freight": 55.23, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10804, - "customerID": "SEVES", - "employeeID": 6, - "orderDate": "1997-12-30T00:00:00", - "requiredDate": "1998-01-27T00:00:00", - "shippedDate": "1998-01-07T00:00:00", - "shipVia": 2, - "freight": 27.33, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10805, - "customerID": "THEBI", - "employeeID": 2, - "orderDate": "1997-12-30T00:00:00", - "requiredDate": "1998-01-27T00:00:00", - "shippedDate": "1998-01-09T00:00:00", - "shipVia": 3, - "freight": 237.34, - "shipName": "The Big Cheese", - "shipAddress": { - "street": "89 Jefferson Way Suite 2", - "city": "Portland", - "region": "OR", - "postalCode": "97201", - "country": "USA" - } - }, - { - "orderID": 10806, - "customerID": "VICTE", - "employeeID": 3, - "orderDate": "1997-12-31T00:00:00", - "requiredDate": "1998-01-28T00:00:00", - "shippedDate": "1998-01-05T00:00:00", - "shipVia": 2, - "freight": 22.11, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10807, - "customerID": "FRANS", - "employeeID": 4, - "orderDate": "1997-12-31T00:00:00", - "requiredDate": "1998-01-28T00:00:00", - "shippedDate": "1998-01-30T00:00:00", - "shipVia": 1, - "freight": 1.36, - "shipName": "Franchi S.p.A.", - "shipAddress": { - "street": "Via Monte Bianco 34", - "city": "Torino", - "region": "", - "postalCode": "10100", - "country": "Italy" - } - }, - { - "orderID": 10808, - "customerID": "OLDWO", - "employeeID": 2, - "orderDate": "1998-01-01T00:00:00", - "requiredDate": "1998-01-29T00:00:00", - "shippedDate": "1998-01-09T00:00:00", - "shipVia": 3, - "freight": 45.53, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10809, - "customerID": "WELLI", - "employeeID": 7, - "orderDate": "1998-01-01T00:00:00", - "requiredDate": "1998-01-29T00:00:00", - "shippedDate": "1998-01-07T00:00:00", - "shipVia": 1, - "freight": 4.87, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10810, - "customerID": "LAUGB", - "employeeID": 2, - "orderDate": "1998-01-01T00:00:00", - "requiredDate": "1998-01-29T00:00:00", - "shippedDate": "1998-01-07T00:00:00", - "shipVia": 3, - "freight": 4.33, - "shipName": "Laughing Bacchus Wine Cellars", - "shipAddress": { - "street": "2319 Elm St.", - "city": "Vancouver", - "region": "BC", - "postalCode": "V3F 2K1", - "country": "Canada" - } - }, - { - "orderID": 10811, - "customerID": "LINOD", - "employeeID": 8, - "orderDate": "1998-01-02T00:00:00", - "requiredDate": "1998-01-30T00:00:00", - "shippedDate": "1998-01-08T00:00:00", - "shipVia": 1, - "freight": 31.22, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10812, - "customerID": "REGGC", - "employeeID": 5, - "orderDate": "1998-01-02T00:00:00", - "requiredDate": "1998-01-30T00:00:00", - "shippedDate": "1998-01-12T00:00:00", - "shipVia": 1, - "freight": 59.78, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10813, - "customerID": "RICAR", - "employeeID": 1, - "orderDate": "1998-01-05T00:00:00", - "requiredDate": "1998-02-02T00:00:00", - "shippedDate": "1998-01-09T00:00:00", - "shipVia": 1, - "freight": 47.38, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10814, - "customerID": "VICTE", - "employeeID": 3, - "orderDate": "1998-01-05T00:00:00", - "requiredDate": "1998-02-02T00:00:00", - "shippedDate": "1998-01-14T00:00:00", - "shipVia": 3, - "freight": 130.94, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10815, - "customerID": "SAVEA", - "employeeID": 2, - "orderDate": "1998-01-05T00:00:00", - "requiredDate": "1998-02-02T00:00:00", - "shippedDate": "1998-01-14T00:00:00", - "shipVia": 3, - "freight": 14.62, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10816, - "customerID": "GREAL", - "employeeID": 4, - "orderDate": "1998-01-06T00:00:00", - "requiredDate": "1998-02-03T00:00:00", - "shippedDate": "1998-02-04T00:00:00", - "shipVia": 2, - "freight": 719.78, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 10817, - "customerID": "KOENE", - "employeeID": 3, - "orderDate": "1998-01-06T00:00:00", - "requiredDate": "1998-01-20T00:00:00", - "shippedDate": "1998-01-13T00:00:00", - "shipVia": 2, - "freight": 306.07, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10818, - "customerID": "MAGAA", - "employeeID": 7, - "orderDate": "1998-01-07T00:00:00", - "requiredDate": "1998-02-04T00:00:00", - "shippedDate": "1998-01-12T00:00:00", - "shipVia": 3, - "freight": 65.48, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10819, - "customerID": "CACTU", - "employeeID": 2, - "orderDate": "1998-01-07T00:00:00", - "requiredDate": "1998-02-04T00:00:00", - "shippedDate": "1998-01-16T00:00:00", - "shipVia": 3, - "freight": 19.76, - "shipName": "Cactus Comidas para llevar", - "shipAddress": { - "street": "Cerrito 333", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10820, - "customerID": "RATTC", - "employeeID": 3, - "orderDate": "1998-01-07T00:00:00", - "requiredDate": "1998-02-04T00:00:00", - "shippedDate": "1998-01-13T00:00:00", - "shipVia": 2, - "freight": 37.52, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10821, - "customerID": "SPLIR", - "employeeID": 1, - "orderDate": "1998-01-08T00:00:00", - "requiredDate": "1998-02-05T00:00:00", - "shippedDate": "1998-01-15T00:00:00", - "shipVia": 1, - "freight": 36.68, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10822, - "customerID": "TRAIH", - "employeeID": 6, - "orderDate": "1998-01-08T00:00:00", - "requiredDate": "1998-02-05T00:00:00", - "shippedDate": "1998-01-16T00:00:00", - "shipVia": 3, - "freight": 7, - "shipName": "Trail's Head Gourmet Provisioners", - "shipAddress": { - "street": "722 DaVinci Blvd.", - "city": "Kirkland", - "region": "WA", - "postalCode": "98034", - "country": "USA" - } - }, - { - "orderID": 10823, - "customerID": "LILAS", - "employeeID": 5, - "orderDate": "1998-01-09T00:00:00", - "requiredDate": "1998-02-06T00:00:00", - "shippedDate": "1998-01-13T00:00:00", - "shipVia": 2, - "freight": 163.97, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10824, - "customerID": "FOLKO", - "employeeID": 8, - "orderDate": "1998-01-09T00:00:00", - "requiredDate": "1998-02-06T00:00:00", - "shippedDate": "1998-01-30T00:00:00", - "shipVia": 1, - "freight": 1.23, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10825, - "customerID": "DRACD", - "employeeID": 1, - "orderDate": "1998-01-09T00:00:00", - "requiredDate": "1998-02-06T00:00:00", - "shippedDate": "1998-01-14T00:00:00", - "shipVia": 1, - "freight": 79.25, - "shipName": "Drachenblut Delikatessen", - "shipAddress": { - "street": "Walserweg 21", - "city": "Aachen", - "region": "", - "postalCode": "52066", - "country": "Germany" - } - }, - { - "orderID": 10826, - "customerID": "BLONP", - "employeeID": 6, - "orderDate": "1998-01-12T00:00:00", - "requiredDate": "1998-02-09T00:00:00", - "shippedDate": "1998-02-06T00:00:00", - "shipVia": 1, - "freight": 7.09, - "shipName": "Blondel père et fils", - "shipAddress": { - "street": "24, place Kléber", - "city": "Strasbourg", - "region": "", - "postalCode": "67000", - "country": "France" - } - }, - { - "orderID": 10827, - "customerID": "BONAP", - "employeeID": 1, - "orderDate": "1998-01-12T00:00:00", - "requiredDate": "1998-01-26T00:00:00", - "shippedDate": "1998-02-06T00:00:00", - "shipVia": 2, - "freight": 63.54, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10828, - "customerID": "RANCH", - "employeeID": 9, - "orderDate": "1998-01-13T00:00:00", - "requiredDate": "1998-01-27T00:00:00", - "shippedDate": "1998-02-04T00:00:00", - "shipVia": 1, - "freight": 90.85, - "shipName": "Rancho grande", - "shipAddress": { - "street": "Av. del Libertador 900", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10829, - "customerID": "ISLAT", - "employeeID": 9, - "orderDate": "1998-01-13T00:00:00", - "requiredDate": "1998-02-10T00:00:00", - "shippedDate": "1998-01-23T00:00:00", - "shipVia": 1, - "freight": 154.72, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10830, - "customerID": "TRADH", - "employeeID": 4, - "orderDate": "1998-01-13T00:00:00", - "requiredDate": "1998-02-24T00:00:00", - "shippedDate": "1998-01-21T00:00:00", - "shipVia": 2, - "freight": 81.83, - "shipName": "Tradiçao Hipermercados", - "shipAddress": { - "street": "Av. Inês de Castro, 414", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05634-030", - "country": "Brazil" - } - }, - { - "orderID": 10831, - "customerID": "SANTG", - "employeeID": 3, - "orderDate": "1998-01-14T00:00:00", - "requiredDate": "1998-02-11T00:00:00", - "shippedDate": "1998-01-23T00:00:00", - "shipVia": 2, - "freight": 72.19, - "shipName": "Santé Gourmet", - "shipAddress": { - "street": "Erling Skakkes gate 78", - "city": "Stavern", - "region": "", - "postalCode": "4110", - "country": "Norway" - } - }, - { - "orderID": 10832, - "customerID": "LAMAI", - "employeeID": 2, - "orderDate": "1998-01-14T00:00:00", - "requiredDate": "1998-02-11T00:00:00", - "shippedDate": "1998-01-19T00:00:00", - "shipVia": 2, - "freight": 43.26, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10833, - "customerID": "OTTIK", - "employeeID": 6, - "orderDate": "1998-01-15T00:00:00", - "requiredDate": "1998-02-12T00:00:00", - "shippedDate": "1998-01-23T00:00:00", - "shipVia": 2, - "freight": 71.49, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 10834, - "customerID": "TRADH", - "employeeID": 1, - "orderDate": "1998-01-15T00:00:00", - "requiredDate": "1998-02-12T00:00:00", - "shippedDate": "1998-01-19T00:00:00", - "shipVia": 3, - "freight": 29.78, - "shipName": "Tradiçao Hipermercados", - "shipAddress": { - "street": "Av. Inês de Castro, 414", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05634-030", - "country": "Brazil" - } - }, - { - "orderID": 10835, - "customerID": "ALFKI", - "employeeID": 1, - "orderDate": "1998-01-15T00:00:00", - "requiredDate": "1998-02-12T00:00:00", - "shippedDate": "1998-01-21T00:00:00", - "shipVia": 3, - "freight": 69.53, - "shipName": "Alfred's Futterkiste", - "shipAddress": { - "street": "Obere Str. 57", - "city": "Berlin", - "region": "", - "postalCode": "12209", - "country": "Germany" - } - }, - { - "orderID": 10836, - "customerID": "ERNSH", - "employeeID": 7, - "orderDate": "1998-01-16T00:00:00", - "requiredDate": "1998-02-13T00:00:00", - "shippedDate": "1998-01-21T00:00:00", - "shipVia": 1, - "freight": 411.88, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10837, - "customerID": "BERGS", - "employeeID": 9, - "orderDate": "1998-01-16T00:00:00", - "requiredDate": "1998-02-13T00:00:00", - "shippedDate": "1998-01-23T00:00:00", - "shipVia": 3, - "freight": 13.32, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10838, - "customerID": "LINOD", - "employeeID": 3, - "orderDate": "1998-01-19T00:00:00", - "requiredDate": "1998-02-16T00:00:00", - "shippedDate": "1998-01-23T00:00:00", - "shipVia": 3, - "freight": 59.28, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10839, - "customerID": "TRADH", - "employeeID": 3, - "orderDate": "1998-01-19T00:00:00", - "requiredDate": "1998-02-16T00:00:00", - "shippedDate": "1998-01-22T00:00:00", - "shipVia": 3, - "freight": 35.43, - "shipName": "Tradiçao Hipermercados", - "shipAddress": { - "street": "Av. Inês de Castro, 414", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05634-030", - "country": "Brazil" - } - }, - { - "orderID": 10840, - "customerID": "LINOD", - "employeeID": 4, - "orderDate": "1998-01-19T00:00:00", - "requiredDate": "1998-03-02T00:00:00", - "shippedDate": "1998-02-16T00:00:00", - "shipVia": 2, - "freight": 2.71, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10841, - "customerID": "SUPRD", - "employeeID": 5, - "orderDate": "1998-01-20T00:00:00", - "requiredDate": "1998-02-17T00:00:00", - "shippedDate": "1998-01-29T00:00:00", - "shipVia": 2, - "freight": 424.3, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10842, - "customerID": "TORTU", - "employeeID": 1, - "orderDate": "1998-01-20T00:00:00", - "requiredDate": "1998-02-17T00:00:00", - "shippedDate": "1998-01-29T00:00:00", - "shipVia": 3, - "freight": 54.42, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10843, - "customerID": "VICTE", - "employeeID": 4, - "orderDate": "1998-01-21T00:00:00", - "requiredDate": "1998-02-18T00:00:00", - "shippedDate": "1998-01-26T00:00:00", - "shipVia": 2, - "freight": 9.26, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10844, - "customerID": "PICCO", - "employeeID": 8, - "orderDate": "1998-01-21T00:00:00", - "requiredDate": "1998-02-18T00:00:00", - "shippedDate": "1998-01-26T00:00:00", - "shipVia": 2, - "freight": 25.22, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 10845, - "customerID": "QUICK", - "employeeID": 8, - "orderDate": "1998-01-21T00:00:00", - "requiredDate": "1998-02-04T00:00:00", - "shippedDate": "1998-01-30T00:00:00", - "shipVia": 1, - "freight": 212.98, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10846, - "customerID": "SUPRD", - "employeeID": 2, - "orderDate": "1998-01-22T00:00:00", - "requiredDate": "1998-03-05T00:00:00", - "shippedDate": "1998-01-23T00:00:00", - "shipVia": 3, - "freight": 56.46, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10847, - "customerID": "SAVEA", - "employeeID": 4, - "orderDate": "1998-01-22T00:00:00", - "requiredDate": "1998-02-05T00:00:00", - "shippedDate": "1998-02-10T00:00:00", - "shipVia": 3, - "freight": 487.57, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10848, - "customerID": "CONSH", - "employeeID": 7, - "orderDate": "1998-01-23T00:00:00", - "requiredDate": "1998-02-20T00:00:00", - "shippedDate": "1998-01-29T00:00:00", - "shipVia": 2, - "freight": 38.24, - "shipName": "Consolidated Holdings", - "shipAddress": { - "street": "Berkeley Gardens 12 Brewery", - "city": "London", - "region": "", - "postalCode": "WX1 6LT", - "country": "UK" - } - }, - { - "orderID": 10849, - "customerID": "KOENE", - "employeeID": 9, - "orderDate": "1998-01-23T00:00:00", - "requiredDate": "1998-02-20T00:00:00", - "shippedDate": "1998-01-30T00:00:00", - "shipVia": 2, - "freight": 0.56, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10850, - "customerID": "VICTE", - "employeeID": 1, - "orderDate": "1998-01-23T00:00:00", - "requiredDate": "1998-03-06T00:00:00", - "shippedDate": "1998-01-30T00:00:00", - "shipVia": 1, - "freight": 49.19, - "shipName": "Victuailles en stock", - "shipAddress": { - "street": "2, rue du Commerce", - "city": "Lyon", - "region": "", - "postalCode": "69004", - "country": "France" - } - }, - { - "orderID": 10851, - "customerID": "RICAR", - "employeeID": 5, - "orderDate": "1998-01-26T00:00:00", - "requiredDate": "1998-02-23T00:00:00", - "shippedDate": "1998-02-02T00:00:00", - "shipVia": 1, - "freight": 160.55, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10852, - "customerID": "RATTC", - "employeeID": 8, - "orderDate": "1998-01-26T00:00:00", - "requiredDate": "1998-02-09T00:00:00", - "shippedDate": "1998-01-30T00:00:00", - "shipVia": 1, - "freight": 174.05, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10853, - "customerID": "BLAUS", - "employeeID": 9, - "orderDate": "1998-01-27T00:00:00", - "requiredDate": "1998-02-24T00:00:00", - "shippedDate": "1998-02-03T00:00:00", - "shipVia": 2, - "freight": 53.83, - "shipName": "Blauer See Delikatessen", - "shipAddress": { - "street": "Forsterstr. 57", - "city": "Mannheim", - "region": "", - "postalCode": "68306", - "country": "Germany" - } - }, - { - "orderID": 10854, - "customerID": "ERNSH", - "employeeID": 3, - "orderDate": "1998-01-27T00:00:00", - "requiredDate": "1998-02-24T00:00:00", - "shippedDate": "1998-02-05T00:00:00", - "shipVia": 2, - "freight": 100.22, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10855, - "customerID": "OLDWO", - "employeeID": 3, - "orderDate": "1998-01-27T00:00:00", - "requiredDate": "1998-02-24T00:00:00", - "shippedDate": "1998-02-04T00:00:00", - "shipVia": 1, - "freight": 170.97, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10856, - "customerID": "ANTON", - "employeeID": 3, - "orderDate": "1998-01-28T00:00:00", - "requiredDate": "1998-02-25T00:00:00", - "shippedDate": "1998-02-10T00:00:00", - "shipVia": 2, - "freight": 58.43, - "shipName": "Antonio Moreno Taquería", - "shipAddress": { - "street": "Mataderos 2312", - "city": "México D.F.", - "region": "", - "postalCode": "05023", - "country": "Mexico" - } - }, - { - "orderID": 10857, - "customerID": "BERGS", - "employeeID": 8, - "orderDate": "1998-01-28T00:00:00", - "requiredDate": "1998-02-25T00:00:00", - "shippedDate": "1998-02-06T00:00:00", - "shipVia": 2, - "freight": 188.85, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10858, - "customerID": "LACOR", - "employeeID": 2, - "orderDate": "1998-01-29T00:00:00", - "requiredDate": "1998-02-26T00:00:00", - "shippedDate": "1998-02-03T00:00:00", - "shipVia": 1, - "freight": 52.51, - "shipName": "La corne d'abondance", - "shipAddress": { - "street": "67, avenue de l'Europe", - "city": "Versailles", - "region": "", - "postalCode": "78000", - "country": "France" - } - }, - { - "orderID": 10859, - "customerID": "FRANK", - "employeeID": 1, - "orderDate": "1998-01-29T00:00:00", - "requiredDate": "1998-02-26T00:00:00", - "shippedDate": "1998-02-02T00:00:00", - "shipVia": 2, - "freight": 76.1, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10860, - "customerID": "FRANR", - "employeeID": 3, - "orderDate": "1998-01-29T00:00:00", - "requiredDate": "1998-02-26T00:00:00", - "shippedDate": "1998-02-04T00:00:00", - "shipVia": 3, - "freight": 19.26, - "shipName": "France restauration", - "shipAddress": { - "street": "54, rue Royale", - "city": "Nantes", - "region": "", - "postalCode": "44000", - "country": "France" - } - }, - { - "orderID": 10861, - "customerID": "WHITC", - "employeeID": 4, - "orderDate": "1998-01-30T00:00:00", - "requiredDate": "1998-02-27T00:00:00", - "shippedDate": "1998-02-17T00:00:00", - "shipVia": 2, - "freight": 14.93, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10862, - "customerID": "LEHMS", - "employeeID": 8, - "orderDate": "1998-01-30T00:00:00", - "requiredDate": "1998-03-13T00:00:00", - "shippedDate": "1998-02-02T00:00:00", - "shipVia": 2, - "freight": 53.23, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10863, - "customerID": "HILAA", - "employeeID": 4, - "orderDate": "1998-02-02T00:00:00", - "requiredDate": "1998-03-02T00:00:00", - "shippedDate": "1998-02-17T00:00:00", - "shipVia": 2, - "freight": 30.26, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10864, - "customerID": "AROUT", - "employeeID": 4, - "orderDate": "1998-02-02T00:00:00", - "requiredDate": "1998-03-02T00:00:00", - "shippedDate": "1998-02-09T00:00:00", - "shipVia": 2, - "freight": 3.04, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10865, - "customerID": "QUICK", - "employeeID": 2, - "orderDate": "1998-02-02T00:00:00", - "requiredDate": "1998-02-16T00:00:00", - "shippedDate": "1998-02-12T00:00:00", - "shipVia": 1, - "freight": 348.14, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10866, - "customerID": "BERGS", - "employeeID": 5, - "orderDate": "1998-02-03T00:00:00", - "requiredDate": "1998-03-03T00:00:00", - "shippedDate": "1998-02-12T00:00:00", - "shipVia": 1, - "freight": 109.11, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10867, - "customerID": "LONEP", - "employeeID": 6, - "orderDate": "1998-02-03T00:00:00", - "requiredDate": "1998-03-17T00:00:00", - "shippedDate": "1998-02-11T00:00:00", - "shipVia": 1, - "freight": 1.93, - "shipName": "Lonesome Pine Restaurant", - "shipAddress": { - "street": "89 Chiaroscuro Rd.", - "city": "Portland", - "region": "OR", - "postalCode": "97219", - "country": "USA" - } - }, - { - "orderID": 10868, - "customerID": "QUEEN", - "employeeID": 7, - "orderDate": "1998-02-04T00:00:00", - "requiredDate": "1998-03-04T00:00:00", - "shippedDate": "1998-02-23T00:00:00", - "shipVia": 2, - "freight": 191.27, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10869, - "customerID": "SEVES", - "employeeID": 5, - "orderDate": "1998-02-04T00:00:00", - "requiredDate": "1998-03-04T00:00:00", - "shippedDate": "1998-02-09T00:00:00", - "shipVia": 1, - "freight": 143.28, - "shipName": "Seven Seas Imports", - "shipAddress": { - "street": "90 Wadhurst Rd.", - "city": "London", - "region": "", - "postalCode": "OX15 4NB", - "country": "UK" - } - }, - { - "orderID": 10870, - "customerID": "WOLZA", - "employeeID": 5, - "orderDate": "1998-02-04T00:00:00", - "requiredDate": "1998-03-04T00:00:00", - "shippedDate": "1998-02-13T00:00:00", - "shipVia": 3, - "freight": 12.04, - "shipName": "Wolski Zajazd", - "shipAddress": { - "street": "ul. Filtrowa 68", - "city": "Warszawa", - "region": "", - "postalCode": "01-012", - "country": "Poland" - } - }, - { - "orderID": 10871, - "customerID": "BONAP", - "employeeID": 9, - "orderDate": "1998-02-05T00:00:00", - "requiredDate": "1998-03-05T00:00:00", - "shippedDate": "1998-02-10T00:00:00", - "shipVia": 2, - "freight": 112.27, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10872, - "customerID": "GODOS", - "employeeID": 5, - "orderDate": "1998-02-05T00:00:00", - "requiredDate": "1998-03-05T00:00:00", - "shippedDate": "1998-02-09T00:00:00", - "shipVia": 2, - "freight": 175.32, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 10873, - "customerID": "WILMK", - "employeeID": 4, - "orderDate": "1998-02-06T00:00:00", - "requiredDate": "1998-03-06T00:00:00", - "shippedDate": "1998-02-09T00:00:00", - "shipVia": 1, - "freight": 0.82, - "shipName": "Wilman Kala", - "shipAddress": { - "street": "Keskuskatu 45", - "city": "Helsinki", - "region": "", - "postalCode": "21240", - "country": "Finland" - } - }, - { - "orderID": 10874, - "customerID": "GODOS", - "employeeID": 5, - "orderDate": "1998-02-06T00:00:00", - "requiredDate": "1998-03-06T00:00:00", - "shippedDate": "1998-02-11T00:00:00", - "shipVia": 2, - "freight": 19.58, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 10875, - "customerID": "BERGS", - "employeeID": 4, - "orderDate": "1998-02-06T00:00:00", - "requiredDate": "1998-03-06T00:00:00", - "shippedDate": "1998-03-03T00:00:00", - "shipVia": 2, - "freight": 32.37, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10876, - "customerID": "BONAP", - "employeeID": 7, - "orderDate": "1998-02-09T00:00:00", - "requiredDate": "1998-03-09T00:00:00", - "shippedDate": "1998-02-12T00:00:00", - "shipVia": 3, - "freight": 60.42, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10877, - "customerID": "RICAR", - "employeeID": 1, - "orderDate": "1998-02-09T00:00:00", - "requiredDate": "1998-03-09T00:00:00", - "shippedDate": "1998-02-19T00:00:00", - "shipVia": 1, - "freight": 38.06, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 10878, - "customerID": "QUICK", - "employeeID": 4, - "orderDate": "1998-02-10T00:00:00", - "requiredDate": "1998-03-10T00:00:00", - "shippedDate": "1998-02-12T00:00:00", - "shipVia": 1, - "freight": 46.69, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10879, - "customerID": "WILMK", - "employeeID": 3, - "orderDate": "1998-02-10T00:00:00", - "requiredDate": "1998-03-10T00:00:00", - "shippedDate": "1998-02-12T00:00:00", - "shipVia": 3, - "freight": 8.5, - "shipName": "Wilman Kala", - "shipAddress": { - "street": "Keskuskatu 45", - "city": "Helsinki", - "region": "", - "postalCode": "21240", - "country": "Finland" - } - }, - { - "orderID": 10880, - "customerID": "FOLKO", - "employeeID": 7, - "orderDate": "1998-02-10T00:00:00", - "requiredDate": "1998-03-24T00:00:00", - "shippedDate": "1998-02-18T00:00:00", - "shipVia": 1, - "freight": 88.01, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10881, - "customerID": "CACTU", - "employeeID": 4, - "orderDate": "1998-02-11T00:00:00", - "requiredDate": "1998-03-11T00:00:00", - "shippedDate": "1998-02-18T00:00:00", - "shipVia": 1, - "freight": 2.84, - "shipName": "Cactus Comidas para llevar", - "shipAddress": { - "street": "Cerrito 333", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10882, - "customerID": "SAVEA", - "employeeID": 4, - "orderDate": "1998-02-11T00:00:00", - "requiredDate": "1998-03-11T00:00:00", - "shippedDate": "1998-02-20T00:00:00", - "shipVia": 3, - "freight": 23.1, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10883, - "customerID": "LONEP", - "employeeID": 8, - "orderDate": "1998-02-12T00:00:00", - "requiredDate": "1998-03-12T00:00:00", - "shippedDate": "1998-02-20T00:00:00", - "shipVia": 3, - "freight": 0.53, - "shipName": "Lonesome Pine Restaurant", - "shipAddress": { - "street": "89 Chiaroscuro Rd.", - "city": "Portland", - "region": "OR", - "postalCode": "97219", - "country": "USA" - } - }, - { - "orderID": 10884, - "customerID": "LETSS", - "employeeID": 4, - "orderDate": "1998-02-12T00:00:00", - "requiredDate": "1998-03-12T00:00:00", - "shippedDate": "1998-02-13T00:00:00", - "shipVia": 2, - "freight": 90.97, - "shipName": "Let's Stop N Shop", - "shipAddress": { - "street": "87 Polk St. Suite 5", - "city": "San Francisco", - "region": "CA", - "postalCode": "94117", - "country": "USA" - } - }, - { - "orderID": 10885, - "customerID": "SUPRD", - "employeeID": 6, - "orderDate": "1998-02-12T00:00:00", - "requiredDate": "1998-03-12T00:00:00", - "shippedDate": "1998-02-18T00:00:00", - "shipVia": 3, - "freight": 5.64, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10886, - "customerID": "HANAR", - "employeeID": 1, - "orderDate": "1998-02-13T00:00:00", - "requiredDate": "1998-03-13T00:00:00", - "shippedDate": "1998-03-02T00:00:00", - "shipVia": 1, - "freight": 4.99, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10887, - "customerID": "GALED", - "employeeID": 8, - "orderDate": "1998-02-13T00:00:00", - "requiredDate": "1998-03-13T00:00:00", - "shippedDate": "1998-02-16T00:00:00", - "shipVia": 3, - "freight": 1.25, - "shipName": "Galería del gastronómo", - "shipAddress": { - "street": "Rambla de Cataluña, 23", - "city": "Barcelona", - "region": "", - "postalCode": "8022", - "country": "Spain" - } - }, - { - "orderID": 10888, - "customerID": "GODOS", - "employeeID": 1, - "orderDate": "1998-02-16T00:00:00", - "requiredDate": "1998-03-16T00:00:00", - "shippedDate": "1998-02-23T00:00:00", - "shipVia": 2, - "freight": 51.87, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 10889, - "customerID": "RATTC", - "employeeID": 9, - "orderDate": "1998-02-16T00:00:00", - "requiredDate": "1998-03-16T00:00:00", - "shippedDate": "1998-02-23T00:00:00", - "shipVia": 3, - "freight": 280.61, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10890, - "customerID": "DUMON", - "employeeID": 7, - "orderDate": "1998-02-16T00:00:00", - "requiredDate": "1998-03-16T00:00:00", - "shippedDate": "1998-02-18T00:00:00", - "shipVia": 1, - "freight": 32.76, - "shipName": "Du monde entier", - "shipAddress": { - "street": "67, rue des Cinquante Otages", - "city": "Nantes", - "region": "", - "postalCode": "44000", - "country": "France" - } - }, - { - "orderID": 10891, - "customerID": "LEHMS", - "employeeID": 7, - "orderDate": "1998-02-17T00:00:00", - "requiredDate": "1998-03-17T00:00:00", - "shippedDate": "1998-02-19T00:00:00", - "shipVia": 2, - "freight": 20.37, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10892, - "customerID": "MAISD", - "employeeID": 4, - "orderDate": "1998-02-17T00:00:00", - "requiredDate": "1998-03-17T00:00:00", - "shippedDate": "1998-02-19T00:00:00", - "shipVia": 2, - "freight": 120.27, - "shipName": "Maison Dewey", - "shipAddress": { - "street": "Rue Joseph-Bens 532", - "city": "Bruxelles", - "region": "", - "postalCode": "B-1180", - "country": "Belgium" - } - }, - { - "orderID": 10893, - "customerID": "KOENE", - "employeeID": 9, - "orderDate": "1998-02-18T00:00:00", - "requiredDate": "1998-03-18T00:00:00", - "shippedDate": "1998-02-20T00:00:00", - "shipVia": 2, - "freight": 77.78, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 10894, - "customerID": "SAVEA", - "employeeID": 1, - "orderDate": "1998-02-18T00:00:00", - "requiredDate": "1998-03-18T00:00:00", - "shippedDate": "1998-02-20T00:00:00", - "shipVia": 1, - "freight": 116.13, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10895, - "customerID": "ERNSH", - "employeeID": 3, - "orderDate": "1998-02-18T00:00:00", - "requiredDate": "1998-03-18T00:00:00", - "shippedDate": "1998-02-23T00:00:00", - "shipVia": 1, - "freight": 162.75, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10896, - "customerID": "MAISD", - "employeeID": 7, - "orderDate": "1998-02-19T00:00:00", - "requiredDate": "1998-03-19T00:00:00", - "shippedDate": "1998-02-27T00:00:00", - "shipVia": 3, - "freight": 32.45, - "shipName": "Maison Dewey", - "shipAddress": { - "street": "Rue Joseph-Bens 532", - "city": "Bruxelles", - "region": "", - "postalCode": "B-1180", - "country": "Belgium" - } - }, - { - "orderID": 10897, - "customerID": "HUNGO", - "employeeID": 3, - "orderDate": "1998-02-19T00:00:00", - "requiredDate": "1998-03-19T00:00:00", - "shippedDate": "1998-02-25T00:00:00", - "shipVia": 2, - "freight": 603.54, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10898, - "customerID": "OCEAN", - "employeeID": 4, - "orderDate": "1998-02-20T00:00:00", - "requiredDate": "1998-03-20T00:00:00", - "shippedDate": "1998-03-06T00:00:00", - "shipVia": 2, - "freight": 1.27, - "shipName": "Océano Atlántico Ltda.", - "shipAddress": { - "street": "Ing. Gustavo Moncada 8585 Piso 20-A", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10899, - "customerID": "LILAS", - "employeeID": 5, - "orderDate": "1998-02-20T00:00:00", - "requiredDate": "1998-03-20T00:00:00", - "shippedDate": "1998-02-26T00:00:00", - "shipVia": 3, - "freight": 1.21, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10900, - "customerID": "WELLI", - "employeeID": 1, - "orderDate": "1998-02-20T00:00:00", - "requiredDate": "1998-03-20T00:00:00", - "shippedDate": "1998-03-04T00:00:00", - "shipVia": 2, - "freight": 1.66, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10901, - "customerID": "HILAA", - "employeeID": 4, - "orderDate": "1998-02-23T00:00:00", - "requiredDate": "1998-03-23T00:00:00", - "shippedDate": "1998-02-26T00:00:00", - "shipVia": 1, - "freight": 62.09, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10902, - "customerID": "FOLKO", - "employeeID": 1, - "orderDate": "1998-02-23T00:00:00", - "requiredDate": "1998-03-23T00:00:00", - "shippedDate": "1998-03-03T00:00:00", - "shipVia": 1, - "freight": 44.15, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10903, - "customerID": "HANAR", - "employeeID": 3, - "orderDate": "1998-02-24T00:00:00", - "requiredDate": "1998-03-24T00:00:00", - "shippedDate": "1998-03-04T00:00:00", - "shipVia": 3, - "freight": 36.71, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10904, - "customerID": "WHITC", - "employeeID": 3, - "orderDate": "1998-02-24T00:00:00", - "requiredDate": "1998-03-24T00:00:00", - "shippedDate": "1998-02-27T00:00:00", - "shipVia": 3, - "freight": 162.95, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 10905, - "customerID": "WELLI", - "employeeID": 9, - "orderDate": "1998-02-24T00:00:00", - "requiredDate": "1998-03-24T00:00:00", - "shippedDate": "1998-03-06T00:00:00", - "shipVia": 2, - "freight": 13.72, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10906, - "customerID": "WOLZA", - "employeeID": 4, - "orderDate": "1998-02-25T00:00:00", - "requiredDate": "1998-03-11T00:00:00", - "shippedDate": "1998-03-03T00:00:00", - "shipVia": 3, - "freight": 26.29, - "shipName": "Wolski Zajazd", - "shipAddress": { - "street": "ul. Filtrowa 68", - "city": "Warszawa", - "region": "", - "postalCode": "01-012", - "country": "Poland" - } - }, - { - "orderID": 10907, - "customerID": "SPECD", - "employeeID": 6, - "orderDate": "1998-02-25T00:00:00", - "requiredDate": "1998-03-25T00:00:00", - "shippedDate": "1998-02-27T00:00:00", - "shipVia": 3, - "freight": 9.19, - "shipName": "Spécialités du monde", - "shipAddress": { - "street": "25, rue Lauriston", - "city": "Paris", - "region": "", - "postalCode": "75016", - "country": "France" - } - }, - { - "orderID": 10908, - "customerID": "REGGC", - "employeeID": 4, - "orderDate": "1998-02-26T00:00:00", - "requiredDate": "1998-03-26T00:00:00", - "shippedDate": "1998-03-06T00:00:00", - "shipVia": 2, - "freight": 32.96, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10909, - "customerID": "SANTG", - "employeeID": 1, - "orderDate": "1998-02-26T00:00:00", - "requiredDate": "1998-03-26T00:00:00", - "shippedDate": "1998-03-10T00:00:00", - "shipVia": 2, - "freight": 53.05, - "shipName": "Santé Gourmet", - "shipAddress": { - "street": "Erling Skakkes gate 78", - "city": "Stavern", - "region": "", - "postalCode": "4110", - "country": "Norway" - } - }, - { - "orderID": 10910, - "customerID": "WILMK", - "employeeID": 1, - "orderDate": "1998-02-26T00:00:00", - "requiredDate": "1998-03-26T00:00:00", - "shippedDate": "1998-03-04T00:00:00", - "shipVia": 3, - "freight": 38.11, - "shipName": "Wilman Kala", - "shipAddress": { - "street": "Keskuskatu 45", - "city": "Helsinki", - "region": "", - "postalCode": "21240", - "country": "Finland" - } - }, - { - "orderID": 10911, - "customerID": "GODOS", - "employeeID": 3, - "orderDate": "1998-02-26T00:00:00", - "requiredDate": "1998-03-26T00:00:00", - "shippedDate": "1998-03-05T00:00:00", - "shipVia": 1, - "freight": 38.19, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 10912, - "customerID": "HUNGO", - "employeeID": 2, - "orderDate": "1998-02-26T00:00:00", - "requiredDate": "1998-03-26T00:00:00", - "shippedDate": "1998-03-18T00:00:00", - "shipVia": 2, - "freight": 580.91, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10913, - "customerID": "QUEEN", - "employeeID": 4, - "orderDate": "1998-02-26T00:00:00", - "requiredDate": "1998-03-26T00:00:00", - "shippedDate": "1998-03-04T00:00:00", - "shipVia": 1, - "freight": 33.05, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10914, - "customerID": "QUEEN", - "employeeID": 6, - "orderDate": "1998-02-27T00:00:00", - "requiredDate": "1998-03-27T00:00:00", - "shippedDate": "1998-03-02T00:00:00", - "shipVia": 1, - "freight": 21.19, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10915, - "customerID": "TORTU", - "employeeID": 2, - "orderDate": "1998-02-27T00:00:00", - "requiredDate": "1998-03-27T00:00:00", - "shippedDate": "1998-03-02T00:00:00", - "shipVia": 2, - "freight": 3.51, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10916, - "customerID": "RANCH", - "employeeID": 1, - "orderDate": "1998-02-27T00:00:00", - "requiredDate": "1998-03-27T00:00:00", - "shippedDate": "1998-03-09T00:00:00", - "shipVia": 2, - "freight": 63.77, - "shipName": "Rancho grande", - "shipAddress": { - "street": "Av. del Libertador 900", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10917, - "customerID": "ROMEY", - "employeeID": 4, - "orderDate": "1998-03-02T00:00:00", - "requiredDate": "1998-03-30T00:00:00", - "shippedDate": "1998-03-11T00:00:00", - "shipVia": 2, - "freight": 8.29, - "shipName": "Romero y tomillo", - "shipAddress": { - "street": "Gran Vía, 1", - "city": "Madrid", - "region": "", - "postalCode": "28001", - "country": "Spain" - } - }, - { - "orderID": 10918, - "customerID": "BOTTM", - "employeeID": 3, - "orderDate": "1998-03-02T00:00:00", - "requiredDate": "1998-03-30T00:00:00", - "shippedDate": "1998-03-11T00:00:00", - "shipVia": 3, - "freight": 48.83, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10919, - "customerID": "LINOD", - "employeeID": 2, - "orderDate": "1998-03-02T00:00:00", - "requiredDate": "1998-03-30T00:00:00", - "shippedDate": "1998-03-04T00:00:00", - "shipVia": 2, - "freight": 19.8, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10920, - "customerID": "AROUT", - "employeeID": 4, - "orderDate": "1998-03-03T00:00:00", - "requiredDate": "1998-03-31T00:00:00", - "shippedDate": "1998-03-09T00:00:00", - "shipVia": 2, - "freight": 29.61, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10921, - "customerID": "VAFFE", - "employeeID": 1, - "orderDate": "1998-03-03T00:00:00", - "requiredDate": "1998-04-14T00:00:00", - "shippedDate": "1998-03-09T00:00:00", - "shipVia": 1, - "freight": 176.48, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10922, - "customerID": "HANAR", - "employeeID": 5, - "orderDate": "1998-03-03T00:00:00", - "requiredDate": "1998-03-31T00:00:00", - "shippedDate": "1998-03-05T00:00:00", - "shipVia": 3, - "freight": 62.74, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10923, - "customerID": "LAMAI", - "employeeID": 7, - "orderDate": "1998-03-03T00:00:00", - "requiredDate": "1998-04-14T00:00:00", - "shippedDate": "1998-03-13T00:00:00", - "shipVia": 3, - "freight": 68.26, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 10924, - "customerID": "BERGS", - "employeeID": 3, - "orderDate": "1998-03-04T00:00:00", - "requiredDate": "1998-04-01T00:00:00", - "shippedDate": "1998-04-08T00:00:00", - "shipVia": 2, - "freight": 151.52, - "shipName": "Berglunds snabbköp", - "shipAddress": { - "street": "Berguvsvägen 8", - "city": "Luleå", - "region": "", - "postalCode": "S-958 22", - "country": "Sweden" - } - }, - { - "orderID": 10925, - "customerID": "HANAR", - "employeeID": 3, - "orderDate": "1998-03-04T00:00:00", - "requiredDate": "1998-04-01T00:00:00", - "shippedDate": "1998-03-13T00:00:00", - "shipVia": 1, - "freight": 2.27, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10926, - "customerID": "ANATR", - "employeeID": 4, - "orderDate": "1998-03-04T00:00:00", - "requiredDate": "1998-04-01T00:00:00", - "shippedDate": "1998-03-11T00:00:00", - "shipVia": 3, - "freight": 39.92, - "shipName": "Ana Trujillo Emparedados y helados", - "shipAddress": { - "street": "Avda. de la Constitución 2222", - "city": "México D.F.", - "region": "", - "postalCode": "05021", - "country": "Mexico" - } - }, - { - "orderID": 10927, - "customerID": "LACOR", - "employeeID": 4, - "orderDate": "1998-03-05T00:00:00", - "requiredDate": "1998-04-02T00:00:00", - "shippedDate": "1998-04-08T00:00:00", - "shipVia": 1, - "freight": 19.79, - "shipName": "La corne d'abondance", - "shipAddress": { - "street": "67, avenue de l'Europe", - "city": "Versailles", - "region": "", - "postalCode": "78000", - "country": "France" - } - }, - { - "orderID": 10928, - "customerID": "GALED", - "employeeID": 1, - "orderDate": "1998-03-05T00:00:00", - "requiredDate": "1998-04-02T00:00:00", - "shippedDate": "1998-03-18T00:00:00", - "shipVia": 1, - "freight": 1.36, - "shipName": "Galería del gastronómo", - "shipAddress": { - "street": "Rambla de Cataluña, 23", - "city": "Barcelona", - "region": "", - "postalCode": "8022", - "country": "Spain" - } - }, - { - "orderID": 10929, - "customerID": "FRANK", - "employeeID": 6, - "orderDate": "1998-03-05T00:00:00", - "requiredDate": "1998-04-02T00:00:00", - "shippedDate": "1998-03-12T00:00:00", - "shipVia": 1, - "freight": 33.93, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 10930, - "customerID": "SUPRD", - "employeeID": 4, - "orderDate": "1998-03-06T00:00:00", - "requiredDate": "1998-04-17T00:00:00", - "shippedDate": "1998-03-18T00:00:00", - "shipVia": 3, - "freight": 15.55, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 10931, - "customerID": "RICSU", - "employeeID": 4, - "orderDate": "1998-03-06T00:00:00", - "requiredDate": "1998-03-20T00:00:00", - "shippedDate": "1998-03-19T00:00:00", - "shipVia": 2, - "freight": 13.6, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 10932, - "customerID": "BONAP", - "employeeID": 8, - "orderDate": "1998-03-06T00:00:00", - "requiredDate": "1998-04-03T00:00:00", - "shippedDate": "1998-03-24T00:00:00", - "shipVia": 1, - "freight": 134.64, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10933, - "customerID": "ISLAT", - "employeeID": 6, - "orderDate": "1998-03-06T00:00:00", - "requiredDate": "1998-04-03T00:00:00", - "shippedDate": "1998-03-16T00:00:00", - "shipVia": 3, - "freight": 54.15, - "shipName": "Island Trading", - "shipAddress": { - "street": "Garden House Crowther Way", - "city": "Cowes", - "region": "Isle of Wight", - "postalCode": "PO31 7PJ", - "country": "UK" - } - }, - { - "orderID": 10934, - "customerID": "LEHMS", - "employeeID": 3, - "orderDate": "1998-03-09T00:00:00", - "requiredDate": "1998-04-06T00:00:00", - "shippedDate": "1998-03-12T00:00:00", - "shipVia": 3, - "freight": 32.01, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 10935, - "customerID": "WELLI", - "employeeID": 4, - "orderDate": "1998-03-09T00:00:00", - "requiredDate": "1998-04-06T00:00:00", - "shippedDate": "1998-03-18T00:00:00", - "shipVia": 3, - "freight": 47.59, - "shipName": "Wellington Importadora", - "shipAddress": { - "street": "Rua do Mercado, 12", - "city": "Resende", - "region": "SP", - "postalCode": "08737-363", - "country": "Brazil" - } - }, - { - "orderID": 10936, - "customerID": "GREAL", - "employeeID": 3, - "orderDate": "1998-03-09T00:00:00", - "requiredDate": "1998-04-06T00:00:00", - "shippedDate": "1998-03-18T00:00:00", - "shipVia": 2, - "freight": 33.68, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 10937, - "customerID": "CACTU", - "employeeID": 7, - "orderDate": "1998-03-10T00:00:00", - "requiredDate": "1998-03-24T00:00:00", - "shippedDate": "1998-03-13T00:00:00", - "shipVia": 3, - "freight": 31.51, - "shipName": "Cactus Comidas para llevar", - "shipAddress": { - "street": "Cerrito 333", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10938, - "customerID": "QUICK", - "employeeID": 3, - "orderDate": "1998-03-10T00:00:00", - "requiredDate": "1998-04-07T00:00:00", - "shippedDate": "1998-03-16T00:00:00", - "shipVia": 2, - "freight": 31.89, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10939, - "customerID": "MAGAA", - "employeeID": 2, - "orderDate": "1998-03-10T00:00:00", - "requiredDate": "1998-04-07T00:00:00", - "shippedDate": "1998-03-13T00:00:00", - "shipVia": 2, - "freight": 76.33, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10940, - "customerID": "BONAP", - "employeeID": 8, - "orderDate": "1998-03-11T00:00:00", - "requiredDate": "1998-04-08T00:00:00", - "shippedDate": "1998-03-23T00:00:00", - "shipVia": 3, - "freight": 19.77, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 10941, - "customerID": "SAVEA", - "employeeID": 7, - "orderDate": "1998-03-11T00:00:00", - "requiredDate": "1998-04-08T00:00:00", - "shippedDate": "1998-03-20T00:00:00", - "shipVia": 2, - "freight": 400.81, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10942, - "customerID": "REGGC", - "employeeID": 9, - "orderDate": "1998-03-11T00:00:00", - "requiredDate": "1998-04-08T00:00:00", - "shippedDate": "1998-03-18T00:00:00", - "shipVia": 3, - "freight": 17.95, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 10943, - "customerID": "BSBEV", - "employeeID": 4, - "orderDate": "1998-03-11T00:00:00", - "requiredDate": "1998-04-08T00:00:00", - "shippedDate": "1998-03-19T00:00:00", - "shipVia": 2, - "freight": 2.17, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10944, - "customerID": "BOTTM", - "employeeID": 6, - "orderDate": "1998-03-12T00:00:00", - "requiredDate": "1998-03-26T00:00:00", - "shippedDate": "1998-03-13T00:00:00", - "shipVia": 3, - "freight": 52.92, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10945, - "customerID": "MORGK", - "employeeID": 4, - "orderDate": "1998-03-12T00:00:00", - "requiredDate": "1998-04-09T00:00:00", - "shippedDate": "1998-03-18T00:00:00", - "shipVia": 1, - "freight": 10.22, - "shipName": "Morgenstern Gesundkost", - "shipAddress": { - "street": "Heerstr. 22", - "city": "Leipzig", - "region": "", - "postalCode": "04179", - "country": "Germany" - } - }, - { - "orderID": 10946, - "customerID": "VAFFE", - "employeeID": 1, - "orderDate": "1998-03-12T00:00:00", - "requiredDate": "1998-04-09T00:00:00", - "shippedDate": "1998-03-19T00:00:00", - "shipVia": 2, - "freight": 27.2, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10947, - "customerID": "BSBEV", - "employeeID": 3, - "orderDate": "1998-03-13T00:00:00", - "requiredDate": "1998-04-10T00:00:00", - "shippedDate": "1998-03-16T00:00:00", - "shipVia": 2, - "freight": 3.26, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 10948, - "customerID": "GODOS", - "employeeID": 3, - "orderDate": "1998-03-13T00:00:00", - "requiredDate": "1998-04-10T00:00:00", - "shippedDate": "1998-03-19T00:00:00", - "shipVia": 3, - "freight": 23.39, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 10949, - "customerID": "BOTTM", - "employeeID": 2, - "orderDate": "1998-03-13T00:00:00", - "requiredDate": "1998-04-10T00:00:00", - "shippedDate": "1998-03-17T00:00:00", - "shipVia": 3, - "freight": 74.44, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10950, - "customerID": "MAGAA", - "employeeID": 1, - "orderDate": "1998-03-16T00:00:00", - "requiredDate": "1998-04-13T00:00:00", - "shippedDate": "1998-03-23T00:00:00", - "shipVia": 2, - "freight": 2.5, - "shipName": "Magazzini Alimentari Riuniti", - "shipAddress": { - "street": "Via Ludovico il Moro 22", - "city": "Bergamo", - "region": "", - "postalCode": "24100", - "country": "Italy" - } - }, - { - "orderID": 10951, - "customerID": "RICSU", - "employeeID": 9, - "orderDate": "1998-03-16T00:00:00", - "requiredDate": "1998-04-27T00:00:00", - "shippedDate": "1998-04-07T00:00:00", - "shipVia": 2, - "freight": 30.85, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 10952, - "customerID": "ALFKI", - "employeeID": 1, - "orderDate": "1998-03-16T00:00:00", - "requiredDate": "1998-04-27T00:00:00", - "shippedDate": "1998-03-24T00:00:00", - "shipVia": 1, - "freight": 40.42, - "shipName": "Alfred's Futterkiste", - "shipAddress": { - "street": "Obere Str. 57", - "city": "Berlin", - "region": "", - "postalCode": "12209", - "country": "Germany" - } - }, - { - "orderID": 10953, - "customerID": "AROUT", - "employeeID": 9, - "orderDate": "1998-03-16T00:00:00", - "requiredDate": "1998-03-30T00:00:00", - "shippedDate": "1998-03-25T00:00:00", - "shipVia": 2, - "freight": 23.72, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 10954, - "customerID": "LINOD", - "employeeID": 5, - "orderDate": "1998-03-17T00:00:00", - "requiredDate": "1998-04-28T00:00:00", - "shippedDate": "1998-03-20T00:00:00", - "shipVia": 1, - "freight": 27.91, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 10955, - "customerID": "FOLKO", - "employeeID": 8, - "orderDate": "1998-03-17T00:00:00", - "requiredDate": "1998-04-14T00:00:00", - "shippedDate": "1998-03-20T00:00:00", - "shipVia": 2, - "freight": 3.26, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10956, - "customerID": "BLAUS", - "employeeID": 6, - "orderDate": "1998-03-17T00:00:00", - "requiredDate": "1998-04-28T00:00:00", - "shippedDate": "1998-03-20T00:00:00", - "shipVia": 2, - "freight": 44.65, - "shipName": "Blauer See Delikatessen", - "shipAddress": { - "street": "Forsterstr. 57", - "city": "Mannheim", - "region": "", - "postalCode": "68306", - "country": "Germany" - } - }, - { - "orderID": 10957, - "customerID": "HILAA", - "employeeID": 8, - "orderDate": "1998-03-18T00:00:00", - "requiredDate": "1998-04-15T00:00:00", - "shippedDate": "1998-03-27T00:00:00", - "shipVia": 3, - "freight": 105.36, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10958, - "customerID": "OCEAN", - "employeeID": 7, - "orderDate": "1998-03-18T00:00:00", - "requiredDate": "1998-04-15T00:00:00", - "shippedDate": "1998-03-27T00:00:00", - "shipVia": 2, - "freight": 49.56, - "shipName": "Océano Atlántico Ltda.", - "shipAddress": { - "street": "Ing. Gustavo Moncada 8585 Piso 20-A", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10959, - "customerID": "GOURL", - "employeeID": 6, - "orderDate": "1998-03-18T00:00:00", - "requiredDate": "1998-04-29T00:00:00", - "shippedDate": "1998-03-23T00:00:00", - "shipVia": 2, - "freight": 4.98, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 10960, - "customerID": "HILAA", - "employeeID": 3, - "orderDate": "1998-03-19T00:00:00", - "requiredDate": "1998-04-02T00:00:00", - "shippedDate": "1998-04-08T00:00:00", - "shipVia": 1, - "freight": 2.08, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10961, - "customerID": "QUEEN", - "employeeID": 8, - "orderDate": "1998-03-19T00:00:00", - "requiredDate": "1998-04-16T00:00:00", - "shippedDate": "1998-03-30T00:00:00", - "shipVia": 1, - "freight": 104.47, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 10962, - "customerID": "QUICK", - "employeeID": 8, - "orderDate": "1998-03-19T00:00:00", - "requiredDate": "1998-04-16T00:00:00", - "shippedDate": "1998-03-23T00:00:00", - "shipVia": 2, - "freight": 275.79, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10963, - "customerID": "FURIB", - "employeeID": 9, - "orderDate": "1998-03-19T00:00:00", - "requiredDate": "1998-04-16T00:00:00", - "shippedDate": "1998-03-26T00:00:00", - "shipVia": 3, - "freight": 2.7, - "shipName": "Furia Bacalhau e Frutos do Mar", - "shipAddress": { - "street": "Jardim das rosas n. 32", - "city": "Lisboa", - "region": "", - "postalCode": "1675", - "country": "Portugal" - } - }, - { - "orderID": 10964, - "customerID": "SPECD", - "employeeID": 3, - "orderDate": "1998-03-20T00:00:00", - "requiredDate": "1998-04-17T00:00:00", - "shippedDate": "1998-03-24T00:00:00", - "shipVia": 2, - "freight": 87.38, - "shipName": "Spécialités du monde", - "shipAddress": { - "street": "25, rue Lauriston", - "city": "Paris", - "region": "", - "postalCode": "75016", - "country": "France" - } - }, - { - "orderID": 10965, - "customerID": "OLDWO", - "employeeID": 6, - "orderDate": "1998-03-20T00:00:00", - "requiredDate": "1998-04-17T00:00:00", - "shippedDate": "1998-03-30T00:00:00", - "shipVia": 3, - "freight": 144.38, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 10966, - "customerID": "CHOPS", - "employeeID": 4, - "orderDate": "1998-03-20T00:00:00", - "requiredDate": "1998-04-17T00:00:00", - "shippedDate": "1998-04-08T00:00:00", - "shipVia": 1, - "freight": 27.19, - "shipName": "Chop-suey Chinese", - "shipAddress": { - "street": "Hauptstr. 31", - "city": "Bern", - "region": "", - "postalCode": "3012", - "country": "Switzerland" - } - }, - { - "orderID": 10967, - "customerID": "TOMSP", - "employeeID": 2, - "orderDate": "1998-03-23T00:00:00", - "requiredDate": "1998-04-20T00:00:00", - "shippedDate": "1998-04-02T00:00:00", - "shipVia": 2, - "freight": 62.22, - "shipName": "Toms Spezialitäten", - "shipAddress": { - "street": "Luisenstr. 48", - "city": "Münster", - "region": "", - "postalCode": "44087", - "country": "Germany" - } - }, - { - "orderID": 10968, - "customerID": "ERNSH", - "employeeID": 1, - "orderDate": "1998-03-23T00:00:00", - "requiredDate": "1998-04-20T00:00:00", - "shippedDate": "1998-04-01T00:00:00", - "shipVia": 3, - "freight": 74.6, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10969, - "customerID": "COMMI", - "employeeID": 1, - "orderDate": "1998-03-23T00:00:00", - "requiredDate": "1998-04-20T00:00:00", - "shippedDate": "1998-03-30T00:00:00", - "shipVia": 2, - "freight": 0.21, - "shipName": "Comércio Mineiro", - "shipAddress": { - "street": "Av. dos Lusíadas, 23", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05432-043", - "country": "Brazil" - } - }, - { - "orderID": 10970, - "customerID": "BOLID", - "employeeID": 9, - "orderDate": "1998-03-24T00:00:00", - "requiredDate": "1998-04-07T00:00:00", - "shippedDate": "1998-04-24T00:00:00", - "shipVia": 1, - "freight": 16.16, - "shipName": "Bólido Comidas preparadas", - "shipAddress": { - "street": "C/ Araquil, 67", - "city": "Madrid", - "region": "", - "postalCode": "28023", - "country": "Spain" - } - }, - { - "orderID": 10971, - "customerID": "FRANR", - "employeeID": 2, - "orderDate": "1998-03-24T00:00:00", - "requiredDate": "1998-04-21T00:00:00", - "shippedDate": "1998-04-02T00:00:00", - "shipVia": 2, - "freight": 121.82, - "shipName": "France restauration", - "shipAddress": { - "street": "54, rue Royale", - "city": "Nantes", - "region": "", - "postalCode": "44000", - "country": "France" - } - }, - { - "orderID": 10972, - "customerID": "LACOR", - "employeeID": 4, - "orderDate": "1998-03-24T00:00:00", - "requiredDate": "1998-04-21T00:00:00", - "shippedDate": "1998-03-26T00:00:00", - "shipVia": 2, - "freight": 0.02, - "shipName": "La corne d'abondance", - "shipAddress": { - "street": "67, avenue de l'Europe", - "city": "Versailles", - "region": "", - "postalCode": "78000", - "country": "France" - } - }, - { - "orderID": 10973, - "customerID": "LACOR", - "employeeID": 6, - "orderDate": "1998-03-24T00:00:00", - "requiredDate": "1998-04-21T00:00:00", - "shippedDate": "1998-03-27T00:00:00", - "shipVia": 2, - "freight": 15.17, - "shipName": "La corne d'abondance", - "shipAddress": { - "street": "67, avenue de l'Europe", - "city": "Versailles", - "region": "", - "postalCode": "78000", - "country": "France" - } - }, - { - "orderID": 10974, - "customerID": "SPLIR", - "employeeID": 3, - "orderDate": "1998-03-25T00:00:00", - "requiredDate": "1998-04-08T00:00:00", - "shippedDate": "1998-04-03T00:00:00", - "shipVia": 3, - "freight": 12.96, - "shipName": "Split Rail Beer & Ale", - "shipAddress": { - "street": "P.O. Box 555", - "city": "Lander", - "region": "WY", - "postalCode": "82520", - "country": "USA" - } - }, - { - "orderID": 10975, - "customerID": "BOTTM", - "employeeID": 1, - "orderDate": "1998-03-25T00:00:00", - "requiredDate": "1998-04-22T00:00:00", - "shippedDate": "1998-03-27T00:00:00", - "shipVia": 3, - "freight": 32.27, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10976, - "customerID": "HILAA", - "employeeID": 1, - "orderDate": "1998-03-25T00:00:00", - "requiredDate": "1998-05-06T00:00:00", - "shippedDate": "1998-04-03T00:00:00", - "shipVia": 1, - "freight": 37.97, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 10977, - "customerID": "FOLKO", - "employeeID": 8, - "orderDate": "1998-03-26T00:00:00", - "requiredDate": "1998-04-23T00:00:00", - "shippedDate": "1998-04-10T00:00:00", - "shipVia": 3, - "freight": 208.5, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10978, - "customerID": "MAISD", - "employeeID": 9, - "orderDate": "1998-03-26T00:00:00", - "requiredDate": "1998-04-23T00:00:00", - "shippedDate": "1998-04-23T00:00:00", - "shipVia": 2, - "freight": 32.82, - "shipName": "Maison Dewey", - "shipAddress": { - "street": "Rue Joseph-Bens 532", - "city": "Bruxelles", - "region": "", - "postalCode": "B-1180", - "country": "Belgium" - } - }, - { - "orderID": 10979, - "customerID": "ERNSH", - "employeeID": 8, - "orderDate": "1998-03-26T00:00:00", - "requiredDate": "1998-04-23T00:00:00", - "shippedDate": "1998-03-31T00:00:00", - "shipVia": 2, - "freight": 353.07, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10980, - "customerID": "FOLKO", - "employeeID": 4, - "orderDate": "1998-03-27T00:00:00", - "requiredDate": "1998-05-08T00:00:00", - "shippedDate": "1998-04-17T00:00:00", - "shipVia": 1, - "freight": 1.26, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10981, - "customerID": "HANAR", - "employeeID": 1, - "orderDate": "1998-03-27T00:00:00", - "requiredDate": "1998-04-24T00:00:00", - "shippedDate": "1998-04-02T00:00:00", - "shipVia": 2, - "freight": 193.37, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 10982, - "customerID": "BOTTM", - "employeeID": 2, - "orderDate": "1998-03-27T00:00:00", - "requiredDate": "1998-04-24T00:00:00", - "shippedDate": "1998-04-08T00:00:00", - "shipVia": 1, - "freight": 14.01, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 10983, - "customerID": "SAVEA", - "employeeID": 2, - "orderDate": "1998-03-27T00:00:00", - "requiredDate": "1998-04-24T00:00:00", - "shippedDate": "1998-04-06T00:00:00", - "shipVia": 2, - "freight": 657.54, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10984, - "customerID": "SAVEA", - "employeeID": 1, - "orderDate": "1998-03-30T00:00:00", - "requiredDate": "1998-04-27T00:00:00", - "shippedDate": "1998-04-03T00:00:00", - "shipVia": 3, - "freight": 211.22, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 10985, - "customerID": "HUNGO", - "employeeID": 2, - "orderDate": "1998-03-30T00:00:00", - "requiredDate": "1998-04-27T00:00:00", - "shippedDate": "1998-04-02T00:00:00", - "shipVia": 1, - "freight": 91.51, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 10986, - "customerID": "OCEAN", - "employeeID": 8, - "orderDate": "1998-03-30T00:00:00", - "requiredDate": "1998-04-27T00:00:00", - "shippedDate": "1998-04-21T00:00:00", - "shipVia": 2, - "freight": 217.86, - "shipName": "Océano Atlántico Ltda.", - "shipAddress": { - "street": "Ing. Gustavo Moncada 8585 Piso 20-A", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 10987, - "customerID": "EASTC", - "employeeID": 8, - "orderDate": "1998-03-31T00:00:00", - "requiredDate": "1998-04-28T00:00:00", - "shippedDate": "1998-04-06T00:00:00", - "shipVia": 1, - "freight": 185.48, - "shipName": "Eastern Connection", - "shipAddress": { - "street": "35 King George", - "city": "London", - "region": "", - "postalCode": "WX3 6FW", - "country": "UK" - } - }, - { - "orderID": 10988, - "customerID": "RATTC", - "employeeID": 3, - "orderDate": "1998-03-31T00:00:00", - "requiredDate": "1998-04-28T00:00:00", - "shippedDate": "1998-04-10T00:00:00", - "shipVia": 2, - "freight": 61.14, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 10989, - "customerID": "QUEDE", - "employeeID": 2, - "orderDate": "1998-03-31T00:00:00", - "requiredDate": "1998-04-28T00:00:00", - "shippedDate": "1998-04-02T00:00:00", - "shipVia": 1, - "freight": 34.76, - "shipName": "Que Delícia", - "shipAddress": { - "street": "Rua da Panificadora, 12", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-673", - "country": "Brazil" - } - }, - { - "orderID": 10990, - "customerID": "ERNSH", - "employeeID": 2, - "orderDate": "1998-04-01T00:00:00", - "requiredDate": "1998-05-13T00:00:00", - "shippedDate": "1998-04-07T00:00:00", - "shipVia": 3, - "freight": 117.61, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 10991, - "customerID": "QUICK", - "employeeID": 1, - "orderDate": "1998-04-01T00:00:00", - "requiredDate": "1998-04-29T00:00:00", - "shippedDate": "1998-04-07T00:00:00", - "shipVia": 1, - "freight": 38.51, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10992, - "customerID": "THEBI", - "employeeID": 1, - "orderDate": "1998-04-01T00:00:00", - "requiredDate": "1998-04-29T00:00:00", - "shippedDate": "1998-04-03T00:00:00", - "shipVia": 3, - "freight": 4.27, - "shipName": "The Big Cheese", - "shipAddress": { - "street": "89 Jefferson Way Suite 2", - "city": "Portland", - "region": "OR", - "postalCode": "97201", - "country": "USA" - } - }, - { - "orderID": 10993, - "customerID": "FOLKO", - "employeeID": 7, - "orderDate": "1998-04-01T00:00:00", - "requiredDate": "1998-04-29T00:00:00", - "shippedDate": "1998-04-10T00:00:00", - "shipVia": 3, - "freight": 8.81, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 10994, - "customerID": "VAFFE", - "employeeID": 2, - "orderDate": "1998-04-02T00:00:00", - "requiredDate": "1998-04-16T00:00:00", - "shippedDate": "1998-04-09T00:00:00", - "shipVia": 3, - "freight": 65.53, - "shipName": "Vaffeljernet", - "shipAddress": { - "street": "Smagsloget 45", - "city": "Århus", - "region": "", - "postalCode": "8200", - "country": "Denmark" - } - }, - { - "orderID": 10995, - "customerID": "PERIC", - "employeeID": 1, - "orderDate": "1998-04-02T00:00:00", - "requiredDate": "1998-04-30T00:00:00", - "shippedDate": "1998-04-06T00:00:00", - "shipVia": 3, - "freight": 46, - "shipName": "Pericles Comidas clásicas", - "shipAddress": { - "street": "Calle Dr. Jorge Cash 321", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 10996, - "customerID": "QUICK", - "employeeID": 4, - "orderDate": "1998-04-02T00:00:00", - "requiredDate": "1998-04-30T00:00:00", - "shippedDate": "1998-04-10T00:00:00", - "shipVia": 2, - "freight": 1.12, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 10997, - "customerID": "LILAS", - "employeeID": 8, - "orderDate": "1998-04-03T00:00:00", - "requiredDate": "1998-05-15T00:00:00", - "shippedDate": "1998-04-13T00:00:00", - "shipVia": 2, - "freight": 73.91, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 10998, - "customerID": "WOLZA", - "employeeID": 8, - "orderDate": "1998-04-03T00:00:00", - "requiredDate": "1998-04-17T00:00:00", - "shippedDate": "1998-04-17T00:00:00", - "shipVia": 2, - "freight": 20.31, - "shipName": "Wolski Zajazd", - "shipAddress": { - "street": "ul. Filtrowa 68", - "city": "Warszawa", - "region": "", - "postalCode": "01-012", - "country": "Poland" - } - }, - { - "orderID": 10999, - "customerID": "OTTIK", - "employeeID": 6, - "orderDate": "1998-04-03T00:00:00", - "requiredDate": "1998-05-01T00:00:00", - "shippedDate": "1998-04-10T00:00:00", - "shipVia": 2, - "freight": 96.35, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 11000, - "customerID": "RATTC", - "employeeID": 2, - "orderDate": "1998-04-06T00:00:00", - "requiredDate": "1998-05-04T00:00:00", - "shippedDate": "1998-04-14T00:00:00", - "shipVia": 3, - "freight": 55.12, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - }, - { - "orderID": 11001, - "customerID": "FOLKO", - "employeeID": 2, - "orderDate": "1998-04-06T00:00:00", - "requiredDate": "1998-05-04T00:00:00", - "shippedDate": "1998-04-14T00:00:00", - "shipVia": 2, - "freight": 197.3, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 11002, - "customerID": "SAVEA", - "employeeID": 4, - "orderDate": "1998-04-06T00:00:00", - "requiredDate": "1998-05-04T00:00:00", - "shippedDate": "1998-04-16T00:00:00", - "shipVia": 1, - "freight": 141.16, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 11003, - "customerID": "THECR", - "employeeID": 3, - "orderDate": "1998-04-06T00:00:00", - "requiredDate": "1998-05-04T00:00:00", - "shippedDate": "1998-04-08T00:00:00", - "shipVia": 3, - "freight": 14.91, - "shipName": "The Cracker Box", - "shipAddress": { - "street": "55 Grizzly Peak Rd.", - "city": "Butte", - "region": "MT", - "postalCode": "59801", - "country": "USA" - } - }, - { - "orderID": 11004, - "customerID": "MAISD", - "employeeID": 3, - "orderDate": "1998-04-07T00:00:00", - "requiredDate": "1998-05-05T00:00:00", - "shippedDate": "1998-04-20T00:00:00", - "shipVia": 1, - "freight": 44.84, - "shipName": "Maison Dewey", - "shipAddress": { - "street": "Rue Joseph-Bens 532", - "city": "Bruxelles", - "region": "", - "postalCode": "B-1180", - "country": "Belgium" - } - }, - { - "orderID": 11005, - "customerID": "WILMK", - "employeeID": 2, - "orderDate": "1998-04-07T00:00:00", - "requiredDate": "1998-05-05T00:00:00", - "shippedDate": "1998-04-10T00:00:00", - "shipVia": 1, - "freight": 0.75, - "shipName": "Wilman Kala", - "shipAddress": { - "street": "Keskuskatu 45", - "city": "Helsinki", - "region": "", - "postalCode": "21240", - "country": "Finland" - } - }, - { - "orderID": 11006, - "customerID": "GREAL", - "employeeID": 3, - "orderDate": "1998-04-07T00:00:00", - "requiredDate": "1998-05-05T00:00:00", - "shippedDate": "1998-04-15T00:00:00", - "shipVia": 2, - "freight": 25.19, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 11007, - "customerID": "PRINI", - "employeeID": 8, - "orderDate": "1998-04-08T00:00:00", - "requiredDate": "1998-05-06T00:00:00", - "shippedDate": "1998-04-13T00:00:00", - "shipVia": 2, - "freight": 202.24, - "shipName": "Princesa Isabel Vinhos", - "shipAddress": { - "street": "Estrada da saúde n. 58", - "city": "Lisboa", - "region": "", - "postalCode": "1756", - "country": "Portugal" - } - }, - { - "orderID": 11008, - "customerID": "ERNSH", - "employeeID": 7, - "orderDate": "1998-04-08T00:00:00", - "requiredDate": "1998-05-06T00:00:00", - "shippedDate": "", - "shipVia": 3, - "freight": 79.46, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 11009, - "customerID": "GODOS", - "employeeID": 2, - "orderDate": "1998-04-08T00:00:00", - "requiredDate": "1998-05-06T00:00:00", - "shippedDate": "1998-04-10T00:00:00", - "shipVia": 1, - "freight": 59.11, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 11010, - "customerID": "REGGC", - "employeeID": 2, - "orderDate": "1998-04-09T00:00:00", - "requiredDate": "1998-05-07T00:00:00", - "shippedDate": "1998-04-21T00:00:00", - "shipVia": 2, - "freight": 28.71, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 11011, - "customerID": "ALFKI", - "employeeID": 3, - "orderDate": "1998-04-09T00:00:00", - "requiredDate": "1998-05-07T00:00:00", - "shippedDate": "1998-04-13T00:00:00", - "shipVia": 1, - "freight": 1.21, - "shipName": "Alfred's Futterkiste", - "shipAddress": { - "street": "Obere Str. 57", - "city": "Berlin", - "region": "", - "postalCode": "12209", - "country": "Germany" - } - }, - { - "orderID": 11012, - "customerID": "FRANK", - "employeeID": 1, - "orderDate": "1998-04-09T00:00:00", - "requiredDate": "1998-04-23T00:00:00", - "shippedDate": "1998-04-17T00:00:00", - "shipVia": 3, - "freight": 242.95, - "shipName": "Frankenversand", - "shipAddress": { - "street": "Berliner Platz 43", - "city": "München", - "region": "", - "postalCode": "80805", - "country": "Germany" - } - }, - { - "orderID": 11013, - "customerID": "ROMEY", - "employeeID": 2, - "orderDate": "1998-04-09T00:00:00", - "requiredDate": "1998-05-07T00:00:00", - "shippedDate": "1998-04-10T00:00:00", - "shipVia": 1, - "freight": 32.99, - "shipName": "Romero y tomillo", - "shipAddress": { - "street": "Gran Vía, 1", - "city": "Madrid", - "region": "", - "postalCode": "28001", - "country": "Spain" - } - }, - { - "orderID": 11014, - "customerID": "LINOD", - "employeeID": 2, - "orderDate": "1998-04-10T00:00:00", - "requiredDate": "1998-05-08T00:00:00", - "shippedDate": "1998-04-15T00:00:00", - "shipVia": 3, - "freight": 23.6, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 11015, - "customerID": "SANTG", - "employeeID": 2, - "orderDate": "1998-04-10T00:00:00", - "requiredDate": "1998-04-24T00:00:00", - "shippedDate": "1998-04-20T00:00:00", - "shipVia": 2, - "freight": 4.62, - "shipName": "Santé Gourmet", - "shipAddress": { - "street": "Erling Skakkes gate 78", - "city": "Stavern", - "region": "", - "postalCode": "4110", - "country": "Norway" - } - }, - { - "orderID": 11016, - "customerID": "AROUT", - "employeeID": 9, - "orderDate": "1998-04-10T00:00:00", - "requiredDate": "1998-05-08T00:00:00", - "shippedDate": "1998-04-13T00:00:00", - "shipVia": 2, - "freight": 33.8, - "shipName": "Around the Horn", - "shipAddress": { - "street": "Brook Farm Stratford St. Mary", - "city": "Colchester", - "region": "Essex", - "postalCode": "CO7 6JX", - "country": "UK" - } - }, - { - "orderID": 11017, - "customerID": "ERNSH", - "employeeID": 9, - "orderDate": "1998-04-13T00:00:00", - "requiredDate": "1998-05-11T00:00:00", - "shippedDate": "1998-04-20T00:00:00", - "shipVia": 2, - "freight": 754.26, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 11018, - "customerID": "LONEP", - "employeeID": 4, - "orderDate": "1998-04-13T00:00:00", - "requiredDate": "1998-05-11T00:00:00", - "shippedDate": "1998-04-16T00:00:00", - "shipVia": 2, - "freight": 11.65, - "shipName": "Lonesome Pine Restaurant", - "shipAddress": { - "street": "89 Chiaroscuro Rd.", - "city": "Portland", - "region": "OR", - "postalCode": "97219", - "country": "USA" - } - }, - { - "orderID": 11019, - "customerID": "RANCH", - "employeeID": 6, - "orderDate": "1998-04-13T00:00:00", - "requiredDate": "1998-05-11T00:00:00", - "shippedDate": "", - "shipVia": 3, - "freight": 3.17, - "shipName": "Rancho grande", - "shipAddress": { - "street": "Av. del Libertador 900", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 11020, - "customerID": "OTTIK", - "employeeID": 2, - "orderDate": "1998-04-14T00:00:00", - "requiredDate": "1998-05-12T00:00:00", - "shippedDate": "1998-04-16T00:00:00", - "shipVia": 2, - "freight": 43.3, - "shipName": "Ottilies Käseladen", - "shipAddress": { - "street": "Mehrheimerstr. 369", - "city": "Köln", - "region": "", - "postalCode": "50739", - "country": "Germany" - } - }, - { - "orderID": 11021, - "customerID": "QUICK", - "employeeID": 3, - "orderDate": "1998-04-14T00:00:00", - "requiredDate": "1998-05-12T00:00:00", - "shippedDate": "1998-04-21T00:00:00", - "shipVia": 1, - "freight": 297.18, - "shipName": "QUICK-Stop", - "shipAddress": { - "street": "Taucherstraße 10", - "city": "Cunewalde", - "region": "", - "postalCode": "01307", - "country": "Germany" - } - }, - { - "orderID": 11022, - "customerID": "HANAR", - "employeeID": 9, - "orderDate": "1998-04-14T00:00:00", - "requiredDate": "1998-05-12T00:00:00", - "shippedDate": "1998-05-04T00:00:00", - "shipVia": 2, - "freight": 6.27, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 11023, - "customerID": "BSBEV", - "employeeID": 1, - "orderDate": "1998-04-14T00:00:00", - "requiredDate": "1998-04-28T00:00:00", - "shippedDate": "1998-04-24T00:00:00", - "shipVia": 2, - "freight": 123.83, - "shipName": "B's Beverages", - "shipAddress": { - "street": "Fauntleroy Circus", - "city": "London", - "region": "", - "postalCode": "EC2 5NT", - "country": "UK" - } - }, - { - "orderID": 11024, - "customerID": "EASTC", - "employeeID": 4, - "orderDate": "1998-04-15T00:00:00", - "requiredDate": "1998-05-13T00:00:00", - "shippedDate": "1998-04-20T00:00:00", - "shipVia": 1, - "freight": 74.36, - "shipName": "Eastern Connection", - "shipAddress": { - "street": "35 King George", - "city": "London", - "region": "", - "postalCode": "WX3 6FW", - "country": "UK" - } - }, - { - "orderID": 11025, - "customerID": "WARTH", - "employeeID": 6, - "orderDate": "1998-04-15T00:00:00", - "requiredDate": "1998-05-13T00:00:00", - "shippedDate": "1998-04-24T00:00:00", - "shipVia": 3, - "freight": 29.17, - "shipName": "Wartian Herkku", - "shipAddress": { - "street": "Torikatu 38", - "city": "Oulu", - "region": "", - "postalCode": "90110", - "country": "Finland" - } - }, - { - "orderID": 11026, - "customerID": "FRANS", - "employeeID": 4, - "orderDate": "1998-04-15T00:00:00", - "requiredDate": "1998-05-13T00:00:00", - "shippedDate": "1998-04-28T00:00:00", - "shipVia": 1, - "freight": 47.09, - "shipName": "Franchi S.p.A.", - "shipAddress": { - "street": "Via Monte Bianco 34", - "city": "Torino", - "region": "", - "postalCode": "10100", - "country": "Italy" - } - }, - { - "orderID": 11027, - "customerID": "BOTTM", - "employeeID": 1, - "orderDate": "1998-04-16T00:00:00", - "requiredDate": "1998-05-14T00:00:00", - "shippedDate": "1998-04-20T00:00:00", - "shipVia": 1, - "freight": 52.52, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 11028, - "customerID": "KOENE", - "employeeID": 2, - "orderDate": "1998-04-16T00:00:00", - "requiredDate": "1998-05-14T00:00:00", - "shippedDate": "1998-04-22T00:00:00", - "shipVia": 1, - "freight": 29.59, - "shipName": "Königlich Essen", - "shipAddress": { - "street": "Maubelstr. 90", - "city": "Brandenburg", - "region": "", - "postalCode": "14776", - "country": "Germany" - } - }, - { - "orderID": 11029, - "customerID": "CHOPS", - "employeeID": 4, - "orderDate": "1998-04-16T00:00:00", - "requiredDate": "1998-05-14T00:00:00", - "shippedDate": "1998-04-27T00:00:00", - "shipVia": 1, - "freight": 47.84, - "shipName": "Chop-suey Chinese", - "shipAddress": { - "street": "Hauptstr. 31", - "city": "Bern", - "region": "", - "postalCode": "3012", - "country": "Switzerland" - } - }, - { - "orderID": 11030, - "customerID": "SAVEA", - "employeeID": 7, - "orderDate": "1998-04-17T00:00:00", - "requiredDate": "1998-05-15T00:00:00", - "shippedDate": "1998-04-27T00:00:00", - "shipVia": 2, - "freight": 830.75, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 11031, - "customerID": "SAVEA", - "employeeID": 6, - "orderDate": "1998-04-17T00:00:00", - "requiredDate": "1998-05-15T00:00:00", - "shippedDate": "1998-04-24T00:00:00", - "shipVia": 2, - "freight": 227.22, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 11032, - "customerID": "WHITC", - "employeeID": 2, - "orderDate": "1998-04-17T00:00:00", - "requiredDate": "1998-05-15T00:00:00", - "shippedDate": "1998-04-23T00:00:00", - "shipVia": 3, - "freight": 606.19, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 11033, - "customerID": "RICSU", - "employeeID": 7, - "orderDate": "1998-04-17T00:00:00", - "requiredDate": "1998-05-15T00:00:00", - "shippedDate": "1998-04-23T00:00:00", - "shipVia": 3, - "freight": 84.74, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 11034, - "customerID": "OLDWO", - "employeeID": 8, - "orderDate": "1998-04-20T00:00:00", - "requiredDate": "1998-06-01T00:00:00", - "shippedDate": "1998-04-27T00:00:00", - "shipVia": 1, - "freight": 40.32, - "shipName": "Old World Delicatessen", - "shipAddress": { - "street": "2743 Bering St.", - "city": "Anchorage", - "region": "AK", - "postalCode": "99508", - "country": "USA" - } - }, - { - "orderID": 11035, - "customerID": "SUPRD", - "employeeID": 2, - "orderDate": "1998-04-20T00:00:00", - "requiredDate": "1998-05-18T00:00:00", - "shippedDate": "1998-04-24T00:00:00", - "shipVia": 2, - "freight": 0.17, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 11036, - "customerID": "DRACD", - "employeeID": 8, - "orderDate": "1998-04-20T00:00:00", - "requiredDate": "1998-05-18T00:00:00", - "shippedDate": "1998-04-22T00:00:00", - "shipVia": 3, - "freight": 149.47, - "shipName": "Drachenblut Delikatessen", - "shipAddress": { - "street": "Walserweg 21", - "city": "Aachen", - "region": "", - "postalCode": "52066", - "country": "Germany" - } - }, - { - "orderID": 11037, - "customerID": "GODOS", - "employeeID": 7, - "orderDate": "1998-04-21T00:00:00", - "requiredDate": "1998-05-19T00:00:00", - "shippedDate": "1998-04-27T00:00:00", - "shipVia": 1, - "freight": 3.2, - "shipName": "Godos Cocina Típica", - "shipAddress": { - "street": "C/ Romero, 33", - "city": "Sevilla", - "region": "", - "postalCode": "41101", - "country": "Spain" - } - }, - { - "orderID": 11038, - "customerID": "SUPRD", - "employeeID": 1, - "orderDate": "1998-04-21T00:00:00", - "requiredDate": "1998-05-19T00:00:00", - "shippedDate": "1998-04-30T00:00:00", - "shipVia": 2, - "freight": 29.59, - "shipName": "Suprêmes délices", - "shipAddress": { - "street": "Boulevard Tirou, 255", - "city": "Charleroi", - "region": "", - "postalCode": "B-6000", - "country": "Belgium" - } - }, - { - "orderID": 11039, - "customerID": "LINOD", - "employeeID": 1, - "orderDate": "1998-04-21T00:00:00", - "requiredDate": "1998-05-19T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 65, - "shipName": "LINO-Delicateses", - "shipAddress": { - "street": "Ave. 5 de Mayo Porlamar", - "city": "I. de Margarita", - "region": "Nueva Esparta", - "postalCode": "4980", - "country": "Venezuela" - } - }, - { - "orderID": 11040, - "customerID": "GREAL", - "employeeID": 4, - "orderDate": "1998-04-22T00:00:00", - "requiredDate": "1998-05-20T00:00:00", - "shippedDate": "", - "shipVia": 3, - "freight": 18.84, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 11041, - "customerID": "CHOPS", - "employeeID": 3, - "orderDate": "1998-04-22T00:00:00", - "requiredDate": "1998-05-20T00:00:00", - "shippedDate": "1998-04-28T00:00:00", - "shipVia": 2, - "freight": 48.22, - "shipName": "Chop-suey Chinese", - "shipAddress": { - "street": "Hauptstr. 31", - "city": "Bern", - "region": "", - "postalCode": "3012", - "country": "Switzerland" - } - }, - { - "orderID": 11042, - "customerID": "COMMI", - "employeeID": 2, - "orderDate": "1998-04-22T00:00:00", - "requiredDate": "1998-05-06T00:00:00", - "shippedDate": "1998-05-01T00:00:00", - "shipVia": 1, - "freight": 29.99, - "shipName": "Comércio Mineiro", - "shipAddress": { - "street": "Av. dos Lusíadas, 23", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05432-043", - "country": "Brazil" - } - }, - { - "orderID": 11043, - "customerID": "SPECD", - "employeeID": 5, - "orderDate": "1998-04-22T00:00:00", - "requiredDate": "1998-05-20T00:00:00", - "shippedDate": "1998-04-29T00:00:00", - "shipVia": 2, - "freight": 8.8, - "shipName": "Spécialités du monde", - "shipAddress": { - "street": "25, rue Lauriston", - "city": "Paris", - "region": "", - "postalCode": "75016", - "country": "France" - } - }, - { - "orderID": 11044, - "customerID": "WOLZA", - "employeeID": 4, - "orderDate": "1998-04-23T00:00:00", - "requiredDate": "1998-05-21T00:00:00", - "shippedDate": "1998-05-01T00:00:00", - "shipVia": 1, - "freight": 8.72, - "shipName": "Wolski Zajazd", - "shipAddress": { - "street": "ul. Filtrowa 68", - "city": "Warszawa", - "region": "", - "postalCode": "01-012", - "country": "Poland" - } - }, - { - "orderID": 11045, - "customerID": "BOTTM", - "employeeID": 6, - "orderDate": "1998-04-23T00:00:00", - "requiredDate": "1998-05-21T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 70.58, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 11046, - "customerID": "WANDK", - "employeeID": 8, - "orderDate": "1998-04-23T00:00:00", - "requiredDate": "1998-05-21T00:00:00", - "shippedDate": "1998-04-24T00:00:00", - "shipVia": 2, - "freight": 71.64, - "shipName": "Die Wandernde Kuh", - "shipAddress": { - "street": "Adenauerallee 900", - "city": "Stuttgart", - "region": "", - "postalCode": "70563", - "country": "Germany" - } - }, - { - "orderID": 11047, - "customerID": "EASTC", - "employeeID": 7, - "orderDate": "1998-04-24T00:00:00", - "requiredDate": "1998-05-22T00:00:00", - "shippedDate": "1998-05-01T00:00:00", - "shipVia": 3, - "freight": 46.62, - "shipName": "Eastern Connection", - "shipAddress": { - "street": "35 King George", - "city": "London", - "region": "", - "postalCode": "WX3 6FW", - "country": "UK" - } - }, - { - "orderID": 11048, - "customerID": "BOTTM", - "employeeID": 7, - "orderDate": "1998-04-24T00:00:00", - "requiredDate": "1998-05-22T00:00:00", - "shippedDate": "1998-04-30T00:00:00", - "shipVia": 3, - "freight": 24.12, - "shipName": "Bottom-Dollar Markets", - "shipAddress": { - "street": "23 Tsawassen Blvd.", - "city": "Tsawassen", - "region": "BC", - "postalCode": "T2F 8M4", - "country": "Canada" - } - }, - { - "orderID": 11049, - "customerID": "GOURL", - "employeeID": 3, - "orderDate": "1998-04-24T00:00:00", - "requiredDate": "1998-05-22T00:00:00", - "shippedDate": "1998-05-04T00:00:00", - "shipVia": 1, - "freight": 8.34, - "shipName": "Gourmet Lanchonetes", - "shipAddress": { - "street": "Av. Brasil, 442", - "city": "Campinas", - "region": "SP", - "postalCode": "04876-786", - "country": "Brazil" - } - }, - { - "orderID": 11050, - "customerID": "FOLKO", - "employeeID": 8, - "orderDate": "1998-04-27T00:00:00", - "requiredDate": "1998-05-25T00:00:00", - "shippedDate": "1998-05-05T00:00:00", - "shipVia": 2, - "freight": 59.41, - "shipName": "Folk och fä HB", - "shipAddress": { - "street": "Åkergatan 24", - "city": "Bräcke", - "region": "", - "postalCode": "S-844 67", - "country": "Sweden" - } - }, - { - "orderID": 11051, - "customerID": "LAMAI", - "employeeID": 7, - "orderDate": "1998-04-27T00:00:00", - "requiredDate": "1998-05-25T00:00:00", - "shippedDate": "", - "shipVia": 3, - "freight": 2.79, - "shipName": "La maison d'Asie", - "shipAddress": { - "street": "1 rue Alsace-Lorraine", - "city": "Toulouse", - "region": "", - "postalCode": "31000", - "country": "France" - } - }, - { - "orderID": 11052, - "customerID": "HANAR", - "employeeID": 3, - "orderDate": "1998-04-27T00:00:00", - "requiredDate": "1998-05-25T00:00:00", - "shippedDate": "1998-05-01T00:00:00", - "shipVia": 1, - "freight": 67.26, - "shipName": "Hanari Carnes", - "shipAddress": { - "street": "Rua do Paço, 67", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "05454-876", - "country": "Brazil" - } - }, - { - "orderID": 11053, - "customerID": "PICCO", - "employeeID": 2, - "orderDate": "1998-04-27T00:00:00", - "requiredDate": "1998-05-25T00:00:00", - "shippedDate": "1998-04-29T00:00:00", - "shipVia": 2, - "freight": 53.05, - "shipName": "Piccolo und mehr", - "shipAddress": { - "street": "Geislweg 14", - "city": "Salzburg", - "region": "", - "postalCode": "5020", - "country": "Austria" - } - }, - { - "orderID": 11054, - "customerID": "CACTU", - "employeeID": 8, - "orderDate": "1998-04-28T00:00:00", - "requiredDate": "1998-05-26T00:00:00", - "shippedDate": "", - "shipVia": 1, - "freight": 0.33, - "shipName": "Cactus Comidas para llevar", - "shipAddress": { - "street": "Cerrito 333", - "city": "Buenos Aires", - "region": "", - "postalCode": "1010", - "country": "Argentina" - } - }, - { - "orderID": 11055, - "customerID": "HILAA", - "employeeID": 7, - "orderDate": "1998-04-28T00:00:00", - "requiredDate": "1998-05-26T00:00:00", - "shippedDate": "1998-05-05T00:00:00", - "shipVia": 2, - "freight": 120.92, - "shipName": "HILARION-Abastos", - "shipAddress": { - "street": "Carrera 22 con Ave. Carlos Soublette #8-35", - "city": "San Cristóbal", - "region": "Táchira", - "postalCode": "5022", - "country": "Venezuela" - } - }, - { - "orderID": 11056, - "customerID": "EASTC", - "employeeID": 8, - "orderDate": "1998-04-28T00:00:00", - "requiredDate": "1998-05-12T00:00:00", - "shippedDate": "1998-05-01T00:00:00", - "shipVia": 2, - "freight": 278.96, - "shipName": "Eastern Connection", - "shipAddress": { - "street": "35 King George", - "city": "London", - "region": "", - "postalCode": "WX3 6FW", - "country": "UK" - } - }, - { - "orderID": 11057, - "customerID": "NORTS", - "employeeID": 3, - "orderDate": "1998-04-29T00:00:00", - "requiredDate": "1998-05-27T00:00:00", - "shippedDate": "1998-05-01T00:00:00", - "shipVia": 3, - "freight": 4.13, - "shipName": "North/South", - "shipAddress": { - "street": "South House 300 Queensbridge", - "city": "London", - "region": "", - "postalCode": "SW7 1RZ", - "country": "UK" - } - }, - { - "orderID": 11058, - "customerID": "BLAUS", - "employeeID": 9, - "orderDate": "1998-04-29T00:00:00", - "requiredDate": "1998-05-27T00:00:00", - "shippedDate": "", - "shipVia": 3, - "freight": 31.14, - "shipName": "Blauer See Delikatessen", - "shipAddress": { - "street": "Forsterstr. 57", - "city": "Mannheim", - "region": "", - "postalCode": "68306", - "country": "Germany" - } - }, - { - "orderID": 11059, - "customerID": "RICAR", - "employeeID": 2, - "orderDate": "1998-04-29T00:00:00", - "requiredDate": "1998-06-10T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 85.8, - "shipName": "Ricardo Adocicados", - "shipAddress": { - "street": "Av. Copacabana, 267", - "city": "Rio de Janeiro", - "region": "RJ", - "postalCode": "02389-890", - "country": "Brazil" - } - }, - { - "orderID": 11060, - "customerID": "FRANS", - "employeeID": 2, - "orderDate": "1998-04-30T00:00:00", - "requiredDate": "1998-05-28T00:00:00", - "shippedDate": "1998-05-04T00:00:00", - "shipVia": 2, - "freight": 10.98, - "shipName": "Franchi S.p.A.", - "shipAddress": { - "street": "Via Monte Bianco 34", - "city": "Torino", - "region": "", - "postalCode": "10100", - "country": "Italy" - } - }, - { - "orderID": 11061, - "customerID": "GREAL", - "employeeID": 4, - "orderDate": "1998-04-30T00:00:00", - "requiredDate": "1998-06-11T00:00:00", - "shippedDate": "", - "shipVia": 3, - "freight": 14.01, - "shipName": "Great Lakes Food Market", - "shipAddress": { - "street": "2732 Baker Blvd.", - "city": "Eugene", - "region": "OR", - "postalCode": "97403", - "country": "USA" - } - }, - { - "orderID": 11062, - "customerID": "REGGC", - "employeeID": 4, - "orderDate": "1998-04-30T00:00:00", - "requiredDate": "1998-05-28T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 29.93, - "shipName": "Reggiani Caseifici", - "shipAddress": { - "street": "Strada Provinciale 124", - "city": "Reggio Emilia", - "region": "", - "postalCode": "42100", - "country": "Italy" - } - }, - { - "orderID": 11063, - "customerID": "HUNGO", - "employeeID": 3, - "orderDate": "1998-04-30T00:00:00", - "requiredDate": "1998-05-28T00:00:00", - "shippedDate": "1998-05-06T00:00:00", - "shipVia": 2, - "freight": 81.73, - "shipName": "Hungry Owl All-Night Grocers", - "shipAddress": { - "street": "8 Johnstown Road", - "city": "Cork", - "region": "Co. Cork", - "postalCode": "", - "country": "Ireland" - } - }, - { - "orderID": 11064, - "customerID": "SAVEA", - "employeeID": 1, - "orderDate": "1998-05-01T00:00:00", - "requiredDate": "1998-05-29T00:00:00", - "shippedDate": "1998-05-04T00:00:00", - "shipVia": 1, - "freight": 30.09, - "shipName": "Save-a-lot Markets", - "shipAddress": { - "street": "187 Suffolk Ln.", - "city": "Boise", - "region": "ID", - "postalCode": "83720", - "country": "USA" - } - }, - { - "orderID": 11065, - "customerID": "LILAS", - "employeeID": 8, - "orderDate": "1998-05-01T00:00:00", - "requiredDate": "1998-05-29T00:00:00", - "shippedDate": "", - "shipVia": 1, - "freight": 12.91, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 11066, - "customerID": "WHITC", - "employeeID": 7, - "orderDate": "1998-05-01T00:00:00", - "requiredDate": "1998-05-29T00:00:00", - "shippedDate": "1998-05-04T00:00:00", - "shipVia": 2, - "freight": 44.72, - "shipName": "White Clover Markets", - "shipAddress": { - "street": "1029 - 12th Ave. S.", - "city": "Seattle", - "region": "WA", - "postalCode": "98124", - "country": "USA" - } - }, - { - "orderID": 11067, - "customerID": "DRACD", - "employeeID": 1, - "orderDate": "1998-05-04T00:00:00", - "requiredDate": "1998-05-18T00:00:00", - "shippedDate": "1998-05-06T00:00:00", - "shipVia": 2, - "freight": 7.98, - "shipName": "Drachenblut Delikatessen", - "shipAddress": { - "street": "Walserweg 21", - "city": "Aachen", - "region": "", - "postalCode": "52066", - "country": "Germany" - } - }, - { - "orderID": 11068, - "customerID": "QUEEN", - "employeeID": 8, - "orderDate": "1998-05-04T00:00:00", - "requiredDate": "1998-06-01T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 81.75, - "shipName": "Queen Cozinha", - "shipAddress": { - "street": "Alameda dos Canàrios, 891", - "city": "Sao Paulo", - "region": "SP", - "postalCode": "05487-020", - "country": "Brazil" - } - }, - { - "orderID": 11069, - "customerID": "TORTU", - "employeeID": 1, - "orderDate": "1998-05-04T00:00:00", - "requiredDate": "1998-06-01T00:00:00", - "shippedDate": "1998-05-06T00:00:00", - "shipVia": 2, - "freight": 15.67, - "shipName": "Tortuga Restaurante", - "shipAddress": { - "street": "Avda. Azteca 123", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 11070, - "customerID": "LEHMS", - "employeeID": 2, - "orderDate": "1998-05-05T00:00:00", - "requiredDate": "1998-06-02T00:00:00", - "shippedDate": "", - "shipVia": 1, - "freight": 136, - "shipName": "Lehmanns Marktstand", - "shipAddress": { - "street": "Magazinweg 7", - "city": "Frankfurt a.M.", - "region": "", - "postalCode": "60528", - "country": "Germany" - } - }, - { - "orderID": 11071, - "customerID": "LILAS", - "employeeID": 1, - "orderDate": "1998-05-05T00:00:00", - "requiredDate": "1998-06-02T00:00:00", - "shippedDate": "", - "shipVia": 1, - "freight": 0.93, - "shipName": "LILA-Supermercado", - "shipAddress": { - "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", - "city": "Barquisimeto", - "region": "Lara", - "postalCode": "3508", - "country": "Venezuela" - } - }, - { - "orderID": 11072, - "customerID": "ERNSH", - "employeeID": 4, - "orderDate": "1998-05-05T00:00:00", - "requiredDate": "1998-06-02T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 258.64, - "shipName": "Ernst Handel", - "shipAddress": { - "street": "Kirchgasse 6", - "city": "Graz", - "region": "", - "postalCode": "8010", - "country": "Austria" - } - }, - { - "orderID": 11073, - "customerID": "PERIC", - "employeeID": 2, - "orderDate": "1998-05-05T00:00:00", - "requiredDate": "1998-06-02T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 24.95, - "shipName": "Pericles Comidas clásicas", - "shipAddress": { - "street": "Calle Dr. Jorge Cash 321", - "city": "México D.F.", - "region": "", - "postalCode": "05033", - "country": "Mexico" - } - }, - { - "orderID": 11074, - "customerID": "SIMOB", - "employeeID": 7, - "orderDate": "1998-05-06T00:00:00", - "requiredDate": "1998-06-03T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 18.44, - "shipName": "Simons bistro", - "shipAddress": { - "street": "Vinbæltet 34", - "city": "Kobenhavn", - "region": "", - "postalCode": "1734", - "country": "Denmark" - } - }, - { - "orderID": 11075, - "customerID": "RICSU", - "employeeID": 8, - "orderDate": "1998-05-06T00:00:00", - "requiredDate": "1998-06-03T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 6.19, - "shipName": "Richter Supermarkt", - "shipAddress": { - "street": "Starenweg 5", - "city": "Genève", - "region": "", - "postalCode": "1204", - "country": "Switzerland" - } - }, - { - "orderID": 11076, - "customerID": "BONAP", - "employeeID": 4, - "orderDate": "1998-05-06T00:00:00", - "requiredDate": "1998-06-03T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 38.28, - "shipName": "Bon app'", - "shipAddress": { - "street": "12, rue des Bouchers", - "city": "Marseille", - "region": "", - "postalCode": "13008", - "country": "France" - } - }, - { - "orderID": 11077, - "customerID": "RATTC", - "employeeID": 1, - "orderDate": "1998-05-06T00:00:00", - "requiredDate": "1998-06-03T00:00:00", - "shippedDate": "", - "shipVia": 2, - "freight": 8.53, - "shipName": "Rattlesnake Canyon Grocery", - "shipAddress": { - "street": "2817 Milton Dr.", - "city": "Albuquerque", - "region": "NM", - "postalCode": "87110", - "country": "USA" - } - } - ] \ No newline at end of file + { + "orderID": 10248, + "customerID": "VINET", + "employeeID": 5, + "orderDate": "1996-07-04T00:00:00", + "requiredDate": "1996-08-01T00:00:00", + "shippedDate": "1996-07-16T00:00:00", + "shipVia": 3, + "freight": 32.38, + "shipName": "Vins et alcools Chevalier", + "shipAddress": { + "street": "59 rue de l'Abbaye", + "city": "Reims", + "region": "", + "postalCode": "51100", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10249, + "customerID": "TOMSP", + "employeeID": 6, + "orderDate": "1996-07-05T00:00:00", + "requiredDate": "1996-08-16T00:00:00", + "shippedDate": "1996-07-10T00:00:00", + "shipVia": 1, + "freight": 11.61, + "shipName": "Toms Spezialitäten", + "shipAddress": { + "street": "Luisenstr. 48", + "city": "Münster", + "region": "", + "postalCode": "44087", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10250, + "customerID": "HANAR", + "employeeID": 4, + "orderDate": "1996-07-08T00:00:00", + "requiredDate": "1996-08-05T00:00:00", + "shippedDate": "1996-07-12T00:00:00", + "shipVia": 2, + "freight": 65.83, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10251, + "customerID": "VICTE", + "employeeID": 3, + "orderDate": "1996-07-08T00:00:00", + "requiredDate": "1996-08-05T00:00:00", + "shippedDate": "1996-07-15T00:00:00", + "shipVia": 1, + "freight": 41.34, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10252, + "customerID": "SUPRD", + "employeeID": 4, + "orderDate": "1996-07-09T00:00:00", + "requiredDate": "1996-08-06T00:00:00", + "shippedDate": "1996-07-11T00:00:00", + "shipVia": 2, + "freight": 51.3, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 1 + }, + { + "orderID": 10253, + "customerID": "HANAR", + "employeeID": 3, + "orderDate": "1996-07-10T00:00:00", + "requiredDate": "1996-07-24T00:00:00", + "shippedDate": "1996-07-16T00:00:00", + "shipVia": 2, + "freight": 58.17, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10254, + "customerID": "CHOPS", + "employeeID": 5, + "orderDate": "1996-07-11T00:00:00", + "requiredDate": "1996-08-08T00:00:00", + "shippedDate": "1996-07-23T00:00:00", + "shipVia": 2, + "freight": 22.98, + "shipName": "Chop-suey Chinese", + "shipAddress": { + "street": "Hauptstr. 31", + "city": "Bern", + "region": "", + "postalCode": "3012", + "country": "Switzerland" + }, + "shipperId": 1 + }, + { + "orderID": 10255, + "customerID": "RICSU", + "employeeID": 9, + "orderDate": "1996-07-12T00:00:00", + "requiredDate": "1996-08-09T00:00:00", + "shippedDate": "1996-07-15T00:00:00", + "shipVia": 3, + "freight": 148.33, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 1 + }, + { + "orderID": 10256, + "customerID": "WELLI", + "employeeID": 3, + "orderDate": "1996-07-15T00:00:00", + "requiredDate": "1996-08-12T00:00:00", + "shippedDate": "1996-07-17T00:00:00", + "shipVia": 2, + "freight": 13.97, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10257, + "customerID": "HILAA", + "employeeID": 4, + "orderDate": "1996-07-16T00:00:00", + "requiredDate": "1996-08-13T00:00:00", + "shippedDate": "1996-07-22T00:00:00", + "shipVia": 3, + "freight": 81.91, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10258, + "customerID": "ERNSH", + "employeeID": 1, + "orderDate": "1996-07-17T00:00:00", + "requiredDate": "1996-08-14T00:00:00", + "shippedDate": "1996-07-23T00:00:00", + "shipVia": 1, + "freight": 140.51, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10259, + "customerID": "CENTC", + "employeeID": 4, + "orderDate": "1996-07-18T00:00:00", + "requiredDate": "1996-08-15T00:00:00", + "shippedDate": "1996-07-25T00:00:00", + "shipVia": 3, + "freight": 3.25, + "shipName": "Centro comercial Moctezuma", + "shipAddress": { + "street": "Sierras de Granada 9993", + "city": "México D.F.", + "region": "", + "postalCode": "05022", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10260, + "customerID": "OTTIK", + "employeeID": 4, + "orderDate": "1996-07-19T00:00:00", + "requiredDate": "1996-08-16T00:00:00", + "shippedDate": "1996-07-29T00:00:00", + "shipVia": 1, + "freight": 55.09, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10261, + "customerID": "QUEDE", + "employeeID": 4, + "orderDate": "1996-07-19T00:00:00", + "requiredDate": "1996-08-16T00:00:00", + "shippedDate": "1996-07-30T00:00:00", + "shipVia": 2, + "freight": 3.05, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10262, + "customerID": "RATTC", + "employeeID": 8, + "orderDate": "1996-07-22T00:00:00", + "requiredDate": "1996-08-19T00:00:00", + "shippedDate": "1996-07-25T00:00:00", + "shipVia": 3, + "freight": 48.29, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10263, + "customerID": "ERNSH", + "employeeID": 9, + "orderDate": "1996-07-23T00:00:00", + "requiredDate": "1996-08-20T00:00:00", + "shippedDate": "1996-07-31T00:00:00", + "shipVia": 3, + "freight": 146.06, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10264, + "customerID": "FOLKO", + "employeeID": 6, + "orderDate": "1996-07-24T00:00:00", + "requiredDate": "1996-08-21T00:00:00", + "shippedDate": "1996-08-23T00:00:00", + "shipVia": 3, + "freight": 3.67, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10265, + "customerID": "BLONP", + "employeeID": 2, + "orderDate": "1996-07-25T00:00:00", + "requiredDate": "1996-08-22T00:00:00", + "shippedDate": "1996-08-12T00:00:00", + "shipVia": 1, + "freight": 55.28, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10266, + "customerID": "WARTH", + "employeeID": 3, + "orderDate": "1996-07-26T00:00:00", + "requiredDate": "1996-09-06T00:00:00", + "shippedDate": "1996-07-31T00:00:00", + "shipVia": 3, + "freight": 25.73, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 1 + }, + { + "orderID": 10267, + "customerID": "FRANK", + "employeeID": 4, + "orderDate": "1996-07-29T00:00:00", + "requiredDate": "1996-08-26T00:00:00", + "shippedDate": "1996-08-06T00:00:00", + "shipVia": 1, + "freight": 208.58, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10268, + "customerID": "GROSR", + "employeeID": 8, + "orderDate": "1996-07-30T00:00:00", + "requiredDate": "1996-08-27T00:00:00", + "shippedDate": "1996-08-02T00:00:00", + "shipVia": 3, + "freight": 66.29, + "shipName": "GROSELLA-Restaurante", + "shipAddress": { + "street": "5ª Ave. Los Palos Grandes", + "city": "Caracas", + "region": "DF", + "postalCode": "1081", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10269, + "customerID": "WHITC", + "employeeID": 5, + "orderDate": "1996-07-31T00:00:00", + "requiredDate": "1996-08-14T00:00:00", + "shippedDate": "1996-08-09T00:00:00", + "shipVia": 1, + "freight": 4.56, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10270, + "customerID": "WARTH", + "employeeID": 1, + "orderDate": "1996-08-01T00:00:00", + "requiredDate": "1996-08-29T00:00:00", + "shippedDate": "1996-08-02T00:00:00", + "shipVia": 1, + "freight": 136.54, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10271, + "customerID": "SPLIR", + "employeeID": 6, + "orderDate": "1996-08-01T00:00:00", + "requiredDate": "1996-08-29T00:00:00", + "shippedDate": "1996-08-30T00:00:00", + "shipVia": 2, + "freight": 4.54, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10272, + "customerID": "RATTC", + "employeeID": 6, + "orderDate": "1996-08-02T00:00:00", + "requiredDate": "1996-08-30T00:00:00", + "shippedDate": "1996-08-06T00:00:00", + "shipVia": 2, + "freight": 98.03, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10273, + "customerID": "QUICK", + "employeeID": 3, + "orderDate": "1996-08-05T00:00:00", + "requiredDate": "1996-09-02T00:00:00", + "shippedDate": "1996-08-12T00:00:00", + "shipVia": 3, + "freight": 76.07, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10274, + "customerID": "VINET", + "employeeID": 6, + "orderDate": "1996-08-06T00:00:00", + "requiredDate": "1996-09-03T00:00:00", + "shippedDate": "1996-08-16T00:00:00", + "shipVia": 1, + "freight": 6.01, + "shipName": "Vins et alcools Chevalier", + "shipAddress": { + "street": "59 rue de l'Abbaye", + "city": "Reims", + "region": "", + "postalCode": "51100", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10275, + "customerID": "MAGAA", + "employeeID": 1, + "orderDate": "1996-08-07T00:00:00", + "requiredDate": "1996-09-04T00:00:00", + "shippedDate": "1996-08-09T00:00:00", + "shipVia": 1, + "freight": 26.93, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 2 + }, + { + "orderID": 10276, + "customerID": "TORTU", + "employeeID": 8, + "orderDate": "1996-08-08T00:00:00", + "requiredDate": "1996-08-22T00:00:00", + "shippedDate": "1996-08-14T00:00:00", + "shipVia": 3, + "freight": 13.84, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10277, + "customerID": "MORGK", + "employeeID": 2, + "orderDate": "1996-08-09T00:00:00", + "requiredDate": "1996-09-06T00:00:00", + "shippedDate": "1996-08-13T00:00:00", + "shipVia": 3, + "freight": 125.77, + "shipName": "Morgenstern Gesundkost", + "shipAddress": { + "street": "Heerstr. 22", + "city": "Leipzig", + "region": "", + "postalCode": "04179", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10278, + "customerID": "BERGS", + "employeeID": 8, + "orderDate": "1996-08-12T00:00:00", + "requiredDate": "1996-09-09T00:00:00", + "shippedDate": "1996-08-16T00:00:00", + "shipVia": 2, + "freight": 92.69, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10279, + "customerID": "LEHMS", + "employeeID": 8, + "orderDate": "1996-08-13T00:00:00", + "requiredDate": "1996-09-10T00:00:00", + "shippedDate": "1996-08-16T00:00:00", + "shipVia": 2, + "freight": 25.83, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10280, + "customerID": "BERGS", + "employeeID": 2, + "orderDate": "1996-08-14T00:00:00", + "requiredDate": "1996-09-11T00:00:00", + "shippedDate": "1996-09-12T00:00:00", + "shipVia": 1, + "freight": 8.98, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10281, + "customerID": "ROMEY", + "employeeID": 4, + "orderDate": "1996-08-14T00:00:00", + "requiredDate": "1996-08-28T00:00:00", + "shippedDate": "1996-08-21T00:00:00", + "shipVia": 1, + "freight": 2.94, + "shipName": "Romero y tomillo", + "shipAddress": { + "street": "Gran Vía, 1", + "city": "Madrid", + "region": "", + "postalCode": "28001", + "country": "Spain" + }, + "shipperId": 1 + }, + { + "orderID": 10282, + "customerID": "ROMEY", + "employeeID": 4, + "orderDate": "1996-08-15T00:00:00", + "requiredDate": "1996-09-12T00:00:00", + "shippedDate": "1996-08-21T00:00:00", + "shipVia": 1, + "freight": 12.69, + "shipName": "Romero y tomillo", + "shipAddress": { + "street": "Gran Vía, 1", + "city": "Madrid", + "region": "", + "postalCode": "28001", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10283, + "customerID": "LILAS", + "employeeID": 3, + "orderDate": "1996-08-16T00:00:00", + "requiredDate": "1996-09-13T00:00:00", + "shippedDate": "1996-08-23T00:00:00", + "shipVia": 3, + "freight": 84.81, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10284, + "customerID": "LEHMS", + "employeeID": 4, + "orderDate": "1996-08-19T00:00:00", + "requiredDate": "1996-09-16T00:00:00", + "shippedDate": "1996-08-27T00:00:00", + "shipVia": 1, + "freight": 76.56, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10285, + "customerID": "QUICK", + "employeeID": 1, + "orderDate": "1996-08-20T00:00:00", + "requiredDate": "1996-09-17T00:00:00", + "shippedDate": "1996-08-26T00:00:00", + "shipVia": 2, + "freight": 76.83, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10286, + "customerID": "QUICK", + "employeeID": 8, + "orderDate": "1996-08-21T00:00:00", + "requiredDate": "1996-09-18T00:00:00", + "shippedDate": "1996-08-30T00:00:00", + "shipVia": 3, + "freight": 229.24, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10287, + "customerID": "RICAR", + "employeeID": 8, + "orderDate": "1996-08-22T00:00:00", + "requiredDate": "1996-09-19T00:00:00", + "shippedDate": "1996-08-28T00:00:00", + "shipVia": 3, + "freight": 12.76, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10288, + "customerID": "REGGC", + "employeeID": 4, + "orderDate": "1996-08-23T00:00:00", + "requiredDate": "1996-09-20T00:00:00", + "shippedDate": "1996-09-03T00:00:00", + "shipVia": 1, + "freight": 7.45, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 2 + }, + { + "orderID": 10289, + "customerID": "BSBEV", + "employeeID": 7, + "orderDate": "1996-08-26T00:00:00", + "requiredDate": "1996-09-23T00:00:00", + "shippedDate": "1996-08-28T00:00:00", + "shipVia": 3, + "freight": 22.77, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10290, + "customerID": "COMMI", + "employeeID": 8, + "orderDate": "1996-08-27T00:00:00", + "requiredDate": "1996-09-24T00:00:00", + "shippedDate": "1996-09-03T00:00:00", + "shipVia": 1, + "freight": 79.7, + "shipName": "Comércio Mineiro", + "shipAddress": { + "street": "Av. dos Lusíadas, 23", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05432-043", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10291, + "customerID": "QUEDE", + "employeeID": 6, + "orderDate": "1996-08-27T00:00:00", + "requiredDate": "1996-09-24T00:00:00", + "shippedDate": "1996-09-04T00:00:00", + "shipVia": 2, + "freight": 6.4, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10292, + "customerID": "TRADH", + "employeeID": 1, + "orderDate": "1996-08-28T00:00:00", + "requiredDate": "1996-09-25T00:00:00", + "shippedDate": "1996-09-02T00:00:00", + "shipVia": 2, + "freight": 1.35, + "shipName": "Tradiçao Hipermercados", + "shipAddress": { + "street": "Av. Inês de Castro, 414", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05634-030", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10293, + "customerID": "TORTU", + "employeeID": 1, + "orderDate": "1996-08-29T00:00:00", + "requiredDate": "1996-09-26T00:00:00", + "shippedDate": "1996-09-11T00:00:00", + "shipVia": 3, + "freight": 21.18, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10294, + "customerID": "RATTC", + "employeeID": 4, + "orderDate": "1996-08-30T00:00:00", + "requiredDate": "1996-09-27T00:00:00", + "shippedDate": "1996-09-05T00:00:00", + "shipVia": 2, + "freight": 147.26, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10295, + "customerID": "VINET", + "employeeID": 2, + "orderDate": "1996-09-02T00:00:00", + "requiredDate": "1996-09-30T00:00:00", + "shippedDate": "1996-09-10T00:00:00", + "shipVia": 2, + "freight": 1.15, + "shipName": "Vins et alcools Chevalier", + "shipAddress": { + "street": "59 rue de l'Abbaye", + "city": "Reims", + "region": "", + "postalCode": "51100", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10296, + "customerID": "LILAS", + "employeeID": 6, + "orderDate": "1996-09-03T00:00:00", + "requiredDate": "1996-10-01T00:00:00", + "shippedDate": "1996-09-11T00:00:00", + "shipVia": 1, + "freight": 0.12, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10297, + "customerID": "BLONP", + "employeeID": 5, + "orderDate": "1996-09-04T00:00:00", + "requiredDate": "1996-10-16T00:00:00", + "shippedDate": "1996-09-10T00:00:00", + "shipVia": 2, + "freight": 5.74, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10298, + "customerID": "HUNGO", + "employeeID": 6, + "orderDate": "1996-09-05T00:00:00", + "requiredDate": "1996-10-03T00:00:00", + "shippedDate": "1996-09-11T00:00:00", + "shipVia": 2, + "freight": 168.22, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 1 + }, + { + "orderID": 10299, + "customerID": "RICAR", + "employeeID": 4, + "orderDate": "1996-09-06T00:00:00", + "requiredDate": "1996-10-04T00:00:00", + "shippedDate": "1996-09-13T00:00:00", + "shipVia": 2, + "freight": 29.76, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10300, + "customerID": "MAGAA", + "employeeID": 2, + "orderDate": "1996-09-09T00:00:00", + "requiredDate": "1996-10-07T00:00:00", + "shippedDate": "1996-09-18T00:00:00", + "shipVia": 2, + "freight": 17.68, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 2 + }, + { + "orderID": 10301, + "customerID": "WANDK", + "employeeID": 8, + "orderDate": "1996-09-09T00:00:00", + "requiredDate": "1996-10-07T00:00:00", + "shippedDate": "1996-09-17T00:00:00", + "shipVia": 2, + "freight": 45.08, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10302, + "customerID": "SUPRD", + "employeeID": 4, + "orderDate": "1996-09-10T00:00:00", + "requiredDate": "1996-10-08T00:00:00", + "shippedDate": "1996-10-09T00:00:00", + "shipVia": 2, + "freight": 6.27, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 2 + }, + { + "orderID": 10303, + "customerID": "GODOS", + "employeeID": 7, + "orderDate": "1996-09-11T00:00:00", + "requiredDate": "1996-10-09T00:00:00", + "shippedDate": "1996-09-18T00:00:00", + "shipVia": 2, + "freight": 107.83, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10304, + "customerID": "TORTU", + "employeeID": 1, + "orderDate": "1996-09-12T00:00:00", + "requiredDate": "1996-10-10T00:00:00", + "shippedDate": "1996-09-17T00:00:00", + "shipVia": 2, + "freight": 63.79, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10305, + "customerID": "OLDWO", + "employeeID": 8, + "orderDate": "1996-09-13T00:00:00", + "requiredDate": "1996-10-11T00:00:00", + "shippedDate": "1996-10-09T00:00:00", + "shipVia": 3, + "freight": 257.62, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10306, + "customerID": "ROMEY", + "employeeID": 1, + "orderDate": "1996-09-16T00:00:00", + "requiredDate": "1996-10-14T00:00:00", + "shippedDate": "1996-09-23T00:00:00", + "shipVia": 3, + "freight": 7.56, + "shipName": "Romero y tomillo", + "shipAddress": { + "street": "Gran Vía, 1", + "city": "Madrid", + "region": "", + "postalCode": "28001", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10307, + "customerID": "LONEP", + "employeeID": 2, + "orderDate": "1996-09-17T00:00:00", + "requiredDate": "1996-10-15T00:00:00", + "shippedDate": "1996-09-25T00:00:00", + "shipVia": 2, + "freight": 0.56, + "shipName": "Lonesome Pine Restaurant", + "shipAddress": { + "street": "89 Chiaroscuro Rd.", + "city": "Portland", + "region": "OR", + "postalCode": "97219", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10308, + "customerID": "ANATR", + "employeeID": 7, + "orderDate": "1996-09-18T00:00:00", + "requiredDate": "1996-10-16T00:00:00", + "shippedDate": "1996-09-24T00:00:00", + "shipVia": 3, + "freight": 1.61, + "shipName": "Ana Trujillo Emparedados y helados", + "shipAddress": { + "street": "Avda. de la Constitución 2222", + "city": "México D.F.", + "region": "", + "postalCode": "05021", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10309, + "customerID": "HUNGO", + "employeeID": 3, + "orderDate": "1996-09-19T00:00:00", + "requiredDate": "1996-10-17T00:00:00", + "shippedDate": "1996-10-23T00:00:00", + "shipVia": 1, + "freight": 47.3, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 3 + }, + { + "orderID": 10310, + "customerID": "THEBI", + "employeeID": 8, + "orderDate": "1996-09-20T00:00:00", + "requiredDate": "1996-10-18T00:00:00", + "shippedDate": "1996-09-27T00:00:00", + "shipVia": 2, + "freight": 17.52, + "shipName": "The Big Cheese", + "shipAddress": { + "street": "89 Jefferson Way Suite 2", + "city": "Portland", + "region": "OR", + "postalCode": "97201", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10311, + "customerID": "DUMON", + "employeeID": 1, + "orderDate": "1996-09-20T00:00:00", + "requiredDate": "1996-10-04T00:00:00", + "shippedDate": "1996-09-26T00:00:00", + "shipVia": 3, + "freight": 24.69, + "shipName": "Du monde entier", + "shipAddress": { + "street": "67, rue des Cinquante Otages", + "city": "Nantes", + "region": "", + "postalCode": "44000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10312, + "customerID": "WANDK", + "employeeID": 2, + "orderDate": "1996-09-23T00:00:00", + "requiredDate": "1996-10-21T00:00:00", + "shippedDate": "1996-10-03T00:00:00", + "shipVia": 2, + "freight": 40.26, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10313, + "customerID": "QUICK", + "employeeID": 2, + "orderDate": "1996-09-24T00:00:00", + "requiredDate": "1996-10-22T00:00:00", + "shippedDate": "1996-10-04T00:00:00", + "shipVia": 2, + "freight": 1.96, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10314, + "customerID": "RATTC", + "employeeID": 1, + "orderDate": "1996-09-25T00:00:00", + "requiredDate": "1996-10-23T00:00:00", + "shippedDate": "1996-10-04T00:00:00", + "shipVia": 2, + "freight": 74.16, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10315, + "customerID": "ISLAT", + "employeeID": 4, + "orderDate": "1996-09-26T00:00:00", + "requiredDate": "1996-10-24T00:00:00", + "shippedDate": "1996-10-03T00:00:00", + "shipVia": 2, + "freight": 41.76, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10316, + "customerID": "RATTC", + "employeeID": 1, + "orderDate": "1996-09-27T00:00:00", + "requiredDate": "1996-10-25T00:00:00", + "shippedDate": "1996-10-08T00:00:00", + "shipVia": 3, + "freight": 150.15, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10317, + "customerID": "LONEP", + "employeeID": 6, + "orderDate": "1996-09-30T00:00:00", + "requiredDate": "1996-10-28T00:00:00", + "shippedDate": "1996-10-10T00:00:00", + "shipVia": 1, + "freight": 12.69, + "shipName": "Lonesome Pine Restaurant", + "shipAddress": { + "street": "89 Chiaroscuro Rd.", + "city": "Portland", + "region": "OR", + "postalCode": "97219", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10318, + "customerID": "ISLAT", + "employeeID": 8, + "orderDate": "1996-10-01T00:00:00", + "requiredDate": "1996-10-29T00:00:00", + "shippedDate": "1996-10-04T00:00:00", + "shipVia": 2, + "freight": 4.73, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10319, + "customerID": "TORTU", + "employeeID": 7, + "orderDate": "1996-10-02T00:00:00", + "requiredDate": "1996-10-30T00:00:00", + "shippedDate": "1996-10-11T00:00:00", + "shipVia": 3, + "freight": 64.5, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10320, + "customerID": "WARTH", + "employeeID": 5, + "orderDate": "1996-10-03T00:00:00", + "requiredDate": "1996-10-17T00:00:00", + "shippedDate": "1996-10-18T00:00:00", + "shipVia": 3, + "freight": 34.57, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 1 + }, + { + "orderID": 10321, + "customerID": "ISLAT", + "employeeID": 3, + "orderDate": "1996-10-03T00:00:00", + "requiredDate": "1996-10-31T00:00:00", + "shippedDate": "1996-10-11T00:00:00", + "shipVia": 2, + "freight": 3.43, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10322, + "customerID": "PERIC", + "employeeID": 7, + "orderDate": "1996-10-04T00:00:00", + "requiredDate": "1996-11-01T00:00:00", + "shippedDate": "1996-10-23T00:00:00", + "shipVia": 3, + "freight": 0.4, + "shipName": "Pericles Comidas clásicas", + "shipAddress": { + "street": "Calle Dr. Jorge Cash 321", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10323, + "customerID": "KOENE", + "employeeID": 4, + "orderDate": "1996-10-07T00:00:00", + "requiredDate": "1996-11-04T00:00:00", + "shippedDate": "1996-10-14T00:00:00", + "shipVia": 1, + "freight": 4.88, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10324, + "customerID": "SAVEA", + "employeeID": 9, + "orderDate": "1996-10-08T00:00:00", + "requiredDate": "1996-11-05T00:00:00", + "shippedDate": "1996-10-10T00:00:00", + "shipVia": 1, + "freight": 214.27, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10325, + "customerID": "KOENE", + "employeeID": 1, + "orderDate": "1996-10-09T00:00:00", + "requiredDate": "1996-10-23T00:00:00", + "shippedDate": "1996-10-14T00:00:00", + "shipVia": 3, + "freight": 64.86, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10326, + "customerID": "BOLID", + "employeeID": 4, + "orderDate": "1996-10-10T00:00:00", + "requiredDate": "1996-11-07T00:00:00", + "shippedDate": "1996-10-14T00:00:00", + "shipVia": 2, + "freight": 77.92, + "shipName": "Bólido Comidas preparadas", + "shipAddress": { + "street": "C/ Araquil, 67", + "city": "Madrid", + "region": "", + "postalCode": "28023", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10327, + "customerID": "FOLKO", + "employeeID": 2, + "orderDate": "1996-10-11T00:00:00", + "requiredDate": "1996-11-08T00:00:00", + "shippedDate": "1996-10-14T00:00:00", + "shipVia": 1, + "freight": 63.36, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10328, + "customerID": "FURIB", + "employeeID": 4, + "orderDate": "1996-10-14T00:00:00", + "requiredDate": "1996-11-11T00:00:00", + "shippedDate": "1996-10-17T00:00:00", + "shipVia": 3, + "freight": 87.03, + "shipName": "Furia Bacalhau e Frutos do Mar", + "shipAddress": { + "street": "Jardim das rosas n. 32", + "city": "Lisboa", + "region": "", + "postalCode": "1675", + "country": "Portugal" + }, + "shipperId": 3 + }, + { + "orderID": 10329, + "customerID": "SPLIR", + "employeeID": 4, + "orderDate": "1996-10-15T00:00:00", + "requiredDate": "1996-11-26T00:00:00", + "shippedDate": "1996-10-23T00:00:00", + "shipVia": 2, + "freight": 191.67, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10330, + "customerID": "LILAS", + "employeeID": 3, + "orderDate": "1996-10-16T00:00:00", + "requiredDate": "1996-11-13T00:00:00", + "shippedDate": "1996-10-28T00:00:00", + "shipVia": 1, + "freight": 12.75, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10331, + "customerID": "BONAP", + "employeeID": 9, + "orderDate": "1996-10-16T00:00:00", + "requiredDate": "1996-11-27T00:00:00", + "shippedDate": "1996-10-21T00:00:00", + "shipVia": 1, + "freight": 10.19, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10332, + "customerID": "MEREP", + "employeeID": 3, + "orderDate": "1996-10-17T00:00:00", + "requiredDate": "1996-11-28T00:00:00", + "shippedDate": "1996-10-21T00:00:00", + "shipVia": 2, + "freight": 52.84, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 2 + }, + { + "orderID": 10333, + "customerID": "WARTH", + "employeeID": 5, + "orderDate": "1996-10-18T00:00:00", + "requiredDate": "1996-11-15T00:00:00", + "shippedDate": "1996-10-25T00:00:00", + "shipVia": 3, + "freight": 0.59, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 2 + }, + { + "orderID": 10334, + "customerID": "VICTE", + "employeeID": 8, + "orderDate": "1996-10-21T00:00:00", + "requiredDate": "1996-11-18T00:00:00", + "shippedDate": "1996-10-28T00:00:00", + "shipVia": 2, + "freight": 8.56, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10335, + "customerID": "HUNGO", + "employeeID": 7, + "orderDate": "1996-10-22T00:00:00", + "requiredDate": "1996-11-19T00:00:00", + "shippedDate": "1996-10-24T00:00:00", + "shipVia": 2, + "freight": 42.11, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 3 + }, + { + "orderID": 10336, + "customerID": "PRINI", + "employeeID": 7, + "orderDate": "1996-10-23T00:00:00", + "requiredDate": "1996-11-20T00:00:00", + "shippedDate": "1996-10-25T00:00:00", + "shipVia": 2, + "freight": 15.51, + "shipName": "Princesa Isabel Vinhos", + "shipAddress": { + "street": "Estrada da saúde n. 58", + "city": "Lisboa", + "region": "", + "postalCode": "1756", + "country": "Portugal" + }, + "shipperId": 2 + }, + { + "orderID": 10337, + "customerID": "FRANK", + "employeeID": 4, + "orderDate": "1996-10-24T00:00:00", + "requiredDate": "1996-11-21T00:00:00", + "shippedDate": "1996-10-29T00:00:00", + "shipVia": 3, + "freight": 108.26, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10338, + "customerID": "OLDWO", + "employeeID": 4, + "orderDate": "1996-10-25T00:00:00", + "requiredDate": "1996-11-22T00:00:00", + "shippedDate": "1996-10-29T00:00:00", + "shipVia": 3, + "freight": 84.21, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10339, + "customerID": "MEREP", + "employeeID": 2, + "orderDate": "1996-10-28T00:00:00", + "requiredDate": "1996-11-25T00:00:00", + "shippedDate": "1996-11-04T00:00:00", + "shipVia": 2, + "freight": 15.66, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 2 + }, + { + "orderID": 10340, + "customerID": "BONAP", + "employeeID": 1, + "orderDate": "1996-10-29T00:00:00", + "requiredDate": "1996-11-26T00:00:00", + "shippedDate": "1996-11-08T00:00:00", + "shipVia": 3, + "freight": 166.31, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10341, + "customerID": "SIMOB", + "employeeID": 7, + "orderDate": "1996-10-29T00:00:00", + "requiredDate": "1996-11-26T00:00:00", + "shippedDate": "1996-11-05T00:00:00", + "shipVia": 3, + "freight": 26.78, + "shipName": "Simons bistro", + "shipAddress": { + "street": "Vinbæltet 34", + "city": "Kobenhavn", + "region": "", + "postalCode": "1734", + "country": "Denmark" + }, + "shipperId": 1 + }, + { + "orderID": 10342, + "customerID": "FRANK", + "employeeID": 4, + "orderDate": "1996-10-30T00:00:00", + "requiredDate": "1996-11-13T00:00:00", + "shippedDate": "1996-11-04T00:00:00", + "shipVia": 2, + "freight": 54.83, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10343, + "customerID": "LEHMS", + "employeeID": 4, + "orderDate": "1996-10-31T00:00:00", + "requiredDate": "1996-11-28T00:00:00", + "shippedDate": "1996-11-06T00:00:00", + "shipVia": 1, + "freight": 110.37, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10344, + "customerID": "WHITC", + "employeeID": 4, + "orderDate": "1996-11-01T00:00:00", + "requiredDate": "1996-11-29T00:00:00", + "shippedDate": "1996-11-05T00:00:00", + "shipVia": 2, + "freight": 23.29, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10345, + "customerID": "QUICK", + "employeeID": 2, + "orderDate": "1996-11-04T00:00:00", + "requiredDate": "1996-12-02T00:00:00", + "shippedDate": "1996-11-11T00:00:00", + "shipVia": 2, + "freight": 249.06, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10346, + "customerID": "RATTC", + "employeeID": 3, + "orderDate": "1996-11-05T00:00:00", + "requiredDate": "1996-12-17T00:00:00", + "shippedDate": "1996-11-08T00:00:00", + "shipVia": 3, + "freight": 142.08, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10347, + "customerID": "FAMIA", + "employeeID": 4, + "orderDate": "1996-11-06T00:00:00", + "requiredDate": "1996-12-04T00:00:00", + "shippedDate": "1996-11-08T00:00:00", + "shipVia": 3, + "freight": 3.1, + "shipName": "Familia Arquibaldo", + "shipAddress": { + "street": "Rua Orós, 92", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05442-030", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10348, + "customerID": "WANDK", + "employeeID": 4, + "orderDate": "1996-11-07T00:00:00", + "requiredDate": "1996-12-05T00:00:00", + "shippedDate": "1996-11-15T00:00:00", + "shipVia": 2, + "freight": 0.78, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10349, + "customerID": "SPLIR", + "employeeID": 7, + "orderDate": "1996-11-08T00:00:00", + "requiredDate": "1996-12-06T00:00:00", + "shippedDate": "1996-11-15T00:00:00", + "shipVia": 1, + "freight": 8.63, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10350, + "customerID": "LAMAI", + "employeeID": 6, + "orderDate": "1996-11-11T00:00:00", + "requiredDate": "1996-12-09T00:00:00", + "shippedDate": "1996-12-03T00:00:00", + "shipVia": 2, + "freight": 64.19, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10351, + "customerID": "ERNSH", + "employeeID": 1, + "orderDate": "1996-11-11T00:00:00", + "requiredDate": "1996-12-09T00:00:00", + "shippedDate": "1996-11-20T00:00:00", + "shipVia": 1, + "freight": 162.33, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10352, + "customerID": "FURIB", + "employeeID": 3, + "orderDate": "1996-11-12T00:00:00", + "requiredDate": "1996-11-26T00:00:00", + "shippedDate": "1996-11-18T00:00:00", + "shipVia": 3, + "freight": 1.3, + "shipName": "Furia Bacalhau e Frutos do Mar", + "shipAddress": { + "street": "Jardim das rosas n. 32", + "city": "Lisboa", + "region": "", + "postalCode": "1675", + "country": "Portugal" + }, + "shipperId": 1 + }, + { + "orderID": 10353, + "customerID": "PICCO", + "employeeID": 7, + "orderDate": "1996-11-13T00:00:00", + "requiredDate": "1996-12-11T00:00:00", + "shippedDate": "1996-11-25T00:00:00", + "shipVia": 3, + "freight": 360.63, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10354, + "customerID": "PERIC", + "employeeID": 8, + "orderDate": "1996-11-14T00:00:00", + "requiredDate": "1996-12-12T00:00:00", + "shippedDate": "1996-11-20T00:00:00", + "shipVia": 3, + "freight": 53.8, + "shipName": "Pericles Comidas clásicas", + "shipAddress": { + "street": "Calle Dr. Jorge Cash 321", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10355, + "customerID": "AROUT", + "employeeID": 6, + "orderDate": "1996-11-15T00:00:00", + "requiredDate": "1996-12-13T00:00:00", + "shippedDate": "1996-11-20T00:00:00", + "shipVia": 1, + "freight": 41.95, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10356, + "customerID": "WANDK", + "employeeID": 6, + "orderDate": "1996-11-18T00:00:00", + "requiredDate": "1996-12-16T00:00:00", + "shippedDate": "1996-11-27T00:00:00", + "shipVia": 2, + "freight": 36.71, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10357, + "customerID": "LILAS", + "employeeID": 1, + "orderDate": "1996-11-19T00:00:00", + "requiredDate": "1996-12-17T00:00:00", + "shippedDate": "1996-12-02T00:00:00", + "shipVia": 3, + "freight": 34.88, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10358, + "customerID": "LAMAI", + "employeeID": 5, + "orderDate": "1996-11-20T00:00:00", + "requiredDate": "1996-12-18T00:00:00", + "shippedDate": "1996-11-27T00:00:00", + "shipVia": 1, + "freight": 19.64, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10359, + "customerID": "SEVES", + "employeeID": 5, + "orderDate": "1996-11-21T00:00:00", + "requiredDate": "1996-12-19T00:00:00", + "shippedDate": "1996-11-26T00:00:00", + "shipVia": 3, + "freight": 288.43, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10360, + "customerID": "BLONP", + "employeeID": 4, + "orderDate": "1996-11-22T00:00:00", + "requiredDate": "1996-12-20T00:00:00", + "shippedDate": "1996-12-02T00:00:00", + "shipVia": 3, + "freight": 131.7, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10361, + "customerID": "QUICK", + "employeeID": 1, + "orderDate": "1996-11-22T00:00:00", + "requiredDate": "1996-12-20T00:00:00", + "shippedDate": "1996-12-03T00:00:00", + "shipVia": 2, + "freight": 183.17, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10362, + "customerID": "BONAP", + "employeeID": 3, + "orderDate": "1996-11-25T00:00:00", + "requiredDate": "1996-12-23T00:00:00", + "shippedDate": "1996-11-28T00:00:00", + "shipVia": 1, + "freight": 96.04, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10363, + "customerID": "DRACD", + "employeeID": 4, + "orderDate": "1996-11-26T00:00:00", + "requiredDate": "1996-12-24T00:00:00", + "shippedDate": "1996-12-04T00:00:00", + "shipVia": 3, + "freight": 30.54, + "shipName": "Drachenblut Delikatessen", + "shipAddress": { + "street": "Walserweg 21", + "city": "Aachen", + "region": "", + "postalCode": "52066", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10364, + "customerID": "EASTC", + "employeeID": 1, + "orderDate": "1996-11-26T00:00:00", + "requiredDate": "1997-01-07T00:00:00", + "shippedDate": "1996-12-04T00:00:00", + "shipVia": 1, + "freight": 71.97, + "shipName": "Eastern Connection", + "shipAddress": { + "street": "35 King George", + "city": "London", + "region": "", + "postalCode": "WX3 6FW", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10365, + "customerID": "ANTON", + "employeeID": 3, + "orderDate": "1996-11-27T00:00:00", + "requiredDate": "1996-12-25T00:00:00", + "shippedDate": "1996-12-02T00:00:00", + "shipVia": 2, + "freight": 22, + "shipName": "Antonio Moreno Taquería", + "shipAddress": { + "street": "Mataderos 2312", + "city": "México D.F.", + "region": "", + "postalCode": "05023", + "country": "Mexico" + }, + "shipperId": 2 + }, + { + "orderID": 10366, + "customerID": "GALED", + "employeeID": 8, + "orderDate": "1996-11-28T00:00:00", + "requiredDate": "1997-01-09T00:00:00", + "shippedDate": "1996-12-30T00:00:00", + "shipVia": 2, + "freight": 10.14, + "shipName": "Galería del gastronómo", + "shipAddress": { + "street": "Rambla de Cataluña, 23", + "city": "Barcelona", + "region": "", + "postalCode": "8022", + "country": "Spain" + }, + "shipperId": 2 + }, + { + "orderID": 10367, + "customerID": "VAFFE", + "employeeID": 7, + "orderDate": "1996-11-28T00:00:00", + "requiredDate": "1996-12-26T00:00:00", + "shippedDate": "1996-12-02T00:00:00", + "shipVia": 3, + "freight": 13.55, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 1 + }, + { + "orderID": 10368, + "customerID": "ERNSH", + "employeeID": 2, + "orderDate": "1996-11-29T00:00:00", + "requiredDate": "1996-12-27T00:00:00", + "shippedDate": "1996-12-02T00:00:00", + "shipVia": 2, + "freight": 101.95, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10369, + "customerID": "SPLIR", + "employeeID": 8, + "orderDate": "1996-12-02T00:00:00", + "requiredDate": "1996-12-30T00:00:00", + "shippedDate": "1996-12-09T00:00:00", + "shipVia": 2, + "freight": 195.68, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10370, + "customerID": "CHOPS", + "employeeID": 6, + "orderDate": "1996-12-03T00:00:00", + "requiredDate": "1996-12-31T00:00:00", + "shippedDate": "1996-12-27T00:00:00", + "shipVia": 2, + "freight": 1.17, + "shipName": "Chop-suey Chinese", + "shipAddress": { + "street": "Hauptstr. 31", + "city": "Bern", + "region": "", + "postalCode": "3012", + "country": "Switzerland" + }, + "shipperId": 1 + }, + { + "orderID": 10371, + "customerID": "LAMAI", + "employeeID": 1, + "orderDate": "1996-12-03T00:00:00", + "requiredDate": "1996-12-31T00:00:00", + "shippedDate": "1996-12-24T00:00:00", + "shipVia": 1, + "freight": 0.45, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10372, + "customerID": "QUEEN", + "employeeID": 5, + "orderDate": "1996-12-04T00:00:00", + "requiredDate": "1997-01-01T00:00:00", + "shippedDate": "1996-12-09T00:00:00", + "shipVia": 2, + "freight": 890.78, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10373, + "customerID": "HUNGO", + "employeeID": 4, + "orderDate": "1996-12-05T00:00:00", + "requiredDate": "1997-01-02T00:00:00", + "shippedDate": "1996-12-11T00:00:00", + "shipVia": 3, + "freight": 124.12, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 1 + }, + { + "orderID": 10374, + "customerID": "WOLZA", + "employeeID": 1, + "orderDate": "1996-12-05T00:00:00", + "requiredDate": "1997-01-02T00:00:00", + "shippedDate": "1996-12-09T00:00:00", + "shipVia": 3, + "freight": 3.94, + "shipName": "Wolski Zajazd", + "shipAddress": { + "street": "ul. Filtrowa 68", + "city": "Warszawa", + "region": "", + "postalCode": "01-012", + "country": "Poland" + }, + "shipperId": 1 + }, + { + "orderID": 10375, + "customerID": "HUNGC", + "employeeID": 3, + "orderDate": "1996-12-06T00:00:00", + "requiredDate": "1997-01-03T00:00:00", + "shippedDate": "1996-12-09T00:00:00", + "shipVia": 2, + "freight": 20.12, + "shipName": "Hungry Coyote Import Store", + "shipAddress": { + "street": "City Center Plaza 516 Main St.", + "city": "Elgin", + "region": "OR", + "postalCode": "97827", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10376, + "customerID": "MEREP", + "employeeID": 1, + "orderDate": "1996-12-09T00:00:00", + "requiredDate": "1997-01-06T00:00:00", + "shippedDate": "1996-12-13T00:00:00", + "shipVia": 2, + "freight": 20.39, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10377, + "customerID": "SEVES", + "employeeID": 1, + "orderDate": "1996-12-09T00:00:00", + "requiredDate": "1997-01-06T00:00:00", + "shippedDate": "1996-12-13T00:00:00", + "shipVia": 3, + "freight": 22.21, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10378, + "customerID": "FOLKO", + "employeeID": 5, + "orderDate": "1996-12-10T00:00:00", + "requiredDate": "1997-01-07T00:00:00", + "shippedDate": "1996-12-19T00:00:00", + "shipVia": 3, + "freight": 5.44, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10379, + "customerID": "QUEDE", + "employeeID": 2, + "orderDate": "1996-12-11T00:00:00", + "requiredDate": "1997-01-08T00:00:00", + "shippedDate": "1996-12-13T00:00:00", + "shipVia": 1, + "freight": 45.03, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10380, + "customerID": "HUNGO", + "employeeID": 8, + "orderDate": "1996-12-12T00:00:00", + "requiredDate": "1997-01-09T00:00:00", + "shippedDate": "1997-01-16T00:00:00", + "shipVia": 3, + "freight": 35.03, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 3 + }, + { + "orderID": 10381, + "customerID": "LILAS", + "employeeID": 3, + "orderDate": "1996-12-12T00:00:00", + "requiredDate": "1997-01-09T00:00:00", + "shippedDate": "1996-12-13T00:00:00", + "shipVia": 3, + "freight": 7.99, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 10382, + "customerID": "ERNSH", + "employeeID": 4, + "orderDate": "1996-12-13T00:00:00", + "requiredDate": "1997-01-10T00:00:00", + "shippedDate": "1996-12-16T00:00:00", + "shipVia": 1, + "freight": 94.77, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10383, + "customerID": "AROUT", + "employeeID": 8, + "orderDate": "1996-12-16T00:00:00", + "requiredDate": "1997-01-13T00:00:00", + "shippedDate": "1996-12-18T00:00:00", + "shipVia": 3, + "freight": 34.24, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10384, + "customerID": "BERGS", + "employeeID": 3, + "orderDate": "1996-12-16T00:00:00", + "requiredDate": "1997-01-13T00:00:00", + "shippedDate": "1996-12-20T00:00:00", + "shipVia": 3, + "freight": 168.64, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10385, + "customerID": "SPLIR", + "employeeID": 1, + "orderDate": "1996-12-17T00:00:00", + "requiredDate": "1997-01-14T00:00:00", + "shippedDate": "1996-12-23T00:00:00", + "shipVia": 2, + "freight": 30.96, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10386, + "customerID": "FAMIA", + "employeeID": 9, + "orderDate": "1996-12-18T00:00:00", + "requiredDate": "1997-01-01T00:00:00", + "shippedDate": "1996-12-25T00:00:00", + "shipVia": 3, + "freight": 13.99, + "shipName": "Familia Arquibaldo", + "shipAddress": { + "street": "Rua Orós, 92", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05442-030", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10387, + "customerID": "SANTG", + "employeeID": 1, + "orderDate": "1996-12-18T00:00:00", + "requiredDate": "1997-01-15T00:00:00", + "shippedDate": "1996-12-20T00:00:00", + "shipVia": 2, + "freight": 93.63, + "shipName": "Santé Gourmet", + "shipAddress": { + "street": "Erling Skakkes gate 78", + "city": "Stavern", + "region": "", + "postalCode": "4110", + "country": "Norway" + }, + "shipperId": 1 + }, + { + "orderID": 10388, + "customerID": "SEVES", + "employeeID": 2, + "orderDate": "1996-12-19T00:00:00", + "requiredDate": "1997-01-16T00:00:00", + "shippedDate": "1996-12-20T00:00:00", + "shipVia": 1, + "freight": 34.86, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10389, + "customerID": "BOTTM", + "employeeID": 4, + "orderDate": "1996-12-20T00:00:00", + "requiredDate": "1997-01-17T00:00:00", + "shippedDate": "1996-12-24T00:00:00", + "shipVia": 2, + "freight": 47.42, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10390, + "customerID": "ERNSH", + "employeeID": 6, + "orderDate": "1996-12-23T00:00:00", + "requiredDate": "1997-01-20T00:00:00", + "shippedDate": "1996-12-26T00:00:00", + "shipVia": 1, + "freight": 126.38, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10391, + "customerID": "DRACD", + "employeeID": 3, + "orderDate": "1996-12-23T00:00:00", + "requiredDate": "1997-01-20T00:00:00", + "shippedDate": "1996-12-31T00:00:00", + "shipVia": 3, + "freight": 5.45, + "shipName": "Drachenblut Delikatessen", + "shipAddress": { + "street": "Walserweg 21", + "city": "Aachen", + "region": "", + "postalCode": "52066", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10392, + "customerID": "PICCO", + "employeeID": 2, + "orderDate": "1996-12-24T00:00:00", + "requiredDate": "1997-01-21T00:00:00", + "shippedDate": "1997-01-01T00:00:00", + "shipVia": 3, + "freight": 122.46, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10393, + "customerID": "SAVEA", + "employeeID": 1, + "orderDate": "1996-12-25T00:00:00", + "requiredDate": "1997-01-22T00:00:00", + "shippedDate": "1997-01-03T00:00:00", + "shipVia": 3, + "freight": 126.56, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10394, + "customerID": "HUNGC", + "employeeID": 1, + "orderDate": "1996-12-25T00:00:00", + "requiredDate": "1997-01-22T00:00:00", + "shippedDate": "1997-01-03T00:00:00", + "shipVia": 3, + "freight": 30.34, + "shipName": "Hungry Coyote Import Store", + "shipAddress": { + "street": "City Center Plaza 516 Main St.", + "city": "Elgin", + "region": "OR", + "postalCode": "97827", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10395, + "customerID": "HILAA", + "employeeID": 6, + "orderDate": "1996-12-26T00:00:00", + "requiredDate": "1997-01-23T00:00:00", + "shippedDate": "1997-01-03T00:00:00", + "shipVia": 1, + "freight": 184.41, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 10396, + "customerID": "FRANK", + "employeeID": 1, + "orderDate": "1996-12-27T00:00:00", + "requiredDate": "1997-01-10T00:00:00", + "shippedDate": "1997-01-06T00:00:00", + "shipVia": 3, + "freight": 135.35, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10397, + "customerID": "PRINI", + "employeeID": 5, + "orderDate": "1996-12-27T00:00:00", + "requiredDate": "1997-01-24T00:00:00", + "shippedDate": "1997-01-02T00:00:00", + "shipVia": 1, + "freight": 60.26, + "shipName": "Princesa Isabel Vinhos", + "shipAddress": { + "street": "Estrada da saúde n. 58", + "city": "Lisboa", + "region": "", + "postalCode": "1756", + "country": "Portugal" + }, + "shipperId": 1 + }, + { + "orderID": 10398, + "customerID": "SAVEA", + "employeeID": 2, + "orderDate": "1996-12-30T00:00:00", + "requiredDate": "1997-01-27T00:00:00", + "shippedDate": "1997-01-09T00:00:00", + "shipVia": 3, + "freight": 89.16, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10399, + "customerID": "VAFFE", + "employeeID": 8, + "orderDate": "1996-12-31T00:00:00", + "requiredDate": "1997-01-14T00:00:00", + "shippedDate": "1997-01-08T00:00:00", + "shipVia": 3, + "freight": 27.36, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 2 + }, + { + "orderID": 10400, + "customerID": "EASTC", + "employeeID": 1, + "orderDate": "1997-01-01T00:00:00", + "requiredDate": "1997-01-29T00:00:00", + "shippedDate": "1997-01-16T00:00:00", + "shipVia": 3, + "freight": 83.93, + "shipName": "Eastern Connection", + "shipAddress": { + "street": "35 King George", + "city": "London", + "region": "", + "postalCode": "WX3 6FW", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10401, + "customerID": "RATTC", + "employeeID": 1, + "orderDate": "1997-01-01T00:00:00", + "requiredDate": "1997-01-29T00:00:00", + "shippedDate": "1997-01-10T00:00:00", + "shipVia": 1, + "freight": 12.51, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10402, + "customerID": "ERNSH", + "employeeID": 8, + "orderDate": "1997-01-02T00:00:00", + "requiredDate": "1997-02-13T00:00:00", + "shippedDate": "1997-01-10T00:00:00", + "shipVia": 2, + "freight": 67.88, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10403, + "customerID": "ERNSH", + "employeeID": 4, + "orderDate": "1997-01-03T00:00:00", + "requiredDate": "1997-01-31T00:00:00", + "shippedDate": "1997-01-09T00:00:00", + "shipVia": 3, + "freight": 73.79, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10404, + "customerID": "MAGAA", + "employeeID": 2, + "orderDate": "1997-01-03T00:00:00", + "requiredDate": "1997-01-31T00:00:00", + "shippedDate": "1997-01-08T00:00:00", + "shipVia": 1, + "freight": 155.97, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10405, + "customerID": "LINOD", + "employeeID": 1, + "orderDate": "1997-01-06T00:00:00", + "requiredDate": "1997-02-03T00:00:00", + "shippedDate": "1997-01-22T00:00:00", + "shipVia": 1, + "freight": 34.82, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10406, + "customerID": "QUEEN", + "employeeID": 7, + "orderDate": "1997-01-07T00:00:00", + "requiredDate": "1997-02-18T00:00:00", + "shippedDate": "1997-01-13T00:00:00", + "shipVia": 1, + "freight": 108.04, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10407, + "customerID": "OTTIK", + "employeeID": 2, + "orderDate": "1997-01-07T00:00:00", + "requiredDate": "1997-02-04T00:00:00", + "shippedDate": "1997-01-30T00:00:00", + "shipVia": 2, + "freight": 91.48, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10408, + "customerID": "FOLIG", + "employeeID": 8, + "orderDate": "1997-01-08T00:00:00", + "requiredDate": "1997-02-05T00:00:00", + "shippedDate": "1997-01-14T00:00:00", + "shipVia": 1, + "freight": 11.26, + "shipName": "Folies gourmandes", + "shipAddress": { + "street": "184, chaussée de Tournai", + "city": "Lille", + "region": "", + "postalCode": "59000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10409, + "customerID": "OCEAN", + "employeeID": 3, + "orderDate": "1997-01-09T00:00:00", + "requiredDate": "1997-02-06T00:00:00", + "shippedDate": "1997-01-14T00:00:00", + "shipVia": 1, + "freight": 29.83, + "shipName": "Océano Atlántico Ltda.", + "shipAddress": { + "street": "Ing. Gustavo Moncada 8585 Piso 20-A", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 10410, + "customerID": "BOTTM", + "employeeID": 3, + "orderDate": "1997-01-10T00:00:00", + "requiredDate": "1997-02-07T00:00:00", + "shippedDate": "1997-01-15T00:00:00", + "shipVia": 3, + "freight": 2.4, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10411, + "customerID": "BOTTM", + "employeeID": 9, + "orderDate": "1997-01-10T00:00:00", + "requiredDate": "1997-02-07T00:00:00", + "shippedDate": "1997-01-21T00:00:00", + "shipVia": 3, + "freight": 23.65, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10412, + "customerID": "WARTH", + "employeeID": 8, + "orderDate": "1997-01-13T00:00:00", + "requiredDate": "1997-02-10T00:00:00", + "shippedDate": "1997-01-15T00:00:00", + "shipVia": 2, + "freight": 3.77, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10413, + "customerID": "LAMAI", + "employeeID": 3, + "orderDate": "1997-01-14T00:00:00", + "requiredDate": "1997-02-11T00:00:00", + "shippedDate": "1997-01-16T00:00:00", + "shipVia": 2, + "freight": 95.66, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10414, + "customerID": "FAMIA", + "employeeID": 2, + "orderDate": "1997-01-14T00:00:00", + "requiredDate": "1997-02-11T00:00:00", + "shippedDate": "1997-01-17T00:00:00", + "shipVia": 3, + "freight": 21.48, + "shipName": "Familia Arquibaldo", + "shipAddress": { + "street": "Rua Orós, 92", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05442-030", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10415, + "customerID": "HUNGC", + "employeeID": 3, + "orderDate": "1997-01-15T00:00:00", + "requiredDate": "1997-02-12T00:00:00", + "shippedDate": "1997-01-24T00:00:00", + "shipVia": 1, + "freight": 0.2, + "shipName": "Hungry Coyote Import Store", + "shipAddress": { + "street": "City Center Plaza 516 Main St.", + "city": "Elgin", + "region": "OR", + "postalCode": "97827", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10416, + "customerID": "WARTH", + "employeeID": 8, + "orderDate": "1997-01-16T00:00:00", + "requiredDate": "1997-02-13T00:00:00", + "shippedDate": "1997-01-27T00:00:00", + "shipVia": 3, + "freight": 22.72, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 2 + }, + { + "orderID": 10417, + "customerID": "SIMOB", + "employeeID": 4, + "orderDate": "1997-01-16T00:00:00", + "requiredDate": "1997-02-13T00:00:00", + "shippedDate": "1997-01-28T00:00:00", + "shipVia": 3, + "freight": 70.29, + "shipName": "Simons bistro", + "shipAddress": { + "street": "Vinbæltet 34", + "city": "Kobenhavn", + "region": "", + "postalCode": "1734", + "country": "Denmark" + }, + "shipperId": 3 + }, + { + "orderID": 10418, + "customerID": "QUICK", + "employeeID": 4, + "orderDate": "1997-01-17T00:00:00", + "requiredDate": "1997-02-14T00:00:00", + "shippedDate": "1997-01-24T00:00:00", + "shipVia": 1, + "freight": 17.55, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10419, + "customerID": "RICSU", + "employeeID": 4, + "orderDate": "1997-01-20T00:00:00", + "requiredDate": "1997-02-17T00:00:00", + "shippedDate": "1997-01-30T00:00:00", + "shipVia": 2, + "freight": 137.35, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 1 + }, + { + "orderID": 10420, + "customerID": "WELLI", + "employeeID": 3, + "orderDate": "1997-01-21T00:00:00", + "requiredDate": "1997-02-18T00:00:00", + "shippedDate": "1997-01-27T00:00:00", + "shipVia": 1, + "freight": 44.12, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10421, + "customerID": "QUEDE", + "employeeID": 8, + "orderDate": "1997-01-21T00:00:00", + "requiredDate": "1997-03-04T00:00:00", + "shippedDate": "1997-01-27T00:00:00", + "shipVia": 1, + "freight": 99.23, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10422, + "customerID": "FRANS", + "employeeID": 2, + "orderDate": "1997-01-22T00:00:00", + "requiredDate": "1997-02-19T00:00:00", + "shippedDate": "1997-01-31T00:00:00", + "shipVia": 1, + "freight": 3.02, + "shipName": "Franchi S.p.A.", + "shipAddress": { + "street": "Via Monte Bianco 34", + "city": "Torino", + "region": "", + "postalCode": "10100", + "country": "Italy" + }, + "shipperId": 2 + }, + { + "orderID": 10423, + "customerID": "GOURL", + "employeeID": 6, + "orderDate": "1997-01-23T00:00:00", + "requiredDate": "1997-02-06T00:00:00", + "shippedDate": "1997-02-24T00:00:00", + "shipVia": 3, + "freight": 24.5, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10424, + "customerID": "MEREP", + "employeeID": 7, + "orderDate": "1997-01-23T00:00:00", + "requiredDate": "1997-02-20T00:00:00", + "shippedDate": "1997-01-27T00:00:00", + "shipVia": 2, + "freight": 370.61, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10425, + "customerID": "LAMAI", + "employeeID": 6, + "orderDate": "1997-01-24T00:00:00", + "requiredDate": "1997-02-21T00:00:00", + "shippedDate": "1997-02-14T00:00:00", + "shipVia": 2, + "freight": 7.93, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10426, + "customerID": "GALED", + "employeeID": 4, + "orderDate": "1997-01-27T00:00:00", + "requiredDate": "1997-02-24T00:00:00", + "shippedDate": "1997-02-06T00:00:00", + "shipVia": 1, + "freight": 18.69, + "shipName": "Galería del gastronómo", + "shipAddress": { + "street": "Rambla de Cataluña, 23", + "city": "Barcelona", + "region": "", + "postalCode": "8022", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10427, + "customerID": "PICCO", + "employeeID": 4, + "orderDate": "1997-01-27T00:00:00", + "requiredDate": "1997-02-24T00:00:00", + "shippedDate": "1997-03-03T00:00:00", + "shipVia": 2, + "freight": 31.29, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10428, + "customerID": "REGGC", + "employeeID": 7, + "orderDate": "1997-01-28T00:00:00", + "requiredDate": "1997-02-25T00:00:00", + "shippedDate": "1997-02-04T00:00:00", + "shipVia": 1, + "freight": 11.09, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 2 + }, + { + "orderID": 10429, + "customerID": "HUNGO", + "employeeID": 3, + "orderDate": "1997-01-29T00:00:00", + "requiredDate": "1997-03-12T00:00:00", + "shippedDate": "1997-02-07T00:00:00", + "shipVia": 2, + "freight": 56.63, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 3 + }, + { + "orderID": 10430, + "customerID": "ERNSH", + "employeeID": 4, + "orderDate": "1997-01-30T00:00:00", + "requiredDate": "1997-02-13T00:00:00", + "shippedDate": "1997-02-03T00:00:00", + "shipVia": 1, + "freight": 458.78, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10431, + "customerID": "BOTTM", + "employeeID": 4, + "orderDate": "1997-01-30T00:00:00", + "requiredDate": "1997-02-13T00:00:00", + "shippedDate": "1997-02-07T00:00:00", + "shipVia": 2, + "freight": 44.17, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10432, + "customerID": "SPLIR", + "employeeID": 3, + "orderDate": "1997-01-31T00:00:00", + "requiredDate": "1997-02-14T00:00:00", + "shippedDate": "1997-02-07T00:00:00", + "shipVia": 2, + "freight": 4.34, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10433, + "customerID": "PRINI", + "employeeID": 3, + "orderDate": "1997-02-03T00:00:00", + "requiredDate": "1997-03-03T00:00:00", + "shippedDate": "1997-03-04T00:00:00", + "shipVia": 3, + "freight": 73.83, + "shipName": "Princesa Isabel Vinhos", + "shipAddress": { + "street": "Estrada da saúde n. 58", + "city": "Lisboa", + "region": "", + "postalCode": "1756", + "country": "Portugal" + }, + "shipperId": 3 + }, + { + "orderID": 10434, + "customerID": "FOLKO", + "employeeID": 3, + "orderDate": "1997-02-03T00:00:00", + "requiredDate": "1997-03-03T00:00:00", + "shippedDate": "1997-02-13T00:00:00", + "shipVia": 2, + "freight": 17.92, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10435, + "customerID": "CONSH", + "employeeID": 8, + "orderDate": "1997-02-04T00:00:00", + "requiredDate": "1997-03-18T00:00:00", + "shippedDate": "1997-02-07T00:00:00", + "shipVia": 2, + "freight": 9.21, + "shipName": "Consolidated Holdings", + "shipAddress": { + "street": "Berkeley Gardens 12 Brewery", + "city": "London", + "region": "", + "postalCode": "WX1 6LT", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10436, + "customerID": "BLONP", + "employeeID": 3, + "orderDate": "1997-02-05T00:00:00", + "requiredDate": "1997-03-05T00:00:00", + "shippedDate": "1997-02-11T00:00:00", + "shipVia": 2, + "freight": 156.66, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10437, + "customerID": "WARTH", + "employeeID": 8, + "orderDate": "1997-02-05T00:00:00", + "requiredDate": "1997-03-05T00:00:00", + "shippedDate": "1997-02-12T00:00:00", + "shipVia": 1, + "freight": 19.97, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 1 + }, + { + "orderID": 10438, + "customerID": "TOMSP", + "employeeID": 3, + "orderDate": "1997-02-06T00:00:00", + "requiredDate": "1997-03-06T00:00:00", + "shippedDate": "1997-02-14T00:00:00", + "shipVia": 2, + "freight": 8.24, + "shipName": "Toms Spezialitäten", + "shipAddress": { + "street": "Luisenstr. 48", + "city": "Münster", + "region": "", + "postalCode": "44087", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10439, + "customerID": "MEREP", + "employeeID": 6, + "orderDate": "1997-02-07T00:00:00", + "requiredDate": "1997-03-07T00:00:00", + "shippedDate": "1997-02-10T00:00:00", + "shipVia": 3, + "freight": 4.07, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 2 + }, + { + "orderID": 10440, + "customerID": "SAVEA", + "employeeID": 4, + "orderDate": "1997-02-10T00:00:00", + "requiredDate": "1997-03-10T00:00:00", + "shippedDate": "1997-02-28T00:00:00", + "shipVia": 2, + "freight": 86.53, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10441, + "customerID": "OLDWO", + "employeeID": 3, + "orderDate": "1997-02-10T00:00:00", + "requiredDate": "1997-03-24T00:00:00", + "shippedDate": "1997-03-14T00:00:00", + "shipVia": 2, + "freight": 73.02, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10442, + "customerID": "ERNSH", + "employeeID": 3, + "orderDate": "1997-02-11T00:00:00", + "requiredDate": "1997-03-11T00:00:00", + "shippedDate": "1997-02-18T00:00:00", + "shipVia": 2, + "freight": 47.94, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10443, + "customerID": "REGGC", + "employeeID": 8, + "orderDate": "1997-02-12T00:00:00", + "requiredDate": "1997-03-12T00:00:00", + "shippedDate": "1997-02-14T00:00:00", + "shipVia": 1, + "freight": 13.95, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 10444, + "customerID": "BERGS", + "employeeID": 3, + "orderDate": "1997-02-12T00:00:00", + "requiredDate": "1997-03-12T00:00:00", + "shippedDate": "1997-02-21T00:00:00", + "shipVia": 3, + "freight": 3.5, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10445, + "customerID": "BERGS", + "employeeID": 3, + "orderDate": "1997-02-13T00:00:00", + "requiredDate": "1997-03-13T00:00:00", + "shippedDate": "1997-02-20T00:00:00", + "shipVia": 1, + "freight": 9.3, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10446, + "customerID": "TOMSP", + "employeeID": 6, + "orderDate": "1997-02-14T00:00:00", + "requiredDate": "1997-03-14T00:00:00", + "shippedDate": "1997-02-19T00:00:00", + "shipVia": 1, + "freight": 14.68, + "shipName": "Toms Spezialitäten", + "shipAddress": { + "street": "Luisenstr. 48", + "city": "Münster", + "region": "", + "postalCode": "44087", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10447, + "customerID": "RICAR", + "employeeID": 4, + "orderDate": "1997-02-14T00:00:00", + "requiredDate": "1997-03-14T00:00:00", + "shippedDate": "1997-03-07T00:00:00", + "shipVia": 2, + "freight": 68.66, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10448, + "customerID": "RANCH", + "employeeID": 4, + "orderDate": "1997-02-17T00:00:00", + "requiredDate": "1997-03-17T00:00:00", + "shippedDate": "1997-02-24T00:00:00", + "shipVia": 2, + "freight": 38.82, + "shipName": "Rancho grande", + "shipAddress": { + "street": "Av. del Libertador 900", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 10449, + "customerID": "BLONP", + "employeeID": 3, + "orderDate": "1997-02-18T00:00:00", + "requiredDate": "1997-03-18T00:00:00", + "shippedDate": "1997-02-27T00:00:00", + "shipVia": 2, + "freight": 53.3, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10450, + "customerID": "VICTE", + "employeeID": 8, + "orderDate": "1997-02-19T00:00:00", + "requiredDate": "1997-03-19T00:00:00", + "shippedDate": "1997-03-11T00:00:00", + "shipVia": 2, + "freight": 7.23, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10451, + "customerID": "QUICK", + "employeeID": 4, + "orderDate": "1997-02-19T00:00:00", + "requiredDate": "1997-03-05T00:00:00", + "shippedDate": "1997-03-12T00:00:00", + "shipVia": 3, + "freight": 189.09, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10452, + "customerID": "SAVEA", + "employeeID": 8, + "orderDate": "1997-02-20T00:00:00", + "requiredDate": "1997-03-20T00:00:00", + "shippedDate": "1997-02-26T00:00:00", + "shipVia": 1, + "freight": 140.26, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10453, + "customerID": "AROUT", + "employeeID": 1, + "orderDate": "1997-02-21T00:00:00", + "requiredDate": "1997-03-21T00:00:00", + "shippedDate": "1997-02-26T00:00:00", + "shipVia": 2, + "freight": 25.36, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10454, + "customerID": "LAMAI", + "employeeID": 4, + "orderDate": "1997-02-21T00:00:00", + "requiredDate": "1997-03-21T00:00:00", + "shippedDate": "1997-02-25T00:00:00", + "shipVia": 3, + "freight": 2.74, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10455, + "customerID": "WARTH", + "employeeID": 8, + "orderDate": "1997-02-24T00:00:00", + "requiredDate": "1997-04-07T00:00:00", + "shippedDate": "1997-03-03T00:00:00", + "shipVia": 2, + "freight": 180.45, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 1 + }, + { + "orderID": 10456, + "customerID": "KOENE", + "employeeID": 8, + "orderDate": "1997-02-25T00:00:00", + "requiredDate": "1997-04-08T00:00:00", + "shippedDate": "1997-02-28T00:00:00", + "shipVia": 2, + "freight": 8.12, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10457, + "customerID": "KOENE", + "employeeID": 2, + "orderDate": "1997-02-25T00:00:00", + "requiredDate": "1997-03-25T00:00:00", + "shippedDate": "1997-03-03T00:00:00", + "shipVia": 1, + "freight": 11.57, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10458, + "customerID": "SUPRD", + "employeeID": 7, + "orderDate": "1997-02-26T00:00:00", + "requiredDate": "1997-03-26T00:00:00", + "shippedDate": "1997-03-04T00:00:00", + "shipVia": 3, + "freight": 147.06, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 3 + }, + { + "orderID": 10459, + "customerID": "VICTE", + "employeeID": 4, + "orderDate": "1997-02-27T00:00:00", + "requiredDate": "1997-03-27T00:00:00", + "shippedDate": "1997-02-28T00:00:00", + "shipVia": 2, + "freight": 25.09, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10460, + "customerID": "FOLKO", + "employeeID": 8, + "orderDate": "1997-02-28T00:00:00", + "requiredDate": "1997-03-28T00:00:00", + "shippedDate": "1997-03-03T00:00:00", + "shipVia": 1, + "freight": 16.27, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10461, + "customerID": "LILAS", + "employeeID": 1, + "orderDate": "1997-02-28T00:00:00", + "requiredDate": "1997-03-28T00:00:00", + "shippedDate": "1997-03-05T00:00:00", + "shipVia": 3, + "freight": 148.61, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10462, + "customerID": "CONSH", + "employeeID": 2, + "orderDate": "1997-03-03T00:00:00", + "requiredDate": "1997-03-31T00:00:00", + "shippedDate": "1997-03-18T00:00:00", + "shipVia": 1, + "freight": 6.17, + "shipName": "Consolidated Holdings", + "shipAddress": { + "street": "Berkeley Gardens 12 Brewery", + "city": "London", + "region": "", + "postalCode": "WX1 6LT", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10463, + "customerID": "SUPRD", + "employeeID": 5, + "orderDate": "1997-03-04T00:00:00", + "requiredDate": "1997-04-01T00:00:00", + "shippedDate": "1997-03-06T00:00:00", + "shipVia": 3, + "freight": 14.78, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 1 + }, + { + "orderID": 10464, + "customerID": "FURIB", + "employeeID": 4, + "orderDate": "1997-03-04T00:00:00", + "requiredDate": "1997-04-01T00:00:00", + "shippedDate": "1997-03-14T00:00:00", + "shipVia": 2, + "freight": 89, + "shipName": "Furia Bacalhau e Frutos do Mar", + "shipAddress": { + "street": "Jardim das rosas n. 32", + "city": "Lisboa", + "region": "", + "postalCode": "1675", + "country": "Portugal" + }, + "shipperId": 3 + }, + { + "orderID": 10465, + "customerID": "VAFFE", + "employeeID": 1, + "orderDate": "1997-03-05T00:00:00", + "requiredDate": "1997-04-02T00:00:00", + "shippedDate": "1997-03-14T00:00:00", + "shipVia": 3, + "freight": 145.04, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 1 + }, + { + "orderID": 10466, + "customerID": "COMMI", + "employeeID": 4, + "orderDate": "1997-03-06T00:00:00", + "requiredDate": "1997-04-03T00:00:00", + "shippedDate": "1997-03-13T00:00:00", + "shipVia": 1, + "freight": 11.93, + "shipName": "Comércio Mineiro", + "shipAddress": { + "street": "Av. dos Lusíadas, 23", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05432-043", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10467, + "customerID": "MAGAA", + "employeeID": 8, + "orderDate": "1997-03-06T00:00:00", + "requiredDate": "1997-04-03T00:00:00", + "shippedDate": "1997-03-11T00:00:00", + "shipVia": 2, + "freight": 4.93, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 10468, + "customerID": "KOENE", + "employeeID": 3, + "orderDate": "1997-03-07T00:00:00", + "requiredDate": "1997-04-04T00:00:00", + "shippedDate": "1997-03-12T00:00:00", + "shipVia": 3, + "freight": 44.12, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10469, + "customerID": "WHITC", + "employeeID": 1, + "orderDate": "1997-03-10T00:00:00", + "requiredDate": "1997-04-07T00:00:00", + "shippedDate": "1997-03-14T00:00:00", + "shipVia": 1, + "freight": 60.18, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10470, + "customerID": "BONAP", + "employeeID": 4, + "orderDate": "1997-03-11T00:00:00", + "requiredDate": "1997-04-08T00:00:00", + "shippedDate": "1997-03-14T00:00:00", + "shipVia": 2, + "freight": 64.56, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10471, + "customerID": "BSBEV", + "employeeID": 2, + "orderDate": "1997-03-11T00:00:00", + "requiredDate": "1997-04-08T00:00:00", + "shippedDate": "1997-03-18T00:00:00", + "shipVia": 3, + "freight": 45.59, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10472, + "customerID": "SEVES", + "employeeID": 8, + "orderDate": "1997-03-12T00:00:00", + "requiredDate": "1997-04-09T00:00:00", + "shippedDate": "1997-03-19T00:00:00", + "shipVia": 1, + "freight": 4.2, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10473, + "customerID": "ISLAT", + "employeeID": 1, + "orderDate": "1997-03-13T00:00:00", + "requiredDate": "1997-03-27T00:00:00", + "shippedDate": "1997-03-21T00:00:00", + "shipVia": 3, + "freight": 16.37, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10474, + "customerID": "PERIC", + "employeeID": 5, + "orderDate": "1997-03-13T00:00:00", + "requiredDate": "1997-04-10T00:00:00", + "shippedDate": "1997-03-21T00:00:00", + "shipVia": 2, + "freight": 83.49, + "shipName": "Pericles Comidas clásicas", + "shipAddress": { + "street": "Calle Dr. Jorge Cash 321", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10475, + "customerID": "SUPRD", + "employeeID": 9, + "orderDate": "1997-03-14T00:00:00", + "requiredDate": "1997-04-11T00:00:00", + "shippedDate": "1997-04-04T00:00:00", + "shipVia": 1, + "freight": 68.52, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 2 + }, + { + "orderID": 10476, + "customerID": "HILAA", + "employeeID": 8, + "orderDate": "1997-03-17T00:00:00", + "requiredDate": "1997-04-14T00:00:00", + "shippedDate": "1997-03-24T00:00:00", + "shipVia": 3, + "freight": 4.41, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10477, + "customerID": "PRINI", + "employeeID": 5, + "orderDate": "1997-03-17T00:00:00", + "requiredDate": "1997-04-14T00:00:00", + "shippedDate": "1997-03-25T00:00:00", + "shipVia": 2, + "freight": 13.02, + "shipName": "Princesa Isabel Vinhos", + "shipAddress": { + "street": "Estrada da saúde n. 58", + "city": "Lisboa", + "region": "", + "postalCode": "1756", + "country": "Portugal" + }, + "shipperId": 1 + }, + { + "orderID": 10478, + "customerID": "VICTE", + "employeeID": 2, + "orderDate": "1997-03-18T00:00:00", + "requiredDate": "1997-04-01T00:00:00", + "shippedDate": "1997-03-26T00:00:00", + "shipVia": 3, + "freight": 4.81, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10479, + "customerID": "RATTC", + "employeeID": 3, + "orderDate": "1997-03-19T00:00:00", + "requiredDate": "1997-04-16T00:00:00", + "shippedDate": "1997-03-21T00:00:00", + "shipVia": 3, + "freight": 708.95, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10480, + "customerID": "FOLIG", + "employeeID": 6, + "orderDate": "1997-03-20T00:00:00", + "requiredDate": "1997-04-17T00:00:00", + "shippedDate": "1997-03-24T00:00:00", + "shipVia": 2, + "freight": 1.35, + "shipName": "Folies gourmandes", + "shipAddress": { + "street": "184, chaussée de Tournai", + "city": "Lille", + "region": "", + "postalCode": "59000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10481, + "customerID": "RICAR", + "employeeID": 8, + "orderDate": "1997-03-20T00:00:00", + "requiredDate": "1997-04-17T00:00:00", + "shippedDate": "1997-03-25T00:00:00", + "shipVia": 2, + "freight": 64.33, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10482, + "customerID": "LAZYK", + "employeeID": 1, + "orderDate": "1997-03-21T00:00:00", + "requiredDate": "1997-04-18T00:00:00", + "shippedDate": "1997-04-10T00:00:00", + "shipVia": 3, + "freight": 7.48, + "shipName": "Lazy K Kountry Store", + "shipAddress": { + "street": "12 Orchestra Terrace", + "city": "Walla Walla", + "region": "WA", + "postalCode": "99362", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10483, + "customerID": "WHITC", + "employeeID": 7, + "orderDate": "1997-03-24T00:00:00", + "requiredDate": "1997-04-21T00:00:00", + "shippedDate": "1997-04-25T00:00:00", + "shipVia": 2, + "freight": 15.28, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10484, + "customerID": "BSBEV", + "employeeID": 3, + "orderDate": "1997-03-24T00:00:00", + "requiredDate": "1997-04-21T00:00:00", + "shippedDate": "1997-04-01T00:00:00", + "shipVia": 3, + "freight": 6.88, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10485, + "customerID": "LINOD", + "employeeID": 4, + "orderDate": "1997-03-25T00:00:00", + "requiredDate": "1997-04-08T00:00:00", + "shippedDate": "1997-03-31T00:00:00", + "shipVia": 2, + "freight": 64.45, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 10486, + "customerID": "HILAA", + "employeeID": 1, + "orderDate": "1997-03-26T00:00:00", + "requiredDate": "1997-04-23T00:00:00", + "shippedDate": "1997-04-02T00:00:00", + "shipVia": 2, + "freight": 30.53, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10487, + "customerID": "QUEEN", + "employeeID": 2, + "orderDate": "1997-03-26T00:00:00", + "requiredDate": "1997-04-23T00:00:00", + "shippedDate": "1997-03-28T00:00:00", + "shipVia": 2, + "freight": 71.07, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10488, + "customerID": "FRANK", + "employeeID": 8, + "orderDate": "1997-03-27T00:00:00", + "requiredDate": "1997-04-24T00:00:00", + "shippedDate": "1997-04-02T00:00:00", + "shipVia": 2, + "freight": 4.93, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10489, + "customerID": "PICCO", + "employeeID": 6, + "orderDate": "1997-03-28T00:00:00", + "requiredDate": "1997-04-25T00:00:00", + "shippedDate": "1997-04-09T00:00:00", + "shipVia": 2, + "freight": 5.29, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10490, + "customerID": "HILAA", + "employeeID": 7, + "orderDate": "1997-03-31T00:00:00", + "requiredDate": "1997-04-28T00:00:00", + "shippedDate": "1997-04-03T00:00:00", + "shipVia": 2, + "freight": 210.19, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10491, + "customerID": "FURIB", + "employeeID": 8, + "orderDate": "1997-03-31T00:00:00", + "requiredDate": "1997-04-28T00:00:00", + "shippedDate": "1997-04-08T00:00:00", + "shipVia": 3, + "freight": 16.96, + "shipName": "Furia Bacalhau e Frutos do Mar", + "shipAddress": { + "street": "Jardim das rosas n. 32", + "city": "Lisboa", + "region": "", + "postalCode": "1675", + "country": "Portugal" + }, + "shipperId": 1 + }, + { + "orderID": 10492, + "customerID": "BOTTM", + "employeeID": 3, + "orderDate": "1997-04-01T00:00:00", + "requiredDate": "1997-04-29T00:00:00", + "shippedDate": "1997-04-11T00:00:00", + "shipVia": 1, + "freight": 62.89, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10493, + "customerID": "LAMAI", + "employeeID": 4, + "orderDate": "1997-04-02T00:00:00", + "requiredDate": "1997-04-30T00:00:00", + "shippedDate": "1997-04-10T00:00:00", + "shipVia": 3, + "freight": 10.64, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10494, + "customerID": "COMMI", + "employeeID": 4, + "orderDate": "1997-04-02T00:00:00", + "requiredDate": "1997-04-30T00:00:00", + "shippedDate": "1997-04-09T00:00:00", + "shipVia": 2, + "freight": 65.99, + "shipName": "Comércio Mineiro", + "shipAddress": { + "street": "Av. dos Lusíadas, 23", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05432-043", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10495, + "customerID": "LAUGB", + "employeeID": 3, + "orderDate": "1997-04-03T00:00:00", + "requiredDate": "1997-05-01T00:00:00", + "shippedDate": "1997-04-11T00:00:00", + "shipVia": 3, + "freight": 4.65, + "shipName": "Laughing Bacchus Wine Cellars", + "shipAddress": { + "street": "2319 Elm St.", + "city": "Vancouver", + "region": "BC", + "postalCode": "V3F 2K1", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10496, + "customerID": "TRADH", + "employeeID": 7, + "orderDate": "1997-04-04T00:00:00", + "requiredDate": "1997-05-02T00:00:00", + "shippedDate": "1997-04-07T00:00:00", + "shipVia": 2, + "freight": 46.77, + "shipName": "Tradiçao Hipermercados", + "shipAddress": { + "street": "Av. Inês de Castro, 414", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05634-030", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10497, + "customerID": "LEHMS", + "employeeID": 7, + "orderDate": "1997-04-04T00:00:00", + "requiredDate": "1997-05-02T00:00:00", + "shippedDate": "1997-04-07T00:00:00", + "shipVia": 1, + "freight": 36.21, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10498, + "customerID": "HILAA", + "employeeID": 8, + "orderDate": "1997-04-07T00:00:00", + "requiredDate": "1997-05-05T00:00:00", + "shippedDate": "1997-04-11T00:00:00", + "shipVia": 2, + "freight": 29.75, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10499, + "customerID": "LILAS", + "employeeID": 4, + "orderDate": "1997-04-08T00:00:00", + "requiredDate": "1997-05-06T00:00:00", + "shippedDate": "1997-04-16T00:00:00", + "shipVia": 2, + "freight": 102.02, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 10500, + "customerID": "LAMAI", + "employeeID": 6, + "orderDate": "1997-04-09T00:00:00", + "requiredDate": "1997-05-07T00:00:00", + "shippedDate": "1997-04-17T00:00:00", + "shipVia": 1, + "freight": 42.68, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10501, + "customerID": "BLAUS", + "employeeID": 9, + "orderDate": "1997-04-09T00:00:00", + "requiredDate": "1997-05-07T00:00:00", + "shippedDate": "1997-04-16T00:00:00", + "shipVia": 3, + "freight": 8.85, + "shipName": "Blauer See Delikatessen", + "shipAddress": { + "street": "Forsterstr. 57", + "city": "Mannheim", + "region": "", + "postalCode": "68306", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10502, + "customerID": "PERIC", + "employeeID": 2, + "orderDate": "1997-04-10T00:00:00", + "requiredDate": "1997-05-08T00:00:00", + "shippedDate": "1997-04-29T00:00:00", + "shipVia": 1, + "freight": 69.32, + "shipName": "Pericles Comidas clásicas", + "shipAddress": { + "street": "Calle Dr. Jorge Cash 321", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 2 + }, + { + "orderID": 10503, + "customerID": "HUNGO", + "employeeID": 6, + "orderDate": "1997-04-11T00:00:00", + "requiredDate": "1997-05-09T00:00:00", + "shippedDate": "1997-04-16T00:00:00", + "shipVia": 2, + "freight": 16.74, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 2 + }, + { + "orderID": 10504, + "customerID": "WHITC", + "employeeID": 4, + "orderDate": "1997-04-11T00:00:00", + "requiredDate": "1997-05-09T00:00:00", + "shippedDate": "1997-04-18T00:00:00", + "shipVia": 3, + "freight": 59.13, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10505, + "customerID": "MEREP", + "employeeID": 3, + "orderDate": "1997-04-14T00:00:00", + "requiredDate": "1997-05-12T00:00:00", + "shippedDate": "1997-04-21T00:00:00", + "shipVia": 3, + "freight": 7.13, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 2 + }, + { + "orderID": 10506, + "customerID": "KOENE", + "employeeID": 9, + "orderDate": "1997-04-15T00:00:00", + "requiredDate": "1997-05-13T00:00:00", + "shippedDate": "1997-05-02T00:00:00", + "shipVia": 2, + "freight": 21.19, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10507, + "customerID": "ANTON", + "employeeID": 7, + "orderDate": "1997-04-15T00:00:00", + "requiredDate": "1997-05-13T00:00:00", + "shippedDate": "1997-04-22T00:00:00", + "shipVia": 1, + "freight": 47.45, + "shipName": "Antonio Moreno Taquería", + "shipAddress": { + "street": "Mataderos 2312", + "city": "México D.F.", + "region": "", + "postalCode": "05023", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10508, + "customerID": "OTTIK", + "employeeID": 1, + "orderDate": "1997-04-16T00:00:00", + "requiredDate": "1997-05-14T00:00:00", + "shippedDate": "1997-05-13T00:00:00", + "shipVia": 2, + "freight": 4.99, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10509, + "customerID": "BLAUS", + "employeeID": 4, + "orderDate": "1997-04-17T00:00:00", + "requiredDate": "1997-05-15T00:00:00", + "shippedDate": "1997-04-29T00:00:00", + "shipVia": 1, + "freight": 0.15, + "shipName": "Blauer See Delikatessen", + "shipAddress": { + "street": "Forsterstr. 57", + "city": "Mannheim", + "region": "", + "postalCode": "68306", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10510, + "customerID": "SAVEA", + "employeeID": 6, + "orderDate": "1997-04-18T00:00:00", + "requiredDate": "1997-05-16T00:00:00", + "shippedDate": "1997-04-28T00:00:00", + "shipVia": 3, + "freight": 367.63, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10511, + "customerID": "BONAP", + "employeeID": 4, + "orderDate": "1997-04-18T00:00:00", + "requiredDate": "1997-05-16T00:00:00", + "shippedDate": "1997-04-21T00:00:00", + "shipVia": 3, + "freight": 350.64, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10512, + "customerID": "FAMIA", + "employeeID": 7, + "orderDate": "1997-04-21T00:00:00", + "requiredDate": "1997-05-19T00:00:00", + "shippedDate": "1997-04-24T00:00:00", + "shipVia": 2, + "freight": 3.53, + "shipName": "Familia Arquibaldo", + "shipAddress": { + "street": "Rua Orós, 92", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05442-030", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10513, + "customerID": "WANDK", + "employeeID": 7, + "orderDate": "1997-04-22T00:00:00", + "requiredDate": "1997-06-03T00:00:00", + "shippedDate": "1997-04-28T00:00:00", + "shipVia": 1, + "freight": 105.65, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10514, + "customerID": "ERNSH", + "employeeID": 3, + "orderDate": "1997-04-22T00:00:00", + "requiredDate": "1997-05-20T00:00:00", + "shippedDate": "1997-05-16T00:00:00", + "shipVia": 2, + "freight": 789.95, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10515, + "customerID": "QUICK", + "employeeID": 2, + "orderDate": "1997-04-23T00:00:00", + "requiredDate": "1997-05-07T00:00:00", + "shippedDate": "1997-05-23T00:00:00", + "shipVia": 1, + "freight": 204.47, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10516, + "customerID": "HUNGO", + "employeeID": 2, + "orderDate": "1997-04-24T00:00:00", + "requiredDate": "1997-05-22T00:00:00", + "shippedDate": "1997-05-01T00:00:00", + "shipVia": 3, + "freight": 62.78, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 2 + }, + { + "orderID": 10517, + "customerID": "NORTS", + "employeeID": 3, + "orderDate": "1997-04-24T00:00:00", + "requiredDate": "1997-05-22T00:00:00", + "shippedDate": "1997-04-29T00:00:00", + "shipVia": 3, + "freight": 32.07, + "shipName": "North/South", + "shipAddress": { + "street": "South House 300 Queensbridge", + "city": "London", + "region": "", + "postalCode": "SW7 1RZ", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10518, + "customerID": "TORTU", + "employeeID": 4, + "orderDate": "1997-04-25T00:00:00", + "requiredDate": "1997-05-09T00:00:00", + "shippedDate": "1997-05-05T00:00:00", + "shipVia": 2, + "freight": 218.15, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 2 + }, + { + "orderID": 10519, + "customerID": "CHOPS", + "employeeID": 6, + "orderDate": "1997-04-28T00:00:00", + "requiredDate": "1997-05-26T00:00:00", + "shippedDate": "1997-05-01T00:00:00", + "shipVia": 3, + "freight": 91.76, + "shipName": "Chop-suey Chinese", + "shipAddress": { + "street": "Hauptstr. 31", + "city": "Bern", + "region": "", + "postalCode": "3012", + "country": "Switzerland" + }, + "shipperId": 3 + }, + { + "orderID": 10520, + "customerID": "SANTG", + "employeeID": 7, + "orderDate": "1997-04-29T00:00:00", + "requiredDate": "1997-05-27T00:00:00", + "shippedDate": "1997-05-01T00:00:00", + "shipVia": 1, + "freight": 13.37, + "shipName": "Santé Gourmet", + "shipAddress": { + "street": "Erling Skakkes gate 78", + "city": "Stavern", + "region": "", + "postalCode": "4110", + "country": "Norway" + }, + "shipperId": 1 + }, + { + "orderID": 10521, + "customerID": "CACTU", + "employeeID": 8, + "orderDate": "1997-04-29T00:00:00", + "requiredDate": "1997-05-27T00:00:00", + "shippedDate": "1997-05-02T00:00:00", + "shipVia": 2, + "freight": 17.22, + "shipName": "Cactus Comidas para llevar", + "shipAddress": { + "street": "Cerrito 333", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 10522, + "customerID": "LEHMS", + "employeeID": 4, + "orderDate": "1997-04-30T00:00:00", + "requiredDate": "1997-05-28T00:00:00", + "shippedDate": "1997-05-06T00:00:00", + "shipVia": 1, + "freight": 45.33, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10523, + "customerID": "SEVES", + "employeeID": 7, + "orderDate": "1997-05-01T00:00:00", + "requiredDate": "1997-05-29T00:00:00", + "shippedDate": "1997-05-30T00:00:00", + "shipVia": 2, + "freight": 77.63, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10524, + "customerID": "BERGS", + "employeeID": 1, + "orderDate": "1997-05-01T00:00:00", + "requiredDate": "1997-05-29T00:00:00", + "shippedDate": "1997-05-07T00:00:00", + "shipVia": 2, + "freight": 244.79, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10525, + "customerID": "BONAP", + "employeeID": 1, + "orderDate": "1997-05-02T00:00:00", + "requiredDate": "1997-05-30T00:00:00", + "shippedDate": "1997-05-23T00:00:00", + "shipVia": 2, + "freight": 11.06, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10526, + "customerID": "WARTH", + "employeeID": 4, + "orderDate": "1997-05-05T00:00:00", + "requiredDate": "1997-06-02T00:00:00", + "shippedDate": "1997-05-15T00:00:00", + "shipVia": 2, + "freight": 58.59, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10527, + "customerID": "QUICK", + "employeeID": 7, + "orderDate": "1997-05-05T00:00:00", + "requiredDate": "1997-06-02T00:00:00", + "shippedDate": "1997-05-07T00:00:00", + "shipVia": 1, + "freight": 41.9, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10528, + "customerID": "GREAL", + "employeeID": 6, + "orderDate": "1997-05-06T00:00:00", + "requiredDate": "1997-05-20T00:00:00", + "shippedDate": "1997-05-09T00:00:00", + "shipVia": 2, + "freight": 3.35, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10529, + "customerID": "MAISD", + "employeeID": 5, + "orderDate": "1997-05-07T00:00:00", + "requiredDate": "1997-06-04T00:00:00", + "shippedDate": "1997-05-09T00:00:00", + "shipVia": 2, + "freight": 66.69, + "shipName": "Maison Dewey", + "shipAddress": { + "street": "Rue Joseph-Bens 532", + "city": "Bruxelles", + "region": "", + "postalCode": "B-1180", + "country": "Belgium" + }, + "shipperId": 3 + }, + { + "orderID": 10530, + "customerID": "PICCO", + "employeeID": 3, + "orderDate": "1997-05-08T00:00:00", + "requiredDate": "1997-06-05T00:00:00", + "shippedDate": "1997-05-12T00:00:00", + "shipVia": 2, + "freight": 339.22, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10531, + "customerID": "OCEAN", + "employeeID": 7, + "orderDate": "1997-05-08T00:00:00", + "requiredDate": "1997-06-05T00:00:00", + "shippedDate": "1997-05-19T00:00:00", + "shipVia": 1, + "freight": 8.12, + "shipName": "Océano Atlántico Ltda.", + "shipAddress": { + "street": "Ing. Gustavo Moncada 8585 Piso 20-A", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 10532, + "customerID": "EASTC", + "employeeID": 7, + "orderDate": "1997-05-09T00:00:00", + "requiredDate": "1997-06-06T00:00:00", + "shippedDate": "1997-05-12T00:00:00", + "shipVia": 3, + "freight": 74.46, + "shipName": "Eastern Connection", + "shipAddress": { + "street": "35 King George", + "city": "London", + "region": "", + "postalCode": "WX3 6FW", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10533, + "customerID": "FOLKO", + "employeeID": 8, + "orderDate": "1997-05-12T00:00:00", + "requiredDate": "1997-06-09T00:00:00", + "shippedDate": "1997-05-22T00:00:00", + "shipVia": 1, + "freight": 188.04, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10534, + "customerID": "LEHMS", + "employeeID": 8, + "orderDate": "1997-05-12T00:00:00", + "requiredDate": "1997-06-09T00:00:00", + "shippedDate": "1997-05-14T00:00:00", + "shipVia": 2, + "freight": 27.94, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10535, + "customerID": "ANTON", + "employeeID": 4, + "orderDate": "1997-05-13T00:00:00", + "requiredDate": "1997-06-10T00:00:00", + "shippedDate": "1997-05-21T00:00:00", + "shipVia": 1, + "freight": 15.64, + "shipName": "Antonio Moreno Taquería", + "shipAddress": { + "street": "Mataderos 2312", + "city": "México D.F.", + "region": "", + "postalCode": "05023", + "country": "Mexico" + }, + "shipperId": 2 + }, + { + "orderID": 10536, + "customerID": "LEHMS", + "employeeID": 3, + "orderDate": "1997-05-14T00:00:00", + "requiredDate": "1997-06-11T00:00:00", + "shippedDate": "1997-06-06T00:00:00", + "shipVia": 2, + "freight": 58.88, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10537, + "customerID": "RICSU", + "employeeID": 1, + "orderDate": "1997-05-14T00:00:00", + "requiredDate": "1997-05-28T00:00:00", + "shippedDate": "1997-05-19T00:00:00", + "shipVia": 1, + "freight": 78.85, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 1 + }, + { + "orderID": 10538, + "customerID": "BSBEV", + "employeeID": 9, + "orderDate": "1997-05-15T00:00:00", + "requiredDate": "1997-06-12T00:00:00", + "shippedDate": "1997-05-16T00:00:00", + "shipVia": 3, + "freight": 4.87, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10539, + "customerID": "BSBEV", + "employeeID": 6, + "orderDate": "1997-05-16T00:00:00", + "requiredDate": "1997-06-13T00:00:00", + "shippedDate": "1997-05-23T00:00:00", + "shipVia": 3, + "freight": 12.36, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10540, + "customerID": "QUICK", + "employeeID": 3, + "orderDate": "1997-05-19T00:00:00", + "requiredDate": "1997-06-16T00:00:00", + "shippedDate": "1997-06-13T00:00:00", + "shipVia": 3, + "freight": 1007.64, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10541, + "customerID": "HANAR", + "employeeID": 2, + "orderDate": "1997-05-19T00:00:00", + "requiredDate": "1997-06-16T00:00:00", + "shippedDate": "1997-05-29T00:00:00", + "shipVia": 1, + "freight": 68.65, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10542, + "customerID": "KOENE", + "employeeID": 1, + "orderDate": "1997-05-20T00:00:00", + "requiredDate": "1997-06-17T00:00:00", + "shippedDate": "1997-05-26T00:00:00", + "shipVia": 3, + "freight": 10.95, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10543, + "customerID": "LILAS", + "employeeID": 8, + "orderDate": "1997-05-21T00:00:00", + "requiredDate": "1997-06-18T00:00:00", + "shippedDate": "1997-05-23T00:00:00", + "shipVia": 2, + "freight": 48.17, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10544, + "customerID": "LONEP", + "employeeID": 4, + "orderDate": "1997-05-21T00:00:00", + "requiredDate": "1997-06-18T00:00:00", + "shippedDate": "1997-05-30T00:00:00", + "shipVia": 1, + "freight": 24.91, + "shipName": "Lonesome Pine Restaurant", + "shipAddress": { + "street": "89 Chiaroscuro Rd.", + "city": "Portland", + "region": "OR", + "postalCode": "97219", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10545, + "customerID": "LAZYK", + "employeeID": 8, + "orderDate": "1997-05-22T00:00:00", + "requiredDate": "1997-06-19T00:00:00", + "shippedDate": "1997-06-26T00:00:00", + "shipVia": 2, + "freight": 11.92, + "shipName": "Lazy K Kountry Store", + "shipAddress": { + "street": "12 Orchestra Terrace", + "city": "Walla Walla", + "region": "WA", + "postalCode": "99362", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10546, + "customerID": "VICTE", + "employeeID": 1, + "orderDate": "1997-05-23T00:00:00", + "requiredDate": "1997-06-20T00:00:00", + "shippedDate": "1997-05-27T00:00:00", + "shipVia": 3, + "freight": 194.72, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10547, + "customerID": "SEVES", + "employeeID": 3, + "orderDate": "1997-05-23T00:00:00", + "requiredDate": "1997-06-20T00:00:00", + "shippedDate": "1997-06-02T00:00:00", + "shipVia": 2, + "freight": 178.43, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10548, + "customerID": "TOMSP", + "employeeID": 3, + "orderDate": "1997-05-26T00:00:00", + "requiredDate": "1997-06-23T00:00:00", + "shippedDate": "1997-06-02T00:00:00", + "shipVia": 2, + "freight": 1.43, + "shipName": "Toms Spezialitäten", + "shipAddress": { + "street": "Luisenstr. 48", + "city": "Münster", + "region": "", + "postalCode": "44087", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10549, + "customerID": "QUICK", + "employeeID": 5, + "orderDate": "1997-05-27T00:00:00", + "requiredDate": "1997-06-10T00:00:00", + "shippedDate": "1997-05-30T00:00:00", + "shipVia": 1, + "freight": 171.24, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10550, + "customerID": "GODOS", + "employeeID": 7, + "orderDate": "1997-05-28T00:00:00", + "requiredDate": "1997-06-25T00:00:00", + "shippedDate": "1997-06-06T00:00:00", + "shipVia": 3, + "freight": 4.32, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10551, + "customerID": "FURIB", + "employeeID": 4, + "orderDate": "1997-05-28T00:00:00", + "requiredDate": "1997-07-09T00:00:00", + "shippedDate": "1997-06-06T00:00:00", + "shipVia": 3, + "freight": 72.95, + "shipName": "Furia Bacalhau e Frutos do Mar", + "shipAddress": { + "street": "Jardim das rosas n. 32", + "city": "Lisboa", + "region": "", + "postalCode": "1675", + "country": "Portugal" + }, + "shipperId": 2 + }, + { + "orderID": 10552, + "customerID": "HILAA", + "employeeID": 2, + "orderDate": "1997-05-29T00:00:00", + "requiredDate": "1997-06-26T00:00:00", + "shippedDate": "1997-06-05T00:00:00", + "shipVia": 1, + "freight": 83.22, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10553, + "customerID": "WARTH", + "employeeID": 2, + "orderDate": "1997-05-30T00:00:00", + "requiredDate": "1997-06-27T00:00:00", + "shippedDate": "1997-06-03T00:00:00", + "shipVia": 2, + "freight": 149.49, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 2 + }, + { + "orderID": 10554, + "customerID": "OTTIK", + "employeeID": 4, + "orderDate": "1997-05-30T00:00:00", + "requiredDate": "1997-06-27T00:00:00", + "shippedDate": "1997-06-05T00:00:00", + "shipVia": 3, + "freight": 120.97, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10555, + "customerID": "SAVEA", + "employeeID": 6, + "orderDate": "1997-06-02T00:00:00", + "requiredDate": "1997-06-30T00:00:00", + "shippedDate": "1997-06-04T00:00:00", + "shipVia": 3, + "freight": 252.49, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10556, + "customerID": "SIMOB", + "employeeID": 2, + "orderDate": "1997-06-03T00:00:00", + "requiredDate": "1997-07-15T00:00:00", + "shippedDate": "1997-06-13T00:00:00", + "shipVia": 1, + "freight": 9.8, + "shipName": "Simons bistro", + "shipAddress": { + "street": "Vinbæltet 34", + "city": "Kobenhavn", + "region": "", + "postalCode": "1734", + "country": "Denmark" + }, + "shipperId": 1 + }, + { + "orderID": 10557, + "customerID": "LEHMS", + "employeeID": 9, + "orderDate": "1997-06-03T00:00:00", + "requiredDate": "1997-06-17T00:00:00", + "shippedDate": "1997-06-06T00:00:00", + "shipVia": 2, + "freight": 96.72, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10558, + "customerID": "AROUT", + "employeeID": 1, + "orderDate": "1997-06-04T00:00:00", + "requiredDate": "1997-07-02T00:00:00", + "shippedDate": "1997-06-10T00:00:00", + "shipVia": 2, + "freight": 72.97, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10559, + "customerID": "BLONP", + "employeeID": 6, + "orderDate": "1997-06-05T00:00:00", + "requiredDate": "1997-07-03T00:00:00", + "shippedDate": "1997-06-13T00:00:00", + "shipVia": 1, + "freight": 8.05, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10560, + "customerID": "FRANK", + "employeeID": 8, + "orderDate": "1997-06-06T00:00:00", + "requiredDate": "1997-07-04T00:00:00", + "shippedDate": "1997-06-09T00:00:00", + "shipVia": 1, + "freight": 36.65, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10561, + "customerID": "FOLKO", + "employeeID": 2, + "orderDate": "1997-06-06T00:00:00", + "requiredDate": "1997-07-04T00:00:00", + "shippedDate": "1997-06-09T00:00:00", + "shipVia": 2, + "freight": 242.21, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10562, + "customerID": "REGGC", + "employeeID": 1, + "orderDate": "1997-06-09T00:00:00", + "requiredDate": "1997-07-07T00:00:00", + "shippedDate": "1997-06-12T00:00:00", + "shipVia": 1, + "freight": 22.95, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10563, + "customerID": "RICAR", + "employeeID": 2, + "orderDate": "1997-06-10T00:00:00", + "requiredDate": "1997-07-22T00:00:00", + "shippedDate": "1997-06-24T00:00:00", + "shipVia": 2, + "freight": 60.43, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10564, + "customerID": "RATTC", + "employeeID": 4, + "orderDate": "1997-06-10T00:00:00", + "requiredDate": "1997-07-08T00:00:00", + "shippedDate": "1997-06-16T00:00:00", + "shipVia": 3, + "freight": 13.75, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10565, + "customerID": "MEREP", + "employeeID": 8, + "orderDate": "1997-06-11T00:00:00", + "requiredDate": "1997-07-09T00:00:00", + "shippedDate": "1997-06-18T00:00:00", + "shipVia": 2, + "freight": 7.15, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10566, + "customerID": "BLONP", + "employeeID": 9, + "orderDate": "1997-06-12T00:00:00", + "requiredDate": "1997-07-10T00:00:00", + "shippedDate": "1997-06-18T00:00:00", + "shipVia": 1, + "freight": 88.4, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10567, + "customerID": "HUNGO", + "employeeID": 1, + "orderDate": "1997-06-12T00:00:00", + "requiredDate": "1997-07-10T00:00:00", + "shippedDate": "1997-06-17T00:00:00", + "shipVia": 1, + "freight": 33.97, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 1 + }, + { + "orderID": 10568, + "customerID": "GALED", + "employeeID": 3, + "orderDate": "1997-06-13T00:00:00", + "requiredDate": "1997-07-11T00:00:00", + "shippedDate": "1997-07-09T00:00:00", + "shipVia": 3, + "freight": 6.54, + "shipName": "Galería del gastronómo", + "shipAddress": { + "street": "Rambla de Cataluña, 23", + "city": "Barcelona", + "region": "", + "postalCode": "8022", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10569, + "customerID": "RATTC", + "employeeID": 5, + "orderDate": "1997-06-16T00:00:00", + "requiredDate": "1997-07-14T00:00:00", + "shippedDate": "1997-07-11T00:00:00", + "shipVia": 1, + "freight": 58.98, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10570, + "customerID": "MEREP", + "employeeID": 3, + "orderDate": "1997-06-17T00:00:00", + "requiredDate": "1997-07-15T00:00:00", + "shippedDate": "1997-06-19T00:00:00", + "shipVia": 3, + "freight": 188.99, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10571, + "customerID": "ERNSH", + "employeeID": 8, + "orderDate": "1997-06-17T00:00:00", + "requiredDate": "1997-07-29T00:00:00", + "shippedDate": "1997-07-04T00:00:00", + "shipVia": 3, + "freight": 26.06, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10572, + "customerID": "BERGS", + "employeeID": 3, + "orderDate": "1997-06-18T00:00:00", + "requiredDate": "1997-07-16T00:00:00", + "shippedDate": "1997-06-25T00:00:00", + "shipVia": 2, + "freight": 116.43, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10573, + "customerID": "ANTON", + "employeeID": 7, + "orderDate": "1997-06-19T00:00:00", + "requiredDate": "1997-07-17T00:00:00", + "shippedDate": "1997-06-20T00:00:00", + "shipVia": 3, + "freight": 84.84, + "shipName": "Antonio Moreno Taquería", + "shipAddress": { + "street": "Mataderos 2312", + "city": "México D.F.", + "region": "", + "postalCode": "05023", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10574, + "customerID": "TRAIH", + "employeeID": 4, + "orderDate": "1997-06-19T00:00:00", + "requiredDate": "1997-07-17T00:00:00", + "shippedDate": "1997-06-30T00:00:00", + "shipVia": 2, + "freight": 37.6, + "shipName": "Trail's Head Gourmet Provisioners", + "shipAddress": { + "street": "722 DaVinci Blvd.", + "city": "Kirkland", + "region": "WA", + "postalCode": "98034", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10575, + "customerID": "MORGK", + "employeeID": 5, + "orderDate": "1997-06-20T00:00:00", + "requiredDate": "1997-07-04T00:00:00", + "shippedDate": "1997-06-30T00:00:00", + "shipVia": 1, + "freight": 127.34, + "shipName": "Morgenstern Gesundkost", + "shipAddress": { + "street": "Heerstr. 22", + "city": "Leipzig", + "region": "", + "postalCode": "04179", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10576, + "customerID": "TORTU", + "employeeID": 3, + "orderDate": "1997-06-23T00:00:00", + "requiredDate": "1997-07-07T00:00:00", + "shippedDate": "1997-06-30T00:00:00", + "shipVia": 3, + "freight": 18.56, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10577, + "customerID": "TRAIH", + "employeeID": 9, + "orderDate": "1997-06-23T00:00:00", + "requiredDate": "1997-08-04T00:00:00", + "shippedDate": "1997-06-30T00:00:00", + "shipVia": 2, + "freight": 25.41, + "shipName": "Trail's Head Gourmet Provisioners", + "shipAddress": { + "street": "722 DaVinci Blvd.", + "city": "Kirkland", + "region": "WA", + "postalCode": "98034", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10578, + "customerID": "BSBEV", + "employeeID": 4, + "orderDate": "1997-06-24T00:00:00", + "requiredDate": "1997-07-22T00:00:00", + "shippedDate": "1997-07-25T00:00:00", + "shipVia": 3, + "freight": 29.6, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10579, + "customerID": "LETSS", + "employeeID": 1, + "orderDate": "1997-06-25T00:00:00", + "requiredDate": "1997-07-23T00:00:00", + "shippedDate": "1997-07-04T00:00:00", + "shipVia": 2, + "freight": 13.73, + "shipName": "Let's Stop N Shop", + "shipAddress": { + "street": "87 Polk St. Suite 5", + "city": "San Francisco", + "region": "CA", + "postalCode": "94117", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10580, + "customerID": "OTTIK", + "employeeID": 4, + "orderDate": "1997-06-26T00:00:00", + "requiredDate": "1997-07-24T00:00:00", + "shippedDate": "1997-07-01T00:00:00", + "shipVia": 3, + "freight": 75.89, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10581, + "customerID": "FAMIA", + "employeeID": 3, + "orderDate": "1997-06-26T00:00:00", + "requiredDate": "1997-07-24T00:00:00", + "shippedDate": "1997-07-02T00:00:00", + "shipVia": 1, + "freight": 3.01, + "shipName": "Familia Arquibaldo", + "shipAddress": { + "street": "Rua Orós, 92", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05442-030", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10582, + "customerID": "BLAUS", + "employeeID": 3, + "orderDate": "1997-06-27T00:00:00", + "requiredDate": "1997-07-25T00:00:00", + "shippedDate": "1997-07-14T00:00:00", + "shipVia": 2, + "freight": 27.71, + "shipName": "Blauer See Delikatessen", + "shipAddress": { + "street": "Forsterstr. 57", + "city": "Mannheim", + "region": "", + "postalCode": "68306", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10583, + "customerID": "WARTH", + "employeeID": 2, + "orderDate": "1997-06-30T00:00:00", + "requiredDate": "1997-07-28T00:00:00", + "shippedDate": "1997-07-04T00:00:00", + "shipVia": 2, + "freight": 7.28, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10584, + "customerID": "BLONP", + "employeeID": 4, + "orderDate": "1997-06-30T00:00:00", + "requiredDate": "1997-07-28T00:00:00", + "shippedDate": "1997-07-04T00:00:00", + "shipVia": 1, + "freight": 59.14, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10585, + "customerID": "WELLI", + "employeeID": 7, + "orderDate": "1997-07-01T00:00:00", + "requiredDate": "1997-07-29T00:00:00", + "shippedDate": "1997-07-10T00:00:00", + "shipVia": 1, + "freight": 13.41, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10586, + "customerID": "REGGC", + "employeeID": 9, + "orderDate": "1997-07-02T00:00:00", + "requiredDate": "1997-07-30T00:00:00", + "shippedDate": "1997-07-09T00:00:00", + "shipVia": 1, + "freight": 0.48, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10587, + "customerID": "QUEDE", + "employeeID": 1, + "orderDate": "1997-07-02T00:00:00", + "requiredDate": "1997-07-30T00:00:00", + "shippedDate": "1997-07-09T00:00:00", + "shipVia": 1, + "freight": 62.52, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10588, + "customerID": "QUICK", + "employeeID": 2, + "orderDate": "1997-07-03T00:00:00", + "requiredDate": "1997-07-31T00:00:00", + "shippedDate": "1997-07-10T00:00:00", + "shipVia": 3, + "freight": 194.67, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10589, + "customerID": "GREAL", + "employeeID": 8, + "orderDate": "1997-07-04T00:00:00", + "requiredDate": "1997-08-01T00:00:00", + "shippedDate": "1997-07-14T00:00:00", + "shipVia": 2, + "freight": 4.42, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10590, + "customerID": "MEREP", + "employeeID": 4, + "orderDate": "1997-07-07T00:00:00", + "requiredDate": "1997-08-04T00:00:00", + "shippedDate": "1997-07-14T00:00:00", + "shipVia": 3, + "freight": 44.77, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10591, + "customerID": "VAFFE", + "employeeID": 1, + "orderDate": "1997-07-07T00:00:00", + "requiredDate": "1997-07-21T00:00:00", + "shippedDate": "1997-07-16T00:00:00", + "shipVia": 1, + "freight": 55.92, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 3 + }, + { + "orderID": 10592, + "customerID": "LEHMS", + "employeeID": 3, + "orderDate": "1997-07-08T00:00:00", + "requiredDate": "1997-08-05T00:00:00", + "shippedDate": "1997-07-16T00:00:00", + "shipVia": 1, + "freight": 32.1, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10593, + "customerID": "LEHMS", + "employeeID": 7, + "orderDate": "1997-07-09T00:00:00", + "requiredDate": "1997-08-06T00:00:00", + "shippedDate": "1997-08-13T00:00:00", + "shipVia": 2, + "freight": 174.2, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10594, + "customerID": "OLDWO", + "employeeID": 3, + "orderDate": "1997-07-09T00:00:00", + "requiredDate": "1997-08-06T00:00:00", + "shippedDate": "1997-07-16T00:00:00", + "shipVia": 2, + "freight": 5.24, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10595, + "customerID": "ERNSH", + "employeeID": 2, + "orderDate": "1997-07-10T00:00:00", + "requiredDate": "1997-08-07T00:00:00", + "shippedDate": "1997-07-14T00:00:00", + "shipVia": 1, + "freight": 96.78, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10596, + "customerID": "WHITC", + "employeeID": 8, + "orderDate": "1997-07-11T00:00:00", + "requiredDate": "1997-08-08T00:00:00", + "shippedDate": "1997-08-12T00:00:00", + "shipVia": 1, + "freight": 16.34, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10597, + "customerID": "PICCO", + "employeeID": 7, + "orderDate": "1997-07-11T00:00:00", + "requiredDate": "1997-08-08T00:00:00", + "shippedDate": "1997-07-18T00:00:00", + "shipVia": 3, + "freight": 35.12, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10598, + "customerID": "RATTC", + "employeeID": 1, + "orderDate": "1997-07-14T00:00:00", + "requiredDate": "1997-08-11T00:00:00", + "shippedDate": "1997-07-18T00:00:00", + "shipVia": 3, + "freight": 44.42, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10599, + "customerID": "BSBEV", + "employeeID": 6, + "orderDate": "1997-07-15T00:00:00", + "requiredDate": "1997-08-26T00:00:00", + "shippedDate": "1997-07-21T00:00:00", + "shipVia": 3, + "freight": 29.98, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10600, + "customerID": "HUNGC", + "employeeID": 4, + "orderDate": "1997-07-16T00:00:00", + "requiredDate": "1997-08-13T00:00:00", + "shippedDate": "1997-07-21T00:00:00", + "shipVia": 1, + "freight": 45.13, + "shipName": "Hungry Coyote Import Store", + "shipAddress": { + "street": "City Center Plaza 516 Main St.", + "city": "Elgin", + "region": "OR", + "postalCode": "97827", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10601, + "customerID": "HILAA", + "employeeID": 7, + "orderDate": "1997-07-16T00:00:00", + "requiredDate": "1997-08-27T00:00:00", + "shippedDate": "1997-07-22T00:00:00", + "shipVia": 1, + "freight": 58.3, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10602, + "customerID": "VAFFE", + "employeeID": 8, + "orderDate": "1997-07-17T00:00:00", + "requiredDate": "1997-08-14T00:00:00", + "shippedDate": "1997-07-22T00:00:00", + "shipVia": 2, + "freight": 2.92, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 3 + }, + { + "orderID": 10603, + "customerID": "SAVEA", + "employeeID": 8, + "orderDate": "1997-07-18T00:00:00", + "requiredDate": "1997-08-15T00:00:00", + "shippedDate": "1997-08-08T00:00:00", + "shipVia": 2, + "freight": 48.77, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10604, + "customerID": "FURIB", + "employeeID": 1, + "orderDate": "1997-07-18T00:00:00", + "requiredDate": "1997-08-15T00:00:00", + "shippedDate": "1997-07-29T00:00:00", + "shipVia": 1, + "freight": 7.46, + "shipName": "Furia Bacalhau e Frutos do Mar", + "shipAddress": { + "street": "Jardim das rosas n. 32", + "city": "Lisboa", + "region": "", + "postalCode": "1675", + "country": "Portugal" + }, + "shipperId": 3 + }, + { + "orderID": 10605, + "customerID": "MEREP", + "employeeID": 1, + "orderDate": "1997-07-21T00:00:00", + "requiredDate": "1997-08-18T00:00:00", + "shippedDate": "1997-07-29T00:00:00", + "shipVia": 2, + "freight": 379.13, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10606, + "customerID": "TRADH", + "employeeID": 4, + "orderDate": "1997-07-22T00:00:00", + "requiredDate": "1997-08-19T00:00:00", + "shippedDate": "1997-07-31T00:00:00", + "shipVia": 3, + "freight": 79.4, + "shipName": "Tradiçao Hipermercados", + "shipAddress": { + "street": "Av. Inês de Castro, 414", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05634-030", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10607, + "customerID": "SAVEA", + "employeeID": 5, + "orderDate": "1997-07-22T00:00:00", + "requiredDate": "1997-08-19T00:00:00", + "shippedDate": "1997-07-25T00:00:00", + "shipVia": 1, + "freight": 200.24, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10608, + "customerID": "TOMSP", + "employeeID": 4, + "orderDate": "1997-07-23T00:00:00", + "requiredDate": "1997-08-20T00:00:00", + "shippedDate": "1997-08-01T00:00:00", + "shipVia": 2, + "freight": 27.79, + "shipName": "Toms Spezialitäten", + "shipAddress": { + "street": "Luisenstr. 48", + "city": "Münster", + "region": "", + "postalCode": "44087", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10609, + "customerID": "DUMON", + "employeeID": 7, + "orderDate": "1997-07-24T00:00:00", + "requiredDate": "1997-08-21T00:00:00", + "shippedDate": "1997-07-30T00:00:00", + "shipVia": 2, + "freight": 1.85, + "shipName": "Du monde entier", + "shipAddress": { + "street": "67, rue des Cinquante Otages", + "city": "Nantes", + "region": "", + "postalCode": "44000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10610, + "customerID": "LAMAI", + "employeeID": 8, + "orderDate": "1997-07-25T00:00:00", + "requiredDate": "1997-08-22T00:00:00", + "shippedDate": "1997-08-06T00:00:00", + "shipVia": 1, + "freight": 26.78, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10611, + "customerID": "WOLZA", + "employeeID": 6, + "orderDate": "1997-07-25T00:00:00", + "requiredDate": "1997-08-22T00:00:00", + "shippedDate": "1997-08-01T00:00:00", + "shipVia": 2, + "freight": 80.65, + "shipName": "Wolski Zajazd", + "shipAddress": { + "street": "ul. Filtrowa 68", + "city": "Warszawa", + "region": "", + "postalCode": "01-012", + "country": "Poland" + }, + "shipperId": 2 + }, + { + "orderID": 10612, + "customerID": "SAVEA", + "employeeID": 1, + "orderDate": "1997-07-28T00:00:00", + "requiredDate": "1997-08-25T00:00:00", + "shippedDate": "1997-08-01T00:00:00", + "shipVia": 2, + "freight": 544.08, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10613, + "customerID": "HILAA", + "employeeID": 4, + "orderDate": "1997-07-29T00:00:00", + "requiredDate": "1997-08-26T00:00:00", + "shippedDate": "1997-08-01T00:00:00", + "shipVia": 2, + "freight": 8.11, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10614, + "customerID": "BLAUS", + "employeeID": 8, + "orderDate": "1997-07-29T00:00:00", + "requiredDate": "1997-08-26T00:00:00", + "shippedDate": "1997-08-01T00:00:00", + "shipVia": 3, + "freight": 1.93, + "shipName": "Blauer See Delikatessen", + "shipAddress": { + "street": "Forsterstr. 57", + "city": "Mannheim", + "region": "", + "postalCode": "68306", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10615, + "customerID": "WILMK", + "employeeID": 2, + "orderDate": "1997-07-30T00:00:00", + "requiredDate": "1997-08-27T00:00:00", + "shippedDate": "1997-08-06T00:00:00", + "shipVia": 3, + "freight": 0.75, + "shipName": "Wilman Kala", + "shipAddress": { + "street": "Keskuskatu 45", + "city": "Helsinki", + "region": "", + "postalCode": "21240", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10616, + "customerID": "GREAL", + "employeeID": 1, + "orderDate": "1997-07-31T00:00:00", + "requiredDate": "1997-08-28T00:00:00", + "shippedDate": "1997-08-05T00:00:00", + "shipVia": 2, + "freight": 116.53, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10617, + "customerID": "GREAL", + "employeeID": 4, + "orderDate": "1997-07-31T00:00:00", + "requiredDate": "1997-08-28T00:00:00", + "shippedDate": "1997-08-04T00:00:00", + "shipVia": 2, + "freight": 18.53, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10618, + "customerID": "MEREP", + "employeeID": 1, + "orderDate": "1997-08-01T00:00:00", + "requiredDate": "1997-09-12T00:00:00", + "shippedDate": "1997-08-08T00:00:00", + "shipVia": 1, + "freight": 154.68, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 2 + }, + { + "orderID": 10619, + "customerID": "MEREP", + "employeeID": 3, + "orderDate": "1997-08-04T00:00:00", + "requiredDate": "1997-09-01T00:00:00", + "shippedDate": "1997-08-07T00:00:00", + "shipVia": 3, + "freight": 91.05, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10620, + "customerID": "LAUGB", + "employeeID": 2, + "orderDate": "1997-08-05T00:00:00", + "requiredDate": "1997-09-02T00:00:00", + "shippedDate": "1997-08-14T00:00:00", + "shipVia": 3, + "freight": 0.94, + "shipName": "Laughing Bacchus Wine Cellars", + "shipAddress": { + "street": "2319 Elm St.", + "city": "Vancouver", + "region": "BC", + "postalCode": "V3F 2K1", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10621, + "customerID": "ISLAT", + "employeeID": 4, + "orderDate": "1997-08-05T00:00:00", + "requiredDate": "1997-09-02T00:00:00", + "shippedDate": "1997-08-11T00:00:00", + "shipVia": 2, + "freight": 23.73, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10622, + "customerID": "RICAR", + "employeeID": 4, + "orderDate": "1997-08-06T00:00:00", + "requiredDate": "1997-09-03T00:00:00", + "shippedDate": "1997-08-11T00:00:00", + "shipVia": 3, + "freight": 50.97, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10623, + "customerID": "FRANK", + "employeeID": 8, + "orderDate": "1997-08-07T00:00:00", + "requiredDate": "1997-09-04T00:00:00", + "shippedDate": "1997-08-12T00:00:00", + "shipVia": 2, + "freight": 97.18, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10624, + "customerID": "THECR", + "employeeID": 4, + "orderDate": "1997-08-07T00:00:00", + "requiredDate": "1997-09-04T00:00:00", + "shippedDate": "1997-08-19T00:00:00", + "shipVia": 2, + "freight": 94.8, + "shipName": "The Cracker Box", + "shipAddress": { + "street": "55 Grizzly Peak Rd.", + "city": "Butte", + "region": "MT", + "postalCode": "59801", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10625, + "customerID": "ANATR", + "employeeID": 3, + "orderDate": "1997-08-08T00:00:00", + "requiredDate": "1997-09-05T00:00:00", + "shippedDate": "1997-08-14T00:00:00", + "shipVia": 1, + "freight": 43.9, + "shipName": "Ana Trujillo Emparedados y helados", + "shipAddress": { + "street": "Avda. de la Constitución 2222", + "city": "México D.F.", + "region": "", + "postalCode": "05021", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10626, + "customerID": "BERGS", + "employeeID": 1, + "orderDate": "1997-08-11T00:00:00", + "requiredDate": "1997-09-08T00:00:00", + "shippedDate": "1997-08-20T00:00:00", + "shipVia": 2, + "freight": 138.69, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10627, + "customerID": "SAVEA", + "employeeID": 8, + "orderDate": "1997-08-11T00:00:00", + "requiredDate": "1997-09-22T00:00:00", + "shippedDate": "1997-08-21T00:00:00", + "shipVia": 3, + "freight": 107.46, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10628, + "customerID": "BLONP", + "employeeID": 4, + "orderDate": "1997-08-12T00:00:00", + "requiredDate": "1997-09-09T00:00:00", + "shippedDate": "1997-08-20T00:00:00", + "shipVia": 3, + "freight": 30.36, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10629, + "customerID": "GODOS", + "employeeID": 4, + "orderDate": "1997-08-12T00:00:00", + "requiredDate": "1997-09-09T00:00:00", + "shippedDate": "1997-08-20T00:00:00", + "shipVia": 3, + "freight": 85.46, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10630, + "customerID": "KOENE", + "employeeID": 1, + "orderDate": "1997-08-13T00:00:00", + "requiredDate": "1997-09-10T00:00:00", + "shippedDate": "1997-08-19T00:00:00", + "shipVia": 2, + "freight": 32.35, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10631, + "customerID": "LAMAI", + "employeeID": 8, + "orderDate": "1997-08-14T00:00:00", + "requiredDate": "1997-09-11T00:00:00", + "shippedDate": "1997-08-15T00:00:00", + "shipVia": 1, + "freight": 0.87, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10632, + "customerID": "WANDK", + "employeeID": 8, + "orderDate": "1997-08-14T00:00:00", + "requiredDate": "1997-09-11T00:00:00", + "shippedDate": "1997-08-19T00:00:00", + "shipVia": 1, + "freight": 41.38, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10633, + "customerID": "ERNSH", + "employeeID": 7, + "orderDate": "1997-08-15T00:00:00", + "requiredDate": "1997-09-12T00:00:00", + "shippedDate": "1997-08-18T00:00:00", + "shipVia": 3, + "freight": 477.9, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10634, + "customerID": "FOLIG", + "employeeID": 4, + "orderDate": "1997-08-15T00:00:00", + "requiredDate": "1997-09-12T00:00:00", + "shippedDate": "1997-08-21T00:00:00", + "shipVia": 3, + "freight": 487.38, + "shipName": "Folies gourmandes", + "shipAddress": { + "street": "184, chaussée de Tournai", + "city": "Lille", + "region": "", + "postalCode": "59000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10635, + "customerID": "MAGAA", + "employeeID": 8, + "orderDate": "1997-08-18T00:00:00", + "requiredDate": "1997-09-15T00:00:00", + "shippedDate": "1997-08-21T00:00:00", + "shipVia": 3, + "freight": 47.46, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10636, + "customerID": "WARTH", + "employeeID": 4, + "orderDate": "1997-08-19T00:00:00", + "requiredDate": "1997-09-16T00:00:00", + "shippedDate": "1997-08-26T00:00:00", + "shipVia": 1, + "freight": 1.15, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10637, + "customerID": "QUEEN", + "employeeID": 6, + "orderDate": "1997-08-19T00:00:00", + "requiredDate": "1997-09-16T00:00:00", + "shippedDate": "1997-08-26T00:00:00", + "shipVia": 1, + "freight": 201.29, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10638, + "customerID": "LINOD", + "employeeID": 3, + "orderDate": "1997-08-20T00:00:00", + "requiredDate": "1997-09-17T00:00:00", + "shippedDate": "1997-09-01T00:00:00", + "shipVia": 1, + "freight": 158.44, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10639, + "customerID": "SANTG", + "employeeID": 7, + "orderDate": "1997-08-20T00:00:00", + "requiredDate": "1997-09-17T00:00:00", + "shippedDate": "1997-08-27T00:00:00", + "shipVia": 3, + "freight": 38.64, + "shipName": "Santé Gourmet", + "shipAddress": { + "street": "Erling Skakkes gate 78", + "city": "Stavern", + "region": "", + "postalCode": "4110", + "country": "Norway" + }, + "shipperId": 1 + }, + { + "orderID": 10640, + "customerID": "WANDK", + "employeeID": 4, + "orderDate": "1997-08-21T00:00:00", + "requiredDate": "1997-09-18T00:00:00", + "shippedDate": "1997-08-28T00:00:00", + "shipVia": 1, + "freight": 23.55, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10641, + "customerID": "HILAA", + "employeeID": 4, + "orderDate": "1997-08-22T00:00:00", + "requiredDate": "1997-09-19T00:00:00", + "shippedDate": "1997-08-26T00:00:00", + "shipVia": 2, + "freight": 179.61, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 10642, + "customerID": "SIMOB", + "employeeID": 7, + "orderDate": "1997-08-22T00:00:00", + "requiredDate": "1997-09-19T00:00:00", + "shippedDate": "1997-09-05T00:00:00", + "shipVia": 3, + "freight": 41.89, + "shipName": "Simons bistro", + "shipAddress": { + "street": "Vinbæltet 34", + "city": "Kobenhavn", + "region": "", + "postalCode": "1734", + "country": "Denmark" + }, + "shipperId": 2 + }, + { + "orderID": 10643, + "customerID": "ALFKI", + "employeeID": 6, + "orderDate": "1997-08-25T00:00:00", + "requiredDate": "1997-09-22T00:00:00", + "shippedDate": "1997-09-02T00:00:00", + "shipVia": 1, + "freight": 29.46, + "shipName": "Alfreds Futterkiste", + "shipAddress": { + "street": "Obere Str. 57", + "city": "Berlin", + "region": "", + "postalCode": "12209", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10644, + "customerID": "WELLI", + "employeeID": 3, + "orderDate": "1997-08-25T00:00:00", + "requiredDate": "1997-09-22T00:00:00", + "shippedDate": "1997-09-01T00:00:00", + "shipVia": 2, + "freight": 0.14, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10645, + "customerID": "HANAR", + "employeeID": 4, + "orderDate": "1997-08-26T00:00:00", + "requiredDate": "1997-09-23T00:00:00", + "shippedDate": "1997-09-02T00:00:00", + "shipVia": 1, + "freight": 12.41, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10646, + "customerID": "HUNGO", + "employeeID": 9, + "orderDate": "1997-08-27T00:00:00", + "requiredDate": "1997-10-08T00:00:00", + "shippedDate": "1997-09-03T00:00:00", + "shipVia": 3, + "freight": 142.33, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 2 + }, + { + "orderID": 10647, + "customerID": "QUEDE", + "employeeID": 4, + "orderDate": "1997-08-27T00:00:00", + "requiredDate": "1997-09-10T00:00:00", + "shippedDate": "1997-09-03T00:00:00", + "shipVia": 2, + "freight": 45.54, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10648, + "customerID": "RICAR", + "employeeID": 5, + "orderDate": "1997-08-28T00:00:00", + "requiredDate": "1997-10-09T00:00:00", + "shippedDate": "1997-09-09T00:00:00", + "shipVia": 2, + "freight": 14.25, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10649, + "customerID": "MAISD", + "employeeID": 5, + "orderDate": "1997-08-28T00:00:00", + "requiredDate": "1997-09-25T00:00:00", + "shippedDate": "1997-08-29T00:00:00", + "shipVia": 3, + "freight": 6.2, + "shipName": "Maison Dewey", + "shipAddress": { + "street": "Rue Joseph-Bens 532", + "city": "Bruxelles", + "region": "", + "postalCode": "B-1180", + "country": "Belgium" + }, + "shipperId": 1 + }, + { + "orderID": 10650, + "customerID": "FAMIA", + "employeeID": 5, + "orderDate": "1997-08-29T00:00:00", + "requiredDate": "1997-09-26T00:00:00", + "shippedDate": "1997-09-03T00:00:00", + "shipVia": 3, + "freight": 176.81, + "shipName": "Familia Arquibaldo", + "shipAddress": { + "street": "Rua Orós, 92", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05442-030", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10651, + "customerID": "WANDK", + "employeeID": 8, + "orderDate": "1997-09-01T00:00:00", + "requiredDate": "1997-09-29T00:00:00", + "shippedDate": "1997-09-11T00:00:00", + "shipVia": 2, + "freight": 20.6, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10652, + "customerID": "GOURL", + "employeeID": 4, + "orderDate": "1997-09-01T00:00:00", + "requiredDate": "1997-09-29T00:00:00", + "shippedDate": "1997-09-08T00:00:00", + "shipVia": 2, + "freight": 7.14, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10653, + "customerID": "FRANK", + "employeeID": 1, + "orderDate": "1997-09-02T00:00:00", + "requiredDate": "1997-09-30T00:00:00", + "shippedDate": "1997-09-19T00:00:00", + "shipVia": 1, + "freight": 93.25, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10654, + "customerID": "BERGS", + "employeeID": 5, + "orderDate": "1997-09-02T00:00:00", + "requiredDate": "1997-09-30T00:00:00", + "shippedDate": "1997-09-11T00:00:00", + "shipVia": 1, + "freight": 55.26, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10655, + "customerID": "REGGC", + "employeeID": 1, + "orderDate": "1997-09-03T00:00:00", + "requiredDate": "1997-10-01T00:00:00", + "shippedDate": "1997-09-11T00:00:00", + "shipVia": 2, + "freight": 4.41, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 2 + }, + { + "orderID": 10656, + "customerID": "GREAL", + "employeeID": 6, + "orderDate": "1997-09-04T00:00:00", + "requiredDate": "1997-10-02T00:00:00", + "shippedDate": "1997-09-10T00:00:00", + "shipVia": 1, + "freight": 57.15, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10657, + "customerID": "SAVEA", + "employeeID": 2, + "orderDate": "1997-09-04T00:00:00", + "requiredDate": "1997-10-02T00:00:00", + "shippedDate": "1997-09-15T00:00:00", + "shipVia": 2, + "freight": 352.69, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10658, + "customerID": "QUICK", + "employeeID": 4, + "orderDate": "1997-09-05T00:00:00", + "requiredDate": "1997-10-03T00:00:00", + "shippedDate": "1997-09-08T00:00:00", + "shipVia": 1, + "freight": 364.15, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10659, + "customerID": "QUEEN", + "employeeID": 7, + "orderDate": "1997-09-05T00:00:00", + "requiredDate": "1997-10-03T00:00:00", + "shippedDate": "1997-09-10T00:00:00", + "shipVia": 2, + "freight": 105.81, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10660, + "customerID": "HUNGC", + "employeeID": 8, + "orderDate": "1997-09-08T00:00:00", + "requiredDate": "1997-10-06T00:00:00", + "shippedDate": "1997-10-15T00:00:00", + "shipVia": 1, + "freight": 111.29, + "shipName": "Hungry Coyote Import Store", + "shipAddress": { + "street": "City Center Plaza 516 Main St.", + "city": "Elgin", + "region": "OR", + "postalCode": "97827", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10661, + "customerID": "HUNGO", + "employeeID": 7, + "orderDate": "1997-09-09T00:00:00", + "requiredDate": "1997-10-07T00:00:00", + "shippedDate": "1997-09-15T00:00:00", + "shipVia": 3, + "freight": 17.55, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 3 + }, + { + "orderID": 10662, + "customerID": "LONEP", + "employeeID": 3, + "orderDate": "1997-09-09T00:00:00", + "requiredDate": "1997-10-07T00:00:00", + "shippedDate": "1997-09-18T00:00:00", + "shipVia": 2, + "freight": 1.28, + "shipName": "Lonesome Pine Restaurant", + "shipAddress": { + "street": "89 Chiaroscuro Rd.", + "city": "Portland", + "region": "OR", + "postalCode": "97219", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10663, + "customerID": "BONAP", + "employeeID": 2, + "orderDate": "1997-09-10T00:00:00", + "requiredDate": "1997-09-24T00:00:00", + "shippedDate": "1997-10-03T00:00:00", + "shipVia": 2, + "freight": 113.15, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10664, + "customerID": "FURIB", + "employeeID": 1, + "orderDate": "1997-09-10T00:00:00", + "requiredDate": "1997-10-08T00:00:00", + "shippedDate": "1997-09-19T00:00:00", + "shipVia": 3, + "freight": 1.27, + "shipName": "Furia Bacalhau e Frutos do Mar", + "shipAddress": { + "street": "Jardim das rosas n. 32", + "city": "Lisboa", + "region": "", + "postalCode": "1675", + "country": "Portugal" + }, + "shipperId": 2 + }, + { + "orderID": 10665, + "customerID": "LONEP", + "employeeID": 1, + "orderDate": "1997-09-11T00:00:00", + "requiredDate": "1997-10-09T00:00:00", + "shippedDate": "1997-09-17T00:00:00", + "shipVia": 2, + "freight": 26.31, + "shipName": "Lonesome Pine Restaurant", + "shipAddress": { + "street": "89 Chiaroscuro Rd.", + "city": "Portland", + "region": "OR", + "postalCode": "97219", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10666, + "customerID": "RICSU", + "employeeID": 7, + "orderDate": "1997-09-12T00:00:00", + "requiredDate": "1997-10-10T00:00:00", + "shippedDate": "1997-09-22T00:00:00", + "shipVia": 2, + "freight": 232.42, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 2 + }, + { + "orderID": 10667, + "customerID": "ERNSH", + "employeeID": 7, + "orderDate": "1997-09-12T00:00:00", + "requiredDate": "1997-10-10T00:00:00", + "shippedDate": "1997-09-19T00:00:00", + "shipVia": 1, + "freight": 78.09, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10668, + "customerID": "WANDK", + "employeeID": 1, + "orderDate": "1997-09-15T00:00:00", + "requiredDate": "1997-10-13T00:00:00", + "shippedDate": "1997-09-23T00:00:00", + "shipVia": 2, + "freight": 47.22, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10669, + "customerID": "SIMOB", + "employeeID": 2, + "orderDate": "1997-09-15T00:00:00", + "requiredDate": "1997-10-13T00:00:00", + "shippedDate": "1997-09-22T00:00:00", + "shipVia": 1, + "freight": 24.39, + "shipName": "Simons bistro", + "shipAddress": { + "street": "Vinbæltet 34", + "city": "Kobenhavn", + "region": "", + "postalCode": "1734", + "country": "Denmark" + }, + "shipperId": 3 + }, + { + "orderID": 10670, + "customerID": "FRANK", + "employeeID": 4, + "orderDate": "1997-09-16T00:00:00", + "requiredDate": "1997-10-14T00:00:00", + "shippedDate": "1997-09-18T00:00:00", + "shipVia": 1, + "freight": 203.48, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10671, + "customerID": "FRANR", + "employeeID": 1, + "orderDate": "1997-09-17T00:00:00", + "requiredDate": "1997-10-15T00:00:00", + "shippedDate": "1997-09-24T00:00:00", + "shipVia": 1, + "freight": 30.34, + "shipName": "France restauration", + "shipAddress": { + "street": "54, rue Royale", + "city": "Nantes", + "region": "", + "postalCode": "44000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10672, + "customerID": "BERGS", + "employeeID": 9, + "orderDate": "1997-09-17T00:00:00", + "requiredDate": "1997-10-01T00:00:00", + "shippedDate": "1997-09-26T00:00:00", + "shipVia": 2, + "freight": 95.75, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10673, + "customerID": "WILMK", + "employeeID": 2, + "orderDate": "1997-09-18T00:00:00", + "requiredDate": "1997-10-16T00:00:00", + "shippedDate": "1997-09-19T00:00:00", + "shipVia": 1, + "freight": 22.76, + "shipName": "Wilman Kala", + "shipAddress": { + "street": "Keskuskatu 45", + "city": "Helsinki", + "region": "", + "postalCode": "21240", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10674, + "customerID": "ISLAT", + "employeeID": 4, + "orderDate": "1997-09-18T00:00:00", + "requiredDate": "1997-10-16T00:00:00", + "shippedDate": "1997-09-30T00:00:00", + "shipVia": 2, + "freight": 0.9, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10675, + "customerID": "FRANK", + "employeeID": 5, + "orderDate": "1997-09-19T00:00:00", + "requiredDate": "1997-10-17T00:00:00", + "shippedDate": "1997-09-23T00:00:00", + "shipVia": 2, + "freight": 31.85, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10676, + "customerID": "TORTU", + "employeeID": 2, + "orderDate": "1997-09-22T00:00:00", + "requiredDate": "1997-10-20T00:00:00", + "shippedDate": "1997-09-29T00:00:00", + "shipVia": 2, + "freight": 2.01, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10677, + "customerID": "ANTON", + "employeeID": 1, + "orderDate": "1997-09-22T00:00:00", + "requiredDate": "1997-10-20T00:00:00", + "shippedDate": "1997-09-26T00:00:00", + "shipVia": 3, + "freight": 4.03, + "shipName": "Antonio Moreno Taquería", + "shipAddress": { + "street": "Mataderos 2312", + "city": "México D.F.", + "region": "", + "postalCode": "05023", + "country": "Mexico" + }, + "shipperId": 2 + }, + { + "orderID": 10678, + "customerID": "SAVEA", + "employeeID": 7, + "orderDate": "1997-09-23T00:00:00", + "requiredDate": "1997-10-21T00:00:00", + "shippedDate": "1997-10-16T00:00:00", + "shipVia": 3, + "freight": 388.98, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10679, + "customerID": "BLONP", + "employeeID": 8, + "orderDate": "1997-09-23T00:00:00", + "requiredDate": "1997-10-21T00:00:00", + "shippedDate": "1997-09-30T00:00:00", + "shipVia": 3, + "freight": 27.94, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10680, + "customerID": "OLDWO", + "employeeID": 1, + "orderDate": "1997-09-24T00:00:00", + "requiredDate": "1997-10-22T00:00:00", + "shippedDate": "1997-09-26T00:00:00", + "shipVia": 1, + "freight": 26.61, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10681, + "customerID": "GREAL", + "employeeID": 3, + "orderDate": "1997-09-25T00:00:00", + "requiredDate": "1997-10-23T00:00:00", + "shippedDate": "1997-09-30T00:00:00", + "shipVia": 3, + "freight": 76.13, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10682, + "customerID": "ANTON", + "employeeID": 3, + "orderDate": "1997-09-25T00:00:00", + "requiredDate": "1997-10-23T00:00:00", + "shippedDate": "1997-10-01T00:00:00", + "shipVia": 2, + "freight": 36.13, + "shipName": "Antonio Moreno Taquería", + "shipAddress": { + "street": "Mataderos 2312", + "city": "México D.F.", + "region": "", + "postalCode": "05023", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10683, + "customerID": "DUMON", + "employeeID": 2, + "orderDate": "1997-09-26T00:00:00", + "requiredDate": "1997-10-24T00:00:00", + "shippedDate": "1997-10-01T00:00:00", + "shipVia": 1, + "freight": 4.4, + "shipName": "Du monde entier", + "shipAddress": { + "street": "67, rue des Cinquante Otages", + "city": "Nantes", + "region": "", + "postalCode": "44000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10684, + "customerID": "OTTIK", + "employeeID": 3, + "orderDate": "1997-09-26T00:00:00", + "requiredDate": "1997-10-24T00:00:00", + "shippedDate": "1997-09-30T00:00:00", + "shipVia": 1, + "freight": 145.63, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10685, + "customerID": "GOURL", + "employeeID": 4, + "orderDate": "1997-09-29T00:00:00", + "requiredDate": "1997-10-13T00:00:00", + "shippedDate": "1997-10-03T00:00:00", + "shipVia": 2, + "freight": 33.75, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10686, + "customerID": "PICCO", + "employeeID": 2, + "orderDate": "1997-09-30T00:00:00", + "requiredDate": "1997-10-28T00:00:00", + "shippedDate": "1997-10-08T00:00:00", + "shipVia": 1, + "freight": 96.5, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10687, + "customerID": "HUNGO", + "employeeID": 9, + "orderDate": "1997-09-30T00:00:00", + "requiredDate": "1997-10-28T00:00:00", + "shippedDate": "1997-10-30T00:00:00", + "shipVia": 2, + "freight": 296.43, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 2 + }, + { + "orderID": 10688, + "customerID": "VAFFE", + "employeeID": 4, + "orderDate": "1997-10-01T00:00:00", + "requiredDate": "1997-10-15T00:00:00", + "shippedDate": "1997-10-07T00:00:00", + "shipVia": 2, + "freight": 299.09, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 3 + }, + { + "orderID": 10689, + "customerID": "BERGS", + "employeeID": 1, + "orderDate": "1997-10-01T00:00:00", + "requiredDate": "1997-10-29T00:00:00", + "shippedDate": "1997-10-07T00:00:00", + "shipVia": 2, + "freight": 13.42, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10690, + "customerID": "HANAR", + "employeeID": 1, + "orderDate": "1997-10-02T00:00:00", + "requiredDate": "1997-10-30T00:00:00", + "shippedDate": "1997-10-03T00:00:00", + "shipVia": 1, + "freight": 15.8, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10691, + "customerID": "QUICK", + "employeeID": 2, + "orderDate": "1997-10-03T00:00:00", + "requiredDate": "1997-11-14T00:00:00", + "shippedDate": "1997-10-22T00:00:00", + "shipVia": 2, + "freight": 810.05, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10692, + "customerID": "ALFKI", + "employeeID": 4, + "orderDate": "1997-10-03T00:00:00", + "requiredDate": "1997-10-31T00:00:00", + "shippedDate": "1997-10-13T00:00:00", + "shipVia": 2, + "freight": 61.02, + "shipName": "Alfred's Futterkiste", + "shipAddress": { + "street": "Obere Str. 57", + "city": "Berlin", + "region": "", + "postalCode": "12209", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10693, + "customerID": "WHITC", + "employeeID": 3, + "orderDate": "1997-10-06T00:00:00", + "requiredDate": "1997-10-20T00:00:00", + "shippedDate": "1997-10-10T00:00:00", + "shipVia": 3, + "freight": 139.34, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10694, + "customerID": "QUICK", + "employeeID": 8, + "orderDate": "1997-10-06T00:00:00", + "requiredDate": "1997-11-03T00:00:00", + "shippedDate": "1997-10-09T00:00:00", + "shipVia": 3, + "freight": 398.36, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10695, + "customerID": "WILMK", + "employeeID": 7, + "orderDate": "1997-10-07T00:00:00", + "requiredDate": "1997-11-18T00:00:00", + "shippedDate": "1997-10-14T00:00:00", + "shipVia": 1, + "freight": 16.72, + "shipName": "Wilman Kala", + "shipAddress": { + "street": "Keskuskatu 45", + "city": "Helsinki", + "region": "", + "postalCode": "21240", + "country": "Finland" + }, + "shipperId": 2 + }, + { + "orderID": 10696, + "customerID": "WHITC", + "employeeID": 8, + "orderDate": "1997-10-08T00:00:00", + "requiredDate": "1997-11-19T00:00:00", + "shippedDate": "1997-10-14T00:00:00", + "shipVia": 3, + "freight": 102.55, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10697, + "customerID": "LINOD", + "employeeID": 3, + "orderDate": "1997-10-08T00:00:00", + "requiredDate": "1997-11-05T00:00:00", + "shippedDate": "1997-10-14T00:00:00", + "shipVia": 1, + "freight": 45.52, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10698, + "customerID": "ERNSH", + "employeeID": 4, + "orderDate": "1997-10-09T00:00:00", + "requiredDate": "1997-11-06T00:00:00", + "shippedDate": "1997-10-17T00:00:00", + "shipVia": 1, + "freight": 272.47, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10699, + "customerID": "MORGK", + "employeeID": 3, + "orderDate": "1997-10-09T00:00:00", + "requiredDate": "1997-11-06T00:00:00", + "shippedDate": "1997-10-13T00:00:00", + "shipVia": 3, + "freight": 0.58, + "shipName": "Morgenstern Gesundkost", + "shipAddress": { + "street": "Heerstr. 22", + "city": "Leipzig", + "region": "", + "postalCode": "04179", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10700, + "customerID": "SAVEA", + "employeeID": 3, + "orderDate": "1997-10-10T00:00:00", + "requiredDate": "1997-11-07T00:00:00", + "shippedDate": "1997-10-16T00:00:00", + "shipVia": 1, + "freight": 65.1, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10701, + "customerID": "HUNGO", + "employeeID": 6, + "orderDate": "1997-10-13T00:00:00", + "requiredDate": "1997-10-27T00:00:00", + "shippedDate": "1997-10-15T00:00:00", + "shipVia": 3, + "freight": 220.31, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 2 + }, + { + "orderID": 10702, + "customerID": "ALFKI", + "employeeID": 4, + "orderDate": "1997-10-13T00:00:00", + "requiredDate": "1997-11-24T00:00:00", + "shippedDate": "1997-10-21T00:00:00", + "shipVia": 1, + "freight": 23.94, + "shipName": "Alfred's Futterkiste", + "shipAddress": { + "street": "Obere Str. 57", + "city": "Berlin", + "region": "", + "postalCode": "12209", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10703, + "customerID": "FOLKO", + "employeeID": 6, + "orderDate": "1997-10-14T00:00:00", + "requiredDate": "1997-11-11T00:00:00", + "shippedDate": "1997-10-20T00:00:00", + "shipVia": 2, + "freight": 152.3, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10704, + "customerID": "QUEEN", + "employeeID": 6, + "orderDate": "1997-10-14T00:00:00", + "requiredDate": "1997-11-11T00:00:00", + "shippedDate": "1997-11-07T00:00:00", + "shipVia": 1, + "freight": 4.78, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10705, + "customerID": "HILAA", + "employeeID": 9, + "orderDate": "1997-10-15T00:00:00", + "requiredDate": "1997-11-12T00:00:00", + "shippedDate": "1997-11-18T00:00:00", + "shipVia": 2, + "freight": 3.52, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 10706, + "customerID": "OLDWO", + "employeeID": 8, + "orderDate": "1997-10-16T00:00:00", + "requiredDate": "1997-11-13T00:00:00", + "shippedDate": "1997-10-21T00:00:00", + "shipVia": 3, + "freight": 135.63, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10707, + "customerID": "AROUT", + "employeeID": 4, + "orderDate": "1997-10-16T00:00:00", + "requiredDate": "1997-10-30T00:00:00", + "shippedDate": "1997-10-23T00:00:00", + "shipVia": 3, + "freight": 21.74, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10708, + "customerID": "THEBI", + "employeeID": 6, + "orderDate": "1997-10-17T00:00:00", + "requiredDate": "1997-11-28T00:00:00", + "shippedDate": "1997-11-05T00:00:00", + "shipVia": 2, + "freight": 2.96, + "shipName": "The Big Cheese", + "shipAddress": { + "street": "89 Jefferson Way Suite 2", + "city": "Portland", + "region": "OR", + "postalCode": "97201", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10709, + "customerID": "GOURL", + "employeeID": 1, + "orderDate": "1997-10-17T00:00:00", + "requiredDate": "1997-11-14T00:00:00", + "shippedDate": "1997-11-20T00:00:00", + "shipVia": 3, + "freight": 210.8, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10710, + "customerID": "FRANS", + "employeeID": 1, + "orderDate": "1997-10-20T00:00:00", + "requiredDate": "1997-11-17T00:00:00", + "shippedDate": "1997-10-23T00:00:00", + "shipVia": 1, + "freight": 4.98, + "shipName": "Franchi S.p.A.", + "shipAddress": { + "street": "Via Monte Bianco 34", + "city": "Torino", + "region": "", + "postalCode": "10100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 10711, + "customerID": "SAVEA", + "employeeID": 5, + "orderDate": "1997-10-21T00:00:00", + "requiredDate": "1997-12-02T00:00:00", + "shippedDate": "1997-10-29T00:00:00", + "shipVia": 2, + "freight": 52.41, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10712, + "customerID": "HUNGO", + "employeeID": 3, + "orderDate": "1997-10-21T00:00:00", + "requiredDate": "1997-11-18T00:00:00", + "shippedDate": "1997-10-31T00:00:00", + "shipVia": 1, + "freight": 89.93, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 2 + }, + { + "orderID": 10713, + "customerID": "SAVEA", + "employeeID": 1, + "orderDate": "1997-10-22T00:00:00", + "requiredDate": "1997-11-19T00:00:00", + "shippedDate": "1997-10-24T00:00:00", + "shipVia": 1, + "freight": 167.05, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10714, + "customerID": "SAVEA", + "employeeID": 5, + "orderDate": "1997-10-22T00:00:00", + "requiredDate": "1997-11-19T00:00:00", + "shippedDate": "1997-10-27T00:00:00", + "shipVia": 3, + "freight": 24.49, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10715, + "customerID": "BONAP", + "employeeID": 3, + "orderDate": "1997-10-23T00:00:00", + "requiredDate": "1997-11-06T00:00:00", + "shippedDate": "1997-10-29T00:00:00", + "shipVia": 1, + "freight": 63.2, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10716, + "customerID": "RANCH", + "employeeID": 4, + "orderDate": "1997-10-24T00:00:00", + "requiredDate": "1997-11-21T00:00:00", + "shippedDate": "1997-10-27T00:00:00", + "shipVia": 2, + "freight": 22.57, + "shipName": "Rancho grande", + "shipAddress": { + "street": "Av. del Libertador 900", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 1 + }, + { + "orderID": 10717, + "customerID": "FRANK", + "employeeID": 1, + "orderDate": "1997-10-24T00:00:00", + "requiredDate": "1997-11-21T00:00:00", + "shippedDate": "1997-10-29T00:00:00", + "shipVia": 2, + "freight": 59.25, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10718, + "customerID": "KOENE", + "employeeID": 1, + "orderDate": "1997-10-27T00:00:00", + "requiredDate": "1997-11-24T00:00:00", + "shippedDate": "1997-10-29T00:00:00", + "shipVia": 3, + "freight": 170.88, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10719, + "customerID": "LETSS", + "employeeID": 8, + "orderDate": "1997-10-27T00:00:00", + "requiredDate": "1997-11-24T00:00:00", + "shippedDate": "1997-11-05T00:00:00", + "shipVia": 2, + "freight": 51.44, + "shipName": "Let's Stop N Shop", + "shipAddress": { + "street": "87 Polk St. Suite 5", + "city": "San Francisco", + "region": "CA", + "postalCode": "94117", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10720, + "customerID": "QUEDE", + "employeeID": 8, + "orderDate": "1997-10-28T00:00:00", + "requiredDate": "1997-11-11T00:00:00", + "shippedDate": "1997-11-05T00:00:00", + "shipVia": 2, + "freight": 9.53, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10721, + "customerID": "QUICK", + "employeeID": 5, + "orderDate": "1997-10-29T00:00:00", + "requiredDate": "1997-11-26T00:00:00", + "shippedDate": "1997-10-31T00:00:00", + "shipVia": 3, + "freight": 48.92, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10722, + "customerID": "SAVEA", + "employeeID": 8, + "orderDate": "1997-10-29T00:00:00", + "requiredDate": "1997-12-10T00:00:00", + "shippedDate": "1997-11-04T00:00:00", + "shipVia": 1, + "freight": 74.58, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10723, + "customerID": "WHITC", + "employeeID": 3, + "orderDate": "1997-10-30T00:00:00", + "requiredDate": "1997-11-27T00:00:00", + "shippedDate": "1997-11-25T00:00:00", + "shipVia": 1, + "freight": 21.72, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10724, + "customerID": "MEREP", + "employeeID": 8, + "orderDate": "1997-10-30T00:00:00", + "requiredDate": "1997-12-11T00:00:00", + "shippedDate": "1997-11-05T00:00:00", + "shipVia": 2, + "freight": 57.75, + "shipName": "Mère Paillarde", + "shipAddress": { + "street": "43 rue St. Laurent", + "city": "Montréal", + "region": "Québec", + "postalCode": "H1J 1C3", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10725, + "customerID": "FAMIA", + "employeeID": 4, + "orderDate": "1997-10-31T00:00:00", + "requiredDate": "1997-11-28T00:00:00", + "shippedDate": "1997-11-05T00:00:00", + "shipVia": 3, + "freight": 10.83, + "shipName": "Familia Arquibaldo", + "shipAddress": { + "street": "Rua Orós, 92", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05442-030", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10726, + "customerID": "EASTC", + "employeeID": 4, + "orderDate": "1997-11-03T00:00:00", + "requiredDate": "1997-11-17T00:00:00", + "shippedDate": "1997-12-05T00:00:00", + "shipVia": 1, + "freight": 16.56, + "shipName": "Eastern Connection", + "shipAddress": { + "street": "35 King George", + "city": "London", + "region": "", + "postalCode": "WX3 6FW", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10727, + "customerID": "REGGC", + "employeeID": 2, + "orderDate": "1997-11-03T00:00:00", + "requiredDate": "1997-12-01T00:00:00", + "shippedDate": "1997-12-05T00:00:00", + "shipVia": 1, + "freight": 89.9, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 10728, + "customerID": "QUEEN", + "employeeID": 4, + "orderDate": "1997-11-04T00:00:00", + "requiredDate": "1997-12-02T00:00:00", + "shippedDate": "1997-11-11T00:00:00", + "shipVia": 2, + "freight": 58.33, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10729, + "customerID": "LINOD", + "employeeID": 8, + "orderDate": "1997-11-04T00:00:00", + "requiredDate": "1997-12-16T00:00:00", + "shippedDate": "1997-11-14T00:00:00", + "shipVia": 3, + "freight": 141.06, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10730, + "customerID": "BONAP", + "employeeID": 5, + "orderDate": "1997-11-05T00:00:00", + "requiredDate": "1997-12-03T00:00:00", + "shippedDate": "1997-11-14T00:00:00", + "shipVia": 1, + "freight": 20.12, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10731, + "customerID": "CHOPS", + "employeeID": 7, + "orderDate": "1997-11-06T00:00:00", + "requiredDate": "1997-12-04T00:00:00", + "shippedDate": "1997-11-14T00:00:00", + "shipVia": 1, + "freight": 96.65, + "shipName": "Chop-suey Chinese", + "shipAddress": { + "street": "Hauptstr. 31", + "city": "Bern", + "region": "", + "postalCode": "3012", + "country": "Switzerland" + }, + "shipperId": 3 + }, + { + "orderID": 10732, + "customerID": "BONAP", + "employeeID": 3, + "orderDate": "1997-11-06T00:00:00", + "requiredDate": "1997-12-04T00:00:00", + "shippedDate": "1997-11-07T00:00:00", + "shipVia": 1, + "freight": 16.97, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10733, + "customerID": "BERGS", + "employeeID": 1, + "orderDate": "1997-11-07T00:00:00", + "requiredDate": "1997-12-05T00:00:00", + "shippedDate": "1997-11-10T00:00:00", + "shipVia": 3, + "freight": 110.11, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10734, + "customerID": "GOURL", + "employeeID": 2, + "orderDate": "1997-11-07T00:00:00", + "requiredDate": "1997-12-05T00:00:00", + "shippedDate": "1997-11-12T00:00:00", + "shipVia": 3, + "freight": 1.63, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10735, + "customerID": "LETSS", + "employeeID": 6, + "orderDate": "1997-11-10T00:00:00", + "requiredDate": "1997-12-08T00:00:00", + "shippedDate": "1997-11-21T00:00:00", + "shipVia": 2, + "freight": 45.97, + "shipName": "Let's Stop N Shop", + "shipAddress": { + "street": "87 Polk St. Suite 5", + "city": "San Francisco", + "region": "CA", + "postalCode": "94117", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10736, + "customerID": "HUNGO", + "employeeID": 9, + "orderDate": "1997-11-11T00:00:00", + "requiredDate": "1997-12-09T00:00:00", + "shippedDate": "1997-11-21T00:00:00", + "shipVia": 2, + "freight": 44.1, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 1 + }, + { + "orderID": 10737, + "customerID": "VINET", + "employeeID": 2, + "orderDate": "1997-11-11T00:00:00", + "requiredDate": "1997-12-09T00:00:00", + "shippedDate": "1997-11-18T00:00:00", + "shipVia": 2, + "freight": 7.79, + "shipName": "Vins et alcools Chevalier", + "shipAddress": { + "street": "59 rue de l'Abbaye", + "city": "Reims", + "region": "", + "postalCode": "51100", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10738, + "customerID": "SPECD", + "employeeID": 2, + "orderDate": "1997-11-12T00:00:00", + "requiredDate": "1997-12-10T00:00:00", + "shippedDate": "1997-11-18T00:00:00", + "shipVia": 1, + "freight": 2.91, + "shipName": "Spécialités du monde", + "shipAddress": { + "street": "25, rue Lauriston", + "city": "Paris", + "region": "", + "postalCode": "75016", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10739, + "customerID": "VINET", + "employeeID": 3, + "orderDate": "1997-11-12T00:00:00", + "requiredDate": "1997-12-10T00:00:00", + "shippedDate": "1997-11-17T00:00:00", + "shipVia": 3, + "freight": 11.08, + "shipName": "Vins et alcools Chevalier", + "shipAddress": { + "street": "59 rue de l'Abbaye", + "city": "Reims", + "region": "", + "postalCode": "51100", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10740, + "customerID": "WHITC", + "employeeID": 4, + "orderDate": "1997-11-13T00:00:00", + "requiredDate": "1997-12-11T00:00:00", + "shippedDate": "1997-11-25T00:00:00", + "shipVia": 2, + "freight": 81.88, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10741, + "customerID": "AROUT", + "employeeID": 4, + "orderDate": "1997-11-14T00:00:00", + "requiredDate": "1997-11-28T00:00:00", + "shippedDate": "1997-11-18T00:00:00", + "shipVia": 3, + "freight": 10.96, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10742, + "customerID": "BOTTM", + "employeeID": 3, + "orderDate": "1997-11-14T00:00:00", + "requiredDate": "1997-12-12T00:00:00", + "shippedDate": "1997-11-18T00:00:00", + "shipVia": 3, + "freight": 243.73, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10743, + "customerID": "AROUT", + "employeeID": 1, + "orderDate": "1997-11-17T00:00:00", + "requiredDate": "1997-12-15T00:00:00", + "shippedDate": "1997-11-21T00:00:00", + "shipVia": 2, + "freight": 23.72, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10744, + "customerID": "VAFFE", + "employeeID": 6, + "orderDate": "1997-11-17T00:00:00", + "requiredDate": "1997-12-15T00:00:00", + "shippedDate": "1997-11-24T00:00:00", + "shipVia": 1, + "freight": 69.19, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 1 + }, + { + "orderID": 10745, + "customerID": "QUICK", + "employeeID": 9, + "orderDate": "1997-11-18T00:00:00", + "requiredDate": "1997-12-16T00:00:00", + "shippedDate": "1997-11-27T00:00:00", + "shipVia": 1, + "freight": 3.52, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10746, + "customerID": "CHOPS", + "employeeID": 1, + "orderDate": "1997-11-19T00:00:00", + "requiredDate": "1997-12-17T00:00:00", + "shippedDate": "1997-11-21T00:00:00", + "shipVia": 3, + "freight": 31.43, + "shipName": "Chop-suey Chinese", + "shipAddress": { + "street": "Hauptstr. 31", + "city": "Bern", + "region": "", + "postalCode": "3012", + "country": "Switzerland" + }, + "shipperId": 1 + }, + { + "orderID": 10747, + "customerID": "PICCO", + "employeeID": 6, + "orderDate": "1997-11-19T00:00:00", + "requiredDate": "1997-12-17T00:00:00", + "shippedDate": "1997-11-26T00:00:00", + "shipVia": 1, + "freight": 117.33, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10748, + "customerID": "SAVEA", + "employeeID": 3, + "orderDate": "1997-11-20T00:00:00", + "requiredDate": "1997-12-18T00:00:00", + "shippedDate": "1997-11-28T00:00:00", + "shipVia": 1, + "freight": 232.55, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10749, + "customerID": "ISLAT", + "employeeID": 4, + "orderDate": "1997-11-20T00:00:00", + "requiredDate": "1997-12-18T00:00:00", + "shippedDate": "1997-12-19T00:00:00", + "shipVia": 2, + "freight": 61.53, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10750, + "customerID": "WARTH", + "employeeID": 9, + "orderDate": "1997-11-21T00:00:00", + "requiredDate": "1997-12-19T00:00:00", + "shippedDate": "1997-11-24T00:00:00", + "shipVia": 1, + "freight": 79.3, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 1 + }, + { + "orderID": 10751, + "customerID": "RICSU", + "employeeID": 3, + "orderDate": "1997-11-24T00:00:00", + "requiredDate": "1997-12-22T00:00:00", + "shippedDate": "1997-12-03T00:00:00", + "shipVia": 3, + "freight": 130.79, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 1 + }, + { + "orderID": 10752, + "customerID": "NORTS", + "employeeID": 2, + "orderDate": "1997-11-24T00:00:00", + "requiredDate": "1997-12-22T00:00:00", + "shippedDate": "1997-11-28T00:00:00", + "shipVia": 3, + "freight": 1.39, + "shipName": "North/South", + "shipAddress": { + "street": "South House 300 Queensbridge", + "city": "London", + "region": "", + "postalCode": "SW7 1RZ", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10753, + "customerID": "FRANS", + "employeeID": 3, + "orderDate": "1997-11-25T00:00:00", + "requiredDate": "1997-12-23T00:00:00", + "shippedDate": "1997-11-27T00:00:00", + "shipVia": 1, + "freight": 7.7, + "shipName": "Franchi S.p.A.", + "shipAddress": { + "street": "Via Monte Bianco 34", + "city": "Torino", + "region": "", + "postalCode": "10100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 10754, + "customerID": "MAGAA", + "employeeID": 6, + "orderDate": "1997-11-25T00:00:00", + "requiredDate": "1997-12-23T00:00:00", + "shippedDate": "1997-11-27T00:00:00", + "shipVia": 3, + "freight": 2.38, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10755, + "customerID": "BONAP", + "employeeID": 4, + "orderDate": "1997-11-26T00:00:00", + "requiredDate": "1997-12-24T00:00:00", + "shippedDate": "1997-11-28T00:00:00", + "shipVia": 2, + "freight": 16.71, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10756, + "customerID": "SPLIR", + "employeeID": 8, + "orderDate": "1997-11-27T00:00:00", + "requiredDate": "1997-12-25T00:00:00", + "shippedDate": "1997-12-02T00:00:00", + "shipVia": 2, + "freight": 73.21, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10757, + "customerID": "SAVEA", + "employeeID": 6, + "orderDate": "1997-11-27T00:00:00", + "requiredDate": "1997-12-25T00:00:00", + "shippedDate": "1997-12-15T00:00:00", + "shipVia": 1, + "freight": 8.19, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10758, + "customerID": "RICSU", + "employeeID": 3, + "orderDate": "1997-11-28T00:00:00", + "requiredDate": "1997-12-26T00:00:00", + "shippedDate": "1997-12-04T00:00:00", + "shipVia": 3, + "freight": 138.17, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 3 + }, + { + "orderID": 10759, + "customerID": "ANATR", + "employeeID": 3, + "orderDate": "1997-11-28T00:00:00", + "requiredDate": "1997-12-26T00:00:00", + "shippedDate": "1997-12-12T00:00:00", + "shipVia": 3, + "freight": 11.99, + "shipName": "Ana Trujillo Emparedados y helados", + "shipAddress": { + "street": "Avda. de la Constitución 2222", + "city": "México D.F.", + "region": "", + "postalCode": "05021", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10760, + "customerID": "MAISD", + "employeeID": 4, + "orderDate": "1997-12-01T00:00:00", + "requiredDate": "1997-12-29T00:00:00", + "shippedDate": "1997-12-10T00:00:00", + "shipVia": 1, + "freight": 155.64, + "shipName": "Maison Dewey", + "shipAddress": { + "street": "Rue Joseph-Bens 532", + "city": "Bruxelles", + "region": "", + "postalCode": "B-1180", + "country": "Belgium" + }, + "shipperId": 2 + }, + { + "orderID": 10761, + "customerID": "RATTC", + "employeeID": 5, + "orderDate": "1997-12-02T00:00:00", + "requiredDate": "1997-12-30T00:00:00", + "shippedDate": "1997-12-08T00:00:00", + "shipVia": 2, + "freight": 18.66, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10762, + "customerID": "FOLKO", + "employeeID": 3, + "orderDate": "1997-12-02T00:00:00", + "requiredDate": "1997-12-30T00:00:00", + "shippedDate": "1997-12-09T00:00:00", + "shipVia": 1, + "freight": 328.74, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10763, + "customerID": "FOLIG", + "employeeID": 3, + "orderDate": "1997-12-03T00:00:00", + "requiredDate": "1997-12-31T00:00:00", + "shippedDate": "1997-12-08T00:00:00", + "shipVia": 3, + "freight": 37.35, + "shipName": "Folies gourmandes", + "shipAddress": { + "street": "184, chaussée de Tournai", + "city": "Lille", + "region": "", + "postalCode": "59000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10764, + "customerID": "ERNSH", + "employeeID": 6, + "orderDate": "1997-12-03T00:00:00", + "requiredDate": "1997-12-31T00:00:00", + "shippedDate": "1997-12-08T00:00:00", + "shipVia": 3, + "freight": 145.45, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10765, + "customerID": "QUICK", + "employeeID": 3, + "orderDate": "1997-12-04T00:00:00", + "requiredDate": "1998-01-01T00:00:00", + "shippedDate": "1997-12-09T00:00:00", + "shipVia": 3, + "freight": 42.74, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10766, + "customerID": "OTTIK", + "employeeID": 4, + "orderDate": "1997-12-05T00:00:00", + "requiredDate": "1998-01-02T00:00:00", + "shippedDate": "1997-12-09T00:00:00", + "shipVia": 1, + "freight": 157.55, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10767, + "customerID": "SUPRD", + "employeeID": 4, + "orderDate": "1997-12-05T00:00:00", + "requiredDate": "1998-01-02T00:00:00", + "shippedDate": "1997-12-15T00:00:00", + "shipVia": 3, + "freight": 1.59, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 1 + }, + { + "orderID": 10768, + "customerID": "AROUT", + "employeeID": 3, + "orderDate": "1997-12-08T00:00:00", + "requiredDate": "1998-01-05T00:00:00", + "shippedDate": "1997-12-15T00:00:00", + "shipVia": 2, + "freight": 146.32, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10769, + "customerID": "VAFFE", + "employeeID": 3, + "orderDate": "1997-12-08T00:00:00", + "requiredDate": "1998-01-05T00:00:00", + "shippedDate": "1997-12-12T00:00:00", + "shipVia": 1, + "freight": 65.06, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 2 + }, + { + "orderID": 10770, + "customerID": "HANAR", + "employeeID": 8, + "orderDate": "1997-12-09T00:00:00", + "requiredDate": "1998-01-06T00:00:00", + "shippedDate": "1997-12-17T00:00:00", + "shipVia": 3, + "freight": 5.32, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10771, + "customerID": "ERNSH", + "employeeID": 9, + "orderDate": "1997-12-10T00:00:00", + "requiredDate": "1998-01-07T00:00:00", + "shippedDate": "1998-01-02T00:00:00", + "shipVia": 2, + "freight": 11.19, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10772, + "customerID": "LEHMS", + "employeeID": 3, + "orderDate": "1997-12-10T00:00:00", + "requiredDate": "1998-01-07T00:00:00", + "shippedDate": "1997-12-19T00:00:00", + "shipVia": 2, + "freight": 91.28, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10773, + "customerID": "ERNSH", + "employeeID": 1, + "orderDate": "1997-12-11T00:00:00", + "requiredDate": "1998-01-08T00:00:00", + "shippedDate": "1997-12-16T00:00:00", + "shipVia": 3, + "freight": 96.43, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10774, + "customerID": "FOLKO", + "employeeID": 4, + "orderDate": "1997-12-11T00:00:00", + "requiredDate": "1997-12-25T00:00:00", + "shippedDate": "1997-12-12T00:00:00", + "shipVia": 1, + "freight": 48.2, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10775, + "customerID": "THECR", + "employeeID": 7, + "orderDate": "1997-12-12T00:00:00", + "requiredDate": "1998-01-09T00:00:00", + "shippedDate": "1997-12-26T00:00:00", + "shipVia": 1, + "freight": 20.25, + "shipName": "The Cracker Box", + "shipAddress": { + "street": "55 Grizzly Peak Rd.", + "city": "Butte", + "region": "MT", + "postalCode": "59801", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10776, + "customerID": "ERNSH", + "employeeID": 1, + "orderDate": "1997-12-15T00:00:00", + "requiredDate": "1998-01-12T00:00:00", + "shippedDate": "1997-12-18T00:00:00", + "shipVia": 3, + "freight": 351.53, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10777, + "customerID": "GOURL", + "employeeID": 7, + "orderDate": "1997-12-15T00:00:00", + "requiredDate": "1997-12-29T00:00:00", + "shippedDate": "1998-01-21T00:00:00", + "shipVia": 2, + "freight": 3.01, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10778, + "customerID": "BERGS", + "employeeID": 3, + "orderDate": "1997-12-16T00:00:00", + "requiredDate": "1998-01-13T00:00:00", + "shippedDate": "1997-12-24T00:00:00", + "shipVia": 1, + "freight": 6.79, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10779, + "customerID": "MORGK", + "employeeID": 3, + "orderDate": "1997-12-16T00:00:00", + "requiredDate": "1998-01-13T00:00:00", + "shippedDate": "1998-01-14T00:00:00", + "shipVia": 2, + "freight": 58.13, + "shipName": "Morgenstern Gesundkost", + "shipAddress": { + "street": "Heerstr. 22", + "city": "Leipzig", + "region": "", + "postalCode": "04179", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10780, + "customerID": "LILAS", + "employeeID": 2, + "orderDate": "1997-12-16T00:00:00", + "requiredDate": "1997-12-30T00:00:00", + "shippedDate": "1997-12-25T00:00:00", + "shipVia": 1, + "freight": 42.13, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 10781, + "customerID": "WARTH", + "employeeID": 2, + "orderDate": "1997-12-17T00:00:00", + "requiredDate": "1998-01-14T00:00:00", + "shippedDate": "1997-12-19T00:00:00", + "shipVia": 3, + "freight": 73.16, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10782, + "customerID": "CACTU", + "employeeID": 9, + "orderDate": "1997-12-17T00:00:00", + "requiredDate": "1998-01-14T00:00:00", + "shippedDate": "1997-12-22T00:00:00", + "shipVia": 3, + "freight": 1.1, + "shipName": "Cactus Comidas para llevar", + "shipAddress": { + "street": "Cerrito 333", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 3 + }, + { + "orderID": 10783, + "customerID": "HANAR", + "employeeID": 4, + "orderDate": "1997-12-18T00:00:00", + "requiredDate": "1998-01-15T00:00:00", + "shippedDate": "1997-12-19T00:00:00", + "shipVia": 2, + "freight": 124.98, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10784, + "customerID": "MAGAA", + "employeeID": 4, + "orderDate": "1997-12-18T00:00:00", + "requiredDate": "1998-01-15T00:00:00", + "shippedDate": "1997-12-22T00:00:00", + "shipVia": 3, + "freight": 70.09, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 10785, + "customerID": "GROSR", + "employeeID": 1, + "orderDate": "1997-12-18T00:00:00", + "requiredDate": "1998-01-15T00:00:00", + "shippedDate": "1997-12-24T00:00:00", + "shipVia": 3, + "freight": 1.51, + "shipName": "GROSELLA-Restaurante", + "shipAddress": { + "street": "5ª Ave. Los Palos Grandes", + "city": "Caracas", + "region": "DF", + "postalCode": "1081", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10786, + "customerID": "QUEEN", + "employeeID": 8, + "orderDate": "1997-12-19T00:00:00", + "requiredDate": "1998-01-16T00:00:00", + "shippedDate": "1997-12-23T00:00:00", + "shipVia": 1, + "freight": 110.87, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10787, + "customerID": "LAMAI", + "employeeID": 2, + "orderDate": "1997-12-19T00:00:00", + "requiredDate": "1998-01-02T00:00:00", + "shippedDate": "1997-12-26T00:00:00", + "shipVia": 1, + "freight": 249.93, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10788, + "customerID": "QUICK", + "employeeID": 1, + "orderDate": "1997-12-22T00:00:00", + "requiredDate": "1998-01-19T00:00:00", + "shippedDate": "1998-01-19T00:00:00", + "shipVia": 2, + "freight": 42.7, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10789, + "customerID": "FOLIG", + "employeeID": 1, + "orderDate": "1997-12-22T00:00:00", + "requiredDate": "1998-01-19T00:00:00", + "shippedDate": "1997-12-31T00:00:00", + "shipVia": 2, + "freight": 100.6, + "shipName": "Folies gourmandes", + "shipAddress": { + "street": "184, chaussée de Tournai", + "city": "Lille", + "region": "", + "postalCode": "59000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10790, + "customerID": "GOURL", + "employeeID": 6, + "orderDate": "1997-12-22T00:00:00", + "requiredDate": "1998-01-19T00:00:00", + "shippedDate": "1997-12-26T00:00:00", + "shipVia": 1, + "freight": 28.23, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10791, + "customerID": "FRANK", + "employeeID": 6, + "orderDate": "1997-12-23T00:00:00", + "requiredDate": "1998-01-20T00:00:00", + "shippedDate": "1998-01-01T00:00:00", + "shipVia": 2, + "freight": 16.85, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10792, + "customerID": "WOLZA", + "employeeID": 1, + "orderDate": "1997-12-23T00:00:00", + "requiredDate": "1998-01-20T00:00:00", + "shippedDate": "1997-12-31T00:00:00", + "shipVia": 3, + "freight": 23.79, + "shipName": "Wolski Zajazd", + "shipAddress": { + "street": "ul. Filtrowa 68", + "city": "Warszawa", + "region": "", + "postalCode": "01-012", + "country": "Poland" + }, + "shipperId": 2 + }, + { + "orderID": 10793, + "customerID": "AROUT", + "employeeID": 3, + "orderDate": "1997-12-24T00:00:00", + "requiredDate": "1998-01-21T00:00:00", + "shippedDate": "1998-01-08T00:00:00", + "shipVia": 3, + "freight": 4.52, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10794, + "customerID": "QUEDE", + "employeeID": 6, + "orderDate": "1997-12-24T00:00:00", + "requiredDate": "1998-01-21T00:00:00", + "shippedDate": "1998-01-02T00:00:00", + "shipVia": 1, + "freight": 21.49, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10795, + "customerID": "ERNSH", + "employeeID": 8, + "orderDate": "1997-12-24T00:00:00", + "requiredDate": "1998-01-21T00:00:00", + "shippedDate": "1998-01-20T00:00:00", + "shipVia": 2, + "freight": 126.66, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10796, + "customerID": "HILAA", + "employeeID": 3, + "orderDate": "1997-12-25T00:00:00", + "requiredDate": "1998-01-22T00:00:00", + "shippedDate": "1998-01-14T00:00:00", + "shipVia": 1, + "freight": 26.52, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10797, + "customerID": "DRACD", + "employeeID": 7, + "orderDate": "1997-12-25T00:00:00", + "requiredDate": "1998-01-22T00:00:00", + "shippedDate": "1998-01-05T00:00:00", + "shipVia": 2, + "freight": 33.35, + "shipName": "Drachenblut Delikatessen", + "shipAddress": { + "street": "Walserweg 21", + "city": "Aachen", + "region": "", + "postalCode": "52066", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10798, + "customerID": "ISLAT", + "employeeID": 2, + "orderDate": "1997-12-26T00:00:00", + "requiredDate": "1998-01-23T00:00:00", + "shippedDate": "1998-01-05T00:00:00", + "shipVia": 1, + "freight": 2.33, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10799, + "customerID": "KOENE", + "employeeID": 9, + "orderDate": "1997-12-26T00:00:00", + "requiredDate": "1998-02-06T00:00:00", + "shippedDate": "1998-01-05T00:00:00", + "shipVia": 3, + "freight": 30.76, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10800, + "customerID": "SEVES", + "employeeID": 1, + "orderDate": "1997-12-26T00:00:00", + "requiredDate": "1998-01-23T00:00:00", + "shippedDate": "1998-01-05T00:00:00", + "shipVia": 3, + "freight": 137.44, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10801, + "customerID": "BOLID", + "employeeID": 4, + "orderDate": "1997-12-29T00:00:00", + "requiredDate": "1998-01-26T00:00:00", + "shippedDate": "1997-12-31T00:00:00", + "shipVia": 2, + "freight": 97.09, + "shipName": "Bólido Comidas preparadas", + "shipAddress": { + "street": "C/ Araquil, 67", + "city": "Madrid", + "region": "", + "postalCode": "28023", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10802, + "customerID": "SIMOB", + "employeeID": 4, + "orderDate": "1997-12-29T00:00:00", + "requiredDate": "1998-01-26T00:00:00", + "shippedDate": "1998-01-02T00:00:00", + "shipVia": 2, + "freight": 257.26, + "shipName": "Simons bistro", + "shipAddress": { + "street": "Vinbæltet 34", + "city": "Kobenhavn", + "region": "", + "postalCode": "1734", + "country": "Denmark" + }, + "shipperId": 3 + }, + { + "orderID": 10803, + "customerID": "WELLI", + "employeeID": 4, + "orderDate": "1997-12-30T00:00:00", + "requiredDate": "1998-01-27T00:00:00", + "shippedDate": "1998-01-06T00:00:00", + "shipVia": 1, + "freight": 55.23, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10804, + "customerID": "SEVES", + "employeeID": 6, + "orderDate": "1997-12-30T00:00:00", + "requiredDate": "1998-01-27T00:00:00", + "shippedDate": "1998-01-07T00:00:00", + "shipVia": 2, + "freight": 27.33, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10805, + "customerID": "THEBI", + "employeeID": 2, + "orderDate": "1997-12-30T00:00:00", + "requiredDate": "1998-01-27T00:00:00", + "shippedDate": "1998-01-09T00:00:00", + "shipVia": 3, + "freight": 237.34, + "shipName": "The Big Cheese", + "shipAddress": { + "street": "89 Jefferson Way Suite 2", + "city": "Portland", + "region": "OR", + "postalCode": "97201", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10806, + "customerID": "VICTE", + "employeeID": 3, + "orderDate": "1997-12-31T00:00:00", + "requiredDate": "1998-01-28T00:00:00", + "shippedDate": "1998-01-05T00:00:00", + "shipVia": 2, + "freight": 22.11, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10807, + "customerID": "FRANS", + "employeeID": 4, + "orderDate": "1997-12-31T00:00:00", + "requiredDate": "1998-01-28T00:00:00", + "shippedDate": "1998-01-30T00:00:00", + "shipVia": 1, + "freight": 1.36, + "shipName": "Franchi S.p.A.", + "shipAddress": { + "street": "Via Monte Bianco 34", + "city": "Torino", + "region": "", + "postalCode": "10100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10808, + "customerID": "OLDWO", + "employeeID": 2, + "orderDate": "1998-01-01T00:00:00", + "requiredDate": "1998-01-29T00:00:00", + "shippedDate": "1998-01-09T00:00:00", + "shipVia": 3, + "freight": 45.53, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10809, + "customerID": "WELLI", + "employeeID": 7, + "orderDate": "1998-01-01T00:00:00", + "requiredDate": "1998-01-29T00:00:00", + "shippedDate": "1998-01-07T00:00:00", + "shipVia": 1, + "freight": 4.87, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10810, + "customerID": "LAUGB", + "employeeID": 2, + "orderDate": "1998-01-01T00:00:00", + "requiredDate": "1998-01-29T00:00:00", + "shippedDate": "1998-01-07T00:00:00", + "shipVia": 3, + "freight": 4.33, + "shipName": "Laughing Bacchus Wine Cellars", + "shipAddress": { + "street": "2319 Elm St.", + "city": "Vancouver", + "region": "BC", + "postalCode": "V3F 2K1", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10811, + "customerID": "LINOD", + "employeeID": 8, + "orderDate": "1998-01-02T00:00:00", + "requiredDate": "1998-01-30T00:00:00", + "shippedDate": "1998-01-08T00:00:00", + "shipVia": 1, + "freight": 31.22, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10812, + "customerID": "REGGC", + "employeeID": 5, + "orderDate": "1998-01-02T00:00:00", + "requiredDate": "1998-01-30T00:00:00", + "shippedDate": "1998-01-12T00:00:00", + "shipVia": 1, + "freight": 59.78, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 2 + }, + { + "orderID": 10813, + "customerID": "RICAR", + "employeeID": 1, + "orderDate": "1998-01-05T00:00:00", + "requiredDate": "1998-02-02T00:00:00", + "shippedDate": "1998-01-09T00:00:00", + "shipVia": 1, + "freight": 47.38, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10814, + "customerID": "VICTE", + "employeeID": 3, + "orderDate": "1998-01-05T00:00:00", + "requiredDate": "1998-02-02T00:00:00", + "shippedDate": "1998-01-14T00:00:00", + "shipVia": 3, + "freight": 130.94, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10815, + "customerID": "SAVEA", + "employeeID": 2, + "orderDate": "1998-01-05T00:00:00", + "requiredDate": "1998-02-02T00:00:00", + "shippedDate": "1998-01-14T00:00:00", + "shipVia": 3, + "freight": 14.62, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10816, + "customerID": "GREAL", + "employeeID": 4, + "orderDate": "1998-01-06T00:00:00", + "requiredDate": "1998-02-03T00:00:00", + "shippedDate": "1998-02-04T00:00:00", + "shipVia": 2, + "freight": 719.78, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10817, + "customerID": "KOENE", + "employeeID": 3, + "orderDate": "1998-01-06T00:00:00", + "requiredDate": "1998-01-20T00:00:00", + "shippedDate": "1998-01-13T00:00:00", + "shipVia": 2, + "freight": 306.07, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10818, + "customerID": "MAGAA", + "employeeID": 7, + "orderDate": "1998-01-07T00:00:00", + "requiredDate": "1998-02-04T00:00:00", + "shippedDate": "1998-01-12T00:00:00", + "shipVia": 3, + "freight": 65.48, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 10819, + "customerID": "CACTU", + "employeeID": 2, + "orderDate": "1998-01-07T00:00:00", + "requiredDate": "1998-02-04T00:00:00", + "shippedDate": "1998-01-16T00:00:00", + "shipVia": 3, + "freight": 19.76, + "shipName": "Cactus Comidas para llevar", + "shipAddress": { + "street": "Cerrito 333", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 1 + }, + { + "orderID": 10820, + "customerID": "RATTC", + "employeeID": 3, + "orderDate": "1998-01-07T00:00:00", + "requiredDate": "1998-02-04T00:00:00", + "shippedDate": "1998-01-13T00:00:00", + "shipVia": 2, + "freight": 37.52, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10821, + "customerID": "SPLIR", + "employeeID": 1, + "orderDate": "1998-01-08T00:00:00", + "requiredDate": "1998-02-05T00:00:00", + "shippedDate": "1998-01-15T00:00:00", + "shipVia": 1, + "freight": 36.68, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10822, + "customerID": "TRAIH", + "employeeID": 6, + "orderDate": "1998-01-08T00:00:00", + "requiredDate": "1998-02-05T00:00:00", + "shippedDate": "1998-01-16T00:00:00", + "shipVia": 3, + "freight": 7, + "shipName": "Trail's Head Gourmet Provisioners", + "shipAddress": { + "street": "722 DaVinci Blvd.", + "city": "Kirkland", + "region": "WA", + "postalCode": "98034", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10823, + "customerID": "LILAS", + "employeeID": 5, + "orderDate": "1998-01-09T00:00:00", + "requiredDate": "1998-02-06T00:00:00", + "shippedDate": "1998-01-13T00:00:00", + "shipVia": 2, + "freight": 163.97, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 10824, + "customerID": "FOLKO", + "employeeID": 8, + "orderDate": "1998-01-09T00:00:00", + "requiredDate": "1998-02-06T00:00:00", + "shippedDate": "1998-01-30T00:00:00", + "shipVia": 1, + "freight": 1.23, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10825, + "customerID": "DRACD", + "employeeID": 1, + "orderDate": "1998-01-09T00:00:00", + "requiredDate": "1998-02-06T00:00:00", + "shippedDate": "1998-01-14T00:00:00", + "shipVia": 1, + "freight": 79.25, + "shipName": "Drachenblut Delikatessen", + "shipAddress": { + "street": "Walserweg 21", + "city": "Aachen", + "region": "", + "postalCode": "52066", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10826, + "customerID": "BLONP", + "employeeID": 6, + "orderDate": "1998-01-12T00:00:00", + "requiredDate": "1998-02-09T00:00:00", + "shippedDate": "1998-02-06T00:00:00", + "shipVia": 1, + "freight": 7.09, + "shipName": "Blondel père et fils", + "shipAddress": { + "street": "24, place Kléber", + "city": "Strasbourg", + "region": "", + "postalCode": "67000", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10827, + "customerID": "BONAP", + "employeeID": 1, + "orderDate": "1998-01-12T00:00:00", + "requiredDate": "1998-01-26T00:00:00", + "shippedDate": "1998-02-06T00:00:00", + "shipVia": 2, + "freight": 63.54, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10828, + "customerID": "RANCH", + "employeeID": 9, + "orderDate": "1998-01-13T00:00:00", + "requiredDate": "1998-01-27T00:00:00", + "shippedDate": "1998-02-04T00:00:00", + "shipVia": 1, + "freight": 90.85, + "shipName": "Rancho grande", + "shipAddress": { + "street": "Av. del Libertador 900", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 10829, + "customerID": "ISLAT", + "employeeID": 9, + "orderDate": "1998-01-13T00:00:00", + "requiredDate": "1998-02-10T00:00:00", + "shippedDate": "1998-01-23T00:00:00", + "shipVia": 1, + "freight": 154.72, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10830, + "customerID": "TRADH", + "employeeID": 4, + "orderDate": "1998-01-13T00:00:00", + "requiredDate": "1998-02-24T00:00:00", + "shippedDate": "1998-01-21T00:00:00", + "shipVia": 2, + "freight": 81.83, + "shipName": "Tradiçao Hipermercados", + "shipAddress": { + "street": "Av. Inês de Castro, 414", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05634-030", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10831, + "customerID": "SANTG", + "employeeID": 3, + "orderDate": "1998-01-14T00:00:00", + "requiredDate": "1998-02-11T00:00:00", + "shippedDate": "1998-01-23T00:00:00", + "shipVia": 2, + "freight": 72.19, + "shipName": "Santé Gourmet", + "shipAddress": { + "street": "Erling Skakkes gate 78", + "city": "Stavern", + "region": "", + "postalCode": "4110", + "country": "Norway" + }, + "shipperId": 2 + }, + { + "orderID": 10832, + "customerID": "LAMAI", + "employeeID": 2, + "orderDate": "1998-01-14T00:00:00", + "requiredDate": "1998-02-11T00:00:00", + "shippedDate": "1998-01-19T00:00:00", + "shipVia": 2, + "freight": 43.26, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10833, + "customerID": "OTTIK", + "employeeID": 6, + "orderDate": "1998-01-15T00:00:00", + "requiredDate": "1998-02-12T00:00:00", + "shippedDate": "1998-01-23T00:00:00", + "shipVia": 2, + "freight": 71.49, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10834, + "customerID": "TRADH", + "employeeID": 1, + "orderDate": "1998-01-15T00:00:00", + "requiredDate": "1998-02-12T00:00:00", + "shippedDate": "1998-01-19T00:00:00", + "shipVia": 3, + "freight": 29.78, + "shipName": "Tradiçao Hipermercados", + "shipAddress": { + "street": "Av. Inês de Castro, 414", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05634-030", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10835, + "customerID": "ALFKI", + "employeeID": 1, + "orderDate": "1998-01-15T00:00:00", + "requiredDate": "1998-02-12T00:00:00", + "shippedDate": "1998-01-21T00:00:00", + "shipVia": 3, + "freight": 69.53, + "shipName": "Alfred's Futterkiste", + "shipAddress": { + "street": "Obere Str. 57", + "city": "Berlin", + "region": "", + "postalCode": "12209", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10836, + "customerID": "ERNSH", + "employeeID": 7, + "orderDate": "1998-01-16T00:00:00", + "requiredDate": "1998-02-13T00:00:00", + "shippedDate": "1998-01-21T00:00:00", + "shipVia": 1, + "freight": 411.88, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10837, + "customerID": "BERGS", + "employeeID": 9, + "orderDate": "1998-01-16T00:00:00", + "requiredDate": "1998-02-13T00:00:00", + "shippedDate": "1998-01-23T00:00:00", + "shipVia": 3, + "freight": 13.32, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10838, + "customerID": "LINOD", + "employeeID": 3, + "orderDate": "1998-01-19T00:00:00", + "requiredDate": "1998-02-16T00:00:00", + "shippedDate": "1998-01-23T00:00:00", + "shipVia": 3, + "freight": 59.28, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10839, + "customerID": "TRADH", + "employeeID": 3, + "orderDate": "1998-01-19T00:00:00", + "requiredDate": "1998-02-16T00:00:00", + "shippedDate": "1998-01-22T00:00:00", + "shipVia": 3, + "freight": 35.43, + "shipName": "Tradiçao Hipermercados", + "shipAddress": { + "street": "Av. Inês de Castro, 414", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05634-030", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10840, + "customerID": "LINOD", + "employeeID": 4, + "orderDate": "1998-01-19T00:00:00", + "requiredDate": "1998-03-02T00:00:00", + "shippedDate": "1998-02-16T00:00:00", + "shipVia": 2, + "freight": 2.71, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10841, + "customerID": "SUPRD", + "employeeID": 5, + "orderDate": "1998-01-20T00:00:00", + "requiredDate": "1998-02-17T00:00:00", + "shippedDate": "1998-01-29T00:00:00", + "shipVia": 2, + "freight": 424.3, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 3 + }, + { + "orderID": 10842, + "customerID": "TORTU", + "employeeID": 1, + "orderDate": "1998-01-20T00:00:00", + "requiredDate": "1998-02-17T00:00:00", + "shippedDate": "1998-01-29T00:00:00", + "shipVia": 3, + "freight": 54.42, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 2 + }, + { + "orderID": 10843, + "customerID": "VICTE", + "employeeID": 4, + "orderDate": "1998-01-21T00:00:00", + "requiredDate": "1998-02-18T00:00:00", + "shippedDate": "1998-01-26T00:00:00", + "shipVia": 2, + "freight": 9.26, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10844, + "customerID": "PICCO", + "employeeID": 8, + "orderDate": "1998-01-21T00:00:00", + "requiredDate": "1998-02-18T00:00:00", + "shippedDate": "1998-01-26T00:00:00", + "shipVia": 2, + "freight": 25.22, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10845, + "customerID": "QUICK", + "employeeID": 8, + "orderDate": "1998-01-21T00:00:00", + "requiredDate": "1998-02-04T00:00:00", + "shippedDate": "1998-01-30T00:00:00", + "shipVia": 1, + "freight": 212.98, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10846, + "customerID": "SUPRD", + "employeeID": 2, + "orderDate": "1998-01-22T00:00:00", + "requiredDate": "1998-03-05T00:00:00", + "shippedDate": "1998-01-23T00:00:00", + "shipVia": 3, + "freight": 56.46, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 3 + }, + { + "orderID": 10847, + "customerID": "SAVEA", + "employeeID": 4, + "orderDate": "1998-01-22T00:00:00", + "requiredDate": "1998-02-05T00:00:00", + "shippedDate": "1998-02-10T00:00:00", + "shipVia": 3, + "freight": 487.57, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10848, + "customerID": "CONSH", + "employeeID": 7, + "orderDate": "1998-01-23T00:00:00", + "requiredDate": "1998-02-20T00:00:00", + "shippedDate": "1998-01-29T00:00:00", + "shipVia": 2, + "freight": 38.24, + "shipName": "Consolidated Holdings", + "shipAddress": { + "street": "Berkeley Gardens 12 Brewery", + "city": "London", + "region": "", + "postalCode": "WX1 6LT", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10849, + "customerID": "KOENE", + "employeeID": 9, + "orderDate": "1998-01-23T00:00:00", + "requiredDate": "1998-02-20T00:00:00", + "shippedDate": "1998-01-30T00:00:00", + "shipVia": 2, + "freight": 0.56, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10850, + "customerID": "VICTE", + "employeeID": 1, + "orderDate": "1998-01-23T00:00:00", + "requiredDate": "1998-03-06T00:00:00", + "shippedDate": "1998-01-30T00:00:00", + "shipVia": 1, + "freight": 49.19, + "shipName": "Victuailles en stock", + "shipAddress": { + "street": "2, rue du Commerce", + "city": "Lyon", + "region": "", + "postalCode": "69004", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10851, + "customerID": "RICAR", + "employeeID": 5, + "orderDate": "1998-01-26T00:00:00", + "requiredDate": "1998-02-23T00:00:00", + "shippedDate": "1998-02-02T00:00:00", + "shipVia": 1, + "freight": 160.55, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10852, + "customerID": "RATTC", + "employeeID": 8, + "orderDate": "1998-01-26T00:00:00", + "requiredDate": "1998-02-09T00:00:00", + "shippedDate": "1998-01-30T00:00:00", + "shipVia": 1, + "freight": 174.05, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10853, + "customerID": "BLAUS", + "employeeID": 9, + "orderDate": "1998-01-27T00:00:00", + "requiredDate": "1998-02-24T00:00:00", + "shippedDate": "1998-02-03T00:00:00", + "shipVia": 2, + "freight": 53.83, + "shipName": "Blauer See Delikatessen", + "shipAddress": { + "street": "Forsterstr. 57", + "city": "Mannheim", + "region": "", + "postalCode": "68306", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10854, + "customerID": "ERNSH", + "employeeID": 3, + "orderDate": "1998-01-27T00:00:00", + "requiredDate": "1998-02-24T00:00:00", + "shippedDate": "1998-02-05T00:00:00", + "shipVia": 2, + "freight": 100.22, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10855, + "customerID": "OLDWO", + "employeeID": 3, + "orderDate": "1998-01-27T00:00:00", + "requiredDate": "1998-02-24T00:00:00", + "shippedDate": "1998-02-04T00:00:00", + "shipVia": 1, + "freight": 170.97, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10856, + "customerID": "ANTON", + "employeeID": 3, + "orderDate": "1998-01-28T00:00:00", + "requiredDate": "1998-02-25T00:00:00", + "shippedDate": "1998-02-10T00:00:00", + "shipVia": 2, + "freight": 58.43, + "shipName": "Antonio Moreno Taquería", + "shipAddress": { + "street": "Mataderos 2312", + "city": "México D.F.", + "region": "", + "postalCode": "05023", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10857, + "customerID": "BERGS", + "employeeID": 8, + "orderDate": "1998-01-28T00:00:00", + "requiredDate": "1998-02-25T00:00:00", + "shippedDate": "1998-02-06T00:00:00", + "shipVia": 2, + "freight": 188.85, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10858, + "customerID": "LACOR", + "employeeID": 2, + "orderDate": "1998-01-29T00:00:00", + "requiredDate": "1998-02-26T00:00:00", + "shippedDate": "1998-02-03T00:00:00", + "shipVia": 1, + "freight": 52.51, + "shipName": "La corne d'abondance", + "shipAddress": { + "street": "67, avenue de l'Europe", + "city": "Versailles", + "region": "", + "postalCode": "78000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10859, + "customerID": "FRANK", + "employeeID": 1, + "orderDate": "1998-01-29T00:00:00", + "requiredDate": "1998-02-26T00:00:00", + "shippedDate": "1998-02-02T00:00:00", + "shipVia": 2, + "freight": 76.1, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10860, + "customerID": "FRANR", + "employeeID": 3, + "orderDate": "1998-01-29T00:00:00", + "requiredDate": "1998-02-26T00:00:00", + "shippedDate": "1998-02-04T00:00:00", + "shipVia": 3, + "freight": 19.26, + "shipName": "France restauration", + "shipAddress": { + "street": "54, rue Royale", + "city": "Nantes", + "region": "", + "postalCode": "44000", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10861, + "customerID": "WHITC", + "employeeID": 4, + "orderDate": "1998-01-30T00:00:00", + "requiredDate": "1998-02-27T00:00:00", + "shippedDate": "1998-02-17T00:00:00", + "shipVia": 2, + "freight": 14.93, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10862, + "customerID": "LEHMS", + "employeeID": 8, + "orderDate": "1998-01-30T00:00:00", + "requiredDate": "1998-03-13T00:00:00", + "shippedDate": "1998-02-02T00:00:00", + "shipVia": 2, + "freight": 53.23, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10863, + "customerID": "HILAA", + "employeeID": 4, + "orderDate": "1998-02-02T00:00:00", + "requiredDate": "1998-03-02T00:00:00", + "shippedDate": "1998-02-17T00:00:00", + "shipVia": 2, + "freight": 30.26, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10864, + "customerID": "AROUT", + "employeeID": 4, + "orderDate": "1998-02-02T00:00:00", + "requiredDate": "1998-03-02T00:00:00", + "shippedDate": "1998-02-09T00:00:00", + "shipVia": 2, + "freight": 3.04, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10865, + "customerID": "QUICK", + "employeeID": 2, + "orderDate": "1998-02-02T00:00:00", + "requiredDate": "1998-02-16T00:00:00", + "shippedDate": "1998-02-12T00:00:00", + "shipVia": 1, + "freight": 348.14, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10866, + "customerID": "BERGS", + "employeeID": 5, + "orderDate": "1998-02-03T00:00:00", + "requiredDate": "1998-03-03T00:00:00", + "shippedDate": "1998-02-12T00:00:00", + "shipVia": 1, + "freight": 109.11, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10867, + "customerID": "LONEP", + "employeeID": 6, + "orderDate": "1998-02-03T00:00:00", + "requiredDate": "1998-03-17T00:00:00", + "shippedDate": "1998-02-11T00:00:00", + "shipVia": 1, + "freight": 1.93, + "shipName": "Lonesome Pine Restaurant", + "shipAddress": { + "street": "89 Chiaroscuro Rd.", + "city": "Portland", + "region": "OR", + "postalCode": "97219", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10868, + "customerID": "QUEEN", + "employeeID": 7, + "orderDate": "1998-02-04T00:00:00", + "requiredDate": "1998-03-04T00:00:00", + "shippedDate": "1998-02-23T00:00:00", + "shipVia": 2, + "freight": 191.27, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10869, + "customerID": "SEVES", + "employeeID": 5, + "orderDate": "1998-02-04T00:00:00", + "requiredDate": "1998-03-04T00:00:00", + "shippedDate": "1998-02-09T00:00:00", + "shipVia": 1, + "freight": 143.28, + "shipName": "Seven Seas Imports", + "shipAddress": { + "street": "90 Wadhurst Rd.", + "city": "London", + "region": "", + "postalCode": "OX15 4NB", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10870, + "customerID": "WOLZA", + "employeeID": 5, + "orderDate": "1998-02-04T00:00:00", + "requiredDate": "1998-03-04T00:00:00", + "shippedDate": "1998-02-13T00:00:00", + "shipVia": 3, + "freight": 12.04, + "shipName": "Wolski Zajazd", + "shipAddress": { + "street": "ul. Filtrowa 68", + "city": "Warszawa", + "region": "", + "postalCode": "01-012", + "country": "Poland" + }, + "shipperId": 2 + }, + { + "orderID": 10871, + "customerID": "BONAP", + "employeeID": 9, + "orderDate": "1998-02-05T00:00:00", + "requiredDate": "1998-03-05T00:00:00", + "shippedDate": "1998-02-10T00:00:00", + "shipVia": 2, + "freight": 112.27, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10872, + "customerID": "GODOS", + "employeeID": 5, + "orderDate": "1998-02-05T00:00:00", + "requiredDate": "1998-03-05T00:00:00", + "shippedDate": "1998-02-09T00:00:00", + "shipVia": 2, + "freight": 175.32, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 1 + }, + { + "orderID": 10873, + "customerID": "WILMK", + "employeeID": 4, + "orderDate": "1998-02-06T00:00:00", + "requiredDate": "1998-03-06T00:00:00", + "shippedDate": "1998-02-09T00:00:00", + "shipVia": 1, + "freight": 0.82, + "shipName": "Wilman Kala", + "shipAddress": { + "street": "Keskuskatu 45", + "city": "Helsinki", + "region": "", + "postalCode": "21240", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10874, + "customerID": "GODOS", + "employeeID": 5, + "orderDate": "1998-02-06T00:00:00", + "requiredDate": "1998-03-06T00:00:00", + "shippedDate": "1998-02-11T00:00:00", + "shipVia": 2, + "freight": 19.58, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 2 + }, + { + "orderID": 10875, + "customerID": "BERGS", + "employeeID": 4, + "orderDate": "1998-02-06T00:00:00", + "requiredDate": "1998-03-06T00:00:00", + "shippedDate": "1998-03-03T00:00:00", + "shipVia": 2, + "freight": 32.37, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10876, + "customerID": "BONAP", + "employeeID": 7, + "orderDate": "1998-02-09T00:00:00", + "requiredDate": "1998-03-09T00:00:00", + "shippedDate": "1998-02-12T00:00:00", + "shipVia": 3, + "freight": 60.42, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10877, + "customerID": "RICAR", + "employeeID": 1, + "orderDate": "1998-02-09T00:00:00", + "requiredDate": "1998-03-09T00:00:00", + "shippedDate": "1998-02-19T00:00:00", + "shipVia": 1, + "freight": 38.06, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10878, + "customerID": "QUICK", + "employeeID": 4, + "orderDate": "1998-02-10T00:00:00", + "requiredDate": "1998-03-10T00:00:00", + "shippedDate": "1998-02-12T00:00:00", + "shipVia": 1, + "freight": 46.69, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10879, + "customerID": "WILMK", + "employeeID": 3, + "orderDate": "1998-02-10T00:00:00", + "requiredDate": "1998-03-10T00:00:00", + "shippedDate": "1998-02-12T00:00:00", + "shipVia": 3, + "freight": 8.5, + "shipName": "Wilman Kala", + "shipAddress": { + "street": "Keskuskatu 45", + "city": "Helsinki", + "region": "", + "postalCode": "21240", + "country": "Finland" + }, + "shipperId": 1 + }, + { + "orderID": 10880, + "customerID": "FOLKO", + "employeeID": 7, + "orderDate": "1998-02-10T00:00:00", + "requiredDate": "1998-03-24T00:00:00", + "shippedDate": "1998-02-18T00:00:00", + "shipVia": 1, + "freight": 88.01, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10881, + "customerID": "CACTU", + "employeeID": 4, + "orderDate": "1998-02-11T00:00:00", + "requiredDate": "1998-03-11T00:00:00", + "shippedDate": "1998-02-18T00:00:00", + "shipVia": 1, + "freight": 2.84, + "shipName": "Cactus Comidas para llevar", + "shipAddress": { + "street": "Cerrito 333", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 10882, + "customerID": "SAVEA", + "employeeID": 4, + "orderDate": "1998-02-11T00:00:00", + "requiredDate": "1998-03-11T00:00:00", + "shippedDate": "1998-02-20T00:00:00", + "shipVia": 3, + "freight": 23.1, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10883, + "customerID": "LONEP", + "employeeID": 8, + "orderDate": "1998-02-12T00:00:00", + "requiredDate": "1998-03-12T00:00:00", + "shippedDate": "1998-02-20T00:00:00", + "shipVia": 3, + "freight": 0.53, + "shipName": "Lonesome Pine Restaurant", + "shipAddress": { + "street": "89 Chiaroscuro Rd.", + "city": "Portland", + "region": "OR", + "postalCode": "97219", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10884, + "customerID": "LETSS", + "employeeID": 4, + "orderDate": "1998-02-12T00:00:00", + "requiredDate": "1998-03-12T00:00:00", + "shippedDate": "1998-02-13T00:00:00", + "shipVia": 2, + "freight": 90.97, + "shipName": "Let's Stop N Shop", + "shipAddress": { + "street": "87 Polk St. Suite 5", + "city": "San Francisco", + "region": "CA", + "postalCode": "94117", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10885, + "customerID": "SUPRD", + "employeeID": 6, + "orderDate": "1998-02-12T00:00:00", + "requiredDate": "1998-03-12T00:00:00", + "shippedDate": "1998-02-18T00:00:00", + "shipVia": 3, + "freight": 5.64, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 2 + }, + { + "orderID": 10886, + "customerID": "HANAR", + "employeeID": 1, + "orderDate": "1998-02-13T00:00:00", + "requiredDate": "1998-03-13T00:00:00", + "shippedDate": "1998-03-02T00:00:00", + "shipVia": 1, + "freight": 4.99, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10887, + "customerID": "GALED", + "employeeID": 8, + "orderDate": "1998-02-13T00:00:00", + "requiredDate": "1998-03-13T00:00:00", + "shippedDate": "1998-02-16T00:00:00", + "shipVia": 3, + "freight": 1.25, + "shipName": "Galería del gastronómo", + "shipAddress": { + "street": "Rambla de Cataluña, 23", + "city": "Barcelona", + "region": "", + "postalCode": "8022", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10888, + "customerID": "GODOS", + "employeeID": 1, + "orderDate": "1998-02-16T00:00:00", + "requiredDate": "1998-03-16T00:00:00", + "shippedDate": "1998-02-23T00:00:00", + "shipVia": 2, + "freight": 51.87, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 1 + }, + { + "orderID": 10889, + "customerID": "RATTC", + "employeeID": 9, + "orderDate": "1998-02-16T00:00:00", + "requiredDate": "1998-03-16T00:00:00", + "shippedDate": "1998-02-23T00:00:00", + "shipVia": 3, + "freight": 280.61, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10890, + "customerID": "DUMON", + "employeeID": 7, + "orderDate": "1998-02-16T00:00:00", + "requiredDate": "1998-03-16T00:00:00", + "shippedDate": "1998-02-18T00:00:00", + "shipVia": 1, + "freight": 32.76, + "shipName": "Du monde entier", + "shipAddress": { + "street": "67, rue des Cinquante Otages", + "city": "Nantes", + "region": "", + "postalCode": "44000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10891, + "customerID": "LEHMS", + "employeeID": 7, + "orderDate": "1998-02-17T00:00:00", + "requiredDate": "1998-03-17T00:00:00", + "shippedDate": "1998-02-19T00:00:00", + "shipVia": 2, + "freight": 20.37, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10892, + "customerID": "MAISD", + "employeeID": 4, + "orderDate": "1998-02-17T00:00:00", + "requiredDate": "1998-03-17T00:00:00", + "shippedDate": "1998-02-19T00:00:00", + "shipVia": 2, + "freight": 120.27, + "shipName": "Maison Dewey", + "shipAddress": { + "street": "Rue Joseph-Bens 532", + "city": "Bruxelles", + "region": "", + "postalCode": "B-1180", + "country": "Belgium" + }, + "shipperId": 1 + }, + { + "orderID": 10893, + "customerID": "KOENE", + "employeeID": 9, + "orderDate": "1998-02-18T00:00:00", + "requiredDate": "1998-03-18T00:00:00", + "shippedDate": "1998-02-20T00:00:00", + "shipVia": 2, + "freight": 77.78, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10894, + "customerID": "SAVEA", + "employeeID": 1, + "orderDate": "1998-02-18T00:00:00", + "requiredDate": "1998-03-18T00:00:00", + "shippedDate": "1998-02-20T00:00:00", + "shipVia": 1, + "freight": 116.13, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10895, + "customerID": "ERNSH", + "employeeID": 3, + "orderDate": "1998-02-18T00:00:00", + "requiredDate": "1998-03-18T00:00:00", + "shippedDate": "1998-02-23T00:00:00", + "shipVia": 1, + "freight": 162.75, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 10896, + "customerID": "MAISD", + "employeeID": 7, + "orderDate": "1998-02-19T00:00:00", + "requiredDate": "1998-03-19T00:00:00", + "shippedDate": "1998-02-27T00:00:00", + "shipVia": 3, + "freight": 32.45, + "shipName": "Maison Dewey", + "shipAddress": { + "street": "Rue Joseph-Bens 532", + "city": "Bruxelles", + "region": "", + "postalCode": "B-1180", + "country": "Belgium" + }, + "shipperId": 1 + }, + { + "orderID": 10897, + "customerID": "HUNGO", + "employeeID": 3, + "orderDate": "1998-02-19T00:00:00", + "requiredDate": "1998-03-19T00:00:00", + "shippedDate": "1998-02-25T00:00:00", + "shipVia": 2, + "freight": 603.54, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 1 + }, + { + "orderID": 10898, + "customerID": "OCEAN", + "employeeID": 4, + "orderDate": "1998-02-20T00:00:00", + "requiredDate": "1998-03-20T00:00:00", + "shippedDate": "1998-03-06T00:00:00", + "shipVia": 2, + "freight": 1.27, + "shipName": "Océano Atlántico Ltda.", + "shipAddress": { + "street": "Ing. Gustavo Moncada 8585 Piso 20-A", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 3 + }, + { + "orderID": 10899, + "customerID": "LILAS", + "employeeID": 5, + "orderDate": "1998-02-20T00:00:00", + "requiredDate": "1998-03-20T00:00:00", + "shippedDate": "1998-02-26T00:00:00", + "shipVia": 3, + "freight": 1.21, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10900, + "customerID": "WELLI", + "employeeID": 1, + "orderDate": "1998-02-20T00:00:00", + "requiredDate": "1998-03-20T00:00:00", + "shippedDate": "1998-03-04T00:00:00", + "shipVia": 2, + "freight": 1.66, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10901, + "customerID": "HILAA", + "employeeID": 4, + "orderDate": "1998-02-23T00:00:00", + "requiredDate": "1998-03-23T00:00:00", + "shippedDate": "1998-02-26T00:00:00", + "shipVia": 1, + "freight": 62.09, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10902, + "customerID": "FOLKO", + "employeeID": 1, + "orderDate": "1998-02-23T00:00:00", + "requiredDate": "1998-03-23T00:00:00", + "shippedDate": "1998-03-03T00:00:00", + "shipVia": 1, + "freight": 44.15, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10903, + "customerID": "HANAR", + "employeeID": 3, + "orderDate": "1998-02-24T00:00:00", + "requiredDate": "1998-03-24T00:00:00", + "shippedDate": "1998-03-04T00:00:00", + "shipVia": 3, + "freight": 36.71, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10904, + "customerID": "WHITC", + "employeeID": 3, + "orderDate": "1998-02-24T00:00:00", + "requiredDate": "1998-03-24T00:00:00", + "shippedDate": "1998-02-27T00:00:00", + "shipVia": 3, + "freight": 162.95, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10905, + "customerID": "WELLI", + "employeeID": 9, + "orderDate": "1998-02-24T00:00:00", + "requiredDate": "1998-03-24T00:00:00", + "shippedDate": "1998-03-06T00:00:00", + "shipVia": 2, + "freight": 13.72, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10906, + "customerID": "WOLZA", + "employeeID": 4, + "orderDate": "1998-02-25T00:00:00", + "requiredDate": "1998-03-11T00:00:00", + "shippedDate": "1998-03-03T00:00:00", + "shipVia": 3, + "freight": 26.29, + "shipName": "Wolski Zajazd", + "shipAddress": { + "street": "ul. Filtrowa 68", + "city": "Warszawa", + "region": "", + "postalCode": "01-012", + "country": "Poland" + }, + "shipperId": 2 + }, + { + "orderID": 10907, + "customerID": "SPECD", + "employeeID": 6, + "orderDate": "1998-02-25T00:00:00", + "requiredDate": "1998-03-25T00:00:00", + "shippedDate": "1998-02-27T00:00:00", + "shipVia": 3, + "freight": 9.19, + "shipName": "Spécialités du monde", + "shipAddress": { + "street": "25, rue Lauriston", + "city": "Paris", + "region": "", + "postalCode": "75016", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10908, + "customerID": "REGGC", + "employeeID": 4, + "orderDate": "1998-02-26T00:00:00", + "requiredDate": "1998-03-26T00:00:00", + "shippedDate": "1998-03-06T00:00:00", + "shipVia": 2, + "freight": 32.96, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10909, + "customerID": "SANTG", + "employeeID": 1, + "orderDate": "1998-02-26T00:00:00", + "requiredDate": "1998-03-26T00:00:00", + "shippedDate": "1998-03-10T00:00:00", + "shipVia": 2, + "freight": 53.05, + "shipName": "Santé Gourmet", + "shipAddress": { + "street": "Erling Skakkes gate 78", + "city": "Stavern", + "region": "", + "postalCode": "4110", + "country": "Norway" + }, + "shipperId": 2 + }, + { + "orderID": 10910, + "customerID": "WILMK", + "employeeID": 1, + "orderDate": "1998-02-26T00:00:00", + "requiredDate": "1998-03-26T00:00:00", + "shippedDate": "1998-03-04T00:00:00", + "shipVia": 3, + "freight": 38.11, + "shipName": "Wilman Kala", + "shipAddress": { + "street": "Keskuskatu 45", + "city": "Helsinki", + "region": "", + "postalCode": "21240", + "country": "Finland" + }, + "shipperId": 3 + }, + { + "orderID": 10911, + "customerID": "GODOS", + "employeeID": 3, + "orderDate": "1998-02-26T00:00:00", + "requiredDate": "1998-03-26T00:00:00", + "shippedDate": "1998-03-05T00:00:00", + "shipVia": 1, + "freight": 38.19, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 10912, + "customerID": "HUNGO", + "employeeID": 2, + "orderDate": "1998-02-26T00:00:00", + "requiredDate": "1998-03-26T00:00:00", + "shippedDate": "1998-03-18T00:00:00", + "shipVia": 2, + "freight": 580.91, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 3 + }, + { + "orderID": 10913, + "customerID": "QUEEN", + "employeeID": 4, + "orderDate": "1998-02-26T00:00:00", + "requiredDate": "1998-03-26T00:00:00", + "shippedDate": "1998-03-04T00:00:00", + "shipVia": 1, + "freight": 33.05, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10914, + "customerID": "QUEEN", + "employeeID": 6, + "orderDate": "1998-02-27T00:00:00", + "requiredDate": "1998-03-27T00:00:00", + "shippedDate": "1998-03-02T00:00:00", + "shipVia": 1, + "freight": 21.19, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10915, + "customerID": "TORTU", + "employeeID": 2, + "orderDate": "1998-02-27T00:00:00", + "requiredDate": "1998-03-27T00:00:00", + "shippedDate": "1998-03-02T00:00:00", + "shipVia": 2, + "freight": 3.51, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 10916, + "customerID": "RANCH", + "employeeID": 1, + "orderDate": "1998-02-27T00:00:00", + "requiredDate": "1998-03-27T00:00:00", + "shippedDate": "1998-03-09T00:00:00", + "shipVia": 2, + "freight": 63.77, + "shipName": "Rancho grande", + "shipAddress": { + "street": "Av. del Libertador 900", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 3 + }, + { + "orderID": 10917, + "customerID": "ROMEY", + "employeeID": 4, + "orderDate": "1998-03-02T00:00:00", + "requiredDate": "1998-03-30T00:00:00", + "shippedDate": "1998-03-11T00:00:00", + "shipVia": 2, + "freight": 8.29, + "shipName": "Romero y tomillo", + "shipAddress": { + "street": "Gran Vía, 1", + "city": "Madrid", + "region": "", + "postalCode": "28001", + "country": "Spain" + }, + "shipperId": 1 + }, + { + "orderID": 10918, + "customerID": "BOTTM", + "employeeID": 3, + "orderDate": "1998-03-02T00:00:00", + "requiredDate": "1998-03-30T00:00:00", + "shippedDate": "1998-03-11T00:00:00", + "shipVia": 3, + "freight": 48.83, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10919, + "customerID": "LINOD", + "employeeID": 2, + "orderDate": "1998-03-02T00:00:00", + "requiredDate": "1998-03-30T00:00:00", + "shippedDate": "1998-03-04T00:00:00", + "shipVia": 2, + "freight": 19.8, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10920, + "customerID": "AROUT", + "employeeID": 4, + "orderDate": "1998-03-03T00:00:00", + "requiredDate": "1998-03-31T00:00:00", + "shippedDate": "1998-03-09T00:00:00", + "shipVia": 2, + "freight": 29.61, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10921, + "customerID": "VAFFE", + "employeeID": 1, + "orderDate": "1998-03-03T00:00:00", + "requiredDate": "1998-04-14T00:00:00", + "shippedDate": "1998-03-09T00:00:00", + "shipVia": 1, + "freight": 176.48, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 2 + }, + { + "orderID": 10922, + "customerID": "HANAR", + "employeeID": 5, + "orderDate": "1998-03-03T00:00:00", + "requiredDate": "1998-03-31T00:00:00", + "shippedDate": "1998-03-05T00:00:00", + "shipVia": 3, + "freight": 62.74, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10923, + "customerID": "LAMAI", + "employeeID": 7, + "orderDate": "1998-03-03T00:00:00", + "requiredDate": "1998-04-14T00:00:00", + "shippedDate": "1998-03-13T00:00:00", + "shipVia": 3, + "freight": 68.26, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10924, + "customerID": "BERGS", + "employeeID": 3, + "orderDate": "1998-03-04T00:00:00", + "requiredDate": "1998-04-01T00:00:00", + "shippedDate": "1998-04-08T00:00:00", + "shipVia": 2, + "freight": 151.52, + "shipName": "Berglunds snabbköp", + "shipAddress": { + "street": "Berguvsvägen 8", + "city": "Luleå", + "region": "", + "postalCode": "S-958 22", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10925, + "customerID": "HANAR", + "employeeID": 3, + "orderDate": "1998-03-04T00:00:00", + "requiredDate": "1998-04-01T00:00:00", + "shippedDate": "1998-03-13T00:00:00", + "shipVia": 1, + "freight": 2.27, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10926, + "customerID": "ANATR", + "employeeID": 4, + "orderDate": "1998-03-04T00:00:00", + "requiredDate": "1998-04-01T00:00:00", + "shippedDate": "1998-03-11T00:00:00", + "shipVia": 3, + "freight": 39.92, + "shipName": "Ana Trujillo Emparedados y helados", + "shipAddress": { + "street": "Avda. de la Constitución 2222", + "city": "México D.F.", + "region": "", + "postalCode": "05021", + "country": "Mexico" + }, + "shipperId": 2 + }, + { + "orderID": 10927, + "customerID": "LACOR", + "employeeID": 4, + "orderDate": "1998-03-05T00:00:00", + "requiredDate": "1998-04-02T00:00:00", + "shippedDate": "1998-04-08T00:00:00", + "shipVia": 1, + "freight": 19.79, + "shipName": "La corne d'abondance", + "shipAddress": { + "street": "67, avenue de l'Europe", + "city": "Versailles", + "region": "", + "postalCode": "78000", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 10928, + "customerID": "GALED", + "employeeID": 1, + "orderDate": "1998-03-05T00:00:00", + "requiredDate": "1998-04-02T00:00:00", + "shippedDate": "1998-03-18T00:00:00", + "shipVia": 1, + "freight": 1.36, + "shipName": "Galería del gastronómo", + "shipAddress": { + "street": "Rambla de Cataluña, 23", + "city": "Barcelona", + "region": "", + "postalCode": "8022", + "country": "Spain" + }, + "shipperId": 1 + }, + { + "orderID": 10929, + "customerID": "FRANK", + "employeeID": 6, + "orderDate": "1998-03-05T00:00:00", + "requiredDate": "1998-04-02T00:00:00", + "shippedDate": "1998-03-12T00:00:00", + "shipVia": 1, + "freight": 33.93, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10930, + "customerID": "SUPRD", + "employeeID": 4, + "orderDate": "1998-03-06T00:00:00", + "requiredDate": "1998-04-17T00:00:00", + "shippedDate": "1998-03-18T00:00:00", + "shipVia": 3, + "freight": 15.55, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 2 + }, + { + "orderID": 10931, + "customerID": "RICSU", + "employeeID": 4, + "orderDate": "1998-03-06T00:00:00", + "requiredDate": "1998-03-20T00:00:00", + "shippedDate": "1998-03-19T00:00:00", + "shipVia": 2, + "freight": 13.6, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 3 + }, + { + "orderID": 10932, + "customerID": "BONAP", + "employeeID": 8, + "orderDate": "1998-03-06T00:00:00", + "requiredDate": "1998-04-03T00:00:00", + "shippedDate": "1998-03-24T00:00:00", + "shipVia": 1, + "freight": 134.64, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10933, + "customerID": "ISLAT", + "employeeID": 6, + "orderDate": "1998-03-06T00:00:00", + "requiredDate": "1998-04-03T00:00:00", + "shippedDate": "1998-03-16T00:00:00", + "shipVia": 3, + "freight": 54.15, + "shipName": "Island Trading", + "shipAddress": { + "street": "Garden House Crowther Way", + "city": "Cowes", + "region": "Isle of Wight", + "postalCode": "PO31 7PJ", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10934, + "customerID": "LEHMS", + "employeeID": 3, + "orderDate": "1998-03-09T00:00:00", + "requiredDate": "1998-04-06T00:00:00", + "shippedDate": "1998-03-12T00:00:00", + "shipVia": 3, + "freight": 32.01, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10935, + "customerID": "WELLI", + "employeeID": 4, + "orderDate": "1998-03-09T00:00:00", + "requiredDate": "1998-04-06T00:00:00", + "shippedDate": "1998-03-18T00:00:00", + "shipVia": 3, + "freight": 47.59, + "shipName": "Wellington Importadora", + "shipAddress": { + "street": "Rua do Mercado, 12", + "city": "Resende", + "region": "SP", + "postalCode": "08737-363", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10936, + "customerID": "GREAL", + "employeeID": 3, + "orderDate": "1998-03-09T00:00:00", + "requiredDate": "1998-04-06T00:00:00", + "shippedDate": "1998-03-18T00:00:00", + "shipVia": 2, + "freight": 33.68, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10937, + "customerID": "CACTU", + "employeeID": 7, + "orderDate": "1998-03-10T00:00:00", + "requiredDate": "1998-03-24T00:00:00", + "shippedDate": "1998-03-13T00:00:00", + "shipVia": 3, + "freight": 31.51, + "shipName": "Cactus Comidas para llevar", + "shipAddress": { + "street": "Cerrito 333", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 1 + }, + { + "orderID": 10938, + "customerID": "QUICK", + "employeeID": 3, + "orderDate": "1998-03-10T00:00:00", + "requiredDate": "1998-04-07T00:00:00", + "shippedDate": "1998-03-16T00:00:00", + "shipVia": 2, + "freight": 31.89, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10939, + "customerID": "MAGAA", + "employeeID": 2, + "orderDate": "1998-03-10T00:00:00", + "requiredDate": "1998-04-07T00:00:00", + "shippedDate": "1998-03-13T00:00:00", + "shipVia": 2, + "freight": 76.33, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10940, + "customerID": "BONAP", + "employeeID": 8, + "orderDate": "1998-03-11T00:00:00", + "requiredDate": "1998-04-08T00:00:00", + "shippedDate": "1998-03-23T00:00:00", + "shipVia": 3, + "freight": 19.77, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10941, + "customerID": "SAVEA", + "employeeID": 7, + "orderDate": "1998-03-11T00:00:00", + "requiredDate": "1998-04-08T00:00:00", + "shippedDate": "1998-03-20T00:00:00", + "shipVia": 2, + "freight": 400.81, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10942, + "customerID": "REGGC", + "employeeID": 9, + "orderDate": "1998-03-11T00:00:00", + "requiredDate": "1998-04-08T00:00:00", + "shippedDate": "1998-03-18T00:00:00", + "shipVia": 3, + "freight": 17.95, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 10943, + "customerID": "BSBEV", + "employeeID": 4, + "orderDate": "1998-03-11T00:00:00", + "requiredDate": "1998-04-08T00:00:00", + "shippedDate": "1998-03-19T00:00:00", + "shipVia": 2, + "freight": 2.17, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10944, + "customerID": "BOTTM", + "employeeID": 6, + "orderDate": "1998-03-12T00:00:00", + "requiredDate": "1998-03-26T00:00:00", + "shippedDate": "1998-03-13T00:00:00", + "shipVia": 3, + "freight": 52.92, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 2 + }, + { + "orderID": 10945, + "customerID": "MORGK", + "employeeID": 4, + "orderDate": "1998-03-12T00:00:00", + "requiredDate": "1998-04-09T00:00:00", + "shippedDate": "1998-03-18T00:00:00", + "shipVia": 1, + "freight": 10.22, + "shipName": "Morgenstern Gesundkost", + "shipAddress": { + "street": "Heerstr. 22", + "city": "Leipzig", + "region": "", + "postalCode": "04179", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10946, + "customerID": "VAFFE", + "employeeID": 1, + "orderDate": "1998-03-12T00:00:00", + "requiredDate": "1998-04-09T00:00:00", + "shippedDate": "1998-03-19T00:00:00", + "shipVia": 2, + "freight": 27.2, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 1 + }, + { + "orderID": 10947, + "customerID": "BSBEV", + "employeeID": 3, + "orderDate": "1998-03-13T00:00:00", + "requiredDate": "1998-04-10T00:00:00", + "shippedDate": "1998-03-16T00:00:00", + "shipVia": 2, + "freight": 3.26, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 10948, + "customerID": "GODOS", + "employeeID": 3, + "orderDate": "1998-03-13T00:00:00", + "requiredDate": "1998-04-10T00:00:00", + "shippedDate": "1998-03-19T00:00:00", + "shipVia": 3, + "freight": 23.39, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 2 + }, + { + "orderID": 10949, + "customerID": "BOTTM", + "employeeID": 2, + "orderDate": "1998-03-13T00:00:00", + "requiredDate": "1998-04-10T00:00:00", + "shippedDate": "1998-03-17T00:00:00", + "shipVia": 3, + "freight": 74.44, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10950, + "customerID": "MAGAA", + "employeeID": 1, + "orderDate": "1998-03-16T00:00:00", + "requiredDate": "1998-04-13T00:00:00", + "shippedDate": "1998-03-23T00:00:00", + "shipVia": 2, + "freight": 2.5, + "shipName": "Magazzini Alimentari Riuniti", + "shipAddress": { + "street": "Via Ludovico il Moro 22", + "city": "Bergamo", + "region": "", + "postalCode": "24100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 10951, + "customerID": "RICSU", + "employeeID": 9, + "orderDate": "1998-03-16T00:00:00", + "requiredDate": "1998-04-27T00:00:00", + "shippedDate": "1998-04-07T00:00:00", + "shipVia": 2, + "freight": 30.85, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 2 + }, + { + "orderID": 10952, + "customerID": "ALFKI", + "employeeID": 1, + "orderDate": "1998-03-16T00:00:00", + "requiredDate": "1998-04-27T00:00:00", + "shippedDate": "1998-03-24T00:00:00", + "shipVia": 1, + "freight": 40.42, + "shipName": "Alfred's Futterkiste", + "shipAddress": { + "street": "Obere Str. 57", + "city": "Berlin", + "region": "", + "postalCode": "12209", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10953, + "customerID": "AROUT", + "employeeID": 9, + "orderDate": "1998-03-16T00:00:00", + "requiredDate": "1998-03-30T00:00:00", + "shippedDate": "1998-03-25T00:00:00", + "shipVia": 2, + "freight": 23.72, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 10954, + "customerID": "LINOD", + "employeeID": 5, + "orderDate": "1998-03-17T00:00:00", + "requiredDate": "1998-04-28T00:00:00", + "shippedDate": "1998-03-20T00:00:00", + "shipVia": 1, + "freight": 27.91, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10955, + "customerID": "FOLKO", + "employeeID": 8, + "orderDate": "1998-03-17T00:00:00", + "requiredDate": "1998-04-14T00:00:00", + "shippedDate": "1998-03-20T00:00:00", + "shipVia": 2, + "freight": 3.26, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 2 + }, + { + "orderID": 10956, + "customerID": "BLAUS", + "employeeID": 6, + "orderDate": "1998-03-17T00:00:00", + "requiredDate": "1998-04-28T00:00:00", + "shippedDate": "1998-03-20T00:00:00", + "shipVia": 2, + "freight": 44.65, + "shipName": "Blauer See Delikatessen", + "shipAddress": { + "street": "Forsterstr. 57", + "city": "Mannheim", + "region": "", + "postalCode": "68306", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 10957, + "customerID": "HILAA", + "employeeID": 8, + "orderDate": "1998-03-18T00:00:00", + "requiredDate": "1998-04-15T00:00:00", + "shippedDate": "1998-03-27T00:00:00", + "shipVia": 3, + "freight": 105.36, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10958, + "customerID": "OCEAN", + "employeeID": 7, + "orderDate": "1998-03-18T00:00:00", + "requiredDate": "1998-04-15T00:00:00", + "shippedDate": "1998-03-27T00:00:00", + "shipVia": 2, + "freight": 49.56, + "shipName": "Océano Atlántico Ltda.", + "shipAddress": { + "street": "Ing. Gustavo Moncada 8585 Piso 20-A", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 3 + }, + { + "orderID": 10959, + "customerID": "GOURL", + "employeeID": 6, + "orderDate": "1998-03-18T00:00:00", + "requiredDate": "1998-04-29T00:00:00", + "shippedDate": "1998-03-23T00:00:00", + "shipVia": 2, + "freight": 4.98, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 10960, + "customerID": "HILAA", + "employeeID": 3, + "orderDate": "1998-03-19T00:00:00", + "requiredDate": "1998-04-02T00:00:00", + "shippedDate": "1998-04-08T00:00:00", + "shipVia": 1, + "freight": 2.08, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 10961, + "customerID": "QUEEN", + "employeeID": 8, + "orderDate": "1998-03-19T00:00:00", + "requiredDate": "1998-04-16T00:00:00", + "shippedDate": "1998-03-30T00:00:00", + "shipVia": 1, + "freight": 104.47, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10962, + "customerID": "QUICK", + "employeeID": 8, + "orderDate": "1998-03-19T00:00:00", + "requiredDate": "1998-04-16T00:00:00", + "shippedDate": "1998-03-23T00:00:00", + "shipVia": 2, + "freight": 275.79, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10963, + "customerID": "FURIB", + "employeeID": 9, + "orderDate": "1998-03-19T00:00:00", + "requiredDate": "1998-04-16T00:00:00", + "shippedDate": "1998-03-26T00:00:00", + "shipVia": 3, + "freight": 2.7, + "shipName": "Furia Bacalhau e Frutos do Mar", + "shipAddress": { + "street": "Jardim das rosas n. 32", + "city": "Lisboa", + "region": "", + "postalCode": "1675", + "country": "Portugal" + }, + "shipperId": 3 + }, + { + "orderID": 10964, + "customerID": "SPECD", + "employeeID": 3, + "orderDate": "1998-03-20T00:00:00", + "requiredDate": "1998-04-17T00:00:00", + "shippedDate": "1998-03-24T00:00:00", + "shipVia": 2, + "freight": 87.38, + "shipName": "Spécialités du monde", + "shipAddress": { + "street": "25, rue Lauriston", + "city": "Paris", + "region": "", + "postalCode": "75016", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10965, + "customerID": "OLDWO", + "employeeID": 6, + "orderDate": "1998-03-20T00:00:00", + "requiredDate": "1998-04-17T00:00:00", + "shippedDate": "1998-03-30T00:00:00", + "shipVia": 3, + "freight": 144.38, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10966, + "customerID": "CHOPS", + "employeeID": 4, + "orderDate": "1998-03-20T00:00:00", + "requiredDate": "1998-04-17T00:00:00", + "shippedDate": "1998-04-08T00:00:00", + "shipVia": 1, + "freight": 27.19, + "shipName": "Chop-suey Chinese", + "shipAddress": { + "street": "Hauptstr. 31", + "city": "Bern", + "region": "", + "postalCode": "3012", + "country": "Switzerland" + }, + "shipperId": 3 + }, + { + "orderID": 10967, + "customerID": "TOMSP", + "employeeID": 2, + "orderDate": "1998-03-23T00:00:00", + "requiredDate": "1998-04-20T00:00:00", + "shippedDate": "1998-04-02T00:00:00", + "shipVia": 2, + "freight": 62.22, + "shipName": "Toms Spezialitäten", + "shipAddress": { + "street": "Luisenstr. 48", + "city": "Münster", + "region": "", + "postalCode": "44087", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10968, + "customerID": "ERNSH", + "employeeID": 1, + "orderDate": "1998-03-23T00:00:00", + "requiredDate": "1998-04-20T00:00:00", + "shippedDate": "1998-04-01T00:00:00", + "shipVia": 3, + "freight": 74.6, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 10969, + "customerID": "COMMI", + "employeeID": 1, + "orderDate": "1998-03-23T00:00:00", + "requiredDate": "1998-04-20T00:00:00", + "shippedDate": "1998-03-30T00:00:00", + "shipVia": 2, + "freight": 0.21, + "shipName": "Comércio Mineiro", + "shipAddress": { + "street": "Av. dos Lusíadas, 23", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05432-043", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10970, + "customerID": "BOLID", + "employeeID": 9, + "orderDate": "1998-03-24T00:00:00", + "requiredDate": "1998-04-07T00:00:00", + "shippedDate": "1998-04-24T00:00:00", + "shipVia": 1, + "freight": 16.16, + "shipName": "Bólido Comidas preparadas", + "shipAddress": { + "street": "C/ Araquil, 67", + "city": "Madrid", + "region": "", + "postalCode": "28023", + "country": "Spain" + }, + "shipperId": 2 + }, + { + "orderID": 10971, + "customerID": "FRANR", + "employeeID": 2, + "orderDate": "1998-03-24T00:00:00", + "requiredDate": "1998-04-21T00:00:00", + "shippedDate": "1998-04-02T00:00:00", + "shipVia": 2, + "freight": 121.82, + "shipName": "France restauration", + "shipAddress": { + "street": "54, rue Royale", + "city": "Nantes", + "region": "", + "postalCode": "44000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10972, + "customerID": "LACOR", + "employeeID": 4, + "orderDate": "1998-03-24T00:00:00", + "requiredDate": "1998-04-21T00:00:00", + "shippedDate": "1998-03-26T00:00:00", + "shipVia": 2, + "freight": 0.02, + "shipName": "La corne d'abondance", + "shipAddress": { + "street": "67, avenue de l'Europe", + "city": "Versailles", + "region": "", + "postalCode": "78000", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 10973, + "customerID": "LACOR", + "employeeID": 6, + "orderDate": "1998-03-24T00:00:00", + "requiredDate": "1998-04-21T00:00:00", + "shippedDate": "1998-03-27T00:00:00", + "shipVia": 2, + "freight": 15.17, + "shipName": "La corne d'abondance", + "shipAddress": { + "street": "67, avenue de l'Europe", + "city": "Versailles", + "region": "", + "postalCode": "78000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 10974, + "customerID": "SPLIR", + "employeeID": 3, + "orderDate": "1998-03-25T00:00:00", + "requiredDate": "1998-04-08T00:00:00", + "shippedDate": "1998-04-03T00:00:00", + "shipVia": 3, + "freight": 12.96, + "shipName": "Split Rail Beer & Ale", + "shipAddress": { + "street": "P.O. Box 555", + "city": "Lander", + "region": "WY", + "postalCode": "82520", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10975, + "customerID": "BOTTM", + "employeeID": 1, + "orderDate": "1998-03-25T00:00:00", + "requiredDate": "1998-04-22T00:00:00", + "shippedDate": "1998-03-27T00:00:00", + "shipVia": 3, + "freight": 32.27, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 10976, + "customerID": "HILAA", + "employeeID": 1, + "orderDate": "1998-03-25T00:00:00", + "requiredDate": "1998-05-06T00:00:00", + "shippedDate": "1998-04-03T00:00:00", + "shipVia": 1, + "freight": 37.97, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10977, + "customerID": "FOLKO", + "employeeID": 8, + "orderDate": "1998-03-26T00:00:00", + "requiredDate": "1998-04-23T00:00:00", + "shippedDate": "1998-04-10T00:00:00", + "shipVia": 3, + "freight": 208.5, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10978, + "customerID": "MAISD", + "employeeID": 9, + "orderDate": "1998-03-26T00:00:00", + "requiredDate": "1998-04-23T00:00:00", + "shippedDate": "1998-04-23T00:00:00", + "shipVia": 2, + "freight": 32.82, + "shipName": "Maison Dewey", + "shipAddress": { + "street": "Rue Joseph-Bens 532", + "city": "Bruxelles", + "region": "", + "postalCode": "B-1180", + "country": "Belgium" + }, + "shipperId": 1 + }, + { + "orderID": 10979, + "customerID": "ERNSH", + "employeeID": 8, + "orderDate": "1998-03-26T00:00:00", + "requiredDate": "1998-04-23T00:00:00", + "shippedDate": "1998-03-31T00:00:00", + "shipVia": 2, + "freight": 353.07, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10980, + "customerID": "FOLKO", + "employeeID": 4, + "orderDate": "1998-03-27T00:00:00", + "requiredDate": "1998-05-08T00:00:00", + "shippedDate": "1998-04-17T00:00:00", + "shipVia": 1, + "freight": 1.26, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 10981, + "customerID": "HANAR", + "employeeID": 1, + "orderDate": "1998-03-27T00:00:00", + "requiredDate": "1998-04-24T00:00:00", + "shippedDate": "1998-04-02T00:00:00", + "shipVia": 2, + "freight": 193.37, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 10982, + "customerID": "BOTTM", + "employeeID": 2, + "orderDate": "1998-03-27T00:00:00", + "requiredDate": "1998-04-24T00:00:00", + "shippedDate": "1998-04-08T00:00:00", + "shipVia": 1, + "freight": 14.01, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 10983, + "customerID": "SAVEA", + "employeeID": 2, + "orderDate": "1998-03-27T00:00:00", + "requiredDate": "1998-04-24T00:00:00", + "shippedDate": "1998-04-06T00:00:00", + "shipVia": 2, + "freight": 657.54, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 10984, + "customerID": "SAVEA", + "employeeID": 1, + "orderDate": "1998-03-30T00:00:00", + "requiredDate": "1998-04-27T00:00:00", + "shippedDate": "1998-04-03T00:00:00", + "shipVia": 3, + "freight": 211.22, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10985, + "customerID": "HUNGO", + "employeeID": 2, + "orderDate": "1998-03-30T00:00:00", + "requiredDate": "1998-04-27T00:00:00", + "shippedDate": "1998-04-02T00:00:00", + "shipVia": 1, + "freight": 91.51, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 2 + }, + { + "orderID": 10986, + "customerID": "OCEAN", + "employeeID": 8, + "orderDate": "1998-03-30T00:00:00", + "requiredDate": "1998-04-27T00:00:00", + "shippedDate": "1998-04-21T00:00:00", + "shipVia": 2, + "freight": 217.86, + "shipName": "Océano Atlántico Ltda.", + "shipAddress": { + "street": "Ing. Gustavo Moncada 8585 Piso 20-A", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 10987, + "customerID": "EASTC", + "employeeID": 8, + "orderDate": "1998-03-31T00:00:00", + "requiredDate": "1998-04-28T00:00:00", + "shippedDate": "1998-04-06T00:00:00", + "shipVia": 1, + "freight": 185.48, + "shipName": "Eastern Connection", + "shipAddress": { + "street": "35 King George", + "city": "London", + "region": "", + "postalCode": "WX3 6FW", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 10988, + "customerID": "RATTC", + "employeeID": 3, + "orderDate": "1998-03-31T00:00:00", + "requiredDate": "1998-04-28T00:00:00", + "shippedDate": "1998-04-10T00:00:00", + "shipVia": 2, + "freight": 61.14, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 10989, + "customerID": "QUEDE", + "employeeID": 2, + "orderDate": "1998-03-31T00:00:00", + "requiredDate": "1998-04-28T00:00:00", + "shippedDate": "1998-04-02T00:00:00", + "shipVia": 1, + "freight": 34.76, + "shipName": "Que Delícia", + "shipAddress": { + "street": "Rua da Panificadora, 12", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-673", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 10990, + "customerID": "ERNSH", + "employeeID": 2, + "orderDate": "1998-04-01T00:00:00", + "requiredDate": "1998-05-13T00:00:00", + "shippedDate": "1998-04-07T00:00:00", + "shipVia": 3, + "freight": 117.61, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 10991, + "customerID": "QUICK", + "employeeID": 1, + "orderDate": "1998-04-01T00:00:00", + "requiredDate": "1998-04-29T00:00:00", + "shippedDate": "1998-04-07T00:00:00", + "shipVia": 1, + "freight": 38.51, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 10992, + "customerID": "THEBI", + "employeeID": 1, + "orderDate": "1998-04-01T00:00:00", + "requiredDate": "1998-04-29T00:00:00", + "shippedDate": "1998-04-03T00:00:00", + "shipVia": 3, + "freight": 4.27, + "shipName": "The Big Cheese", + "shipAddress": { + "street": "89 Jefferson Way Suite 2", + "city": "Portland", + "region": "OR", + "postalCode": "97201", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 10993, + "customerID": "FOLKO", + "employeeID": 7, + "orderDate": "1998-04-01T00:00:00", + "requiredDate": "1998-04-29T00:00:00", + "shippedDate": "1998-04-10T00:00:00", + "shipVia": 3, + "freight": 8.81, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 10994, + "customerID": "VAFFE", + "employeeID": 2, + "orderDate": "1998-04-02T00:00:00", + "requiredDate": "1998-04-16T00:00:00", + "shippedDate": "1998-04-09T00:00:00", + "shipVia": 3, + "freight": 65.53, + "shipName": "Vaffeljernet", + "shipAddress": { + "street": "Smagsloget 45", + "city": "Århus", + "region": "", + "postalCode": "8200", + "country": "Denmark" + }, + "shipperId": 3 + }, + { + "orderID": 10995, + "customerID": "PERIC", + "employeeID": 1, + "orderDate": "1998-04-02T00:00:00", + "requiredDate": "1998-04-30T00:00:00", + "shippedDate": "1998-04-06T00:00:00", + "shipVia": 3, + "freight": 46, + "shipName": "Pericles Comidas clásicas", + "shipAddress": { + "street": "Calle Dr. Jorge Cash 321", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 1 + }, + { + "orderID": 10996, + "customerID": "QUICK", + "employeeID": 4, + "orderDate": "1998-04-02T00:00:00", + "requiredDate": "1998-04-30T00:00:00", + "shippedDate": "1998-04-10T00:00:00", + "shipVia": 2, + "freight": 1.12, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 10997, + "customerID": "LILAS", + "employeeID": 8, + "orderDate": "1998-04-03T00:00:00", + "requiredDate": "1998-05-15T00:00:00", + "shippedDate": "1998-04-13T00:00:00", + "shipVia": 2, + "freight": 73.91, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 10998, + "customerID": "WOLZA", + "employeeID": 8, + "orderDate": "1998-04-03T00:00:00", + "requiredDate": "1998-04-17T00:00:00", + "shippedDate": "1998-04-17T00:00:00", + "shipVia": 2, + "freight": 20.31, + "shipName": "Wolski Zajazd", + "shipAddress": { + "street": "ul. Filtrowa 68", + "city": "Warszawa", + "region": "", + "postalCode": "01-012", + "country": "Poland" + }, + "shipperId": 1 + }, + { + "orderID": 10999, + "customerID": "OTTIK", + "employeeID": 6, + "orderDate": "1998-04-03T00:00:00", + "requiredDate": "1998-05-01T00:00:00", + "shippedDate": "1998-04-10T00:00:00", + "shipVia": 2, + "freight": 96.35, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 11000, + "customerID": "RATTC", + "employeeID": 2, + "orderDate": "1998-04-06T00:00:00", + "requiredDate": "1998-05-04T00:00:00", + "shippedDate": "1998-04-14T00:00:00", + "shipVia": 3, + "freight": 55.12, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 11001, + "customerID": "FOLKO", + "employeeID": 2, + "orderDate": "1998-04-06T00:00:00", + "requiredDate": "1998-05-04T00:00:00", + "shippedDate": "1998-04-14T00:00:00", + "shipVia": 2, + "freight": 197.3, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 1 + }, + { + "orderID": 11002, + "customerID": "SAVEA", + "employeeID": 4, + "orderDate": "1998-04-06T00:00:00", + "requiredDate": "1998-05-04T00:00:00", + "shippedDate": "1998-04-16T00:00:00", + "shipVia": 1, + "freight": 141.16, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 11003, + "customerID": "THECR", + "employeeID": 3, + "orderDate": "1998-04-06T00:00:00", + "requiredDate": "1998-05-04T00:00:00", + "shippedDate": "1998-04-08T00:00:00", + "shipVia": 3, + "freight": 14.91, + "shipName": "The Cracker Box", + "shipAddress": { + "street": "55 Grizzly Peak Rd.", + "city": "Butte", + "region": "MT", + "postalCode": "59801", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 11004, + "customerID": "MAISD", + "employeeID": 3, + "orderDate": "1998-04-07T00:00:00", + "requiredDate": "1998-05-05T00:00:00", + "shippedDate": "1998-04-20T00:00:00", + "shipVia": 1, + "freight": 44.84, + "shipName": "Maison Dewey", + "shipAddress": { + "street": "Rue Joseph-Bens 532", + "city": "Bruxelles", + "region": "", + "postalCode": "B-1180", + "country": "Belgium" + }, + "shipperId": 3 + }, + { + "orderID": 11005, + "customerID": "WILMK", + "employeeID": 2, + "orderDate": "1998-04-07T00:00:00", + "requiredDate": "1998-05-05T00:00:00", + "shippedDate": "1998-04-10T00:00:00", + "shipVia": 1, + "freight": 0.75, + "shipName": "Wilman Kala", + "shipAddress": { + "street": "Keskuskatu 45", + "city": "Helsinki", + "region": "", + "postalCode": "21240", + "country": "Finland" + }, + "shipperId": 1 + }, + { + "orderID": 11006, + "customerID": "GREAL", + "employeeID": 3, + "orderDate": "1998-04-07T00:00:00", + "requiredDate": "1998-05-05T00:00:00", + "shippedDate": "1998-04-15T00:00:00", + "shipVia": 2, + "freight": 25.19, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 11007, + "customerID": "PRINI", + "employeeID": 8, + "orderDate": "1998-04-08T00:00:00", + "requiredDate": "1998-05-06T00:00:00", + "shippedDate": "1998-04-13T00:00:00", + "shipVia": 2, + "freight": 202.24, + "shipName": "Princesa Isabel Vinhos", + "shipAddress": { + "street": "Estrada da saúde n. 58", + "city": "Lisboa", + "region": "", + "postalCode": "1756", + "country": "Portugal" + }, + "shipperId": 3 + }, + { + "orderID": 11008, + "customerID": "ERNSH", + "employeeID": 7, + "orderDate": "1998-04-08T00:00:00", + "requiredDate": "1998-05-06T00:00:00", + "shippedDate": "1998-04-06T00:00:00", + "shipVia": 3, + "freight": 79.46, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 11009, + "customerID": "GODOS", + "employeeID": 2, + "orderDate": "1998-04-08T00:00:00", + "requiredDate": "1998-05-06T00:00:00", + "shippedDate": "1998-04-10T00:00:00", + "shipVia": 1, + "freight": 59.11, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 2 + }, + { + "orderID": 11010, + "customerID": "REGGC", + "employeeID": 2, + "orderDate": "1998-04-09T00:00:00", + "requiredDate": "1998-05-07T00:00:00", + "shippedDate": "1998-04-21T00:00:00", + "shipVia": 2, + "freight": 28.71, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 11011, + "customerID": "ALFKI", + "employeeID": 3, + "orderDate": "1998-04-09T00:00:00", + "requiredDate": "1998-05-07T00:00:00", + "shippedDate": "1998-04-13T00:00:00", + "shipVia": 1, + "freight": 1.21, + "shipName": "Alfred's Futterkiste", + "shipAddress": { + "street": "Obere Str. 57", + "city": "Berlin", + "region": "", + "postalCode": "12209", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 11012, + "customerID": "FRANK", + "employeeID": 1, + "orderDate": "1998-04-09T00:00:00", + "requiredDate": "1998-04-23T00:00:00", + "shippedDate": "1998-04-17T00:00:00", + "shipVia": 3, + "freight": 242.95, + "shipName": "Frankenversand", + "shipAddress": { + "street": "Berliner Platz 43", + "city": "München", + "region": "", + "postalCode": "80805", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 11013, + "customerID": "ROMEY", + "employeeID": 2, + "orderDate": "1998-04-09T00:00:00", + "requiredDate": "1998-05-07T00:00:00", + "shippedDate": "1998-04-10T00:00:00", + "shipVia": 1, + "freight": 32.99, + "shipName": "Romero y tomillo", + "shipAddress": { + "street": "Gran Vía, 1", + "city": "Madrid", + "region": "", + "postalCode": "28001", + "country": "Spain" + }, + "shipperId": 3 + }, + { + "orderID": 11014, + "customerID": "LINOD", + "employeeID": 2, + "orderDate": "1998-04-10T00:00:00", + "requiredDate": "1998-05-08T00:00:00", + "shippedDate": "1998-04-15T00:00:00", + "shipVia": 3, + "freight": 23.6, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 2 + }, + { + "orderID": 11015, + "customerID": "SANTG", + "employeeID": 2, + "orderDate": "1998-04-10T00:00:00", + "requiredDate": "1998-04-24T00:00:00", + "shippedDate": "1998-04-20T00:00:00", + "shipVia": 2, + "freight": 4.62, + "shipName": "Santé Gourmet", + "shipAddress": { + "street": "Erling Skakkes gate 78", + "city": "Stavern", + "region": "", + "postalCode": "4110", + "country": "Norway" + }, + "shipperId": 1 + }, + { + "orderID": 11016, + "customerID": "AROUT", + "employeeID": 9, + "orderDate": "1998-04-10T00:00:00", + "requiredDate": "1998-05-08T00:00:00", + "shippedDate": "1998-04-13T00:00:00", + "shipVia": 2, + "freight": 33.8, + "shipName": "Around the Horn", + "shipAddress": { + "street": "Brook Farm Stratford St. Mary", + "city": "Colchester", + "region": "Essex", + "postalCode": "CO7 6JX", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 11017, + "customerID": "ERNSH", + "employeeID": 9, + "orderDate": "1998-04-13T00:00:00", + "requiredDate": "1998-05-11T00:00:00", + "shippedDate": "1998-04-20T00:00:00", + "shipVia": 2, + "freight": 754.26, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 2 + }, + { + "orderID": 11018, + "customerID": "LONEP", + "employeeID": 4, + "orderDate": "1998-04-13T00:00:00", + "requiredDate": "1998-05-11T00:00:00", + "shippedDate": "1998-04-16T00:00:00", + "shipVia": 2, + "freight": 11.65, + "shipName": "Lonesome Pine Restaurant", + "shipAddress": { + "street": "89 Chiaroscuro Rd.", + "city": "Portland", + "region": "OR", + "postalCode": "97219", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 11019, + "customerID": "RANCH", + "employeeID": 6, + "orderDate": "1998-04-13T00:00:00", + "requiredDate": "1998-05-11T00:00:00", + "shippedDate": "1998-04-06T00:00:00", + "shipVia": 3, + "freight": 3.17, + "shipName": "Rancho grande", + "shipAddress": { + "street": "Av. del Libertador 900", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 11020, + "customerID": "OTTIK", + "employeeID": 2, + "orderDate": "1998-04-14T00:00:00", + "requiredDate": "1998-05-12T00:00:00", + "shippedDate": "1998-04-16T00:00:00", + "shipVia": 2, + "freight": 43.3, + "shipName": "Ottilies Käseladen", + "shipAddress": { + "street": "Mehrheimerstr. 369", + "city": "Köln", + "region": "", + "postalCode": "50739", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 11021, + "customerID": "QUICK", + "employeeID": 3, + "orderDate": "1998-04-14T00:00:00", + "requiredDate": "1998-05-12T00:00:00", + "shippedDate": "1998-04-21T00:00:00", + "shipVia": 1, + "freight": 297.18, + "shipName": "QUICK-Stop", + "shipAddress": { + "street": "Taucherstraße 10", + "city": "Cunewalde", + "region": "", + "postalCode": "01307", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 11022, + "customerID": "HANAR", + "employeeID": 9, + "orderDate": "1998-04-14T00:00:00", + "requiredDate": "1998-05-12T00:00:00", + "shippedDate": "1998-05-04T00:00:00", + "shipVia": 2, + "freight": 6.27, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 11023, + "customerID": "BSBEV", + "employeeID": 1, + "orderDate": "1998-04-14T00:00:00", + "requiredDate": "1998-04-28T00:00:00", + "shippedDate": "1998-04-24T00:00:00", + "shipVia": 2, + "freight": 123.83, + "shipName": "B's Beverages", + "shipAddress": { + "street": "Fauntleroy Circus", + "city": "London", + "region": "", + "postalCode": "EC2 5NT", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 11024, + "customerID": "EASTC", + "employeeID": 4, + "orderDate": "1998-04-15T00:00:00", + "requiredDate": "1998-05-13T00:00:00", + "shippedDate": "1998-04-20T00:00:00", + "shipVia": 1, + "freight": 74.36, + "shipName": "Eastern Connection", + "shipAddress": { + "street": "35 King George", + "city": "London", + "region": "", + "postalCode": "WX3 6FW", + "country": "UK" + }, + "shipperId": 1 + }, + { + "orderID": 11025, + "customerID": "WARTH", + "employeeID": 6, + "orderDate": "1998-04-15T00:00:00", + "requiredDate": "1998-05-13T00:00:00", + "shippedDate": "1998-04-24T00:00:00", + "shipVia": 3, + "freight": 29.17, + "shipName": "Wartian Herkku", + "shipAddress": { + "street": "Torikatu 38", + "city": "Oulu", + "region": "", + "postalCode": "90110", + "country": "Finland" + }, + "shipperId": 1 + }, + { + "orderID": 11026, + "customerID": "FRANS", + "employeeID": 4, + "orderDate": "1998-04-15T00:00:00", + "requiredDate": "1998-05-13T00:00:00", + "shippedDate": "1998-04-28T00:00:00", + "shipVia": 1, + "freight": 47.09, + "shipName": "Franchi S.p.A.", + "shipAddress": { + "street": "Via Monte Bianco 34", + "city": "Torino", + "region": "", + "postalCode": "10100", + "country": "Italy" + }, + "shipperId": 2 + }, + { + "orderID": 11027, + "customerID": "BOTTM", + "employeeID": 1, + "orderDate": "1998-04-16T00:00:00", + "requiredDate": "1998-05-14T00:00:00", + "shippedDate": "1998-04-20T00:00:00", + "shipVia": 1, + "freight": 52.52, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 1 + }, + { + "orderID": 11028, + "customerID": "KOENE", + "employeeID": 2, + "orderDate": "1998-04-16T00:00:00", + "requiredDate": "1998-05-14T00:00:00", + "shippedDate": "1998-04-22T00:00:00", + "shipVia": 1, + "freight": 29.59, + "shipName": "Königlich Essen", + "shipAddress": { + "street": "Maubelstr. 90", + "city": "Brandenburg", + "region": "", + "postalCode": "14776", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 11029, + "customerID": "CHOPS", + "employeeID": 4, + "orderDate": "1998-04-16T00:00:00", + "requiredDate": "1998-05-14T00:00:00", + "shippedDate": "1998-04-27T00:00:00", + "shipVia": 1, + "freight": 47.84, + "shipName": "Chop-suey Chinese", + "shipAddress": { + "street": "Hauptstr. 31", + "city": "Bern", + "region": "", + "postalCode": "3012", + "country": "Switzerland" + }, + "shipperId": 1 + }, + { + "orderID": 11030, + "customerID": "SAVEA", + "employeeID": 7, + "orderDate": "1998-04-17T00:00:00", + "requiredDate": "1998-05-15T00:00:00", + "shippedDate": "1998-04-27T00:00:00", + "shipVia": 2, + "freight": 830.75, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 11031, + "customerID": "SAVEA", + "employeeID": 6, + "orderDate": "1998-04-17T00:00:00", + "requiredDate": "1998-05-15T00:00:00", + "shippedDate": "1998-04-24T00:00:00", + "shipVia": 2, + "freight": 227.22, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 11032, + "customerID": "WHITC", + "employeeID": 2, + "orderDate": "1998-04-17T00:00:00", + "requiredDate": "1998-05-15T00:00:00", + "shippedDate": "1998-04-23T00:00:00", + "shipVia": 3, + "freight": 606.19, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 1 + }, + { + "orderID": 11033, + "customerID": "RICSU", + "employeeID": 7, + "orderDate": "1998-04-17T00:00:00", + "requiredDate": "1998-05-15T00:00:00", + "shippedDate": "1998-04-23T00:00:00", + "shipVia": 3, + "freight": 84.74, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 2 + }, + { + "orderID": 11034, + "customerID": "OLDWO", + "employeeID": 8, + "orderDate": "1998-04-20T00:00:00", + "requiredDate": "1998-06-01T00:00:00", + "shippedDate": "1998-04-27T00:00:00", + "shipVia": 1, + "freight": 40.32, + "shipName": "Old World Delicatessen", + "shipAddress": { + "street": "2743 Bering St.", + "city": "Anchorage", + "region": "AK", + "postalCode": "99508", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 11035, + "customerID": "SUPRD", + "employeeID": 2, + "orderDate": "1998-04-20T00:00:00", + "requiredDate": "1998-05-18T00:00:00", + "shippedDate": "1998-04-24T00:00:00", + "shipVia": 2, + "freight": 0.17, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 1 + }, + { + "orderID": 11036, + "customerID": "DRACD", + "employeeID": 8, + "orderDate": "1998-04-20T00:00:00", + "requiredDate": "1998-05-18T00:00:00", + "shippedDate": "1998-04-22T00:00:00", + "shipVia": 3, + "freight": 149.47, + "shipName": "Drachenblut Delikatessen", + "shipAddress": { + "street": "Walserweg 21", + "city": "Aachen", + "region": "", + "postalCode": "52066", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 11037, + "customerID": "GODOS", + "employeeID": 7, + "orderDate": "1998-04-21T00:00:00", + "requiredDate": "1998-05-19T00:00:00", + "shippedDate": "1998-04-27T00:00:00", + "shipVia": 1, + "freight": 3.2, + "shipName": "Godos Cocina Típica", + "shipAddress": { + "street": "C/ Romero, 33", + "city": "Sevilla", + "region": "", + "postalCode": "41101", + "country": "Spain" + }, + "shipperId": 1 + }, + { + "orderID": 11038, + "customerID": "SUPRD", + "employeeID": 1, + "orderDate": "1998-04-21T00:00:00", + "requiredDate": "1998-05-19T00:00:00", + "shippedDate": "1998-04-30T00:00:00", + "shipVia": 2, + "freight": 29.59, + "shipName": "Suprêmes délices", + "shipAddress": { + "street": "Boulevard Tirou, 255", + "city": "Charleroi", + "region": "", + "postalCode": "B-6000", + "country": "Belgium" + }, + "shipperId": 3 + }, + { + "orderID": 11039, + "customerID": "LINOD", + "employeeID": 1, + "orderDate": "1998-04-21T00:00:00", + "requiredDate": "1998-05-19T00:00:00", + "shippedDate": "1998-04-19T00:00:00", + "shipVia": 2, + "freight": 65, + "shipName": "LINO-Delicateses", + "shipAddress": { + "street": "Ave. 5 de Mayo Porlamar", + "city": "I. de Margarita", + "region": "Nueva Esparta", + "postalCode": "4980", + "country": "Venezuela" + }, + "shipperId": 1 + }, + { + "orderID": 11040, + "customerID": "GREAL", + "employeeID": 4, + "orderDate": "1998-04-22T00:00:00", + "requiredDate": "1998-05-20T00:00:00", + "shippedDate": "1998-04-20T00:00:00", + "shipVia": 3, + "freight": 18.84, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 11041, + "customerID": "CHOPS", + "employeeID": 3, + "orderDate": "1998-04-22T00:00:00", + "requiredDate": "1998-05-20T00:00:00", + "shippedDate": "1998-04-28T00:00:00", + "shipVia": 2, + "freight": 48.22, + "shipName": "Chop-suey Chinese", + "shipAddress": { + "street": "Hauptstr. 31", + "city": "Bern", + "region": "", + "postalCode": "3012", + "country": "Switzerland" + }, + "shipperId": 2 + }, + { + "orderID": 11042, + "customerID": "COMMI", + "employeeID": 2, + "orderDate": "1998-04-22T00:00:00", + "requiredDate": "1998-05-06T00:00:00", + "shippedDate": "1998-05-01T00:00:00", + "shipVia": 1, + "freight": 29.99, + "shipName": "Comércio Mineiro", + "shipAddress": { + "street": "Av. dos Lusíadas, 23", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05432-043", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 11043, + "customerID": "SPECD", + "employeeID": 5, + "orderDate": "1998-04-22T00:00:00", + "requiredDate": "1998-05-20T00:00:00", + "shippedDate": "1998-04-29T00:00:00", + "shipVia": 2, + "freight": 8.8, + "shipName": "Spécialités du monde", + "shipAddress": { + "street": "25, rue Lauriston", + "city": "Paris", + "region": "", + "postalCode": "75016", + "country": "France" + }, + "shipperId": 1 + }, + { + "orderID": 11044, + "customerID": "WOLZA", + "employeeID": 4, + "orderDate": "1998-04-23T00:00:00", + "requiredDate": "1998-05-21T00:00:00", + "shippedDate": "1998-05-01T00:00:00", + "shipVia": 1, + "freight": 8.72, + "shipName": "Wolski Zajazd", + "shipAddress": { + "street": "ul. Filtrowa 68", + "city": "Warszawa", + "region": "", + "postalCode": "01-012", + "country": "Poland" + }, + "shipperId": 1 + }, + { + "orderID": 11045, + "customerID": "BOTTM", + "employeeID": 6, + "orderDate": "1998-04-23T00:00:00", + "requiredDate": "1998-05-21T00:00:00", + "shippedDate": "1998-04-21T00:00:00", + "shipVia": 2, + "freight": 70.58, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 3 + }, + { + "orderID": 11046, + "customerID": "WANDK", + "employeeID": 8, + "orderDate": "1998-04-23T00:00:00", + "requiredDate": "1998-05-21T00:00:00", + "shippedDate": "1998-04-24T00:00:00", + "shipVia": 2, + "freight": 71.64, + "shipName": "Die Wandernde Kuh", + "shipAddress": { + "street": "Adenauerallee 900", + "city": "Stuttgart", + "region": "", + "postalCode": "70563", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 11047, + "customerID": "EASTC", + "employeeID": 7, + "orderDate": "1998-04-24T00:00:00", + "requiredDate": "1998-05-22T00:00:00", + "shippedDate": "1998-05-01T00:00:00", + "shipVia": 3, + "freight": 46.62, + "shipName": "Eastern Connection", + "shipAddress": { + "street": "35 King George", + "city": "London", + "region": "", + "postalCode": "WX3 6FW", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 11048, + "customerID": "BOTTM", + "employeeID": 7, + "orderDate": "1998-04-24T00:00:00", + "requiredDate": "1998-05-22T00:00:00", + "shippedDate": "1998-04-30T00:00:00", + "shipVia": 3, + "freight": 24.12, + "shipName": "Bottom-Dollar Markets", + "shipAddress": { + "street": "23 Tsawassen Blvd.", + "city": "Tsawassen", + "region": "BC", + "postalCode": "T2F 8M4", + "country": "Canada" + }, + "shipperId": 2 + }, + { + "orderID": 11049, + "customerID": "GOURL", + "employeeID": 3, + "orderDate": "1998-04-24T00:00:00", + "requiredDate": "1998-05-22T00:00:00", + "shippedDate": "1998-05-04T00:00:00", + "shipVia": 1, + "freight": 8.34, + "shipName": "Gourmet Lanchonetes", + "shipAddress": { + "street": "Av. Brasil, 442", + "city": "Campinas", + "region": "SP", + "postalCode": "04876-786", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 11050, + "customerID": "FOLKO", + "employeeID": 8, + "orderDate": "1998-04-27T00:00:00", + "requiredDate": "1998-05-25T00:00:00", + "shippedDate": "1998-05-05T00:00:00", + "shipVia": 2, + "freight": 59.41, + "shipName": "Folk och fä HB", + "shipAddress": { + "street": "Åkergatan 24", + "city": "Bräcke", + "region": "", + "postalCode": "S-844 67", + "country": "Sweden" + }, + "shipperId": 3 + }, + { + "orderID": 11051, + "customerID": "LAMAI", + "employeeID": 7, + "orderDate": "1998-04-27T00:00:00", + "requiredDate": "1998-05-25T00:00:00", + "shippedDate": "1998-04-25T00:00:00", + "shipVia": 3, + "freight": 2.79, + "shipName": "La maison d'Asie", + "shipAddress": { + "street": "1 rue Alsace-Lorraine", + "city": "Toulouse", + "region": "", + "postalCode": "31000", + "country": "France" + }, + "shipperId": 3 + }, + { + "orderID": 11052, + "customerID": "HANAR", + "employeeID": 3, + "orderDate": "1998-04-27T00:00:00", + "requiredDate": "1998-05-25T00:00:00", + "shippedDate": "1998-05-01T00:00:00", + "shipVia": 1, + "freight": 67.26, + "shipName": "Hanari Carnes", + "shipAddress": { + "street": "Rua do Paço, 67", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "05454-876", + "country": "Brazil" + }, + "shipperId": 2 + }, + { + "orderID": 11053, + "customerID": "PICCO", + "employeeID": 2, + "orderDate": "1998-04-27T00:00:00", + "requiredDate": "1998-05-25T00:00:00", + "shippedDate": "1998-04-29T00:00:00", + "shipVia": 2, + "freight": 53.05, + "shipName": "Piccolo und mehr", + "shipAddress": { + "street": "Geislweg 14", + "city": "Salzburg", + "region": "", + "postalCode": "5020", + "country": "Austria" + }, + "shipperId": 3 + }, + { + "orderID": 11054, + "customerID": "CACTU", + "employeeID": 8, + "orderDate": "1998-04-28T00:00:00", + "requiredDate": "1998-05-26T00:00:00", + "shippedDate": "1998-04-26T00:00:00", + "shipVia": 1, + "freight": 0.33, + "shipName": "Cactus Comidas para llevar", + "shipAddress": { + "street": "Cerrito 333", + "city": "Buenos Aires", + "region": "", + "postalCode": "1010", + "country": "Argentina" + }, + "shipperId": 2 + }, + { + "orderID": 11055, + "customerID": "HILAA", + "employeeID": 7, + "orderDate": "1998-04-28T00:00:00", + "requiredDate": "1998-05-26T00:00:00", + "shippedDate": "1998-05-05T00:00:00", + "shipVia": 2, + "freight": 120.92, + "shipName": "HILARION-Abastos", + "shipAddress": { + "street": "Carrera 22 con Ave. Carlos Soublette #8-35", + "city": "San Cristóbal", + "region": "Táchira", + "postalCode": "5022", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 11056, + "customerID": "EASTC", + "employeeID": 8, + "orderDate": "1998-04-28T00:00:00", + "requiredDate": "1998-05-12T00:00:00", + "shippedDate": "1998-05-01T00:00:00", + "shipVia": 2, + "freight": 278.96, + "shipName": "Eastern Connection", + "shipAddress": { + "street": "35 King George", + "city": "London", + "region": "", + "postalCode": "WX3 6FW", + "country": "UK" + }, + "shipperId": 2 + }, + { + "orderID": 11057, + "customerID": "NORTS", + "employeeID": 3, + "orderDate": "1998-04-29T00:00:00", + "requiredDate": "1998-05-27T00:00:00", + "shippedDate": "1998-05-01T00:00:00", + "shipVia": 3, + "freight": 4.13, + "shipName": "North/South", + "shipAddress": { + "street": "South House 300 Queensbridge", + "city": "London", + "region": "", + "postalCode": "SW7 1RZ", + "country": "UK" + }, + "shipperId": 3 + }, + { + "orderID": 11058, + "customerID": "BLAUS", + "employeeID": 9, + "orderDate": "1998-04-29T00:00:00", + "requiredDate": "1998-05-27T00:00:00", + "shippedDate": "1998-04-27T00:00:00", + "shipVia": 3, + "freight": 31.14, + "shipName": "Blauer See Delikatessen", + "shipAddress": { + "street": "Forsterstr. 57", + "city": "Mannheim", + "region": "", + "postalCode": "68306", + "country": "Germany" + }, + "shipperId": 1 + }, + { + "orderID": 11059, + "customerID": "RICAR", + "employeeID": 2, + "orderDate": "1998-04-29T00:00:00", + "requiredDate": "1998-06-10T00:00:00", + "shippedDate": "1998-05-10T00:00:00", + "shipVia": 2, + "freight": 85.8, + "shipName": "Ricardo Adocicados", + "shipAddress": { + "street": "Av. Copacabana, 267", + "city": "Rio de Janeiro", + "region": "RJ", + "postalCode": "02389-890", + "country": "Brazil" + }, + "shipperId": 1 + }, + { + "orderID": 11060, + "customerID": "FRANS", + "employeeID": 2, + "orderDate": "1998-04-30T00:00:00", + "requiredDate": "1998-05-28T00:00:00", + "shippedDate": "1998-05-04T00:00:00", + "shipVia": 2, + "freight": 10.98, + "shipName": "Franchi S.p.A.", + "shipAddress": { + "street": "Via Monte Bianco 34", + "city": "Torino", + "region": "", + "postalCode": "10100", + "country": "Italy" + }, + "shipperId": 1 + }, + { + "orderID": 11061, + "customerID": "GREAL", + "employeeID": 4, + "orderDate": "1998-04-30T00:00:00", + "requiredDate": "1998-06-11T00:00:00", + "shippedDate": "1998-05-11T00:00:00", + "shipVia": 3, + "freight": 14.01, + "shipName": "Great Lakes Food Market", + "shipAddress": { + "street": "2732 Baker Blvd.", + "city": "Eugene", + "region": "OR", + "postalCode": "97403", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 11062, + "customerID": "REGGC", + "employeeID": 4, + "orderDate": "1998-04-30T00:00:00", + "requiredDate": "1998-05-28T00:00:00", + "shippedDate": "1998-04-28T00:00:00", + "shipVia": 2, + "freight": 29.93, + "shipName": "Reggiani Caseifici", + "shipAddress": { + "street": "Strada Provinciale 124", + "city": "Reggio Emilia", + "region": "", + "postalCode": "42100", + "country": "Italy" + }, + "shipperId": 3 + }, + { + "orderID": 11063, + "customerID": "HUNGO", + "employeeID": 3, + "orderDate": "1998-04-30T00:00:00", + "requiredDate": "1998-05-28T00:00:00", + "shippedDate": "1998-05-06T00:00:00", + "shipVia": 2, + "freight": 81.73, + "shipName": "Hungry Owl All-Night Grocers", + "shipAddress": { + "street": "8 Johnstown Road", + "city": "Cork", + "region": "Co. Cork", + "postalCode": "", + "country": "Ireland" + }, + "shipperId": 2 + }, + { + "orderID": 11064, + "customerID": "SAVEA", + "employeeID": 1, + "orderDate": "1998-05-01T00:00:00", + "requiredDate": "1998-05-29T00:00:00", + "shippedDate": "1998-05-04T00:00:00", + "shipVia": 1, + "freight": 30.09, + "shipName": "Save-a-lot Markets", + "shipAddress": { + "street": "187 Suffolk Ln.", + "city": "Boise", + "region": "ID", + "postalCode": "83720", + "country": "USA" + }, + "shipperId": 2 + }, + { + "orderID": 11065, + "customerID": "LILAS", + "employeeID": 8, + "orderDate": "1998-05-01T00:00:00", + "requiredDate": "1998-05-29T00:00:00", + "shippedDate": "1998-04-29T00:00:00", + "shipVia": 1, + "freight": 12.91, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 11066, + "customerID": "WHITC", + "employeeID": 7, + "orderDate": "1998-05-01T00:00:00", + "requiredDate": "1998-05-29T00:00:00", + "shippedDate": "1998-05-04T00:00:00", + "shipVia": 2, + "freight": 44.72, + "shipName": "White Clover Markets", + "shipAddress": { + "street": "1029 - 12th Ave. S.", + "city": "Seattle", + "region": "WA", + "postalCode": "98124", + "country": "USA" + }, + "shipperId": 3 + }, + { + "orderID": 11067, + "customerID": "DRACD", + "employeeID": 1, + "orderDate": "1998-05-04T00:00:00", + "requiredDate": "1998-05-18T00:00:00", + "shippedDate": "1998-05-06T00:00:00", + "shipVia": 2, + "freight": 7.98, + "shipName": "Drachenblut Delikatessen", + "shipAddress": { + "street": "Walserweg 21", + "city": "Aachen", + "region": "", + "postalCode": "52066", + "country": "Germany" + }, + "shipperId": 2 + }, + { + "orderID": 11068, + "customerID": "QUEEN", + "employeeID": 8, + "orderDate": "1998-05-04T00:00:00", + "requiredDate": "1998-06-01T00:00:00", + "shippedDate": "1998-05-01T00:00:00", + "shipVia": 2, + "freight": 81.75, + "shipName": "Queen Cozinha", + "shipAddress": { + "street": "Alameda dos Canàrios, 891", + "city": "Sao Paulo", + "region": "SP", + "postalCode": "05487-020", + "country": "Brazil" + }, + "shipperId": 3 + }, + { + "orderID": 11069, + "customerID": "TORTU", + "employeeID": 1, + "orderDate": "1998-05-04T00:00:00", + "requiredDate": "1998-06-01T00:00:00", + "shippedDate": "1998-05-06T00:00:00", + "shipVia": 2, + "freight": 15.67, + "shipName": "Tortuga Restaurante", + "shipAddress": { + "street": "Avda. Azteca 123", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 3 + }, + { + "orderID": 11070, + "customerID": "LEHMS", + "employeeID": 2, + "orderDate": "1998-05-05T00:00:00", + "requiredDate": "1998-06-02T00:00:00", + "shippedDate": "1998-05-02T00:00:00", + "shipVia": 1, + "freight": 136, + "shipName": "Lehmanns Marktstand", + "shipAddress": { + "street": "Magazinweg 7", + "city": "Frankfurt a.M.", + "region": "", + "postalCode": "60528", + "country": "Germany" + }, + "shipperId": 3 + }, + { + "orderID": 11071, + "customerID": "LILAS", + "employeeID": 1, + "orderDate": "1998-05-05T00:00:00", + "requiredDate": "1998-06-02T00:00:00", + "shippedDate": "1998-05-02T00:00:00", + "shipVia": 1, + "freight": 0.93, + "shipName": "LILA-Supermercado", + "shipAddress": { + "street": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo", + "city": "Barquisimeto", + "region": "Lara", + "postalCode": "3508", + "country": "Venezuela" + }, + "shipperId": 3 + }, + { + "orderID": 11072, + "customerID": "ERNSH", + "employeeID": 4, + "orderDate": "1998-05-05T00:00:00", + "requiredDate": "1998-06-02T00:00:00", + "shippedDate": "1998-05-02T00:00:00", + "shipVia": 2, + "freight": 258.64, + "shipName": "Ernst Handel", + "shipAddress": { + "street": "Kirchgasse 6", + "city": "Graz", + "region": "", + "postalCode": "8010", + "country": "Austria" + }, + "shipperId": 1 + }, + { + "orderID": 11073, + "customerID": "PERIC", + "employeeID": 2, + "orderDate": "1998-05-05T00:00:00", + "requiredDate": "1998-06-02T00:00:00", + "shippedDate": "1998-05-02T00:00:00", + "shipVia": 2, + "freight": 24.95, + "shipName": "Pericles Comidas clásicas", + "shipAddress": { + "street": "Calle Dr. Jorge Cash 321", + "city": "México D.F.", + "region": "", + "postalCode": "05033", + "country": "Mexico" + }, + "shipperId": 2 + }, + { + "orderID": 11074, + "customerID": "SIMOB", + "employeeID": 7, + "orderDate": "1998-05-06T00:00:00", + "requiredDate": "1998-06-03T00:00:00", + "shippedDate": "1998-05-03T00:00:00", + "shipVia": 2, + "freight": 18.44, + "shipName": "Simons bistro", + "shipAddress": { + "street": "Vinbæltet 34", + "city": "Kobenhavn", + "region": "", + "postalCode": "1734", + "country": "Denmark" + }, + "shipperId": 3 + }, + { + "orderID": 11075, + "customerID": "RICSU", + "employeeID": 8, + "orderDate": "1998-05-06T00:00:00", + "requiredDate": "1998-06-03T00:00:00", + "shippedDate": "1998-05-03T00:00:00", + "shipVia": 2, + "freight": 6.19, + "shipName": "Richter Supermarkt", + "shipAddress": { + "street": "Starenweg 5", + "city": "Genève", + "region": "", + "postalCode": "1204", + "country": "Switzerland" + }, + "shipperId": 3 + }, + { + "orderID": 11076, + "customerID": "BONAP", + "employeeID": 4, + "orderDate": "1998-05-06T00:00:00", + "requiredDate": "1998-06-03T00:00:00", + "shippedDate": "1998-05-03T00:00:00", + "shipVia": 2, + "freight": 38.28, + "shipName": "Bon app'", + "shipAddress": { + "street": "12, rue des Bouchers", + "city": "Marseille", + "region": "", + "postalCode": "13008", + "country": "France" + }, + "shipperId": 2 + }, + { + "orderID": 11077, + "customerID": "RATTC", + "employeeID": 1, + "orderDate": "1998-05-06T00:00:00", + "requiredDate": "1998-06-03T00:00:00", + "shippedDate": "1998-05-03T00:00:00", + "shipVia": 2, + "freight": 8.53, + "shipName": "Rattlesnake Canyon Grocery", + "shipAddress": { + "street": "2817 Milton Dr.", + "city": "Albuquerque", + "region": "NM", + "postalCode": "87110", + "country": "USA" + }, + "shipperId": 2 + } +] \ No newline at end of file From f0067d2311fb87a1924073c461c3ff0938ab074a Mon Sep 17 00:00:00 2001 From: Dimitar Georgiev Dimitrov Date: Wed, 12 Feb 2025 12:59:47 +0200 Subject: [PATCH 2/2] fix(*): IOrder.CustomerId nullable --- NorthwindCRUD/Models/Contracts/IOrder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NorthwindCRUD/Models/Contracts/IOrder.cs b/NorthwindCRUD/Models/Contracts/IOrder.cs index 0925d4c..2ef34b2 100644 --- a/NorthwindCRUD/Models/Contracts/IOrder.cs +++ b/NorthwindCRUD/Models/Contracts/IOrder.cs @@ -7,7 +7,7 @@ public interface IOrder { int OrderId { get; set; } - string CustomerId { get; set; } + string? CustomerId { get; set; } int EmployeeId { get; set; }