diff --git a/browser/tasks/gulp-samples.js b/browser/tasks/gulp-samples.js
index df04dbc52..af1dccd69 100644
--- a/browser/tasks/gulp-samples.js
+++ b/browser/tasks/gulp-samples.js
@@ -1012,7 +1012,7 @@ function updateIG(cb) {
{ version: "6.2.1", name: "igniteui-webcomponents-datasources" },
{ version: "6.2.1", name: "igniteui-webcomponents-dashboards" },
// these IG packages are sometimes updated:
- { version: "6.0.3", name: "igniteui-webcomponents-grids" },
+ { version: "6.2.0", name: "igniteui-webcomponents-grids" },
{ version: "^6.3.1" , name: "igniteui-webcomponents" },
{ version: "1.16.0", name: "igniteui-dockmanager" },
// other packages:
diff --git a/package-lock.json b/package-lock.json
index 673111a86..6ee17a9de 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,7 +31,7 @@
"igniteui-webcomponents-datasources": "6.2.1",
"igniteui-webcomponents-excel": "6.2.1",
"igniteui-webcomponents-gauges": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"igniteui-webcomponents-maps": "6.2.1",
@@ -8450,15 +8450,13 @@
}
},
"node_modules/igniteui-webcomponents-grids": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/igniteui-webcomponents-grids/-/igniteui-webcomponents-grids-6.0.3.tgz",
- "integrity": "sha512-ZixXDoMIJ5VD1OSUGH5Q1nqk7bHJTJT62RPtTJ4GTqgNaAS4gxWInQvhD4T0+Bzc0uOq62vs2hkLWgH8V/eLhQ==",
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/igniteui-webcomponents-grids/-/igniteui-webcomponents-grids-6.2.0.tgz",
+ "integrity": "sha512-2fXgnB7ZrgvB5jkYlRnEMaez+HVEB76eway1VifwO3OXAhqwEfwPV27tE4EFIcDUD0FJ5qa7tBrWIjh/UI5Kjw==",
"license": "Infragistics(R) Ultimate license (http://www.infragistics.com/legal/ultimate/license/)",
"dependencies": {
+ "lit": "^3.3.0",
"tslib": "^2.3.1"
- },
- "peerDependencies": {
- "lit-html": "^3.3.0"
}
},
"node_modules/igniteui-webcomponents-inputs": {
diff --git a/package.json b/package.json
index 499538300..4e7992e2e 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"igniteui-webcomponents-datasources": "6.2.1",
"igniteui-webcomponents-excel": "6.2.1",
"igniteui-webcomponents-gauges": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"igniteui-webcomponents-maps": "6.2.1",
diff --git a/samples/charts/dashboard-tile/chart-dashboard/package.json b/samples/charts/dashboard-tile/chart-dashboard/package.json
index f9eabc7bc..f65371dd1 100644
--- a/samples/charts/dashboard-tile/chart-dashboard/package.json
+++ b/samples/charts/dashboard-tile/chart-dashboard/package.json
@@ -27,7 +27,7 @@
"igniteui-webcomponents-core": "6.2.1",
"igniteui-webcomponents-dashboards": "6.2.1",
"igniteui-webcomponents-gauges": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"igniteui-webcomponents-maps": "6.2.1",
diff --git a/samples/charts/dashboard-tile/financial-dashboard/package.json b/samples/charts/dashboard-tile/financial-dashboard/package.json
index 6c8e04df2..0bdbeb172 100644
--- a/samples/charts/dashboard-tile/financial-dashboard/package.json
+++ b/samples/charts/dashboard-tile/financial-dashboard/package.json
@@ -28,7 +28,7 @@
"igniteui-webcomponents-dashboards": "6.2.1",
"igniteui-webcomponents-data-grids": "6.2.1",
"igniteui-webcomponents-gauges": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"igniteui-webcomponents-maps": "6.2.1",
diff --git a/samples/charts/dashboard-tile/gauge-dashboard/package.json b/samples/charts/dashboard-tile/gauge-dashboard/package.json
index 6c8e04df2..0bdbeb172 100644
--- a/samples/charts/dashboard-tile/gauge-dashboard/package.json
+++ b/samples/charts/dashboard-tile/gauge-dashboard/package.json
@@ -28,7 +28,7 @@
"igniteui-webcomponents-dashboards": "6.2.1",
"igniteui-webcomponents-data-grids": "6.2.1",
"igniteui-webcomponents-gauges": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"igniteui-webcomponents-maps": "6.2.1",
diff --git a/samples/charts/dashboard-tile/local-data-source-dashboard/package.json b/samples/charts/dashboard-tile/local-data-source-dashboard/package.json
index 6c8e04df2..0bdbeb172 100644
--- a/samples/charts/dashboard-tile/local-data-source-dashboard/package.json
+++ b/samples/charts/dashboard-tile/local-data-source-dashboard/package.json
@@ -28,7 +28,7 @@
"igniteui-webcomponents-dashboards": "6.2.1",
"igniteui-webcomponents-data-grids": "6.2.1",
"igniteui-webcomponents-gauges": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"igniteui-webcomponents-maps": "6.2.1",
diff --git a/samples/charts/dashboard-tile/map-dashboard/package.json b/samples/charts/dashboard-tile/map-dashboard/package.json
index 6c8e04df2..0bdbeb172 100644
--- a/samples/charts/dashboard-tile/map-dashboard/package.json
+++ b/samples/charts/dashboard-tile/map-dashboard/package.json
@@ -28,7 +28,7 @@
"igniteui-webcomponents-dashboards": "6.2.1",
"igniteui-webcomponents-data-grids": "6.2.1",
"igniteui-webcomponents-gauges": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"igniteui-webcomponents-maps": "6.2.1",
diff --git a/samples/charts/dashboard-tile/pie-dashboard/package.json b/samples/charts/dashboard-tile/pie-dashboard/package.json
index 6c8e04df2..0bdbeb172 100644
--- a/samples/charts/dashboard-tile/pie-dashboard/package.json
+++ b/samples/charts/dashboard-tile/pie-dashboard/package.json
@@ -28,7 +28,7 @@
"igniteui-webcomponents-dashboards": "6.2.1",
"igniteui-webcomponents-data-grids": "6.2.1",
"igniteui-webcomponents-gauges": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"igniteui-webcomponents-maps": "6.2.1",
diff --git a/samples/charts/sparkline/grid/package.json b/samples/charts/sparkline/grid/package.json
index a0d96bdf4..c87d17aba 100644
--- a/samples/charts/sparkline/grid/package.json
+++ b/samples/charts/sparkline/grid/package.json
@@ -25,7 +25,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents-charts": "6.2.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/excel/excel-library/operations-on-workbooks/package.json b/samples/excel/excel-library/operations-on-workbooks/package.json
index d8d60ebe1..9d6b686a4 100644
--- a/samples/excel/excel-library/operations-on-workbooks/package.json
+++ b/samples/excel/excel-library/operations-on-workbooks/package.json
@@ -27,7 +27,7 @@
"file-saver": "^1.3.8",
"igniteui-webcomponents-core": "6.2.1",
"igniteui-webcomponents-excel": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/excel/excel-library/working-with-charts/package.json b/samples/excel/excel-library/working-with-charts/package.json
index ae3167bc1..c49af1402 100644
--- a/samples/excel/excel-library/working-with-charts/package.json
+++ b/samples/excel/excel-library/working-with-charts/package.json
@@ -28,7 +28,7 @@
"igniteui-webcomponents-charts": "6.2.1",
"igniteui-webcomponents-core": "6.2.1",
"igniteui-webcomponents-excel": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/excel/excel-library/working-with-sparklines/package.json b/samples/excel/excel-library/working-with-sparklines/package.json
index 2abe55d4e..a9dc9301d 100644
--- a/samples/excel/excel-library/working-with-sparklines/package.json
+++ b/samples/excel/excel-library/working-with-sparklines/package.json
@@ -28,7 +28,7 @@
"igniteui-webcomponents-charts": "6.2.1",
"igniteui-webcomponents-core": "6.2.1",
"igniteui-webcomponents-excel": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/action-strip/package.json b/samples/grids/grid/action-strip/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/action-strip/package.json
+++ b/samples/grids/grid/action-strip/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/advanced-filtering-options/package.json b/samples/grids/grid/advanced-filtering-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/advanced-filtering-options/package.json
+++ b/samples/grids/grid/advanced-filtering-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/advanced-filtering-style/package.json b/samples/grids/grid/advanced-filtering-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/advanced-filtering-style/package.json
+++ b/samples/grids/grid/advanced-filtering-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/binding-composite-data/package.json b/samples/grids/grid/binding-composite-data/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/binding-composite-data/package.json
+++ b/samples/grids/grid/binding-composite-data/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/binding-crud-data/package.json b/samples/grids/grid/binding-crud-data/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/binding-crud-data/package.json
+++ b/samples/grids/grid/binding-crud-data/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/binding-nested-data-1/package.json b/samples/grids/grid/binding-nested-data-1/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/binding-nested-data-1/package.json
+++ b/samples/grids/grid/binding-nested-data-1/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/cascading-combo/package.json b/samples/grids/grid/cascading-combo/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/cascading-combo/package.json
+++ b/samples/grids/grid/cascading-combo/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/cell-editing-sample/package.json b/samples/grids/grid/cell-editing-sample/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/cell-editing-sample/package.json
+++ b/samples/grids/grid/cell-editing-sample/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/cell-editing-styling/package.json b/samples/grids/grid/cell-editing-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/cell-editing-styling/package.json
+++ b/samples/grids/grid/cell-editing-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/cell-merge-custom-sample/.prettierrc b/samples/grids/grid/cell-merge-custom-sample/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge-custom-sample/ReadMe.md b/samples/grids/grid/cell-merge-custom-sample/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/grid/cell-merge-custom-sample/index.html b/samples/grids/grid/cell-merge-custom-sample/index.html
new file mode 100644
index 000000000..a4f9df687
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/index.html
@@ -0,0 +1,35 @@
+
+
+
+ Cell Merge Custom | Ignite UI | Web Components
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %>
+
+ <% } %>
+
+
diff --git a/samples/grids/grid/cell-merge-custom-sample/package.json b/samples/grids/grid/cell-merge-custom-sample/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/grid/cell-merge-custom-sample/sandbox.config.json b/samples/grids/grid/cell-merge-custom-sample/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge-custom-sample/src/index.css b/samples/grids/grid/cell-merge-custom-sample/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge-custom-sample/src/index.ts b/samples/grids/grid/cell-merge-custom-sample/src/index.ts
new file mode 100644
index 000000000..4c980b13e
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/src/index.ts
@@ -0,0 +1,66 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import { IgcDefaultMergeStrategy, IgcGridComponent, IgcGridMergeStrategy } from 'igniteui-webcomponents-grids/grids';
+import 'igniteui-webcomponents-grids/grids/themes/light/bootstrap.css';
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents } from 'igniteui-webcomponents';
+
+defineAllComponents();
+
+import './index.css';
+
+type RecordType = {
+ ActionID: string;
+ ProjectName: string;
+ ActionName: string;
+ Type: string;
+ Priority: string;
+ Status: string;
+ Created: Date;
+ LastEdit: Date;
+};
+
+class PerProjectMergeStrategy extends IgcDefaultMergeStrategy {
+ public comparer(prevRecord: RecordType, record: RecordType, field: string): boolean {
+ const a = (prevRecord as any)[field];
+ const b = (record as any)[field];
+ const projA = prevRecord.ProjectName;
+ const projB = record.ProjectName;
+ return a === b && projA === projB;
+ }
+}
+
+export class Sample {
+ private grid: IgcGridComponent;
+
+ constructor() {
+ this.grid = document.getElementById('grid') as IgcGridComponent;
+
+ this.grid.data = this.data;
+ (this.grid as any).mergeStrategy = new PerProjectMergeStrategy();
+ this.grid.cellMergeMode = 'always';
+ }
+
+ private _data: RecordType[] | null = null;
+ public get data(): RecordType[] {
+ if (!this._data) {
+ this._data = [
+ { ActionID: '1', ProjectName: 'IOT Switch Project', ActionName: 'Data Import', Type: 'Request', Priority: 'Low', Status: 'New', Created: new Date('2017-03-25'), LastEdit: new Date('2017-05-08') },
+ { ActionID: '2', ProjectName: 'IOT Switch Project', ActionName: 'Reports', Type: 'Request', Priority: 'Low', Status: 'New', Created: new Date('2017-03-14'), LastEdit: new Date('2017-03-15') },
+ { ActionID: '4', ProjectName: 'IOT Switch Project', ActionName: 'Multiple Settings', Type: 'Request', Priority: 'Low', Status: 'Rejected', Created: new Date('2017-04-05'), LastEdit: new Date('2017-04-30') },
+ { ActionID: '3', ProjectName: 'IOT Switch Project', ActionName: 'Data Archiving', Type: 'Request', Priority: 'Medium', Status: 'New', Created: new Date('2017-08-21'), LastEdit: new Date('2017-09-08') },
+ { ActionID: '5', ProjectName: 'IOT Switch Project', ActionName: 'Main Menu: Return Button', Type: 'Bug', Priority: 'Medium', Status: 'Fixed', Created: new Date('2017-06-17'), LastEdit: new Date('2017-07-03') },
+ { ActionID: '6', ProjectName: 'IOT Switch Project', ActionName: 'Auto Turn Off', Type: 'Bug', Priority: 'Medium', Status: 'New', Created: new Date('2017-04-12'), LastEdit: new Date('2017-05-27') },
+ { ActionID: '7', ProjectName: 'VR Device', ActionName: 'Higher DRI', Type: 'Request', Priority: 'Medium', Status: 'New', Created: new Date('2016-08-11'), LastEdit: new Date('2016-08-11') },
+ { ActionID: '8', ProjectName: 'VR Device', ActionName: 'Accessible Power Button', Type: 'Request', Priority: 'Medium', Status: 'New', Created: new Date('2016-07-13'), LastEdit: new Date('2016-07-14') },
+ { ActionID: '9', ProjectName: 'VR Device', ActionName: 'Additional options', Type: 'Request', Priority: 'High', Status: 'Rejected', Created: new Date('2016-09-02'), LastEdit: new Date('2016-09-08') },
+ { ActionID: '10', ProjectName: 'VR Device', ActionName: 'Data Log', Type: 'Request', Priority: 'High', Status: 'New', Created: new Date('2017-03-25'), LastEdit: new Date('2017-05-08') },
+ { ActionID: '12', ProjectName: 'VR Device', ActionName: 'Motion Blur', Type: 'Bug', Priority: 'High', Status: 'New', Created: new Date('2017-03-25'), LastEdit: new Date('2017-05-08') },
+ { ActionID: '11', ProjectName: 'VR Device', ActionName: 'Left Sensors Delay', Type: 'Bug', Priority: 'High', Status: 'Fixed', Created: new Date('2017-03-25'), LastEdit: new Date('2017-05-08') },
+ ];
+ }
+ return this._data;
+ }
+}
+
+new Sample();
+
diff --git a/samples/grids/grid/cell-merge-custom-sample/tsconfig.json b/samples/grids/grid/cell-merge-custom-sample/tsconfig.json
new file mode 100644
index 000000000..ae430f2a8
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/tsconfig.json
@@ -0,0 +1,21 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "noImplicitAny": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false,
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge-custom-sample/tslint.json b/samples/grids/grid/cell-merge-custom-sample/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge-custom-sample/webpack.config.js b/samples/grids/grid/cell-merge-custom-sample/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/grid/cell-merge-custom-sample/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/grid/cell-merge/.prettierrc b/samples/grids/grid/cell-merge/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/grid/cell-merge/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge/ReadMe.md b/samples/grids/grid/cell-merge/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/grid/cell-merge/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/grid/cell-merge/index.html b/samples/grids/grid/cell-merge/index.html
new file mode 100644
index 000000000..d59ec8ff9
--- /dev/null
+++ b/samples/grids/grid/cell-merge/index.html
@@ -0,0 +1,49 @@
+
+
+
+ Sample | Ignite UI | Web Components | infragistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Select Merge Type
+ Merge always
+ Merge on sort
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %>
+
+ <% } %>
+
+
diff --git a/samples/grids/grid/cell-merge/package.json b/samples/grids/grid/cell-merge/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/grid/cell-merge/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/grid/cell-merge/sandbox.config.json b/samples/grids/grid/cell-merge/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/grid/cell-merge/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge/src/InvoicesData.ts b/samples/grids/grid/cell-merge/src/InvoicesData.ts
new file mode 100644
index 000000000..3d4f85ade
--- /dev/null
+++ b/samples/grids/grid/cell-merge/src/InvoicesData.ts
@@ -0,0 +1,544 @@
+export class InvoicesDataItem {
+ public constructor(init: Partial) {
+ Object.assign(this, init);
+ }
+
+ public ShipName: string;
+ public ShipAddress: string;
+ public ShipCity: string;
+ public ShipPostalCode: number;
+ public ShipCountry: string;
+ public ShipRegion: string;
+ public ShipperName: string;
+ public CustomerID: number;
+ public CustomerName: string;
+ public CustomerFirstName: string;
+ public CustomerLastName: string;
+ public CustomerAddress: string;
+ public Salesperson: string;
+ public OrderID: number;
+ public OrderDate: string;
+ public ProductID: number;
+ public ProductName: string;
+ public UnitPrice: number;
+ public Quantity: number;
+ public ExtendedPrice: number;
+ public Freight: number;
+ public Discontinued: boolean;
+ public Region: string;
+ public Address: string;
+ public City: string;
+ public Country: string;
+ public PostalCode: number;
+
+}
+export class InvoicesData extends Array {
+ public constructor(items: Array | number = -1) {
+ if (Array.isArray(items)) {
+ super(...items);
+ } else {
+ const newItems = [
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1000, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `124 Wall Street, Miami, USA, 60098`, Salesperson: `Nancy Jefferson`, OrderID: 1931, OrderDate: `3/14/2022`, ProductID: 189, ProductName: `IPad`, UnitPrice: 16150.61, Quantity: 3, ExtendedPrice: 48451.83, Freight: 980.61, Discontinued: false, Region: `South East`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60098 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `162 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80193, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1001, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Miami, USA, 80193`, Salesperson: `Anna Smith`, OrderID: 1163, OrderDate: `5/22/2022`, ProductID: 138, ProductName: `Mac Book Pro`, UnitPrice: 18520.59, Quantity: 4, ExtendedPrice: 74082.36, Freight: 850.59, Discontinued: false, Region: `West`, Address: `162 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80193 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `164 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1002, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `164 Wall Street, Miami, USA, 50111`, Salesperson: `Martin Watson`, OrderID: 1230, OrderDate: `2/9/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 25310.39, Quantity: 3, ExtendedPrice: 75931.17, Freight: 210.39, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50111 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1003, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Market Street, Philadelphia, USA, 90123`, Salesperson: `Anna Black`, OrderID: 1176, OrderDate: `6/3/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29890.86, Quantity: 4, ExtendedPrice: 119563.44, Freight: 800.86, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90123 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90095, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1004, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Miami, USA, 90095`, Salesperson: `Max Black`, OrderID: 1382, OrderDate: `1/10/2022`, ProductID: 185, ProductName: `Samsung Note`, UnitPrice: 7810.61, Quantity: 2, ExtendedPrice: 15621.22, Freight: 1790.61, Discontinued: false, Region: `West`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90095 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1005, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 50149`, Salesperson: `Martin Jefferson`, OrderID: 1864, OrderDate: `8/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 9370.76, Quantity: 4, ExtendedPrice: 37483.04, Freight: 970.76, Discontinued: false, Region: `North East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50149 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `174 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90112, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1006, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `174 Market Street, Huston, USA, 90112`, Salesperson: `Nancy Smith`, OrderID: 1502, OrderDate: `6/13/2022`, ProductID: 199, ProductName: `IPhone`, UnitPrice: 20830.47, Quantity: 2, ExtendedPrice: 41660.94, Freight: 1530.47, Discontinued: false, Region: `West`, Address: `174 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90112 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1007, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 50083`, Salesperson: `Mike Jefferson`, OrderID: 1305, OrderDate: `10/21/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 7320.44, Quantity: 2, ExtendedPrice: 14640.88, Freight: 630.44, Discontinued: false, Region: `West`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50083 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `177 Main Street`, ShipCity: `New York`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1008, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `177 Main Street, New York, USA, 70185`, Salesperson: `Pamela Watson`, OrderID: 1725, OrderDate: `5/7/2022`, ProductID: 133, ProductName: `Mac Book Air`, UnitPrice: 11240.72, Quantity: 3, ExtendedPrice: 33722.16, Freight: 420.72, Discontinued: false, Region: `South East`, Address: `177 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70185 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `169 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1009, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `169 Main Street, Miami, USA, 90183`, Salesperson: `Anna Watson`, OrderID: 1977, OrderDate: `10/14/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 6460.55, Quantity: 3, ExtendedPrice: 19381.65, Freight: 370.55, Discontinued: true, Region: `South East`, Address: `169 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `151 Market Street`, ShipCity: `New York`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1010, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `151 Market Street, New York, USA, 80160`, Salesperson: `Nancy Black`, OrderID: 1666, OrderDate: `12/6/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 7940.82, Quantity: 2, ExtendedPrice: 15881.64, Freight: 1670.82, Discontinued: false, Region: `South East`, Address: `151 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80160 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1011, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `147 Main Street, Miami, USA, 80183`, Salesperson: `Mike Madison`, OrderID: 1059, OrderDate: `5/14/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 14650.56, Quantity: 2, ExtendedPrice: 29301.12, Freight: 1770.56, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80183 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `134 Main Street`, ShipCity: `New York`, ShipPostalCode: 80066, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1012, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `134 Main Street, New York, USA, 80066`, Salesperson: `Mike Black`, OrderID: 1851, OrderDate: `7/24/2022`, ProductID: 175, ProductName: `IPhone`, UnitPrice: 7870.39, Quantity: 2, ExtendedPrice: 15740.78, Freight: 360.39, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80066 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `159 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1013, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `159 Market Street, Los Angeles, USA, 80096`, Salesperson: `Anna Madison`, OrderID: 1451, OrderDate: `10/4/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 13920.38, Quantity: 4, ExtendedPrice: 55681.52, Freight: 1140.38, Discontinued: false, Region: `North East`, Address: `159 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80096 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `187 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1014, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `187 Wall Street, Miami, USA, 60144`, Salesperson: `Ben Jefferson`, OrderID: 1331, OrderDate: `4/4/2022`, ProductID: 119, ProductName: `IPhone`, UnitPrice: 6940.73, Quantity: 5, ExtendedPrice: 34703.65, Freight: 640.73, Discontinued: false, Region: `West`, Address: `187 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60144 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1015, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `158 Wall Street, Huston, USA, 60063`, Salesperson: `Martin Jefferson`, OrderID: 1609, OrderDate: `9/6/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 29080.28, Quantity: 2, ExtendedPrice: 58160.56, Freight: 1810.28, Discontinued: false, Region: `South East`, Address: `158 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60063 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1016, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `168 Main Street, Huston, USA, 60184`, Salesperson: `Martin Watson`, OrderID: 1772, OrderDate: `3/20/2022`, ProductID: 152, ProductName: `Mac Book Air`, UnitPrice: 28350.9, Quantity: 5, ExtendedPrice: 141754.5, Freight: 1290.9, Discontinued: false, Region: `South East`, Address: `168 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60184 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `116 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60129, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1017, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `116 Main Street, Miami, USA, 60129`, Salesperson: `Nancy Smith`, OrderID: 1792, OrderDate: `9/1/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 13730.78, Quantity: 4, ExtendedPrice: 54923.12, Freight: 740.78, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60129 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `116 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80090, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1018, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `116 Market Street, Los Angeles, USA, 80090`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `10/21/2022`, ProductID: 157, ProductName: `Mac Book Pro`, UnitPrice: 8120.36, Quantity: 3, ExtendedPrice: 24361.08, Freight: 410.36, Discontinued: false, Region: `West`, Address: `116 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80090 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `135 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1019, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `135 Wall Street, Philadelphia, USA, 90101`, Salesperson: `Mike Madison`, OrderID: 1205, OrderDate: `12/22/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 11830.22, Quantity: 2, ExtendedPrice: 23660.44, Freight: 330.22, Discontinued: true, Region: `North East`, Address: `135 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90101 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `164 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70056, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1020, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `164 Market Street, Philadelphia, USA, 70056`, Salesperson: `Ben Watson`, OrderID: 1759, OrderDate: `8/3/2022`, ProductID: 129, ProductName: `Mac Book Pro`, UnitPrice: 15140.82, Quantity: 4, ExtendedPrice: 60563.28, Freight: 1400.82, Discontinued: false, Region: `South East`, Address: `164 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70056 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1021, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, Miami, USA, 90169`, Salesperson: `Mike Smith`, OrderID: 1879, OrderDate: `8/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 26710.41, Quantity: 5, ExtendedPrice: 133552.05, Freight: 1810.41, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `175 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50142, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1022, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `175 Wall Street, Philadelphia, USA, 50142`, Salesperson: `Anna Jefferson`, OrderID: 1917, OrderDate: `3/6/2022`, ProductID: 114, ProductName: `IPad`, UnitPrice: 9640.51, Quantity: 3, ExtendedPrice: 28921.53, Freight: 840.51, Discontinued: false, Region: `North East`, Address: `175 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50142 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `122 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1023, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `122 Main Street, Los Angeles, USA, 60097`, Salesperson: `James Black`, OrderID: 1176, OrderDate: `8/4/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 14500.56, Quantity: 4, ExtendedPrice: 58002.24, Freight: 530.56, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `139 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1024, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `139 Main Street, Miami, USA, 60175`, Salesperson: `Mike Jefferson`, OrderID: 1317, OrderDate: `5/21/2022`, ProductID: 115, ProductName: `Mac Book Air`, UnitPrice: 17200.82, Quantity: 2, ExtendedPrice: 34401.64, Freight: 1610.82, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60175 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `155 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1025, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `155 Market Street, Philadelphia, USA, 60124`, Salesperson: `Max Smith`, OrderID: 1721, OrderDate: `6/15/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 9810.3, Quantity: 2, ExtendedPrice: 19620.6, Freight: 1990.3, Discontinued: false, Region: `South East`, Address: `155 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60124 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `136 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1026, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, Philadelphia, USA, 80120`, Salesperson: `Max Smith`, OrderID: 1266, OrderDate: `12/13/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 25410.64, Quantity: 2, ExtendedPrice: 50821.28, Freight: 1860.64, Discontinued: false, Region: `West`, Address: `136 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80120 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 60186, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1027, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, New York, USA, 60186`, Salesperson: `Mike Jefferson`, OrderID: 1636, OrderDate: `7/7/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 13740.7, Quantity: 4, ExtendedPrice: 54962.8, Freight: 1960.7, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60186 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70193, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1028, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Huston, USA, 70193`, Salesperson: `Ben Jefferson`, OrderID: 1689, OrderDate: `1/2/2022`, ProductID: 192, ProductName: `IPad`, UnitPrice: 8760.83, Quantity: 3, ExtendedPrice: 26282.49, Freight: 490.83, Discontinued: false, Region: `South East`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70193 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `139 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1029, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `139 Wall Street, New York, USA, 80080`, Salesperson: `Anna Black`, OrderID: 1610, OrderDate: `3/17/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19860.82, Quantity: 3, ExtendedPrice: 59582.46, Freight: 1990.82, Discontinued: true, Region: `West`, Address: `139 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 70054, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1030, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `173 Market Street, New York, USA, 70054`, Salesperson: `Ben Jackson`, OrderID: 1404, OrderDate: `12/8/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 12430.21, Quantity: 3, ExtendedPrice: 37290.63, Freight: 880.21, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70054 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `187 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60100, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1031, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Wall Street, New York, USA, 60100`, Salesperson: `Nancy Smith`, OrderID: 1480, OrderDate: `2/8/2022`, ProductID: 181, ProductName: `IPad`, UnitPrice: 26730.66, Quantity: 2, ExtendedPrice: 53461.32, Freight: 510.66, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60100 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `149 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90150, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1032, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `149 Main Street, Los Angeles, USA, 90150`, Salesperson: `Max Jefferson`, OrderID: 1886, OrderDate: `12/2/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 13760.64, Quantity: 3, ExtendedPrice: 41281.92, Freight: 1110.64, Discontinued: false, Region: `West`, Address: `149 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90150 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `124 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1033, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `124 Market Street, Huston, USA, 80175`, Salesperson: `Nancy Smith`, OrderID: 1625, OrderDate: `11/9/2022`, ProductID: 100, ProductName: `IPad`, UnitPrice: 11590.58, Quantity: 3, ExtendedPrice: 34771.74, Freight: 1080.58, Discontinued: false, Region: `South East`, Address: `124 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80175 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `193 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1034, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, Philadelphia, USA, 60165`, Salesperson: `Martin Jackson`, OrderID: 1669, OrderDate: `7/3/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 19220.31, Quantity: 2, ExtendedPrice: 38440.62, Freight: 1130.31, Discontinued: false, Region: `South East`, Address: `193 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60165 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `200 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1035, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `200 Wall Street, Philadelphia, USA, 80146`, Salesperson: `Pamela Jefferson`, OrderID: 1654, OrderDate: `1/7/2022`, ProductID: 155, ProductName: `IPhone`, UnitPrice: 7040.83, Quantity: 2, ExtendedPrice: 14081.66, Freight: 1420.83, Discontinued: false, Region: `North East`, Address: `200 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80146 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `122 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1036, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `122 Market Street, Los Angeles, USA, 80150`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `12/14/2022`, ProductID: 120, ProductName: `Mac Book Air`, UnitPrice: 6530.89, Quantity: 3, ExtendedPrice: 19592.67, Freight: 250.89, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80150 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `128 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1037, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Watson`, OrderID: 1301, OrderDate: `1/25/2022`, ProductID: 166, ProductName: `IPad`, UnitPrice: 11420.23, Quantity: 2, ExtendedPrice: 22840.46, Freight: 950.23, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `119 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60180, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1038, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `119 Market Street, Los Angeles, USA, 60180`, Salesperson: `Pamela Madison`, OrderID: 1385, OrderDate: `6/24/2022`, ProductID: 132, ProductName: `Mac Book Air`, UnitPrice: 29810.6, Quantity: 4, ExtendedPrice: 119242.4, Freight: 220.6, Discontinued: false, Region: `West`, Address: `119 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60180 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90168, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1039, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 90168`, Salesperson: `Martin Smith`, OrderID: 1308, OrderDate: `8/13/2022`, ProductID: 109, ProductName: `Samsung Galaxy 22`, UnitPrice: 20770.59, Quantity: 5, ExtendedPrice: 103852.95, Freight: 1690.59, Discontinued: true, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90168 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1040, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 50118`, Salesperson: `Pamela Black`, OrderID: 1519, OrderDate: `10/4/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 14860.44, Quantity: 2, ExtendedPrice: 29720.88, Freight: 1670.44, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50118 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1041, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Market Street, Los Angeles, USA, 90129`, Salesperson: `Nancy Black`, OrderID: 1118, OrderDate: `2/7/2022`, ProductID: 126, ProductName: `Mac Book Air`, UnitPrice: 28690.85, Quantity: 4, ExtendedPrice: 114763.4, Freight: 500.85, Discontinued: false, Region: `West`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90129 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1042, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50101`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `5/3/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 22630.28, Quantity: 3, ExtendedPrice: 67890.84, Freight: 1200.28, Discontinued: false, Region: `North East`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50101 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90107, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1043, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `177 Market Street, Philadelphia, USA, 90107`, Salesperson: `Martin Jefferson`, OrderID: 1747, OrderDate: `5/11/2022`, ProductID: 133, ProductName: `Mac Book Pro`, UnitPrice: 6930.51, Quantity: 3, ExtendedPrice: 20791.53, Freight: 1660.51, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90107 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `134 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1044, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `134 Market Street, Miami, USA, 70172`, Salesperson: `Mike Smith`, OrderID: 1343, OrderDate: `10/11/2022`, ProductID: 190, ProductName: `Samsung Note`, UnitPrice: 26770.78, Quantity: 4, ExtendedPrice: 107083.12, Freight: 960.78, Discontinued: false, Region: `North East`, Address: `134 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70172 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `117 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1045, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `117 Wall Street, Los Angeles, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1152, OrderDate: `2/25/2022`, ProductID: 101, ProductName: `Mac Book Pro`, UnitPrice: 8790.3, Quantity: 5, ExtendedPrice: 43951.5, Freight: 220.3, Discontinued: false, Region: `South East`, Address: `117 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `156 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60181, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1046, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `156 Wall Street, Philadelphia, USA, 60181`, Salesperson: `Anna Smith`, OrderID: 1823, OrderDate: `10/12/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 9750.55, Quantity: 3, ExtendedPrice: 29251.65, Freight: 1940.55, Discontinued: false, Region: `North East`, Address: `156 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60181 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Main Street`, ShipCity: `New York`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1047, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `122 Main Street, New York, USA, 90182`, Salesperson: `Mike Black`, OrderID: 1548, OrderDate: `5/1/2022`, ProductID: 181, ProductName: `Mac Book Air`, UnitPrice: 11590.37, Quantity: 4, ExtendedPrice: 46361.48, Freight: 900.37, Discontinued: false, Region: `West`, Address: `122 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90182 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `112 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1048, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `112 Market Street, Los Angeles, USA, 60175`, Salesperson: `Mike Madison`, OrderID: 1581, OrderDate: `5/21/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 8800.32, Quantity: 2, ExtendedPrice: 17600.64, Freight: 1820.32, Discontinued: false, Region: `South East`, Address: `112 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60175 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `153 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1049, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `153 Market Street, Los Angeles, USA, 90170`, Salesperson: `Pamela Watson`, OrderID: 1145, OrderDate: `11/13/2022`, ProductID: 151, ProductName: `Mac Book Air`, UnitPrice: 25830.42, Quantity: 3, ExtendedPrice: 77491.26, Freight: 270.42, Discontinued: true, Region: `North East`, Address: `153 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `159 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1050, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `159 Market Street, Huston, USA, 80198`, Salesperson: `Pamela Jefferson`, OrderID: 1455, OrderDate: `12/16/2022`, ProductID: 115, ProductName: `Samsung Galaxy 22`, UnitPrice: 28510.28, Quantity: 2, ExtendedPrice: 57020.56, Freight: 1450.28, Discontinued: false, Region: `West`, Address: `159 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80198 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `125 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1051, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Miami, USA, 70160`, Salesperson: `Anna Jefferson`, OrderID: 1787, OrderDate: `1/3/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 18830.35, Quantity: 3, ExtendedPrice: 56491.05, Freight: 1770.35, Discontinued: false, Region: `South East`, Address: `125 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70160 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `114 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1052, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `114 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Anna Madison`, OrderID: 1591, OrderDate: `4/6/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18840.75, Quantity: 2, ExtendedPrice: 37681.5, Freight: 710.75, Discontinued: false, Region: `West`, Address: `114 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `193 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1053, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Los Angeles, USA, 70170`, Salesperson: `Anna Jackson`, OrderID: 1020, OrderDate: `7/20/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 15250.55, Quantity: 3, ExtendedPrice: 45751.65, Freight: 980.55, Discontinued: false, Region: `West`, Address: `193 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70170 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1054, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Huston, USA, 50127`, Salesperson: `James Black`, OrderID: 1770, OrderDate: `3/24/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 14910.59, Quantity: 5, ExtendedPrice: 74552.95, Freight: 1330.59, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50127 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `146 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1055, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `146 Market Street, Miami, USA, 60064`, Salesperson: `Mike Smith`, OrderID: 1766, OrderDate: `10/23/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 16740.86, Quantity: 3, ExtendedPrice: 50222.58, Freight: 580.86, Discontinued: false, Region: `West`, Address: `146 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1056, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `163 Market Street, Los Angeles, USA, 90158`, Salesperson: `Martin Jefferson`, OrderID: 1415, OrderDate: `9/2/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 25190.37, Quantity: 3, ExtendedPrice: 75571.11, Freight: 1060.37, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90158 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `171 Main Street`, ShipCity: `New York`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1057, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `171 Main Street, New York, USA, 50163`, Salesperson: `Martin Smith`, OrderID: 1430, OrderDate: `9/2/2022`, ProductID: 120, ProductName: `Samsung Note`, UnitPrice: 26340.71, Quantity: 2, ExtendedPrice: 52681.42, Freight: 770.71, Discontinued: false, Region: `North East`, Address: `171 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50163 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `195 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1058, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Philadelphia, USA, 60159`, Salesperson: `Ben Black`, OrderID: 1903, OrderDate: `2/19/2022`, ProductID: 161, ProductName: `IPad`, UnitPrice: 6290.33, Quantity: 5, ExtendedPrice: 31451.65, Freight: 890.33, Discontinued: false, Region: `South East`, Address: `195 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60159 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1059, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 50154`, Salesperson: `Anna Madison`, OrderID: 1578, OrderDate: `6/5/2022`, ProductID: 103, ProductName: `Samsung Galaxy 22`, UnitPrice: 20240.82, Quantity: 5, ExtendedPrice: 101204.1, Freight: 1490.82, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50154 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `103 Market Street`, ShipCity: `New York`, ShipPostalCode: 70081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1060, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, New York, USA, 70081`, Salesperson: `Pamela Jackson`, OrderID: 1142, OrderDate: `4/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 9790.41, Quantity: 3, ExtendedPrice: 29371.23, Freight: 980.41, Discontinued: false, Region: `South East`, Address: `103 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70081 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `187 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1061, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `187 Market Street, Los Angeles, USA, 70141`, Salesperson: `Ben Jefferson`, OrderID: 1871, OrderDate: `8/20/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 28960.39, Quantity: 2, ExtendedPrice: 57920.78, Freight: 1280.39, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70141 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1062, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50068`, Salesperson: `Martin Watson`, OrderID: 1747, OrderDate: `1/20/2022`, ProductID: 198, ProductName: `Mac Book Pro`, UnitPrice: 12530.74, Quantity: 4, ExtendedPrice: 50122.96, Freight: 480.74, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50068 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `109 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1063, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `109 Market Street, Los Angeles, USA, 90197`, Salesperson: `James Black`, OrderID: 1881, OrderDate: `11/6/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 29810.51, Quantity: 2, ExtendedPrice: 59621.02, Freight: 750.51, Discontinued: false, Region: `North East`, Address: `109 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `155 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1064, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `155 Market Street, Los Angeles, USA, 50184`, Salesperson: `Mike Madison`, OrderID: 1172, OrderDate: `5/14/2022`, ProductID: 154, ProductName: `IPhone`, UnitPrice: 11440.88, Quantity: 2, ExtendedPrice: 22881.76, Freight: 1570.88, Discontinued: false, Region: `West`, Address: `155 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50184 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `136 Main Street`, ShipCity: `New York`, ShipPostalCode: 60147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1065, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `136 Main Street, New York, USA, 60147`, Salesperson: `James Jefferson`, OrderID: 1538, OrderDate: `2/4/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 18340.25, Quantity: 5, ExtendedPrice: 91701.25, Freight: 1730.25, Discontinued: false, Region: `South East`, Address: `136 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60147 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1066, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `184 Wall Street, Miami, USA, 60091`, Salesperson: `Ben Jackson`, OrderID: 1863, OrderDate: `2/6/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 6690.4, Quantity: 5, ExtendedPrice: 33452, Freight: 930.4, Discontinued: false, Region: `West`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60091 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `103 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1067, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `103 Market Street, Philadelphia, USA, 80170`, Salesperson: `Max Black`, OrderID: 1476, OrderDate: `1/13/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 29040.31, Quantity: 5, ExtendedPrice: 145201.55, Freight: 1070.31, Discontinued: false, Region: `West`, Address: `103 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80170 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `104 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1068, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Market Street, Los Angeles, USA, 80188`, Salesperson: `Martin Watson`, OrderID: 1131, OrderDate: `9/13/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 6780.79, Quantity: 4, ExtendedPrice: 27123.16, Freight: 600.79, Discontinued: false, Region: `South East`, Address: `104 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80188 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1069, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `140 Main Street, New York, USA, 90197`, Salesperson: `Anna Smith`, OrderID: 1829, OrderDate: `2/18/2022`, ProductID: 152, ProductName: `Samsung Note`, UnitPrice: 20150.52, Quantity: 4, ExtendedPrice: 80602.08, Freight: 1840.52, Discontinued: true, Region: `North East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90197 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `172 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90159, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1070, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `172 Wall Street, Philadelphia, USA, 90159`, Salesperson: `Pamela Watson`, OrderID: 1082, OrderDate: `10/1/2022`, ProductID: 164, ProductName: `IPad`, UnitPrice: 23810.31, Quantity: 2, ExtendedPrice: 47620.62, Freight: 320.31, Discontinued: false, Region: `West`, Address: `172 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90159 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1071, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `147 Wall Street, Huston, USA, 90173`, Salesperson: `Martin Smith`, OrderID: 1449, OrderDate: `1/21/2022`, ProductID: 111, ProductName: `Mac Book Pro`, UnitPrice: 8280.25, Quantity: 4, ExtendedPrice: 33121, Freight: 860.25, Discontinued: false, Region: `South East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90173 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1072, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `161 Main Street, Huston, USA, 90102`, Salesperson: `Nancy Black`, OrderID: 1609, OrderDate: `9/22/2022`, ProductID: 197, ProductName: `Samsung Note`, UnitPrice: 16740.35, Quantity: 4, ExtendedPrice: 66961.4, Freight: 1940.35, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90102 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `102 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1073, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `102 Market Street, Miami, USA, 70124`, Salesperson: `Anna Smith`, OrderID: 1984, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 14660.66, Quantity: 3, ExtendedPrice: 43981.98, Freight: 1910.66, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70124 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `139 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1074, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `139 Market Street, Miami, USA, 90134`, Salesperson: `Max Jackson`, OrderID: 1060, OrderDate: `3/11/2022`, ProductID: 154, ProductName: `Mac Book Pro`, UnitPrice: 14460.37, Quantity: 4, ExtendedPrice: 57841.48, Freight: 1020.37, Discontinued: false, Region: `West`, Address: `139 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90134 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `132 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1075, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `132 Market Street, Philadelphia, USA, 60055`, Salesperson: `Pamela Madison`, OrderID: 1213, OrderDate: `9/3/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 19340.74, Quantity: 3, ExtendedPrice: 58022.22, Freight: 1370.74, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60055 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `192 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90135, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1076, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `192 Market Street, Miami, USA, 90135`, Salesperson: `Nancy Madison`, OrderID: 1563, OrderDate: `5/8/2022`, ProductID: 162, ProductName: `Samsung Note`, UnitPrice: 12670.48, Quantity: 2, ExtendedPrice: 25340.96, Freight: 1870.48, Discontinued: false, Region: `South East`, Address: `192 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90135 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `108 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1077, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `108 Wall Street, Miami, USA, 90156`, Salesperson: `Max Smith`, OrderID: 1087, OrderDate: `6/24/2022`, ProductID: 194, ProductName: `Samsung Galaxy 22`, UnitPrice: 6860.84, Quantity: 3, ExtendedPrice: 20582.52, Freight: 1880.84, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90156 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `162 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1078, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `162 Wall Street, New York, USA, 80121`, Salesperson: `Anna Black`, OrderID: 1663, OrderDate: `9/5/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 29550.53, Quantity: 5, ExtendedPrice: 147752.65, Freight: 1270.53, Discontinued: false, Region: `South East`, Address: `162 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80121 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `165 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1079, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `165 Main Street, Los Angeles, USA, 70057`, Salesperson: `James Watson`, OrderID: 1724, OrderDate: `5/6/2022`, ProductID: 180, ProductName: `IPad`, UnitPrice: 13560.61, Quantity: 3, ExtendedPrice: 40681.83, Freight: 760.61, Discontinued: true, Region: `North East`, Address: `165 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70057 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `162 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1080, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `162 Main Street, Huston, USA, 60057`, Salesperson: `Anna Watson`, OrderID: 1156, OrderDate: `10/5/2022`, ProductID: 157, ProductName: `Samsung Galaxy 22`, UnitPrice: 17220.59, Quantity: 3, ExtendedPrice: 51661.77, Freight: 1550.59, Discontinued: false, Region: `North East`, Address: `162 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60057 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `126 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1081, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `126 Main Street, Miami, USA, 70200`, Salesperson: `Ben Watson`, OrderID: 1982, OrderDate: `9/11/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 25780.79, Quantity: 2, ExtendedPrice: 51561.58, Freight: 680.79, Discontinued: false, Region: `South East`, Address: `126 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70200 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `105 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1082, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `105 Wall Street, Huston, USA, 80141`, Salesperson: `Pamela Watson`, OrderID: 1462, OrderDate: `6/6/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 16990.62, Quantity: 2, ExtendedPrice: 33981.24, Freight: 710.62, Discontinued: false, Region: `West`, Address: `105 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80141 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `113 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1083, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `113 Market Street, Philadelphia, USA, 50187`, Salesperson: `Martin Jefferson`, OrderID: 1698, OrderDate: `5/16/2022`, ProductID: 148, ProductName: `IPhone`, UnitPrice: 16930.87, Quantity: 4, ExtendedPrice: 67723.48, Freight: 1080.87, Discontinued: false, Region: `North East`, Address: `113 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50187 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 80172, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1084, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `164 Main Street, New York, USA, 80172`, Salesperson: `Mike Jackson`, OrderID: 1300, OrderDate: `11/11/2022`, ProductID: 164, ProductName: `IPhone`, UnitPrice: 8120.59, Quantity: 4, ExtendedPrice: 32482.36, Freight: 1140.59, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80172 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90074, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1085, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `108 Main Street, Philadelphia, USA, 90074`, Salesperson: `Nancy Madison`, OrderID: 1401, OrderDate: `12/3/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 6160.25, Quantity: 4, ExtendedPrice: 24641, Freight: 1600.25, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90074 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `175 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1086, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `175 Main Street, Huston, USA, 80111`, Salesperson: `Nancy Watson`, OrderID: 1474, OrderDate: `9/1/2022`, ProductID: 138, ProductName: `Mac Book Air`, UnitPrice: 7220.7, Quantity: 4, ExtendedPrice: 28882.8, Freight: 1530.7, Discontinued: false, Region: `West`, Address: `175 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80111 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80173, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1087, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Wall Street, Miami, USA, 80173`, Salesperson: `Martin Jackson`, OrderID: 1678, OrderDate: `5/6/2022`, ProductID: 190, ProductName: `IPad`, UnitPrice: 17990.28, Quantity: 4, ExtendedPrice: 71961.12, Freight: 1420.28, Discontinued: false, Region: `South East`, Address: `102 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80173 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `163 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50105, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1088, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Philadelphia, USA, 50105`, Salesperson: `Martin Black`, OrderID: 1384, OrderDate: `4/16/2022`, ProductID: 156, ProductName: `Mac Book Pro`, UnitPrice: 15460.27, Quantity: 3, ExtendedPrice: 46380.81, Freight: 1250.27, Discontinued: false, Region: `West`, Address: `163 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50105 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `165 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90075, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1089, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `165 Wall Street, Huston, USA, 90075`, Salesperson: `Nancy Jefferson`, OrderID: 1223, OrderDate: `7/20/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 15450.62, Quantity: 2, ExtendedPrice: 30901.24, Freight: 1350.62, Discontinued: true, Region: `North East`, Address: `165 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90075 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `140 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1090, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Wall Street, New York, USA, 80134`, Salesperson: `Anna Watson`, OrderID: 1189, OrderDate: `10/5/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 15460.25, Quantity: 5, ExtendedPrice: 77301.25, Freight: 840.25, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80134 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `191 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80168, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1091, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `191 Wall Street, Los Angeles, USA, 80168`, Salesperson: `Anna Madison`, OrderID: 1657, OrderDate: `8/7/2022`, ProductID: 154, ProductName: `IPad`, UnitPrice: 24990.6, Quantity: 5, ExtendedPrice: 124953, Freight: 1890.6, Discontinued: false, Region: `South East`, Address: `191 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80168 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `111 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60130, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1092, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `111 Market Street, Los Angeles, USA, 60130`, Salesperson: `Ben Jackson`, OrderID: 1818, OrderDate: `12/2/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 19750.45, Quantity: 4, ExtendedPrice: 79001.8, Freight: 1840.45, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60130 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `190 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1093, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, Los Angeles, USA, 50162`, Salesperson: `Mike Watson`, OrderID: 1117, OrderDate: `10/12/2022`, ProductID: 176, ProductName: `Samsung Note`, UnitPrice: 15390.57, Quantity: 5, ExtendedPrice: 76952.85, Freight: 1500.57, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50162 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70156, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1094, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `121 Main Street, Miami, USA, 70156`, Salesperson: `Mike Jackson`, OrderID: 1188, OrderDate: `11/23/2022`, ProductID: 177, ProductName: `IPad`, UnitPrice: 23120.28, Quantity: 3, ExtendedPrice: 69360.84, Freight: 1670.28, Discontinued: false, Region: `South East`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70156 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1095, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `120 Main Street, Miami, USA, 60082`, Salesperson: `Nancy Smith`, OrderID: 1673, OrderDate: `1/25/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 16310.31, Quantity: 4, ExtendedPrice: 65241.24, Freight: 370.31, Discontinued: false, Region: `South East`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60082 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90125, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1096, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 90125`, Salesperson: `Pamela Smith`, OrderID: 1048, OrderDate: `8/6/2022`, ProductID: 148, ProductName: `Mac Book Pro`, UnitPrice: 14920.59, Quantity: 2, ExtendedPrice: 29841.18, Freight: 1110.59, Discontinued: false, Region: `West`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90125 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `125 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80199, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1097, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Main Street, Los Angeles, USA, 80199`, Salesperson: `Pamela Black`, OrderID: 1336, OrderDate: `6/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 11370.4, Quantity: 5, ExtendedPrice: 56852, Freight: 1210.4, Discontinued: false, Region: `West`, Address: `125 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80199 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `109 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1098, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `109 Wall Street, Miami, USA, 60118`, Salesperson: `James Madison`, OrderID: 1049, OrderDate: `2/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 18730.79, Quantity: 5, ExtendedPrice: 93653.95, Freight: 300.79, Discontinued: false, Region: `South East`, Address: `109 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `149 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1099, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `149 Main Street, Miami, USA, 50128`, Salesperson: `James Watson`, OrderID: 1292, OrderDate: `3/15/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 16730.48, Quantity: 5, ExtendedPrice: 83652.4, Freight: 1320.48, Discontinued: true, Region: `North East`, Address: `149 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1100, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `183 Wall Street, New York, USA, 50089`, Salesperson: `Max Watson`, OrderID: 1724, OrderDate: `9/22/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 23370.51, Quantity: 3, ExtendedPrice: 70111.53, Freight: 1200.51, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50089 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1101, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 60110`, Salesperson: `Martin Black`, OrderID: 1154, OrderDate: `4/13/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 24870.49, Quantity: 4, ExtendedPrice: 99481.96, Freight: 1200.49, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60110 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `153 Market Street`, ShipCity: `New York`, ShipPostalCode: 60113, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1102, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `153 Market Street, New York, USA, 60113`, Salesperson: `Nancy Black`, OrderID: 1333, OrderDate: `2/24/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 12710.8, Quantity: 4, ExtendedPrice: 50843.2, Freight: 1520.8, Discontinued: false, Region: `North East`, Address: `153 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60113 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `185 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1103, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Miami, USA, 60118`, Salesperson: `Max Black`, OrderID: 1243, OrderDate: `2/7/2022`, ProductID: 124, ProductName: `Samsung Galaxy 22`, UnitPrice: 16270.33, Quantity: 4, ExtendedPrice: 65081.32, Freight: 1050.33, Discontinued: false, Region: `West`, Address: `185 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60118 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80055, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1104, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Market Street, Miami, USA, 80055`, Salesperson: `Nancy Madison`, OrderID: 1090, OrderDate: `12/2/2022`, ProductID: 106, ProductName: `Mac Book Pro`, UnitPrice: 25150.85, Quantity: 5, ExtendedPrice: 125754.25, Freight: 560.85, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80055 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `185 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1105, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `185 Market Street, Los Angeles, USA, 60149`, Salesperson: `Martin Madison`, OrderID: 1697, OrderDate: `10/12/2022`, ProductID: 193, ProductName: `Mac Book Air`, UnitPrice: 18440.22, Quantity: 5, ExtendedPrice: 92201.1, Freight: 1030.22, Discontinued: false, Region: `North East`, Address: `185 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60149 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `110 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1106, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `110 Wall Street, Los Angeles, USA, 90160`, Salesperson: `Mike Jefferson`, OrderID: 1868, OrderDate: `6/20/2022`, ProductID: 166, ProductName: `Samsung Galaxy 22`, UnitPrice: 10990.49, Quantity: 5, ExtendedPrice: 54952.45, Freight: 1250.49, Discontinued: false, Region: `North East`, Address: `110 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90160 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `124 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90129, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1107, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Miami, USA, 90129`, Salesperson: `Max Madison`, OrderID: 1419, OrderDate: `11/8/2022`, ProductID: 119, ProductName: `Mac Book Air`, UnitPrice: 9310.28, Quantity: 3, ExtendedPrice: 27930.84, Freight: 1660.28, Discontinued: false, Region: `West`, Address: `124 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90129 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `144 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80145, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1108, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `144 Wall Street, Huston, USA, 80145`, Salesperson: `Mike Smith`, OrderID: 1103, OrderDate: `5/14/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 5130.33, Quantity: 2, ExtendedPrice: 10260.66, Freight: 1840.33, Discontinued: false, Region: `North East`, Address: `144 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80145 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `200 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1109, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Main Street, Philadelphia, USA, 50073`, Salesperson: `Max Jackson`, OrderID: 1461, OrderDate: `6/13/2022`, ProductID: 153, ProductName: `Mac Book Pro`, UnitPrice: 23080.59, Quantity: 3, ExtendedPrice: 69241.77, Freight: 540.59, Discontinued: true, Region: `West`, Address: `200 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50073 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `196 Market Street`, ShipCity: `New York`, ShipPostalCode: 70070, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1110, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `196 Market Street, New York, USA, 70070`, Salesperson: `Nancy Smith`, OrderID: 1713, OrderDate: `3/6/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 29390.58, Quantity: 3, ExtendedPrice: 88171.74, Freight: 1170.58, Discontinued: false, Region: `West`, Address: `196 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70070 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `154 Main Street`, ShipCity: `New York`, ShipPostalCode: 70167, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1111, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `154 Main Street, New York, USA, 70167`, Salesperson: `Pamela Jackson`, OrderID: 1956, OrderDate: `1/2/2022`, ProductID: 156, ProductName: `Samsung Note`, UnitPrice: 24870.88, Quantity: 2, ExtendedPrice: 49741.76, Freight: 1360.88, Discontinued: false, Region: `North East`, Address: `154 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70167 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1112, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, Miami, USA, 90055`, Salesperson: `Anna Madison`, OrderID: 1530, OrderDate: `10/15/2022`, ProductID: 113, ProductName: `IPad`, UnitPrice: 24570.87, Quantity: 4, ExtendedPrice: 98283.48, Freight: 930.87, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90055 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `200 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70105, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1113, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `200 Market Street, Huston, USA, 70105`, Salesperson: `James Jackson`, OrderID: 1488, OrderDate: `7/13/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 23860.57, Quantity: 4, ExtendedPrice: 95442.28, Freight: 1130.57, Discontinued: false, Region: `North East`, Address: `200 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70105 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `181 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1114, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `181 Main Street, Philadelphia, USA, 80175`, Salesperson: `Max Jackson`, OrderID: 1143, OrderDate: `6/13/2022`, ProductID: 144, ProductName: `Mac Book Air`, UnitPrice: 28390.63, Quantity: 5, ExtendedPrice: 141953.15, Freight: 300.63, Discontinued: false, Region: `North East`, Address: `181 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80175 }),
+ new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `137 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1115, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `137 Market Street, Huston, USA, 50144`, Salesperson: `Martin Jackson`, OrderID: 1274, OrderDate: `4/8/2022`, ProductID: 134, ProductName: `IPad`, UnitPrice: 22580.34, Quantity: 2, ExtendedPrice: 45160.68, Freight: 1720.34, Discontinued: false, Region: `South East`, Address: `137 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50144 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `186 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70112, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1116, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `186 Main Street, Los Angeles, USA, 70112`, Salesperson: `Mike Jefferson`, OrderID: 1597, OrderDate: `8/6/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 28490.48, Quantity: 3, ExtendedPrice: 85471.44, Freight: 760.48, Discontinued: false, Region: `South East`, Address: `186 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70112 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `152 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1117, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `152 Wall Street, Huston, USA, 50080`, Salesperson: `Max Jackson`, OrderID: 1632, OrderDate: `4/15/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 20680.38, Quantity: 5, ExtendedPrice: 103401.9, Freight: 490.38, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50080 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60136, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1118, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Wall Street, Huston, USA, 60136`, Salesperson: `Mike Watson`, OrderID: 1461, OrderDate: `4/21/2022`, ProductID: 118, ProductName: `Samsung Note`, UnitPrice: 6990.24, Quantity: 5, ExtendedPrice: 34951.2, Freight: 460.24, Discontinued: false, Region: `North East`, Address: `147 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60136 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `161 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1119, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `161 Market Street, Huston, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1380, OrderDate: `1/3/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 26540.79, Quantity: 5, ExtendedPrice: 132703.95, Freight: 470.79, Discontinued: true, Region: `West`, Address: `161 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80121 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `118 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1120, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `118 Main Street, Philadelphia, USA, 50189`, Salesperson: `Ben Watson`, OrderID: 1658, OrderDate: `1/4/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 16830.41, Quantity: 5, ExtendedPrice: 84152.05, Freight: 1660.41, Discontinued: false, Region: `West`, Address: `118 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50189 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `186 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1121, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `186 Market Street, Miami, USA, 60097`, Salesperson: `Nancy Watson`, OrderID: 1754, OrderDate: `7/3/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 5030.24, Quantity: 3, ExtendedPrice: 15090.72, Freight: 1660.24, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60097 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1122, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `191 Main Street, Los Angeles, USA, 90155`, Salesperson: `Anna Madison`, OrderID: 1279, OrderDate: `3/14/2022`, ProductID: 151, ProductName: `IPhone`, UnitPrice: 23590.82, Quantity: 3, ExtendedPrice: 70772.46, Freight: 1120.82, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `New York`, ShipPostalCode: 80075, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1123, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, New York, USA, 80075`, Salesperson: `Martin Jackson`, OrderID: 1310, OrderDate: `11/7/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 26450.4, Quantity: 5, ExtendedPrice: 132252, Freight: 420.4, Discontinued: false, Region: `South East`, Address: `190 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80075 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1124, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `160 Market Street, Philadelphia, USA, 80067`, Salesperson: `Ben Jackson`, OrderID: 1920, OrderDate: `12/17/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 23660.88, Quantity: 4, ExtendedPrice: 94643.52, Freight: 1220.88, Discontinued: false, Region: `North East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80067 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1125, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `151 Wall Street, Miami, USA, 90124`, Salesperson: `Mike Watson`, OrderID: 1497, OrderDate: `2/21/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 15940.51, Quantity: 5, ExtendedPrice: 79702.55, Freight: 1880.51, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90124 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `151 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70173, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1126, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `151 Market Street, Huston, USA, 70173`, Salesperson: `Pamela Jefferson`, OrderID: 1925, OrderDate: `2/15/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 13350.7, Quantity: 5, ExtendedPrice: 66753.5, Freight: 720.7, Discontinued: false, Region: `West`, Address: `151 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70173 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1127, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `114 Main Street, Miami, USA, 80067`, Salesperson: `Pamela Black`, OrderID: 1338, OrderDate: `5/19/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 20820.82, Quantity: 4, ExtendedPrice: 83283.28, Freight: 1570.82, Discontinued: false, Region: `South East`, Address: `114 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80067 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `189 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1128, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `189 Wall Street, Philadelphia, USA, 80157`, Salesperson: `Ben Watson`, OrderID: 1794, OrderDate: `9/9/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 25550.56, Quantity: 4, ExtendedPrice: 102202.24, Freight: 400.56, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80157 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `198 Main Street`, ShipCity: `New York`, ShipPostalCode: 60169, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1129, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `198 Main Street, New York, USA, 60169`, Salesperson: `James Black`, OrderID: 1108, OrderDate: `2/5/2022`, ProductID: 194, ProductName: `Mac Book Air`, UnitPrice: 10890.26, Quantity: 3, ExtendedPrice: 32670.78, Freight: 760.26, Discontinued: true, Region: `South East`, Address: `198 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60169 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1130, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Los Angeles, USA, 60117`, Salesperson: `Pamela Jackson`, OrderID: 1953, OrderDate: `11/24/2022`, ProductID: 179, ProductName: `Samsung Note`, UnitPrice: 19940.84, Quantity: 3, ExtendedPrice: 59822.52, Freight: 890.84, Discontinued: false, Region: `West`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60117 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90090, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1131, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `192 Main Street, Los Angeles, USA, 90090`, Salesperson: `Max Jefferson`, OrderID: 1337, OrderDate: `10/10/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 18640.31, Quantity: 2, ExtendedPrice: 37280.62, Freight: 280.31, Discontinued: false, Region: `South East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90090 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1132, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Miami, USA, 50136`, Salesperson: `Nancy Jefferson`, OrderID: 1617, OrderDate: `4/10/2022`, ProductID: 148, ProductName: `Samsung Galaxy 22`, UnitPrice: 26140.37, Quantity: 2, ExtendedPrice: 52280.74, Freight: 1270.37, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50136 }),
+ new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `164 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1133, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `164 Wall Street, Huston, USA, 70190`, Salesperson: `Nancy Watson`, OrderID: 1222, OrderDate: `3/15/2022`, ProductID: 140, ProductName: `IPad`, UnitPrice: 20540.74, Quantity: 3, ExtendedPrice: 61622.22, Freight: 1190.74, Discontinued: false, Region: `West`, Address: `164 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1134, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `118 Main Street, Huston, USA, 60126`, Salesperson: `Pamela Jefferson`, OrderID: 1888, OrderDate: `7/3/2022`, ProductID: 133, ProductName: `Samsung Galaxy 22`, UnitPrice: 25970.39, Quantity: 2, ExtendedPrice: 51940.78, Freight: 1110.39, Discontinued: false, Region: `North East`, Address: `118 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60126 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1135, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Wall Street, Philadelphia, USA, 50093`, Salesperson: `Nancy Jefferson`, OrderID: 1661, OrderDate: `5/14/2022`, ProductID: 199, ProductName: `Mac Book Air`, UnitPrice: 12190.38, Quantity: 2, ExtendedPrice: 24380.76, Freight: 1670.38, Discontinued: false, Region: `North East`, Address: `145 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50093 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `174 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1136, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `174 Wall Street, Los Angeles, USA, 70094`, Salesperson: `Max Madison`, OrderID: 1495, OrderDate: `1/19/2022`, ProductID: 188, ProductName: `Mac Book Pro`, UnitPrice: 18310.54, Quantity: 5, ExtendedPrice: 91552.7, Freight: 810.54, Discontinued: false, Region: `West`, Address: `174 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70094 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `146 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1137, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `146 Wall Street, Philadelphia, USA, 90093`, Salesperson: `Mike Smith`, OrderID: 1649, OrderDate: `1/4/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 6400.45, Quantity: 3, ExtendedPrice: 19201.35, Freight: 220.45, Discontinued: false, Region: `West`, Address: `146 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90093 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `181 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1138, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `181 Main Street, Miami, USA, 80117`, Salesperson: `Mike Black`, OrderID: 1152, OrderDate: `5/12/2022`, ProductID: 172, ProductName: `Mac Book Pro`, UnitPrice: 26760.58, Quantity: 5, ExtendedPrice: 133802.9, Freight: 1480.58, Discontinued: false, Region: `West`, Address: `181 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `183 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1139, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `183 Wall Street, Philadelphia, USA, 70191`, Salesperson: `Nancy Jefferson`, OrderID: 1471, OrderDate: `5/19/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 22030.88, Quantity: 5, ExtendedPrice: 110154.4, Freight: 990.88, Discontinued: true, Region: `West`, Address: `183 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70191 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `100 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1140, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `100 Wall Street, Philadelphia, USA, 80082`, Salesperson: `Max Madison`, OrderID: 1793, OrderDate: `3/16/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 20230.42, Quantity: 3, ExtendedPrice: 60691.26, Freight: 1990.42, Discontinued: false, Region: `West`, Address: `100 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80082 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `173 Market Street`, ShipCity: `New York`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1141, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `173 Market Street, New York, USA, 90155`, Salesperson: `Pamela Black`, OrderID: 1928, OrderDate: `8/24/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 24460.68, Quantity: 2, ExtendedPrice: 48921.36, Freight: 1840.68, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90155 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `171 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60087, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1142, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Market Street, Philadelphia, USA, 60087`, Salesperson: `Pamela Madison`, OrderID: 1027, OrderDate: `1/25/2022`, ProductID: 145, ProductName: `Samsung Note`, UnitPrice: 6010.73, Quantity: 3, ExtendedPrice: 18032.19, Freight: 1860.73, Discontinued: false, Region: `West`, Address: `171 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60087 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `175 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1143, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, Huston, USA, 60122`, Salesperson: `Pamela Jackson`, OrderID: 1700, OrderDate: `12/10/2022`, ProductID: 150, ProductName: `Mac Book Pro`, UnitPrice: 22030.36, Quantity: 2, ExtendedPrice: 44060.72, Freight: 940.36, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60122 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `174 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90071, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1144, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `174 Main Street, Miami, USA, 90071`, Salesperson: `Mike Jackson`, OrderID: 1769, OrderDate: `2/20/2022`, ProductID: 183, ProductName: `Mac Book Air`, UnitPrice: 25890.72, Quantity: 3, ExtendedPrice: 77672.16, Freight: 1540.72, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90071 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `100 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1145, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `100 Market Street, Huston, USA, 90059`, Salesperson: `Max Jefferson`, OrderID: 1835, OrderDate: `5/15/2022`, ProductID: 142, ProductName: `Samsung Note`, UnitPrice: 28310.48, Quantity: 3, ExtendedPrice: 84931.44, Freight: 2000.48, Discontinued: false, Region: `West`, Address: `100 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90059 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `120 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90120, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1146, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `120 Market Street, Miami, USA, 90120`, Salesperson: `Max Jefferson`, OrderID: 1787, OrderDate: `5/16/2022`, ProductID: 104, ProductName: `IPad`, UnitPrice: 8410.44, Quantity: 2, ExtendedPrice: 16820.88, Freight: 1620.44, Discontinued: false, Region: `West`, Address: `120 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90120 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `163 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80132, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1147, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `163 Wall Street, Los Angeles, USA, 80132`, Salesperson: `Pamela Watson`, OrderID: 1026, OrderDate: `7/10/2022`, ProductID: 130, ProductName: `Samsung Note`, UnitPrice: 13650.42, Quantity: 3, ExtendedPrice: 40951.26, Freight: 750.42, Discontinued: false, Region: `West`, Address: `163 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80132 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `169 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1148, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `169 Wall Street, Huston, USA, 90138`, Salesperson: `Anna Smith`, OrderID: 1805, OrderDate: `1/6/2022`, ProductID: 126, ProductName: `Samsung Note`, UnitPrice: 29130.32, Quantity: 4, ExtendedPrice: 116521.28, Freight: 800.32, Discontinued: false, Region: `West`, Address: `169 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90138 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1149, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, Miami, USA, 60152`, Salesperson: `Ben Jackson`, OrderID: 1292, OrderDate: `10/3/2022`, ProductID: 178, ProductName: `IPhone`, UnitPrice: 9150.64, Quantity: 5, ExtendedPrice: 45753.2, Freight: 1530.64, Discontinued: true, Region: `North East`, Address: `167 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60152 }),
+ new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `194 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80133, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1150, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `194 Wall Street, Philadelphia, USA, 80133`, Salesperson: `Martin Watson`, OrderID: 1240, OrderDate: `10/14/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 22900.38, Quantity: 5, ExtendedPrice: 114501.9, Freight: 1500.38, Discontinued: false, Region: `North East`, Address: `194 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80133 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `168 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60104, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1151, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `168 Wall Street, New York, USA, 60104`, Salesperson: `Martin Madison`, OrderID: 1307, OrderDate: `5/19/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 18330.33, Quantity: 5, ExtendedPrice: 91651.65, Freight: 1960.33, Discontinued: false, Region: `North East`, Address: `168 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60104 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 60149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1152, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `122 Market Street, New York, USA, 60149`, Salesperson: `Mike Madison`, OrderID: 1360, OrderDate: `11/2/2022`, ProductID: 141, ProductName: `Mac Book Pro`, UnitPrice: 8620.6, Quantity: 2, ExtendedPrice: 17241.2, Freight: 950.6, Discontinued: false, Region: `South East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60149 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80098, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1153, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Philadelphia, USA, 80098`, Salesperson: `James Black`, OrderID: 1445, OrderDate: `11/2/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 27180.5, Quantity: 2, ExtendedPrice: 54361, Freight: 790.5, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80098 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1154, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 90111`, Salesperson: `Anna Jackson`, OrderID: 1014, OrderDate: `1/24/2022`, ProductID: 185, ProductName: `Mac Book Air`, UnitPrice: 14760.63, Quantity: 2, ExtendedPrice: 29521.26, Freight: 1520.63, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90111 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `154 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1155, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `154 Wall Street, Huston, USA, 60050`, Salesperson: `Nancy Smith`, OrderID: 1845, OrderDate: `4/8/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 22600.77, Quantity: 4, ExtendedPrice: 90403.08, Freight: 670.77, Discontinued: false, Region: `North East`, Address: `154 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60050 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `188 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1156, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `188 Main Street, Philadelphia, USA, 80121`, Salesperson: `Martin Jefferson`, OrderID: 1587, OrderDate: `5/13/2022`, ProductID: 174, ProductName: `Samsung Note`, UnitPrice: 17020.74, Quantity: 2, ExtendedPrice: 34041.48, Freight: 1490.74, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80121 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `181 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1157, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `181 Wall Street, Huston, USA, 90097`, Salesperson: `Anna Madison`, OrderID: 1706, OrderDate: `5/22/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 21780.43, Quantity: 3, ExtendedPrice: 65341.29, Freight: 1650.43, Discontinued: false, Region: `North East`, Address: `181 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `171 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1158, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `171 Wall Street, Miami, USA, 50118`, Salesperson: `Max Smith`, OrderID: 1335, OrderDate: `6/16/2022`, ProductID: 116, ProductName: `IPad`, UnitPrice: 7560.43, Quantity: 3, ExtendedPrice: 22681.29, Freight: 1140.43, Discontinued: false, Region: `West`, Address: `171 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50118 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `193 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1159, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `193 Market Street, Philadelphia, USA, 70176`, Salesperson: `Martin Black`, OrderID: 1003, OrderDate: `9/11/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 15510.7, Quantity: 5, ExtendedPrice: 77553.5, Freight: 200.7, Discontinued: true, Region: `West`, Address: `193 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70176 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1160, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `125 Market Street, Philadelphia, USA, 80142`, Salesperson: `Martin Madison`, OrderID: 1723, OrderDate: `3/14/2022`, ProductID: 179, ProductName: `IPhone`, UnitPrice: 14760.6, Quantity: 3, ExtendedPrice: 44281.8, Freight: 1650.6, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80142 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1161, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `128 Main Street, Philadelphia, USA, 70111`, Salesperson: `Max Jackson`, OrderID: 1810, OrderDate: `1/18/2022`, ProductID: 117, ProductName: `IPad`, UnitPrice: 19620.55, Quantity: 5, ExtendedPrice: 98102.75, Freight: 1030.55, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70111 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1162, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 90058`, Salesperson: `Pamela Madison`, OrderID: 1224, OrderDate: `2/2/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 9130.21, Quantity: 2, ExtendedPrice: 18260.42, Freight: 1110.21, Discontinued: false, Region: `West`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `145 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50176, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1163, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `145 Main Street, Philadelphia, USA, 50176`, Salesperson: `Mike Smith`, OrderID: 1265, OrderDate: `4/22/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 15210.29, Quantity: 2, ExtendedPrice: 30420.58, Freight: 1470.29, Discontinued: false, Region: `South East`, Address: `145 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50176 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `123 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1164, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `123 Main Street, Philadelphia, USA, 90058`, Salesperson: `Martin Watson`, OrderID: 1428, OrderDate: `9/14/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 6440.36, Quantity: 4, ExtendedPrice: 25761.44, Freight: 350.36, Discontinued: false, Region: `West`, Address: `123 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90058 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `148 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1165, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `148 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Nancy Black`, OrderID: 1367, OrderDate: `9/1/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 26990.25, Quantity: 4, ExtendedPrice: 107961, Freight: 950.25, Discontinued: false, Region: `West`, Address: `148 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `151 Main Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1166, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, New York, USA, 90156`, Salesperson: `Ben Smith`, OrderID: 1812, OrderDate: `6/23/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 6230.76, Quantity: 5, ExtendedPrice: 31153.8, Freight: 920.76, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `New York`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1167, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, New York, USA, 90073`, Salesperson: `Nancy Madison`, OrderID: 1121, OrderDate: `3/25/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 8360.33, Quantity: 3, ExtendedPrice: 25080.99, Freight: 1870.33, Discontinued: false, Region: `South East`, Address: `128 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90073 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `109 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1168, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `109 Wall Street, Philadelphia, USA, 70139`, Salesperson: `James Jefferson`, OrderID: 1086, OrderDate: `11/22/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 13050.45, Quantity: 4, ExtendedPrice: 52201.8, Freight: 1850.45, Discontinued: false, Region: `North East`, Address: `109 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70139 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `196 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1169, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `196 Wall Street, Los Angeles, USA, 60096`, Salesperson: `Mike Watson`, OrderID: 1859, OrderDate: `8/11/2022`, ProductID: 157, ProductName: `IPhone`, UnitPrice: 14950.2, Quantity: 5, ExtendedPrice: 74751, Freight: 1140.2, Discontinued: true, Region: `South East`, Address: `196 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60096 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `101 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1170, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `101 Market Street, Philadelphia, USA, 90111`, Salesperson: `Mike Madison`, OrderID: 1952, OrderDate: `7/19/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 29810.56, Quantity: 4, ExtendedPrice: 119242.24, Freight: 470.56, Discontinued: false, Region: `South East`, Address: `101 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90111 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `147 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90157, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1171, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `147 Main Street, Los Angeles, USA, 90157`, Salesperson: `Ben Black`, OrderID: 1351, OrderDate: `5/22/2022`, ProductID: 180, ProductName: `Samsung Note`, UnitPrice: 13470.4, Quantity: 5, ExtendedPrice: 67352, Freight: 1610.4, Discontinued: false, Region: `West`, Address: `147 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90157 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1172, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `195 Market Street, Huston, USA, 80071`, Salesperson: `Pamela Jefferson`, OrderID: 1371, OrderDate: `12/9/2022`, ProductID: 105, ProductName: `Mac Book Pro`, UnitPrice: 19040.72, Quantity: 4, ExtendedPrice: 76162.88, Freight: 1480.72, Discontinued: false, Region: `South East`, Address: `195 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80071 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `184 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90197, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1173, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `184 Market Street, Los Angeles, USA, 90197`, Salesperson: `Martin Watson`, OrderID: 1537, OrderDate: `4/3/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 25370.79, Quantity: 2, ExtendedPrice: 50741.58, Freight: 1980.79, Discontinued: false, Region: `North East`, Address: `184 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90197 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `102 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1174, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Huston, USA, 70185`, Salesperson: `Ben Jackson`, OrderID: 1378, OrderDate: `7/6/2022`, ProductID: 182, ProductName: `Mac Book Pro`, UnitPrice: 19620.84, Quantity: 2, ExtendedPrice: 39241.68, Freight: 730.84, Discontinued: false, Region: `North East`, Address: `102 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70185 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1175, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `192 Wall Street, Huston, USA, 60144`, Salesperson: `Martin Jefferson`, OrderID: 1350, OrderDate: `10/23/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 26010.88, Quantity: 2, ExtendedPrice: 52021.76, Freight: 260.88, Discontinued: false, Region: `North East`, Address: `192 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60144 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `114 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1176, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `114 Main Street, Philadelphia, USA, 70079`, Salesperson: `Anna Watson`, OrderID: 1889, OrderDate: `8/21/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 23970.6, Quantity: 3, ExtendedPrice: 71911.8, Freight: 1870.6, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90182, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1177, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `199 Wall Street, Miami, USA, 90182`, Salesperson: `Anna Madison`, OrderID: 1285, OrderDate: `3/12/2022`, ProductID: 146, ProductName: `Samsung Note`, UnitPrice: 13660.54, Quantity: 2, ExtendedPrice: 27321.08, Freight: 1870.54, Discontinued: false, Region: `South East`, Address: `199 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90182 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1178, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `141 Market Street, Philadelphia, USA, 80097`, Salesperson: `Pamela Watson`, OrderID: 1886, OrderDate: `8/1/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 11630.46, Quantity: 4, ExtendedPrice: 46521.84, Freight: 1530.46, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80097 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `168 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80162, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1179, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `168 Main Street, Los Angeles, USA, 80162`, Salesperson: `Mike Jackson`, OrderID: 1009, OrderDate: `4/7/2022`, ProductID: 149, ProductName: `IPad`, UnitPrice: 16960.32, Quantity: 3, ExtendedPrice: 50880.96, Freight: 1510.32, Discontinued: true, Region: `North East`, Address: `168 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80162 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `100 Market Street`, ShipCity: `Miami`, ShipPostalCode: 80063, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1180, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `100 Market Street, Miami, USA, 80063`, Salesperson: `Nancy Smith`, OrderID: 1046, OrderDate: `10/21/2022`, ProductID: 123, ProductName: `IPad`, UnitPrice: 19360.67, Quantity: 3, ExtendedPrice: 58082.01, Freight: 1510.67, Discontinued: false, Region: `South East`, Address: `100 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 80063 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1181, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Huston, USA, 90152`, Salesperson: `Max Watson`, OrderID: 1593, OrderDate: `11/17/2022`, ProductID: 169, ProductName: `Samsung Note`, UnitPrice: 28870.27, Quantity: 5, ExtendedPrice: 144351.35, Freight: 1430.27, Discontinued: false, Region: `North East`, Address: `145 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90152 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `154 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1182, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `154 Main Street, Miami, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1234, OrderDate: `3/21/2022`, ProductID: 111, ProductName: `IPad`, UnitPrice: 16610.78, Quantity: 2, ExtendedPrice: 33221.56, Freight: 1350.78, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90080 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `166 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70090, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1183, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Huston, USA, 70090`, Salesperson: `Ben Watson`, OrderID: 1362, OrderDate: `5/2/2022`, ProductID: 122, ProductName: `Mac Book Air`, UnitPrice: 6870.64, Quantity: 4, ExtendedPrice: 27482.56, Freight: 750.64, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70090 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `180 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1184, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `180 Market Street, Miami, USA, 90169`, Salesperson: `Pamela Black`, OrderID: 1698, OrderDate: `1/18/2022`, ProductID: 129, ProductName: `IPad`, UnitPrice: 10960.71, Quantity: 5, ExtendedPrice: 54803.55, Freight: 1530.71, Discontinued: false, Region: `West`, Address: `180 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90169 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50114, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1185, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `169 Main Street, Huston, USA, 50114`, Salesperson: `Martin Smith`, OrderID: 1458, OrderDate: `6/15/2022`, ProductID: 183, ProductName: `IPhone`, UnitPrice: 16380.23, Quantity: 2, ExtendedPrice: 32760.46, Freight: 1990.23, Discontinued: false, Region: `West`, Address: `169 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50114 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1186, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `132 Market Street, Miami, USA, 90064`, Salesperson: `Nancy Jackson`, OrderID: 1563, OrderDate: `6/17/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25940.61, Quantity: 4, ExtendedPrice: 103762.44, Freight: 970.61, Discontinued: false, Region: `West`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90064 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `107 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1187, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `107 Wall Street, Los Angeles, USA, 50110`, Salesperson: `Nancy Jefferson`, OrderID: 1934, OrderDate: `6/5/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 5360.47, Quantity: 3, ExtendedPrice: 16081.41, Freight: 1680.47, Discontinued: false, Region: `North East`, Address: `107 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50110 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `170 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1188, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `170 Wall Street, New York, USA, 50149`, Salesperson: `Mike Jefferson`, OrderID: 1880, OrderDate: `12/7/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 19560.62, Quantity: 4, ExtendedPrice: 78242.48, Freight: 680.62, Discontinued: false, Region: `West`, Address: `170 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50149 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50085, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1189, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `152 Wall Street, New York, USA, 50085`, Salesperson: `Anna Jackson`, OrderID: 1159, OrderDate: `5/18/2022`, ProductID: 167, ProductName: `IPad`, UnitPrice: 19270.25, Quantity: 2, ExtendedPrice: 38540.5, Freight: 1050.25, Discontinued: true, Region: `North East`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50085 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1190, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `186 Wall Street, Los Angeles, USA, 60146`, Salesperson: `Nancy Madison`, OrderID: 1960, OrderDate: `3/2/2022`, ProductID: 167, ProductName: `Samsung Galaxy 22`, UnitPrice: 22090.53, Quantity: 3, ExtendedPrice: 66271.59, Freight: 1790.53, Discontinued: false, Region: `West`, Address: `186 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60146 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `194 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50170, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1191, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `194 Wall Street, New York, USA, 50170`, Salesperson: `Max Watson`, OrderID: 1658, OrderDate: `9/1/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 27450.8, Quantity: 4, ExtendedPrice: 109803.2, Freight: 270.8, Discontinued: false, Region: `West`, Address: `194 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50170 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `172 Main Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1192, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `172 Main Street, New York, USA, 70191`, Salesperson: `Pamela Madison`, OrderID: 1225, OrderDate: `3/22/2022`, ProductID: 170, ProductName: `Samsung Galaxy 22`, UnitPrice: 21150.84, Quantity: 5, ExtendedPrice: 105754.2, Freight: 1230.84, Discontinued: false, Region: `West`, Address: `172 Main Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `108 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70146, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1193, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `108 Market Street, Los Angeles, USA, 70146`, Salesperson: `Pamela Black`, OrderID: 1886, OrderDate: `8/20/2022`, ProductID: 126, ProductName: `IPhone`, UnitPrice: 6100.73, Quantity: 2, ExtendedPrice: 12201.46, Freight: 1340.73, Discontinued: false, Region: `South East`, Address: `108 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70146 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `109 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1194, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `109 Wall Street, Los Angeles, USA, 90083`, Salesperson: `Max Smith`, OrderID: 1191, OrderDate: `5/9/2022`, ProductID: 179, ProductName: `Samsung Galaxy 22`, UnitPrice: 20190.35, Quantity: 5, ExtendedPrice: 100951.75, Freight: 640.35, Discontinued: false, Region: `West`, Address: `109 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90083 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `121 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1195, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `121 Market Street, Philadelphia, USA, 70102`, Salesperson: `Ben Black`, OrderID: 1051, OrderDate: `5/21/2022`, ProductID: 192, ProductName: `Mac Book Pro`, UnitPrice: 21730.32, Quantity: 5, ExtendedPrice: 108651.6, Freight: 1030.32, Discontinued: false, Region: `North East`, Address: `121 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70102 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90066, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1196, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `104 Wall Street, New York, USA, 90066`, Salesperson: `Ben Watson`, OrderID: 1385, OrderDate: `2/2/2022`, ProductID: 182, ProductName: `IPad`, UnitPrice: 26120.45, Quantity: 4, ExtendedPrice: 104481.8, Freight: 1930.45, Discontinued: false, Region: `North East`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90066 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `126 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60091, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1197, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `126 Market Street, Philadelphia, USA, 60091`, Salesperson: `Anna Madison`, OrderID: 1675, OrderDate: `6/22/2022`, ProductID: 174, ProductName: `IPad`, UnitPrice: 13240.35, Quantity: 4, ExtendedPrice: 52961.4, Freight: 890.35, Discontinued: false, Region: `South East`, Address: `126 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60091 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `139 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1198, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `139 Main Street, Los Angeles, USA, 70063`, Salesperson: `Pamela Black`, OrderID: 1997, OrderDate: `11/17/2022`, ProductID: 200, ProductName: `IPhone`, UnitPrice: 8400.83, Quantity: 5, ExtendedPrice: 42004.15, Freight: 1340.83, Discontinued: false, Region: `West`, Address: `139 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70063 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `133 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1199, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `133 Wall Street, Miami, USA, 70071`, Salesperson: `James Watson`, OrderID: 1641, OrderDate: `11/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 10150.31, Quantity: 3, ExtendedPrice: 30450.93, Freight: 720.31, Discontinued: true, Region: `South East`, Address: `133 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70071 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `166 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1200, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `166 Main Street, Miami, USA, 60137`, Salesperson: `Ben Madison`, OrderID: 1418, OrderDate: `11/8/2022`, ProductID: 135, ProductName: `IPhone`, UnitPrice: 9410.46, Quantity: 2, ExtendedPrice: 18820.92, Freight: 970.46, Discontinued: false, Region: `West`, Address: `166 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60137 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1201, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70069`, Salesperson: `Anna Watson`, OrderID: 1545, OrderDate: `6/24/2022`, ProductID: 190, ProductName: `Mac Book Pro`, UnitPrice: 5030.78, Quantity: 3, ExtendedPrice: 15092.34, Freight: 1630.78, Discontinued: false, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70069 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `106 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1202, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Wall Street, Los Angeles, USA, 50097`, Salesperson: `James Jackson`, OrderID: 1493, OrderDate: `7/24/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 6390.72, Quantity: 5, ExtendedPrice: 31953.6, Freight: 1960.72, Discontinued: false, Region: `North East`, Address: `106 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50097 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `143 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1203, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `143 Market Street, Philadelphia, USA, 50052`, Salesperson: `Mike Jefferson`, OrderID: 1495, OrderDate: `2/14/2022`, ProductID: 179, ProductName: `Mac Book Pro`, UnitPrice: 16770.46, Quantity: 5, ExtendedPrice: 83852.3, Freight: 420.46, Discontinued: false, Region: `North East`, Address: `143 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50052 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `174 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1204, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `174 Wall Street, New York, USA, 60127`, Salesperson: `Max Watson`, OrderID: 1123, OrderDate: `11/20/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 20930.48, Quantity: 4, ExtendedPrice: 83721.92, Freight: 950.48, Discontinued: false, Region: `South East`, Address: `174 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60127 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `123 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1205, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `123 Wall Street, Los Angeles, USA, 60111`, Salesperson: `Pamela Jefferson`, OrderID: 1342, OrderDate: `12/8/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 27010.34, Quantity: 3, ExtendedPrice: 81031.02, Freight: 1470.34, Discontinued: false, Region: `West`, Address: `123 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60111 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `166 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1206, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `166 Market Street, Miami, USA, 50102`, Salesperson: `Ben Madison`, OrderID: 1017, OrderDate: `10/2/2022`, ProductID: 186, ProductName: `Samsung Galaxy 22`, UnitPrice: 12810.79, Quantity: 5, ExtendedPrice: 64053.95, Freight: 1990.79, Discontinued: false, Region: `North East`, Address: `166 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50102 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `193 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80187, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1207, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `193 Main Street, Huston, USA, 80187`, Salesperson: `Mike Jefferson`, OrderID: 1558, OrderDate: `11/12/2022`, ProductID: 194, ProductName: `Mac Book Pro`, UnitPrice: 26210.45, Quantity: 2, ExtendedPrice: 52420.9, Freight: 1110.45, Discontinued: false, Region: `North East`, Address: `193 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80187 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `137 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80111, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1208, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `137 Main Street, Miami, USA, 80111`, Salesperson: `Mike Watson`, OrderID: 1466, OrderDate: `11/18/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 6190.57, Quantity: 3, ExtendedPrice: 18571.71, Freight: 1810.57, Discontinued: false, Region: `West`, Address: `137 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80111 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `122 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80088, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1209, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Main Street, Philadelphia, USA, 80088`, Salesperson: `Ben Jefferson`, OrderID: 1539, OrderDate: `11/13/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 21280.22, Quantity: 4, ExtendedPrice: 85120.88, Freight: 760.22, Discontinued: true, Region: `North East`, Address: `122 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80088 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Main Street`, ShipCity: `New York`, ShipPostalCode: 80079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1210, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Main Street, New York, USA, 80079`, Salesperson: `Max Jefferson`, OrderID: 1411, OrderDate: `11/22/2022`, ProductID: 135, ProductName: `Samsung Galaxy 22`, UnitPrice: 13700.71, Quantity: 3, ExtendedPrice: 41102.13, Freight: 1730.71, Discontinued: false, Region: `South East`, Address: `115 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80079 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `114 Main Street`, ShipCity: `New York`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1211, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `114 Main Street, New York, USA, 50137`, Salesperson: `Nancy Smith`, OrderID: 1890, OrderDate: `8/5/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 11320.48, Quantity: 3, ExtendedPrice: 33961.44, Freight: 930.48, Discontinued: false, Region: `West`, Address: `114 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50137 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1212, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 90082`, Salesperson: `Nancy Madison`, OrderID: 1783, OrderDate: `9/1/2022`, ProductID: 109, ProductName: `IPhone`, UnitPrice: 24340.75, Quantity: 5, ExtendedPrice: 121703.75, Freight: 490.75, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90082 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `140 Main Street`, ShipCity: `New York`, ShipPostalCode: 80095, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1213, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Main Street, New York, USA, 80095`, Salesperson: `Pamela Watson`, OrderID: 1101, OrderDate: `5/25/2022`, ProductID: 101, ProductName: `Mac Book Air`, UnitPrice: 29980.24, Quantity: 4, ExtendedPrice: 119920.96, Freight: 1190.24, Discontinued: false, Region: `South East`, Address: `140 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80095 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `165 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1214, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `165 Main Street, Huston, USA, 90200`, Salesperson: `Max Watson`, OrderID: 1932, OrderDate: `2/10/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23460.59, Quantity: 4, ExtendedPrice: 93842.36, Freight: 710.59, Discontinued: false, Region: `South East`, Address: `165 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90200 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `154 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1215, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `154 Market Street, Los Angeles, USA, 70200`, Salesperson: `Mike Black`, OrderID: 1514, OrderDate: `10/8/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 29540.27, Quantity: 4, ExtendedPrice: 118161.08, Freight: 1960.27, Discontinued: false, Region: `North East`, Address: `154 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70200 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Market Street`, ShipCity: `New York`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1216, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `113 Market Street, New York, USA, 50127`, Salesperson: `James Jefferson`, OrderID: 1736, OrderDate: `10/21/2022`, ProductID: 188, ProductName: `IPad`, UnitPrice: 15350.27, Quantity: 4, ExtendedPrice: 61401.08, Freight: 540.27, Discontinued: false, Region: `South East`, Address: `113 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50127 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `153 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1217, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `153 Main Street, Huston, USA, 80064`, Salesperson: `Mike Jackson`, OrderID: 1978, OrderDate: `12/25/2022`, ProductID: 125, ProductName: `IPad`, UnitPrice: 15880.31, Quantity: 3, ExtendedPrice: 47640.93, Freight: 800.31, Discontinued: false, Region: `North East`, Address: `153 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80064 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `107 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50196, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1218, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `107 Main Street, Miami, USA, 50196`, Salesperson: `Martin Jackson`, OrderID: 1324, OrderDate: `7/18/2022`, ProductID: 188, ProductName: `Mac Book Air`, UnitPrice: 26990.38, Quantity: 4, ExtendedPrice: 107961.52, Freight: 610.38, Discontinued: false, Region: `South East`, Address: `107 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50196 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `140 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70154, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1219, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Miami, USA, 70154`, Salesperson: `Nancy Madison`, OrderID: 1307, OrderDate: `4/19/2022`, ProductID: 114, ProductName: `IPhone`, UnitPrice: 18300.65, Quantity: 4, ExtendedPrice: 73202.6, Freight: 800.65, Discontinued: true, Region: `West`, Address: `140 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70154 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `158 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1220, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `158 Market Street, Los Angeles, USA, 50154`, Salesperson: `James Black`, OrderID: 1808, OrderDate: `3/18/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 27460.67, Quantity: 3, ExtendedPrice: 82382.01, Freight: 1220.67, Discontinued: false, Region: `North East`, Address: `158 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50154 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `116 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90170, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1221, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `116 Main Street, Los Angeles, USA, 90170`, Salesperson: `James Jefferson`, OrderID: 1481, OrderDate: `5/22/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 23770.26, Quantity: 2, ExtendedPrice: 47540.52, Freight: 480.26, Discontinued: false, Region: `North East`, Address: `116 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90170 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `124 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1222, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `124 Wall Street, Huston, USA, 50137`, Salesperson: `Martin Watson`, OrderID: 1874, OrderDate: `10/1/2022`, ProductID: 102, ProductName: `Mac Book Air`, UnitPrice: 12080.68, Quantity: 5, ExtendedPrice: 60403.4, Freight: 400.68, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50137 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `197 Main Street`, ShipCity: `New York`, ShipPostalCode: 60174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1223, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `197 Main Street, New York, USA, 60174`, Salesperson: `Nancy Jefferson`, OrderID: 1377, OrderDate: `10/24/2022`, ProductID: 123, ProductName: `Mac Book Air`, UnitPrice: 10520.88, Quantity: 4, ExtendedPrice: 42083.52, Freight: 800.88, Discontinued: false, Region: `South East`, Address: `197 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60174 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `192 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1224, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Wall Street, Miami, USA, 80134`, Salesperson: `James Madison`, OrderID: 1691, OrderDate: `6/13/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 11090.82, Quantity: 2, ExtendedPrice: 22181.64, Freight: 910.82, Discontinued: false, Region: `South East`, Address: `192 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80134 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80054, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1225, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80054`, Salesperson: `Martin Jackson`, OrderID: 1242, OrderDate: `4/6/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 8180.25, Quantity: 5, ExtendedPrice: 40901.25, Freight: 510.25, Discontinued: false, Region: `North East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80054 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Market Street`, ShipCity: `New York`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1226, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `106 Market Street, New York, USA, 60139`, Salesperson: `James Madison`, OrderID: 1745, OrderDate: `1/18/2022`, ProductID: 115, ProductName: `IPhone`, UnitPrice: 6570.23, Quantity: 5, ExtendedPrice: 32851.15, Freight: 840.23, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60139 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `198 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1227, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Los Angeles, USA, 60058`, Salesperson: `James Madison`, OrderID: 1111, OrderDate: `10/11/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 10970.23, Quantity: 3, ExtendedPrice: 32910.69, Freight: 1670.23, Discontinued: false, Region: `North East`, Address: `198 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60058 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1228, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Huston, USA, 50133`, Salesperson: `Ben Madison`, OrderID: 1182, OrderDate: `12/18/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27020.67, Quantity: 3, ExtendedPrice: 81062.01, Freight: 1750.67, Discontinued: false, Region: `South East`, Address: `138 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50133 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `198 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1229, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `198 Market Street, Los Angeles, USA, 50182`, Salesperson: `Ben Jackson`, OrderID: 1252, OrderDate: `10/7/2022`, ProductID: 146, ProductName: `IPad`, UnitPrice: 21910.34, Quantity: 5, ExtendedPrice: 109551.7, Freight: 840.34, Discontinued: true, Region: `North East`, Address: `198 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70058, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1230, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `141 Market Street, Philadelphia, USA, 70058`, Salesperson: `Martin Watson`, OrderID: 1635, OrderDate: `6/1/2022`, ProductID: 196, ProductName: `Mac Book Air`, UnitPrice: 16430.54, Quantity: 2, ExtendedPrice: 32861.08, Freight: 1420.54, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70058 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `107 Market Street`, ShipCity: `New York`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1231, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `107 Market Street, New York, USA, 80108`, Salesperson: `Mike Smith`, OrderID: 1922, OrderDate: `10/6/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 8920.46, Quantity: 5, ExtendedPrice: 44602.3, Freight: 1160.46, Discontinued: false, Region: `West`, Address: `107 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80108 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `166 Main Street`, ShipCity: `New York`, ShipPostalCode: 60199, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1232, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `166 Main Street, New York, USA, 60199`, Salesperson: `Anna Smith`, OrderID: 1759, OrderDate: `3/10/2022`, ProductID: 145, ProductName: `Samsung Galaxy 22`, UnitPrice: 22420.27, Quantity: 5, ExtendedPrice: 112101.35, Freight: 1900.27, Discontinued: false, Region: `North East`, Address: `166 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60199 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `188 Main Street`, ShipCity: `New York`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1233, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `188 Main Street, New York, USA, 90082`, Salesperson: `Ben Black`, OrderID: 1172, OrderDate: `11/9/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 22260.33, Quantity: 5, ExtendedPrice: 111301.65, Freight: 1530.33, Discontinued: false, Region: `West`, Address: `188 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90082 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `168 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1234, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `168 Wall Street, Miami, USA, 80160`, Salesperson: `Max Black`, OrderID: 1855, OrderDate: `9/9/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 11120.68, Quantity: 5, ExtendedPrice: 55603.4, Freight: 540.68, Discontinued: false, Region: `South East`, Address: `168 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80160 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `151 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50192, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1235, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `151 Wall Street, Philadelphia, USA, 50192`, Salesperson: `Pamela Watson`, OrderID: 1253, OrderDate: `9/24/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 17650.73, Quantity: 5, ExtendedPrice: 88253.65, Freight: 1010.73, Discontinued: false, Region: `North East`, Address: `151 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50192 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1236, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `131 Wall Street, Philadelphia, USA, 60171`, Salesperson: `James Jefferson`, OrderID: 1711, OrderDate: `9/12/2022`, ProductID: 192, ProductName: `IPhone`, UnitPrice: 18980.42, Quantity: 3, ExtendedPrice: 56941.26, Freight: 1070.42, Discontinued: false, Region: `North East`, Address: `131 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60171 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `101 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70109, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1237, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `101 Market Street, Huston, USA, 70109`, Salesperson: `Nancy Smith`, OrderID: 1155, OrderDate: `9/1/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 22330.35, Quantity: 2, ExtendedPrice: 44660.7, Freight: 250.35, Discontinued: false, Region: `West`, Address: `101 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70109 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `145 Main Street`, ShipCity: `New York`, ShipPostalCode: 50126, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1238, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, New York, USA, 50126`, Salesperson: `Mike Watson`, OrderID: 1656, OrderDate: `3/7/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 9890.72, Quantity: 3, ExtendedPrice: 29672.16, Freight: 1890.72, Discontinued: false, Region: `West`, Address: `145 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50126 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60055, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1239, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Huston, USA, 60055`, Salesperson: `Mike Smith`, OrderID: 1192, OrderDate: `3/12/2022`, ProductID: 151, ProductName: `Samsung Galaxy 22`, UnitPrice: 16510.6, Quantity: 5, ExtendedPrice: 82553, Freight: 260.6, Discontinued: true, Region: `South East`, Address: `190 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60055 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `114 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1240, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `114 Market Street, Philadelphia, USA, 50122`, Salesperson: `James Madison`, OrderID: 1997, OrderDate: `8/3/2022`, ProductID: 195, ProductName: `Mac Book Pro`, UnitPrice: 20770.42, Quantity: 4, ExtendedPrice: 83081.68, Freight: 920.42, Discontinued: false, Region: `North East`, Address: `114 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50122 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50147, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1241, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50147`, Salesperson: `Martin Madison`, OrderID: 1944, OrderDate: `7/11/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 22970.54, Quantity: 3, ExtendedPrice: 68911.62, Freight: 2000.54, Discontinued: false, Region: `South East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50147 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1242, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 50058`, Salesperson: `Max Madison`, OrderID: 1076, OrderDate: `12/1/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 5950.69, Quantity: 5, ExtendedPrice: 29753.45, Freight: 1440.69, Discontinued: false, Region: `South East`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50058 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `178 Market Street`, ShipCity: `New York`, ShipPostalCode: 60194, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1243, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `178 Market Street, New York, USA, 60194`, Salesperson: `James Madison`, OrderID: 1076, OrderDate: `6/25/2022`, ProductID: 176, ProductName: `IPhone`, UnitPrice: 17080.21, Quantity: 2, ExtendedPrice: 34160.42, Freight: 1200.21, Discontinued: false, Region: `West`, Address: `178 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60194 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `179 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70085, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1244, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Huston, USA, 70085`, Salesperson: `Ben Jackson`, OrderID: 1070, OrderDate: `5/7/2022`, ProductID: 101, ProductName: `IPhone`, UnitPrice: 19310.75, Quantity: 2, ExtendedPrice: 38621.5, Freight: 1270.75, Discontinued: false, Region: `West`, Address: `179 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70085 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `169 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1245, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `169 Market Street, Miami, USA, 70087`, Salesperson: `Nancy Black`, OrderID: 1469, OrderDate: `8/22/2022`, ProductID: 193, ProductName: `Samsung Note`, UnitPrice: 25420.4, Quantity: 2, ExtendedPrice: 50840.8, Freight: 1690.4, Discontinued: false, Region: `North East`, Address: `169 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70087 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `108 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1246, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `108 Wall Street, Los Angeles, USA, 90128`, Salesperson: `Pamela Smith`, OrderID: 1948, OrderDate: `4/25/2022`, ProductID: 141, ProductName: `Samsung Galaxy 22`, UnitPrice: 19070.55, Quantity: 3, ExtendedPrice: 57211.65, Freight: 280.55, Discontinued: false, Region: `South East`, Address: `108 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90128 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `195 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1247, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `195 Market Street, Philadelphia, USA, 80141`, Salesperson: `Martin Smith`, OrderID: 1116, OrderDate: `1/1/2022`, ProductID: 162, ProductName: `Samsung Galaxy 22`, UnitPrice: 22190.27, Quantity: 5, ExtendedPrice: 110951.35, Freight: 1830.27, Discontinued: false, Region: `North East`, Address: `195 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80141 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1248, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50163`, Salesperson: `Pamela Jefferson`, OrderID: 1640, OrderDate: `5/1/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 7690.79, Quantity: 3, ExtendedPrice: 23072.37, Freight: 1730.79, Discontinued: false, Region: `South East`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50163 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1249, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, Philadelphia, USA, 80155`, Salesperson: `Anna Jefferson`, OrderID: 1748, OrderDate: `9/2/2022`, ProductID: 186, ProductName: `Mac Book Air`, UnitPrice: 25230.84, Quantity: 4, ExtendedPrice: 100923.36, Freight: 670.84, Discontinued: true, Region: `South East`, Address: `177 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80155 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `175 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80141, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1250, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `175 Market Street, Los Angeles, USA, 80141`, Salesperson: `Martin Black`, OrderID: 1251, OrderDate: `7/5/2022`, ProductID: 140, ProductName: `Mac Book Pro`, UnitPrice: 25960.45, Quantity: 2, ExtendedPrice: 51920.9, Freight: 260.45, Discontinued: false, Region: `North East`, Address: `175 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80141 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1251, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, New York, USA, 90174`, Salesperson: `Pamela Black`, OrderID: 1397, OrderDate: `7/2/2022`, ProductID: 141, ProductName: `Samsung Note`, UnitPrice: 22150.67, Quantity: 3, ExtendedPrice: 66452.01, Freight: 640.67, Discontinued: false, Region: `North East`, Address: `110 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70083, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1252, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Wall Street, Los Angeles, USA, 70083`, Salesperson: `Ben Jefferson`, OrderID: 1938, OrderDate: `1/20/2022`, ProductID: 171, ProductName: `Samsung Galaxy 22`, UnitPrice: 9220.74, Quantity: 4, ExtendedPrice: 36882.96, Freight: 1030.74, Discontinued: false, Region: `South East`, Address: `121 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70083 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `122 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1253, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `122 Wall Street, Philadelphia, USA, 70122`, Salesperson: `Mike Watson`, OrderID: 1608, OrderDate: `2/9/2022`, ProductID: 109, ProductName: `Samsung Note`, UnitPrice: 11240.75, Quantity: 2, ExtendedPrice: 22481.5, Freight: 1010.75, Discontinued: false, Region: `West`, Address: `122 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70122 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50057, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1254, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `151 Main Street, Huston, USA, 50057`, Salesperson: `Martin Watson`, OrderID: 1217, OrderDate: `8/4/2022`, ProductID: 185, ProductName: `Mac Book Pro`, UnitPrice: 16680.55, Quantity: 3, ExtendedPrice: 50041.65, Freight: 1710.55, Discontinued: false, Region: `North East`, Address: `151 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50057 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `120 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1255, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `120 Wall Street, Huston, USA, 50131`, Salesperson: `Ben Jackson`, OrderID: 1661, OrderDate: `5/1/2022`, ProductID: 190, ProductName: `Mac Book Air`, UnitPrice: 21450.85, Quantity: 5, ExtendedPrice: 107254.25, Freight: 1350.85, Discontinued: false, Region: `South East`, Address: `120 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50131 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `134 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90060, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1256, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `134 Main Street, Huston, USA, 90060`, Salesperson: `James Madison`, OrderID: 1766, OrderDate: `11/11/2022`, ProductID: 134, ProductName: `Mac Book Air`, UnitPrice: 12850.63, Quantity: 3, ExtendedPrice: 38551.89, Freight: 1790.63, Discontinued: false, Region: `West`, Address: `134 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90060 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `150 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60151, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1257, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `150 Wall Street, Huston, USA, 60151`, Salesperson: `Martin Black`, OrderID: 1321, OrderDate: `8/4/2022`, ProductID: 125, ProductName: `Samsung Note`, UnitPrice: 29190.24, Quantity: 4, ExtendedPrice: 116760.96, Freight: 680.24, Discontinued: false, Region: `North East`, Address: `150 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60151 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1258, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `155 Wall Street, Huston, USA, 60121`, Salesperson: `Max Jackson`, OrderID: 1872, OrderDate: `2/20/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 22750.45, Quantity: 3, ExtendedPrice: 68251.35, Freight: 840.45, Discontinued: false, Region: `West`, Address: `155 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `184 Market Street`, ShipCity: `New York`, ShipPostalCode: 90156, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1259, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `184 Market Street, New York, USA, 90156`, Salesperson: `James Watson`, OrderID: 1828, OrderDate: `5/25/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 29760.3, Quantity: 2, ExtendedPrice: 59520.6, Freight: 1960.3, Discontinued: true, Region: `North East`, Address: `184 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90156 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `133 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50074, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1260, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `133 Market Street, Huston, USA, 50074`, Salesperson: `Mike Black`, OrderID: 1966, OrderDate: `6/18/2022`, ProductID: 160, ProductName: `Mac Book Air`, UnitPrice: 7450.44, Quantity: 5, ExtendedPrice: 37252.2, Freight: 590.44, Discontinued: false, Region: `West`, Address: `133 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50074 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `154 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1261, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `154 Main Street, Philadelphia, USA, 70052`, Salesperson: `Ben Jackson`, OrderID: 1421, OrderDate: `9/17/2022`, ProductID: 127, ProductName: `Mac Book Air`, UnitPrice: 23000.47, Quantity: 2, ExtendedPrice: 46000.94, Freight: 550.47, Discontinued: false, Region: `South East`, Address: `154 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1262, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90174`, Salesperson: `Pamela Smith`, OrderID: 1192, OrderDate: `12/4/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 19790.26, Quantity: 2, ExtendedPrice: 39580.52, Freight: 1150.26, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90174 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `154 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1263, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `154 Wall Street, New York, USA, 90162`, Salesperson: `Nancy Smith`, OrderID: 1539, OrderDate: `7/16/2022`, ProductID: 139, ProductName: `Samsung Note`, UnitPrice: 11830.34, Quantity: 2, ExtendedPrice: 23660.68, Freight: 1930.34, Discontinued: false, Region: `West`, Address: `154 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90162 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `140 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70136, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1264, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `140 Wall Street, Los Angeles, USA, 70136`, Salesperson: `Mike Jackson`, OrderID: 1271, OrderDate: `10/7/2022`, ProductID: 124, ProductName: `Samsung Note`, UnitPrice: 21020.81, Quantity: 2, ExtendedPrice: 42041.62, Freight: 1420.81, Discontinued: false, Region: `West`, Address: `140 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70136 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `185 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60116, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1265, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `185 Main Street, Philadelphia, USA, 60116`, Salesperson: `James Watson`, OrderID: 1090, OrderDate: `9/11/2022`, ProductID: 160, ProductName: `IPhone`, UnitPrice: 16070.46, Quantity: 3, ExtendedPrice: 48211.38, Freight: 1490.46, Discontinued: false, Region: `West`, Address: `185 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60116 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `179 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80107, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1266, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, Huston, USA, 80107`, Salesperson: `Nancy Smith`, OrderID: 1286, OrderDate: `1/10/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 26160.38, Quantity: 3, ExtendedPrice: 78481.14, Freight: 570.38, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80107 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `189 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90073, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1267, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `189 Wall Street, Huston, USA, 90073`, Salesperson: `Martin Madison`, OrderID: 1754, OrderDate: `5/2/2022`, ProductID: 143, ProductName: `Samsung Galaxy 22`, UnitPrice: 29540.84, Quantity: 4, ExtendedPrice: 118163.36, Freight: 500.84, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90073 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1268, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `106 Market Street, Miami, USA, 90153`, Salesperson: `Anna Black`, OrderID: 1321, OrderDate: `6/21/2022`, ProductID: 136, ProductName: `Samsung Galaxy 22`, UnitPrice: 12550.55, Quantity: 5, ExtendedPrice: 62752.75, Freight: 1440.55, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90153 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `149 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50102, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1269, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `149 Wall Street, Los Angeles, USA, 50102`, Salesperson: `James Jefferson`, OrderID: 1262, OrderDate: `7/13/2022`, ProductID: 178, ProductName: `Samsung Note`, UnitPrice: 8690.45, Quantity: 3, ExtendedPrice: 26071.35, Freight: 1420.45, Discontinued: true, Region: `West`, Address: `149 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50102 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `192 Market Street`, ShipCity: `New York`, ShipPostalCode: 60078, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1270, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `192 Market Street, New York, USA, 60078`, Salesperson: `Ben Jackson`, OrderID: 1586, OrderDate: `11/13/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 28630.86, Quantity: 2, ExtendedPrice: 57261.72, Freight: 980.86, Discontinued: false, Region: `West`, Address: `192 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60078 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `159 Main Street`, ShipCity: `New York`, ShipPostalCode: 50050, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1271, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `159 Main Street, New York, USA, 50050`, Salesperson: `Max Jefferson`, OrderID: 1915, OrderDate: `2/10/2022`, ProductID: 178, ProductName: `Mac Book Pro`, UnitPrice: 19050.75, Quantity: 5, ExtendedPrice: 95253.75, Freight: 960.75, Discontinued: false, Region: `West`, Address: `159 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50050 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60099, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1272, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `171 Wall Street, Los Angeles, USA, 60099`, Salesperson: `Pamela Jackson`, OrderID: 1503, OrderDate: `4/7/2022`, ProductID: 153, ProductName: `Samsung Galaxy 22`, UnitPrice: 26320.3, Quantity: 3, ExtendedPrice: 78960.9, Freight: 1360.3, Discontinued: false, Region: `South East`, Address: `171 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60099 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70087, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1273, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 70087`, Salesperson: `Nancy Watson`, OrderID: 1129, OrderDate: `9/4/2022`, ProductID: 119, ProductName: `Samsung Note`, UnitPrice: 26970.53, Quantity: 3, ExtendedPrice: 80911.59, Freight: 1890.53, Discontinued: false, Region: `South East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70087 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `163 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50127, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1274, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `163 Market Street, Los Angeles, USA, 50127`, Salesperson: `Nancy Jefferson`, OrderID: 1508, OrderDate: `1/6/2022`, ProductID: 136, ProductName: `Mac Book Air`, UnitPrice: 12620.81, Quantity: 3, ExtendedPrice: 37862.43, Freight: 650.81, Discontinued: false, Region: `North East`, Address: `163 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50127 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `131 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1275, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `131 Market Street, Huston, USA, 50052`, Salesperson: `Martin Watson`, OrderID: 1285, OrderDate: `8/6/2022`, ProductID: 123, ProductName: `Samsung Note`, UnitPrice: 22790.24, Quantity: 4, ExtendedPrice: 91160.96, Freight: 1140.24, Discontinued: false, Region: `South East`, Address: `131 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50052 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `125 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60101, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1276, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Wall Street, Miami, USA, 60101`, Salesperson: `Ben Smith`, OrderID: 1881, OrderDate: `12/5/2022`, ProductID: 128, ProductName: `Mac Book Air`, UnitPrice: 18780.56, Quantity: 4, ExtendedPrice: 75122.24, Freight: 820.56, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60101 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `184 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50157, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1277, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `184 Main Street, Miami, USA, 50157`, Salesperson: `Mike Smith`, OrderID: 1478, OrderDate: `9/18/2022`, ProductID: 131, ProductName: `IPad`, UnitPrice: 15000.21, Quantity: 5, ExtendedPrice: 75001.05, Freight: 1390.21, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50157 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80050, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1278, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `199 Market Street, Huston, USA, 80050`, Salesperson: `Max Jefferson`, OrderID: 1767, OrderDate: `1/17/2022`, ProductID: 196, ProductName: `Mac Book Pro`, UnitPrice: 21600.31, Quantity: 3, ExtendedPrice: 64800.93, Freight: 1130.31, Discontinued: false, Region: `North East`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80050 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `127 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60073, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1279, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `127 Market Street, Miami, USA, 60073`, Salesperson: `Mike Smith`, OrderID: 1229, OrderDate: `12/7/2022`, ProductID: 184, ProductName: `Mac Book Air`, UnitPrice: 27500.59, Quantity: 3, ExtendedPrice: 82501.77, Freight: 1380.59, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60073 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `169 Main Street`, ShipCity: `New York`, ShipPostalCode: 50123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1280, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `169 Main Street, New York, USA, 50123`, Salesperson: `Martin Jackson`, OrderID: 1761, OrderDate: `2/10/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 21430.7, Quantity: 5, ExtendedPrice: 107153.5, Freight: 1170.7, Discontinued: false, Region: `North East`, Address: `169 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50123 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `109 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1281, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `109 Main Street, Philadelphia, USA, 80143`, Salesperson: `Anna Black`, OrderID: 1461, OrderDate: `9/8/2022`, ProductID: 155, ProductName: `Samsung Galaxy 22`, UnitPrice: 28470.33, Quantity: 4, ExtendedPrice: 113881.32, Freight: 1750.33, Discontinued: false, Region: `North East`, Address: `109 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80143 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `103 Main Street`, ShipCity: `New York`, ShipPostalCode: 80198, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1282, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `103 Main Street, New York, USA, 80198`, Salesperson: `Ben Black`, OrderID: 1210, OrderDate: `11/7/2022`, ProductID: 123, ProductName: `Samsung Galaxy 22`, UnitPrice: 11260.52, Quantity: 5, ExtendedPrice: 56302.6, Freight: 330.52, Discontinued: false, Region: `West`, Address: `103 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80198 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50100, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1283, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 50100`, Salesperson: `Pamela Jefferson`, OrderID: 1262, OrderDate: `4/17/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 21890.55, Quantity: 4, ExtendedPrice: 87562.2, Freight: 500.55, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50100 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `194 Market Street`, ShipCity: `New York`, ShipPostalCode: 80057, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1284, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `194 Market Street, New York, USA, 80057`, Salesperson: `Pamela Jefferson`, OrderID: 1490, OrderDate: `4/6/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 15670.58, Quantity: 4, ExtendedPrice: 62682.32, Freight: 1320.58, Discontinued: false, Region: `South East`, Address: `194 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80057 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `102 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70175, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1285, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `102 Main Street, Miami, USA, 70175`, Salesperson: `James Jackson`, OrderID: 1031, OrderDate: `3/18/2022`, ProductID: 196, ProductName: `Samsung Note`, UnitPrice: 16280.69, Quantity: 3, ExtendedPrice: 48842.07, Freight: 380.69, Discontinued: false, Region: `South East`, Address: `102 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70175 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `139 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60067, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1286, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `139 Market Street, Philadelphia, USA, 60067`, Salesperson: `Max Jefferson`, OrderID: 1803, OrderDate: `1/22/2022`, ProductID: 134, ProductName: `Mac Book Pro`, UnitPrice: 7940.29, Quantity: 4, ExtendedPrice: 31761.16, Freight: 620.29, Discontinued: false, Region: `North East`, Address: `139 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60067 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1287, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `167 Market Street, New York, USA, 80115`, Salesperson: `Anna Black`, OrderID: 1465, OrderDate: `2/14/2022`, ProductID: 166, ProductName: `Samsung Note`, UnitPrice: 20420.2, Quantity: 4, ExtendedPrice: 81680.8, Freight: 960.2, Discontinued: false, Region: `North East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80115 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 80080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1288, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Market Street, New York, USA, 80080`, Salesperson: `Ben Jackson`, OrderID: 1303, OrderDate: `12/12/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 20080.21, Quantity: 2, ExtendedPrice: 40160.42, Freight: 800.21, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80080 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `167 Market Street`, ShipCity: `New York`, ShipPostalCode: 90093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1289, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `167 Market Street, New York, USA, 90093`, Salesperson: `Anna Smith`, OrderID: 1122, OrderDate: `8/6/2022`, ProductID: 189, ProductName: `Mac Book Air`, UnitPrice: 29420.55, Quantity: 4, ExtendedPrice: 117682.2, Freight: 1200.55, Discontinued: true, Region: `South East`, Address: `167 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90093 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60133, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1290, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 60133`, Salesperson: `Anna Madison`, OrderID: 1402, OrderDate: `6/9/2022`, ProductID: 161, ProductName: `Samsung Galaxy 22`, UnitPrice: 16370.76, Quantity: 3, ExtendedPrice: 49112.28, Freight: 590.76, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60133 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `164 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60153, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1291, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `164 Market Street, Los Angeles, USA, 60153`, Salesperson: `Max Smith`, OrderID: 1165, OrderDate: `11/24/2022`, ProductID: 193, ProductName: `Mac Book Pro`, UnitPrice: 19240.53, Quantity: 4, ExtendedPrice: 76962.12, Freight: 1990.53, Discontinued: false, Region: `West`, Address: `164 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60153 }),
+ new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `102 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90068, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1292, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `102 Market Street, Philadelphia, USA, 90068`, Salesperson: `Mike Madison`, OrderID: 1512, OrderDate: `9/4/2022`, ProductID: 186, ProductName: `Samsung Note`, UnitPrice: 26300.88, Quantity: 4, ExtendedPrice: 105203.52, Freight: 660.88, Discontinued: false, Region: `West`, Address: `102 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90068 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `158 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1293, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `158 Wall Street, Los Angeles, USA, 80149`, Salesperson: `Max Jackson`, OrderID: 1358, OrderDate: `2/22/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 23570.31, Quantity: 5, ExtendedPrice: 117851.55, Freight: 1260.31, Discontinued: false, Region: `North East`, Address: `158 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `125 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1294, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `125 Market Street, Huston, USA, 80176`, Salesperson: `Pamela Watson`, OrderID: 1106, OrderDate: `2/7/2022`, ProductID: 152, ProductName: `Samsung Galaxy 22`, UnitPrice: 6100.56, Quantity: 5, ExtendedPrice: 30502.8, Freight: 1900.56, Discontinued: false, Region: `West`, Address: `125 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80176 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `177 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50079, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1295, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `177 Main Street, Los Angeles, USA, 50079`, Salesperson: `Max Watson`, OrderID: 1931, OrderDate: `6/5/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 27350.45, Quantity: 3, ExtendedPrice: 82051.35, Freight: 1170.45, Discontinued: false, Region: `North East`, Address: `177 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50079 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `148 Market Street`, ShipCity: `New York`, ShipPostalCode: 90184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1296, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `148 Market Street, New York, USA, 90184`, Salesperson: `James Smith`, OrderID: 1108, OrderDate: `8/5/2022`, ProductID: 122, ProductName: `Samsung Note`, UnitPrice: 5440.75, Quantity: 4, ExtendedPrice: 21763, Freight: 960.75, Discontinued: false, Region: `South East`, Address: `148 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90184 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `113 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1297, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `113 Wall Street, Huston, USA, 50064`, Salesperson: `Martin Smith`, OrderID: 1782, OrderDate: `3/24/2022`, ProductID: 107, ProductName: `IPad`, UnitPrice: 22200.88, Quantity: 4, ExtendedPrice: 88803.52, Freight: 510.88, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50064 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80155, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1298, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `134 Wall Street, New York, USA, 80155`, Salesperson: `Nancy Jefferson`, OrderID: 1886, OrderDate: `3/6/2022`, ProductID: 181, ProductName: `Samsung Galaxy 22`, UnitPrice: 8550.46, Quantity: 4, ExtendedPrice: 34201.84, Freight: 1830.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80155 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `New York`, ShipPostalCode: 90103, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1299, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `142 Market Street, New York, USA, 90103`, Salesperson: `Anna Watson`, OrderID: 1578, OrderDate: `10/5/2022`, ProductID: 162, ProductName: `Mac Book Air`, UnitPrice: 19490.84, Quantity: 4, ExtendedPrice: 77963.36, Freight: 490.84, Discontinued: true, Region: `West`, Address: `142 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90103 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `132 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90111, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1300, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `132 Market Street, Miami, USA, 90111`, Salesperson: `Ben Jefferson`, OrderID: 1903, OrderDate: `6/23/2022`, ProductID: 173, ProductName: `IPad`, UnitPrice: 23350.52, Quantity: 5, ExtendedPrice: 116752.6, Freight: 1210.52, Discontinued: false, Region: `South East`, Address: `132 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90111 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `180 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1301, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `180 Main Street, Los Angeles, USA, 50182`, Salesperson: `Ben Black`, OrderID: 1201, OrderDate: `11/25/2022`, ProductID: 127, ProductName: `Mac Book Pro`, UnitPrice: 6730.57, Quantity: 3, ExtendedPrice: 20191.71, Freight: 1600.57, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50182 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `135 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60076, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1302, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `135 Main Street, Philadelphia, USA, 60076`, Salesperson: `Mike Smith`, OrderID: 1488, OrderDate: `5/1/2022`, ProductID: 105, ProductName: `IPad`, UnitPrice: 27240.3, Quantity: 5, ExtendedPrice: 136201.5, Freight: 1130.3, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60076 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `104 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70191, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1303, CustomerName: `Nancy Madison`, CustomerFirstName: `Nancy`, CustomerLastName: `Madison`, CustomerAddress: `104 Wall Street, New York, USA, 70191`, Salesperson: `Pamela Jefferson`, OrderID: 1636, OrderDate: `2/16/2022`, ProductID: 104, ProductName: `Samsung Galaxy 22`, UnitPrice: 14830.46, Quantity: 2, ExtendedPrice: 29660.92, Freight: 540.46, Discontinued: false, Region: `West`, Address: `104 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70191 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `122 Market Street`, ShipCity: `New York`, ShipPostalCode: 70071, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1304, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `122 Market Street, New York, USA, 70071`, Salesperson: `Max Black`, OrderID: 1588, OrderDate: `8/22/2022`, ProductID: 169, ProductName: `IPhone`, UnitPrice: 28440.73, Quantity: 3, ExtendedPrice: 85322.19, Freight: 640.73, Discontinued: false, Region: `North East`, Address: `122 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70071 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `178 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1305, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `178 Main Street, Philadelphia, USA, 80064`, Salesperson: `Pamela Jackson`, OrderID: 1422, OrderDate: `7/3/2022`, ProductID: 150, ProductName: `Mac Book Air`, UnitPrice: 7100.37, Quantity: 4, ExtendedPrice: 28401.48, Freight: 1560.37, Discontinued: false, Region: `North East`, Address: `178 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80064 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `199 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1306, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `199 Main Street, Philadelphia, USA, 80126`, Salesperson: `Ben Jefferson`, OrderID: 1922, OrderDate: `1/13/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 15400.22, Quantity: 4, ExtendedPrice: 61600.88, Freight: 1970.22, Discontinued: false, Region: `South East`, Address: `199 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `187 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1307, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `187 Wall Street, Huston, USA, 70093`, Salesperson: `Ben Watson`, OrderID: 1023, OrderDate: `8/20/2022`, ProductID: 138, ProductName: `Samsung Note`, UnitPrice: 26450.63, Quantity: 2, ExtendedPrice: 52901.26, Freight: 980.63, Discontinued: false, Region: `South East`, Address: `187 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70093 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `110 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50180, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1308, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `110 Market Street, Los Angeles, USA, 50180`, Salesperson: `Martin Smith`, OrderID: 1651, OrderDate: `8/10/2022`, ProductID: 131, ProductName: `IPhone`, UnitPrice: 11720.27, Quantity: 2, ExtendedPrice: 23440.54, Freight: 300.27, Discontinued: false, Region: `South East`, Address: `110 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50180 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `196 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50190, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1309, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `196 Wall Street, New York, USA, 50190`, Salesperson: `Nancy Madison`, OrderID: 1918, OrderDate: `7/11/2022`, ProductID: 160, ProductName: `IPad`, UnitPrice: 22400.31, Quantity: 2, ExtendedPrice: 44800.62, Freight: 1310.31, Discontinued: true, Region: `North East`, Address: `196 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50190 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `172 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1310, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `172 Market Street, Philadelphia, USA, 80154`, Salesperson: `Ben Jackson`, OrderID: 1803, OrderDate: `2/14/2022`, ProductID: 100, ProductName: `Samsung Note`, UnitPrice: 5270.34, Quantity: 5, ExtendedPrice: 26351.7, Freight: 320.34, Discontinued: false, Region: `North East`, Address: `172 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80154 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `181 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1311, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `181 Wall Street, Los Angeles, USA, 50200`, Salesperson: `James Watson`, OrderID: 1467, OrderDate: `12/13/2022`, ProductID: 171, ProductName: `Mac Book Air`, UnitPrice: 7830.21, Quantity: 4, ExtendedPrice: 31320.84, Freight: 1740.21, Discontinued: false, Region: `South East`, Address: `181 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50200 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `151 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70118, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1312, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `151 Main Street, Los Angeles, USA, 70118`, Salesperson: `Martin Watson`, OrderID: 1359, OrderDate: `4/5/2022`, ProductID: 141, ProductName: `IPhone`, UnitPrice: 27160.77, Quantity: 5, ExtendedPrice: 135803.85, Freight: 370.77, Discontinued: false, Region: `West`, Address: `151 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70118 }),
+ new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `156 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1313, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `156 Market Street, Miami, USA, 90109`, Salesperson: `James Jackson`, OrderID: 1592, OrderDate: `4/16/2022`, ProductID: 128, ProductName: `Samsung Note`, UnitPrice: 14910.41, Quantity: 5, ExtendedPrice: 74552.05, Freight: 1790.41, Discontinued: false, Region: `North East`, Address: `156 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90109 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `147 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60054, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1314, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Huston, USA, 60054`, Salesperson: `Ben Watson`, OrderID: 1454, OrderDate: `12/12/2022`, ProductID: 131, ProductName: `Mac Book Air`, UnitPrice: 11280.22, Quantity: 3, ExtendedPrice: 33840.66, Freight: 1440.22, Discontinued: false, Region: `South East`, Address: `147 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60054 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `123 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90190, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1315, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `123 Market Street, Philadelphia, USA, 90190`, Salesperson: `James Jefferson`, OrderID: 1529, OrderDate: `4/19/2022`, ProductID: 102, ProductName: `IPad`, UnitPrice: 7570.85, Quantity: 5, ExtendedPrice: 37854.25, Freight: 1630.85, Discontinued: false, Region: `West`, Address: `123 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90190 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `100 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1316, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `100 Wall Street, Los Angeles, USA, 90115`, Salesperson: `Nancy Smith`, OrderID: 1783, OrderDate: `9/2/2022`, ProductID: 144, ProductName: `Samsung Note`, UnitPrice: 5530.88, Quantity: 3, ExtendedPrice: 16592.64, Freight: 1800.88, Discontinued: false, Region: `North East`, Address: `100 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90115 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50144, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1317, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `184 Wall Street, Miami, USA, 50144`, Salesperson: `Max Jackson`, OrderID: 1533, OrderDate: `12/19/2022`, ProductID: 189, ProductName: `Samsung Galaxy 22`, UnitPrice: 24820.6, Quantity: 2, ExtendedPrice: 49641.2, Freight: 1550.6, Discontinued: false, Region: `South East`, Address: `184 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50144 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `187 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70132, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1318, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `187 Wall Street, Los Angeles, USA, 70132`, Salesperson: `Nancy Jackson`, OrderID: 1483, OrderDate: `1/8/2022`, ProductID: 182, ProductName: `Samsung Galaxy 22`, UnitPrice: 21520.76, Quantity: 4, ExtendedPrice: 86083.04, Freight: 770.76, Discontinued: false, Region: `North East`, Address: `187 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70132 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `162 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90083, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1319, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `162 Main Street, Philadelphia, USA, 90083`, Salesperson: `Max Jefferson`, OrderID: 1869, OrderDate: `6/3/2022`, ProductID: 118, ProductName: `IPhone`, UnitPrice: 15930.3, Quantity: 2, ExtendedPrice: 31860.6, Freight: 470.3, Discontinued: true, Region: `North East`, Address: `162 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90083 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `147 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50191, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1320, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `147 Main Street, Philadelphia, USA, 50191`, Salesperson: `Martin Jefferson`, OrderID: 1541, OrderDate: `2/1/2022`, ProductID: 159, ProductName: `Mac Book Pro`, UnitPrice: 29090.51, Quantity: 4, ExtendedPrice: 116362.04, Freight: 900.51, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50191 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1321, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `175 Wall Street, New York, USA, 90056`, Salesperson: `Anna Black`, OrderID: 1050, OrderDate: `8/6/2022`, ProductID: 120, ProductName: `IPad`, UnitPrice: 28490.38, Quantity: 5, ExtendedPrice: 142451.9, Freight: 860.38, Discontinued: false, Region: `West`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90056 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `129 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50089, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1322, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, Huston, USA, 50089`, Salesperson: `Mike Jefferson`, OrderID: 1188, OrderDate: `7/23/2022`, ProductID: 119, ProductName: `Mac Book Pro`, UnitPrice: 6710.58, Quantity: 3, ExtendedPrice: 20131.74, Freight: 1160.58, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50089 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `104 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70079, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1323, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `104 Wall Street, Philadelphia, USA, 70079`, Salesperson: `Martin Madison`, OrderID: 1452, OrderDate: `2/1/2022`, ProductID: 182, ProductName: `IPhone`, UnitPrice: 9260.28, Quantity: 2, ExtendedPrice: 18520.56, Freight: 1960.28, Discontinued: false, Region: `South East`, Address: `104 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70079 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `167 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70137, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1324, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `167 Wall Street, Philadelphia, USA, 70137`, Salesperson: `James Jefferson`, OrderID: 1542, OrderDate: `7/21/2022`, ProductID: 107, ProductName: `IPhone`, UnitPrice: 5100.82, Quantity: 5, ExtendedPrice: 25504.1, Freight: 610.82, Discontinued: false, Region: `North East`, Address: `167 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70137 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `128 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50188, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1325, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `128 Wall Street, Philadelphia, USA, 50188`, Salesperson: `Nancy Jefferson`, OrderID: 1993, OrderDate: `3/7/2022`, ProductID: 149, ProductName: `Samsung Note`, UnitPrice: 27520.59, Quantity: 4, ExtendedPrice: 110082.36, Freight: 1260.59, Discontinued: false, Region: `South East`, Address: `128 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50188 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `171 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70190, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1326, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `171 Market Street, Huston, USA, 70190`, Salesperson: `Anna Madison`, OrderID: 1815, OrderDate: `7/4/2022`, ProductID: 195, ProductName: `Samsung Note`, UnitPrice: 27340.66, Quantity: 5, ExtendedPrice: 136703.3, Freight: 1790.66, Discontinued: false, Region: `South East`, Address: `171 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70190 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `191 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60123, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1327, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `191 Market Street, Philadelphia, USA, 60123`, Salesperson: `Anna Madison`, OrderID: 1319, OrderDate: `8/5/2022`, ProductID: 191, ProductName: `Samsung Note`, UnitPrice: 28500.5, Quantity: 5, ExtendedPrice: 142502.5, Freight: 1280.5, Discontinued: false, Region: `West`, Address: `191 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60123 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `150 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80139, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1328, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `150 Wall Street, Philadelphia, USA, 80139`, Salesperson: `Nancy Watson`, OrderID: 1592, OrderDate: `2/22/2022`, ProductID: 149, ProductName: `Mac Book Pro`, UnitPrice: 22890.6, Quantity: 5, ExtendedPrice: 114453, Freight: 920.6, Discontinued: false, Region: `South East`, Address: `150 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80139 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `112 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70172, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1329, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `112 Main Street, Los Angeles, USA, 70172`, Salesperson: `Max Jefferson`, OrderID: 1959, OrderDate: `10/15/2022`, ProductID: 156, ProductName: `Samsung Galaxy 22`, UnitPrice: 12050.71, Quantity: 4, ExtendedPrice: 48202.84, Freight: 270.71, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70172 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Market Street`, ShipCity: `New York`, ShipPostalCode: 80122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1330, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Market Street, New York, USA, 80122`, Salesperson: `Ben Black`, OrderID: 1343, OrderDate: `5/25/2022`, ProductID: 118, ProductName: `Mac Book Pro`, UnitPrice: 7060.29, Quantity: 4, ExtendedPrice: 28241.16, Freight: 400.29, Discontinued: false, Region: `West`, Address: `121 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80122 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `183 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1331, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `183 Wall Street, Miami, USA, 90122`, Salesperson: `Pamela Smith`, OrderID: 1876, OrderDate: `2/8/2022`, ProductID: 137, ProductName: `Samsung Note`, UnitPrice: 10140.84, Quantity: 4, ExtendedPrice: 40563.36, Freight: 640.84, Discontinued: false, Region: `North East`, Address: `183 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90122 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `105 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1332, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `105 Main Street, Los Angeles, USA, 50068`, Salesperson: `Ben Madison`, OrderID: 1322, OrderDate: `6/7/2022`, ProductID: 148, ProductName: `Mac Book Air`, UnitPrice: 20150.45, Quantity: 4, ExtendedPrice: 80601.8, Freight: 1190.45, Discontinued: false, Region: `North East`, Address: `105 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50068 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `199 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1333, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `199 Market Street, Huston, USA, 70061`, Salesperson: `Max Smith`, OrderID: 1046, OrderDate: `2/3/2022`, ProductID: 162, ProductName: `IPhone`, UnitPrice: 28480.38, Quantity: 2, ExtendedPrice: 56960.76, Freight: 1180.38, Discontinued: false, Region: `West`, Address: `199 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70061 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `142 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60058, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1334, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `142 Wall Street, Huston, USA, 60058`, Salesperson: `Mike Madison`, OrderID: 1433, OrderDate: `2/1/2022`, ProductID: 177, ProductName: `IPhone`, UnitPrice: 6770.89, Quantity: 5, ExtendedPrice: 33854.45, Freight: 520.89, Discontinued: false, Region: `South East`, Address: `142 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60058 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `140 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1335, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `140 Market Street, Los Angeles, USA, 90131`, Salesperson: `Pamela Black`, OrderID: 1894, OrderDate: `9/13/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 5280.38, Quantity: 5, ExtendedPrice: 26401.9, Freight: 1610.38, Discontinued: false, Region: `North East`, Address: `140 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90131 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60063, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1336, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `106 Market Street, Miami, USA, 60063`, Salesperson: `Anna Jackson`, OrderID: 1017, OrderDate: `6/12/2022`, ProductID: 173, ProductName: `Mac Book Pro`, UnitPrice: 27000.78, Quantity: 2, ExtendedPrice: 54001.56, Freight: 540.78, Discontinued: false, Region: `West`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60063 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70115, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1337, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Market Street, Huston, USA, 70115`, Salesperson: `Martin Smith`, OrderID: 1583, OrderDate: `2/12/2022`, ProductID: 147, ProductName: `Samsung Note`, UnitPrice: 7560.53, Quantity: 2, ExtendedPrice: 15121.06, Freight: 260.53, Discontinued: false, Region: `South East`, Address: `190 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70115 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `129 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70051, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1338, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `129 Market Street, Miami, USA, 70051`, Salesperson: `Pamela Madison`, OrderID: 1202, OrderDate: `3/15/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20520.41, Quantity: 2, ExtendedPrice: 41040.82, Freight: 550.41, Discontinued: false, Region: `North East`, Address: `129 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70051 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `143 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1339, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `143 Main Street, Miami, USA, 70144`, Salesperson: `James Jefferson`, OrderID: 1172, OrderDate: `10/15/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 18760.26, Quantity: 4, ExtendedPrice: 75041.04, Freight: 540.26, Discontinued: true, Region: `North East`, Address: `143 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70144 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `179 Market Street`, ShipCity: `New York`, ShipPostalCode: 90174, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1340, CustomerName: `Martin Smith`, CustomerFirstName: `Martin`, CustomerLastName: `Smith`, CustomerAddress: `179 Market Street, New York, USA, 90174`, Salesperson: `Martin Madison`, OrderID: 1491, OrderDate: `4/19/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 16000.56, Quantity: 4, ExtendedPrice: 64002.24, Freight: 690.56, Discontinued: false, Region: `West`, Address: `179 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90174 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `152 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1341, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `152 Main Street, Philadelphia, USA, 90077`, Salesperson: `James Black`, OrderID: 1351, OrderDate: `9/19/2022`, ProductID: 147, ProductName: `IPhone`, UnitPrice: 19810.36, Quantity: 4, ExtendedPrice: 79241.44, Freight: 920.36, Discontinued: false, Region: `West`, Address: `152 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `170 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1342, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `170 Main Street, Los Angeles, USA, 60097`, Salesperson: `Martin Black`, OrderID: 1619, OrderDate: `3/13/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 27140.88, Quantity: 3, ExtendedPrice: 81422.64, Freight: 1480.88, Discontinued: false, Region: `North East`, Address: `170 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60097 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `198 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1343, CustomerName: `Martin Black`, CustomerFirstName: `Martin`, CustomerLastName: `Black`, CustomerAddress: `198 Wall Street, New York, USA, 90077`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/2/2022`, ProductID: 122, ProductName: `Samsung Galaxy 22`, UnitPrice: 6160.87, Quantity: 3, ExtendedPrice: 18482.61, Freight: 1480.87, Discontinued: false, Region: `South East`, Address: `198 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90077 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `193 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1344, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `193 Wall Street, New York, USA, 60165`, Salesperson: `Ben Madison`, OrderID: 1516, OrderDate: `4/20/2022`, ProductID: 113, ProductName: `IPhone`, UnitPrice: 22310.25, Quantity: 2, ExtendedPrice: 44620.5, Freight: 1740.25, Discontinued: false, Region: `North East`, Address: `193 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60165 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `108 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90123, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1345, CustomerName: `James Jackson`, CustomerFirstName: `James`, CustomerLastName: `Jackson`, CustomerAddress: `108 Wall Street, New York, USA, 90123`, Salesperson: `Mike Madison`, OrderID: 1356, OrderDate: `11/2/2022`, ProductID: 105, ProductName: `Mac Book Air`, UnitPrice: 16240.78, Quantity: 5, ExtendedPrice: 81203.9, Freight: 260.78, Discontinued: false, Region: `North East`, Address: `108 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90123 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `173 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60061, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1346, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `173 Main Street, Miami, USA, 60061`, Salesperson: `Mike Jefferson`, OrderID: 1062, OrderDate: `3/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 25540.71, Quantity: 5, ExtendedPrice: 127703.55, Freight: 2000.71, Discontinued: false, Region: `West`, Address: `173 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60061 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `118 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1347, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `118 Wall Street, Los Angeles, USA, 60178`, Salesperson: `Max Madison`, OrderID: 1482, OrderDate: `8/24/2022`, ProductID: 105, ProductName: `IPhone`, UnitPrice: 17000.6, Quantity: 4, ExtendedPrice: 68002.4, Freight: 1390.6, Discontinued: false, Region: `West`, Address: `118 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60178 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `134 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60096, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1348, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `134 Wall Street, New York, USA, 60096`, Salesperson: `Ben Madison`, OrderID: 1443, OrderDate: `7/1/2022`, ProductID: 105, ProductName: `Samsung Galaxy 22`, UnitPrice: 12670.46, Quantity: 2, ExtendedPrice: 25340.92, Freight: 1280.46, Discontinued: false, Region: `North East`, Address: `134 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60096 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `125 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50134, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1349, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `125 Market Street, Philadelphia, USA, 50134`, Salesperson: `Mike Watson`, OrderID: 1498, OrderDate: `1/17/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 23470.22, Quantity: 3, ExtendedPrice: 70410.66, Freight: 1370.22, Discontinued: true, Region: `South East`, Address: `125 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50134 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1350, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Market Street, Philadelphia, USA, 80099`, Salesperson: `Nancy Watson`, OrderID: 1002, OrderDate: `11/11/2022`, ProductID: 116, ProductName: `Mac Book Air`, UnitPrice: 17060.57, Quantity: 3, ExtendedPrice: 51181.71, Freight: 1800.57, Discontinued: false, Region: `West`, Address: `145 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80099 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `130 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1351, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Philadelphia, USA, 70052`, Salesperson: `Pamela Watson`, OrderID: 1144, OrderDate: `10/15/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 13010.35, Quantity: 4, ExtendedPrice: 52041.4, Freight: 980.35, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70052 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `136 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1352, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `136 Wall Street, Miami, USA, 60165`, Salesperson: `Mike Black`, OrderID: 1745, OrderDate: `4/9/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 7900.53, Quantity: 4, ExtendedPrice: 31602.12, Freight: 1400.53, Discontinued: false, Region: `West`, Address: `136 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60165 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60176, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1353, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 60176`, Salesperson: `Martin Smith`, OrderID: 1489, OrderDate: `3/25/2022`, ProductID: 113, ProductName: `Samsung Galaxy 22`, UnitPrice: 23420.42, Quantity: 4, ExtendedPrice: 93681.68, Freight: 1660.42, Discontinued: false, Region: `West`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60176 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `114 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50060, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1354, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `114 Main Street, Huston, USA, 50060`, Salesperson: `Nancy Jackson`, OrderID: 1302, OrderDate: `3/21/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 21240.71, Quantity: 5, ExtendedPrice: 106203.55, Freight: 1000.71, Discontinued: false, Region: `North East`, Address: `114 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50060 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `130 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90062, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1355, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `130 Market Street, Huston, USA, 90062`, Salesperson: `Ben Jackson`, OrderID: 1901, OrderDate: `11/5/2022`, ProductID: 101, ProductName: `Samsung Galaxy 22`, UnitPrice: 17170.52, Quantity: 4, ExtendedPrice: 68682.08, Freight: 1600.52, Discontinued: false, Region: `South East`, Address: `130 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90062 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `160 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1356, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `160 Market Street, Philadelphia, USA, 50149`, Salesperson: `Ben Watson`, OrderID: 1331, OrderDate: `2/5/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 17650.73, Quantity: 4, ExtendedPrice: 70602.92, Freight: 1720.73, Discontinued: false, Region: `South East`, Address: `160 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50149 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `130 Main Street`, ShipCity: `New York`, ShipPostalCode: 50184, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1357, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `130 Main Street, New York, USA, 50184`, Salesperson: `Anna Watson`, OrderID: 1161, OrderDate: `5/18/2022`, ProductID: 185, ProductName: `Samsung Galaxy 22`, UnitPrice: 12920.84, Quantity: 3, ExtendedPrice: 38762.52, Freight: 780.84, Discontinued: false, Region: `South East`, Address: `130 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50184 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1358, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `120 Wall Street, New York, USA, 90122`, Salesperson: `Martin Madison`, OrderID: 1211, OrderDate: `11/13/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 21380.5, Quantity: 4, ExtendedPrice: 85522, Freight: 1130.5, Discontinued: false, Region: `West`, Address: `120 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90122 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `108 Market Street`, ShipCity: `New York`, ShipPostalCode: 80106, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1359, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `108 Market Street, New York, USA, 80106`, Salesperson: `Anna Watson`, OrderID: 1010, OrderDate: `3/15/2022`, ProductID: 198, ProductName: `Samsung Galaxy 22`, UnitPrice: 18060.46, Quantity: 4, ExtendedPrice: 72241.84, Freight: 330.46, Discontinued: true, Region: `North East`, Address: `108 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80106 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `114 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1360, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `114 Market Street, Miami, USA, 70117`, Salesperson: `James Smith`, OrderID: 1001, OrderDate: `2/24/2022`, ProductID: 121, ProductName: `Mac Book Pro`, UnitPrice: 22020.55, Quantity: 5, ExtendedPrice: 110102.75, Freight: 1970.55, Discontinued: false, Region: `West`, Address: `114 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70117 }),
+ new InvoicesDataItem({ ShipName: `Jackson Home`, ShipAddress: `134 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50108, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1361, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `134 Main Street, Philadelphia, USA, 50108`, Salesperson: `Max Jefferson`, OrderID: 1871, OrderDate: `3/1/2022`, ProductID: 114, ProductName: `Mac Book Air`, UnitPrice: 13010.27, Quantity: 5, ExtendedPrice: 65051.35, Freight: 1490.27, Discontinued: false, Region: `North East`, Address: `134 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50108 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `138 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90082, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1362, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `138 Market Street, Huston, USA, 90082`, Salesperson: `Ben Watson`, OrderID: 1175, OrderDate: `4/11/2022`, ProductID: 159, ProductName: `Samsung Galaxy 22`, UnitPrice: 17660.27, Quantity: 5, ExtendedPrice: 88301.35, Freight: 1770.27, Discontinued: false, Region: `South East`, Address: `138 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90082 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `131 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90189, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1363, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `131 Main Street, Miami, USA, 90189`, Salesperson: `Nancy Madison`, OrderID: 1072, OrderDate: `2/14/2022`, ProductID: 169, ProductName: `Mac Book Air`, UnitPrice: 24150.8, Quantity: 4, ExtendedPrice: 96603.2, Freight: 1040.8, Discontinued: false, Region: `South East`, Address: `131 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90189 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `133 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1364, CustomerName: `Martin Watson`, CustomerFirstName: `Martin`, CustomerLastName: `Watson`, CustomerAddress: `133 Wall Street, Philadelphia, USA, 90077`, Salesperson: `Pamela Jackson`, OrderID: 1971, OrderDate: `10/16/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 18520.3, Quantity: 2, ExtendedPrice: 37040.6, Freight: 300.3, Discontinued: false, Region: `North East`, Address: `133 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90077 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90109, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1365, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `128 Market Street, Huston, USA, 90109`, Salesperson: `Nancy Jackson`, OrderID: 1024, OrderDate: `12/21/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 10040.29, Quantity: 4, ExtendedPrice: 40161.16, Freight: 1900.29, Discontinued: false, Region: `South East`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90109 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `154 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1366, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `154 Market Street, Philadelphia, USA, 80119`, Salesperson: `Nancy Jackson`, OrderID: 1537, OrderDate: `6/24/2022`, ProductID: 161, ProductName: `IPhone`, UnitPrice: 20110.8, Quantity: 5, ExtendedPrice: 100554, Freight: 1990.8, Discontinued: false, Region: `South East`, Address: `154 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80119 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 50128, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1367, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `156 Main Street, Miami, USA, 50128`, Salesperson: `Nancy Smith`, OrderID: 1289, OrderDate: `7/2/2022`, ProductID: 125, ProductName: `Samsung Galaxy 22`, UnitPrice: 18320.56, Quantity: 3, ExtendedPrice: 54961.68, Freight: 890.56, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 50128 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `130 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1368, CustomerName: `James Madison`, CustomerFirstName: `James`, CustomerLastName: `Madison`, CustomerAddress: `130 Main Street, Miami, USA, 60146`, Salesperson: `Nancy Jackson`, OrderID: 1451, OrderDate: `12/4/2022`, ProductID: 140, ProductName: `Samsung Galaxy 22`, UnitPrice: 6030.21, Quantity: 4, ExtendedPrice: 24120.84, Freight: 1930.21, Discontinued: false, Region: `North East`, Address: `130 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60146 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `159 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70158, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1369, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `159 Wall Street, New York, USA, 70158`, Salesperson: `Max Jefferson`, OrderID: 1056, OrderDate: `1/10/2022`, ProductID: 151, ProductName: `Mac Book Pro`, UnitPrice: 27710.33, Quantity: 3, ExtendedPrice: 83130.99, Freight: 300.33, Discontinued: true, Region: `South East`, Address: `159 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70158 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `189 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90186, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1370, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, New York, USA, 90186`, Salesperson: `Anna Jefferson`, OrderID: 1611, OrderDate: `9/14/2022`, ProductID: 180, ProductName: `IPhone`, UnitPrice: 15940.65, Quantity: 4, ExtendedPrice: 63762.6, Freight: 1210.65, Discontinued: false, Region: `North East`, Address: `189 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90186 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `190 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50065, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1371, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Wall Street, Philadelphia, USA, 50065`, Salesperson: `Martin Watson`, OrderID: 1731, OrderDate: `2/7/2022`, ProductID: 103, ProductName: `Mac Book Pro`, UnitPrice: 21560.2, Quantity: 4, ExtendedPrice: 86240.8, Freight: 1880.2, Discontinued: false, Region: `South East`, Address: `190 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50065 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1372, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Los Angeles, USA, 80182`, Salesperson: `Ben Jefferson`, OrderID: 1156, OrderDate: `7/16/2022`, ProductID: 132, ProductName: `Samsung Galaxy 22`, UnitPrice: 15440.77, Quantity: 5, ExtendedPrice: 77203.85, Freight: 1730.77, Discontinued: false, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80182 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50154, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1373, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `150 Market Street, Philadelphia, USA, 50154`, Salesperson: `Max Jackson`, OrderID: 1592, OrderDate: `12/25/2022`, ProductID: 109, ProductName: `Mac Book Air`, UnitPrice: 25510.57, Quantity: 2, ExtendedPrice: 51021.14, Freight: 1350.57, Discontinued: false, Region: `North East`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50154 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `163 Market Street`, ShipCity: `Miami`, ShipPostalCode: 50149, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1374, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `163 Market Street, Miami, USA, 50149`, Salesperson: `James Smith`, OrderID: 1504, OrderDate: `10/7/2022`, ProductID: 197, ProductName: `Mac Book Pro`, UnitPrice: 23590.87, Quantity: 5, ExtendedPrice: 117954.35, Freight: 460.87, Discontinued: false, Region: `South East`, Address: `163 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 50149 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `114 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90131, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1375, CustomerName: `Pamela Smith`, CustomerFirstName: `Pamela`, CustomerLastName: `Smith`, CustomerAddress: `114 Wall Street, Philadelphia, USA, 90131`, Salesperson: `Nancy Jefferson`, OrderID: 1121, OrderDate: `11/25/2022`, ProductID: 148, ProductName: `Samsung Note`, UnitPrice: 13030.29, Quantity: 2, ExtendedPrice: 26060.58, Freight: 1140.29, Discontinued: false, Region: `South East`, Address: `114 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90131 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `167 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50058, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1376, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `167 Market Street, Huston, USA, 50058`, Salesperson: `Martin Black`, OrderID: 1455, OrderDate: `8/6/2022`, ProductID: 196, ProductName: `IPhone`, UnitPrice: 13870.29, Quantity: 5, ExtendedPrice: 69351.45, Freight: 1080.29, Discontinued: false, Region: `West`, Address: `167 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50058 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `181 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80062, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1377, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `181 Market Street, Los Angeles, USA, 80062`, Salesperson: `Anna Black`, OrderID: 1320, OrderDate: `1/15/2022`, ProductID: 109, ProductName: `Mac Book Pro`, UnitPrice: 10990.65, Quantity: 3, ExtendedPrice: 32971.95, Freight: 310.65, Discontinued: false, Region: `North East`, Address: `181 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80062 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `113 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80140, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1378, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `113 Wall Street, Miami, USA, 80140`, Salesperson: `Anna Jackson`, OrderID: 1936, OrderDate: `12/2/2022`, ProductID: 171, ProductName: `IPhone`, UnitPrice: 9550.78, Quantity: 4, ExtendedPrice: 38203.12, Freight: 1380.78, Discontinued: false, Region: `South East`, Address: `113 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80140 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `188 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80072, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1379, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `188 Wall Street, Los Angeles, USA, 80072`, Salesperson: `Nancy Watson`, OrderID: 1767, OrderDate: `10/23/2022`, ProductID: 130, ProductName: `IPhone`, UnitPrice: 21500.21, Quantity: 2, ExtendedPrice: 43000.42, Freight: 1680.21, Discontinued: true, Region: `South East`, Address: `188 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80072 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `177 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1380, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `177 Market Street, Huston, USA, 80160`, Salesperson: `Max Jackson`, OrderID: 1118, OrderDate: `6/2/2022`, ProductID: 111, ProductName: `Mac Book Air`, UnitPrice: 20100.73, Quantity: 4, ExtendedPrice: 80402.92, Freight: 540.73, Discontinued: false, Region: `West`, Address: `177 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80160 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `139 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80074, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1381, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Miami, USA, 80074`, Salesperson: `Nancy Madison`, OrderID: 1269, OrderDate: `6/12/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 17200.34, Quantity: 4, ExtendedPrice: 68801.36, Freight: 1280.34, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80074 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `115 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1382, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `115 Wall Street, Los Angeles, USA, 90081`, Salesperson: `James Jackson`, OrderID: 1587, OrderDate: `4/9/2022`, ProductID: 187, ProductName: `Samsung Note`, UnitPrice: 24670.86, Quantity: 2, ExtendedPrice: 49341.72, Freight: 1360.86, Discontinued: false, Region: `North East`, Address: `115 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90081 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `130 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50175, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1383, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `130 Wall Street, Miami, USA, 50175`, Salesperson: `Mike Smith`, OrderID: 1632, OrderDate: `3/3/2022`, ProductID: 197, ProductName: `IPad`, UnitPrice: 9780.24, Quantity: 3, ExtendedPrice: 29340.72, Freight: 1420.24, Discontinued: false, Region: `West`, Address: `130 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50175 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `110 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1384, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `110 Main Street, Philadelphia, USA, 90171`, Salesperson: `Max Jefferson`, OrderID: 1400, OrderDate: `6/24/2022`, ProductID: 123, ProductName: `IPhone`, UnitPrice: 12010.77, Quantity: 2, ExtendedPrice: 24021.54, Freight: 560.77, Discontinued: false, Region: `North East`, Address: `110 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90171 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `111 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80086, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1385, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `111 Market Street, Huston, USA, 80086`, Salesperson: `Ben Watson`, OrderID: 1040, OrderDate: `8/25/2022`, ProductID: 192, ProductName: `Samsung Note`, UnitPrice: 27920.64, Quantity: 5, ExtendedPrice: 139603.2, Freight: 250.64, Discontinued: false, Region: `South East`, Address: `111 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80086 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `132 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 60121, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1386, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `132 Wall Street, Huston, USA, 60121`, Salesperson: `Anna Watson`, OrderID: 1445, OrderDate: `6/12/2022`, ProductID: 139, ProductName: `IPhone`, UnitPrice: 17460.46, Quantity: 3, ExtendedPrice: 52381.38, Freight: 1060.46, Discontinued: false, Region: `South East`, Address: `132 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 60121 }),
+ new InvoicesDataItem({ ShipName: `Smith Townhouse`, ShipAddress: `150 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60127, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1387, CustomerName: `Ben Smith`, CustomerFirstName: `Ben`, CustomerLastName: `Smith`, CustomerAddress: `150 Main Street, Philadelphia, USA, 60127`, Salesperson: `Max Smith`, OrderID: 1803, OrderDate: `4/15/2022`, ProductID: 172, ProductName: `Mac Book Air`, UnitPrice: 17820.62, Quantity: 4, ExtendedPrice: 71282.48, Freight: 1150.62, Discontinued: false, Region: `West`, Address: `150 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60127 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `173 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1388, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `173 Market Street, Philadelphia, USA, 50160`, Salesperson: `Nancy Jefferson`, OrderID: 1719, OrderDate: `4/23/2022`, ProductID: 134, ProductName: `IPhone`, UnitPrice: 22780.47, Quantity: 3, ExtendedPrice: 68341.41, Freight: 500.47, Discontinued: false, Region: `West`, Address: `173 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50160 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `120 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1389, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `120 Wall Street, Philadelphia, USA, 60064`, Salesperson: `Martin Jefferson`, OrderID: 1706, OrderDate: `5/15/2022`, ProductID: 151, ProductName: `Samsung Note`, UnitPrice: 16430.61, Quantity: 3, ExtendedPrice: 49291.83, Freight: 1650.61, Discontinued: true, Region: `West`, Address: `120 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60064 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `109 Main Street`, ShipCity: `Huston`, ShipPostalCode: 70200, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1390, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Main Street, Huston, USA, 70200`, Salesperson: `James Watson`, OrderID: 1318, OrderDate: `6/10/2022`, ProductID: 163, ProductName: `IPad`, UnitPrice: 26710.76, Quantity: 4, ExtendedPrice: 106843.04, Freight: 330.76, Discontinued: false, Region: `South East`, Address: `109 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 70200 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `161 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60159, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1391, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `161 Main Street, Huston, USA, 60159`, Salesperson: `Ben Smith`, OrderID: 1322, OrderDate: `6/3/2022`, ProductID: 170, ProductName: `IPad`, UnitPrice: 18660.7, Quantity: 4, ExtendedPrice: 74642.8, Freight: 1480.7, Discontinued: false, Region: `North East`, Address: `161 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60159 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `194 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1392, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `194 Main Street, Los Angeles, USA, 60148`, Salesperson: `Pamela Black`, OrderID: 1664, OrderDate: `9/11/2022`, ProductID: 131, ProductName: `Mac Book Pro`, UnitPrice: 16990.84, Quantity: 5, ExtendedPrice: 84954.2, Freight: 1870.84, Discontinued: false, Region: `West`, Address: `194 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `191 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1393, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `191 Main Street, Los Angeles, USA, 60148`, Salesperson: `Martin Jackson`, OrderID: 1995, OrderDate: `7/3/2022`, ProductID: 107, ProductName: `Mac Book Pro`, UnitPrice: 18490.66, Quantity: 2, ExtendedPrice: 36981.32, Freight: 690.66, Discontinued: false, Region: `West`, Address: `191 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60148 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80148, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1394, CustomerName: `Martin Jefferson`, CustomerFirstName: `Martin`, CustomerLastName: `Jefferson`, CustomerAddress: `129 Wall Street, Philadelphia, USA, 80148`, Salesperson: `Ben Jefferson`, OrderID: 1344, OrderDate: `10/13/2022`, ProductID: 168, ProductName: `IPhone`, UnitPrice: 5870.82, Quantity: 5, ExtendedPrice: 29354.1, Freight: 400.82, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80148 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `148 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70084, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1395, CustomerName: `Anna Jefferson`, CustomerFirstName: `Anna`, CustomerLastName: `Jefferson`, CustomerAddress: `148 Market Street, Philadelphia, USA, 70084`, Salesperson: `Martin Smith`, OrderID: 1602, OrderDate: `3/2/2022`, ProductID: 153, ProductName: `Samsung Note`, UnitPrice: 8490.68, Quantity: 3, ExtendedPrice: 25472.04, Freight: 1650.68, Discontinued: false, Region: `North East`, Address: `148 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70084 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `152 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 90101, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1396, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `152 Wall Street, Miami, USA, 90101`, Salesperson: `Ben Black`, OrderID: 1059, OrderDate: `4/12/2022`, ProductID: 164, ProductName: `Samsung Galaxy 22`, UnitPrice: 12460.5, Quantity: 3, ExtendedPrice: 37381.5, Freight: 280.5, Discontinued: false, Region: `North East`, Address: `152 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 90101 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `147 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50200, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1397, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `147 Market Street, Philadelphia, USA, 50200`, Salesperson: `Nancy Watson`, OrderID: 1159, OrderDate: `5/12/2022`, ProductID: 136, ProductName: `IPhone`, UnitPrice: 20790.46, Quantity: 4, ExtendedPrice: 83161.84, Freight: 780.46, Discontinued: false, Region: `North East`, Address: `147 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50200 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `106 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60064, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1398, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `106 Main Street, Miami, USA, 60064`, Salesperson: `Nancy Watson`, OrderID: 1646, OrderDate: `2/13/2022`, ProductID: 143, ProductName: `IPad`, UnitPrice: 19180.29, Quantity: 4, ExtendedPrice: 76721.16, Freight: 1760.29, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60064 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `112 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90118, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1399, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `112 Main Street, Miami, USA, 90118`, Salesperson: `Martin Black`, OrderID: 1205, OrderDate: `9/24/2022`, ProductID: 109, ProductName: `IPad`, UnitPrice: 25950.86, Quantity: 4, ExtendedPrice: 103803.44, Freight: 1780.86, Discontinued: true, Region: `North East`, Address: `112 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90118 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `135 Main Street`, ShipCity: `Huston`, ShipPostalCode: 80177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1400, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `135 Main Street, Huston, USA, 80177`, Salesperson: `Max Madison`, OrderID: 1619, OrderDate: `7/15/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 24890.31, Quantity: 2, ExtendedPrice: 49780.62, Freight: 1540.31, Discontinued: false, Region: `West`, Address: `135 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 80177 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `156 Main Street`, ShipCity: `Miami`, ShipPostalCode: 70110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1401, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `156 Main Street, Miami, USA, 70110`, Salesperson: `Anna Watson`, OrderID: 1160, OrderDate: `10/21/2022`, ProductID: 127, ProductName: `IPad`, UnitPrice: 18400.21, Quantity: 3, ExtendedPrice: 55200.63, Freight: 580.21, Discontinued: false, Region: `South East`, Address: `156 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 70110 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `124 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90077, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1402, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `124 Wall Street, Los Angeles, USA, 90077`, Salesperson: `Ben Jefferson`, OrderID: 1017, OrderDate: `7/21/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 15430.8, Quantity: 5, ExtendedPrice: 77154, Freight: 1660.8, Discontinued: false, Region: `North East`, Address: `124 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90077 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `144 Market Street`, ShipCity: `New York`, ShipPostalCode: 50110, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1403, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `144 Market Street, New York, USA, 50110`, Salesperson: `James Jefferson`, OrderID: 1990, OrderDate: `5/17/2022`, ProductID: 112, ProductName: `IPhone`, UnitPrice: 20040.37, Quantity: 3, ExtendedPrice: 60121.11, Freight: 1710.37, Discontinued: false, Region: `South East`, Address: `144 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50110 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `105 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1404, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `105 Main Street, Miami, USA, 80117`, Salesperson: `Max Watson`, OrderID: 1002, OrderDate: `10/25/2022`, ProductID: 119, ProductName: `Samsung Galaxy 22`, UnitPrice: 28760.88, Quantity: 5, ExtendedPrice: 143804.4, Freight: 1220.88, Discontinued: false, Region: `West`, Address: `105 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80117 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90124, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1405, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `142 Main Street, Los Angeles, USA, 90124`, Salesperson: `James Madison`, OrderID: 1433, OrderDate: `7/22/2022`, ProductID: 158, ProductName: `Mac Book Pro`, UnitPrice: 17750.64, Quantity: 5, ExtendedPrice: 88753.2, Freight: 1300.64, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90124 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `141 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50115, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1406, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `141 Market Street, Huston, USA, 50115`, Salesperson: `Anna Watson`, OrderID: 1195, OrderDate: `8/12/2022`, ProductID: 124, ProductName: `Mac Book Pro`, UnitPrice: 22040.48, Quantity: 2, ExtendedPrice: 44080.96, Freight: 1260.48, Discontinued: false, Region: `North East`, Address: `141 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50115 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `145 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1407, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `145 Main Street, Los Angeles, USA, 70160`, Salesperson: `Max Watson`, OrderID: 1486, OrderDate: `1/13/2022`, ProductID: 103, ProductName: `Mac Book Air`, UnitPrice: 29480.67, Quantity: 3, ExtendedPrice: 88442.01, Freight: 1810.67, Discontinued: false, Region: `North East`, Address: `145 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70160 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `106 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80149, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1408, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `106 Main Street, Los Angeles, USA, 80149`, Salesperson: `James Smith`, OrderID: 1646, OrderDate: `9/4/2022`, ProductID: 191, ProductName: `Mac Book Pro`, UnitPrice: 5890.71, Quantity: 5, ExtendedPrice: 29453.55, Freight: 670.71, Discontinued: false, Region: `North East`, Address: `106 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80149 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `171 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60182, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1409, CustomerName: `Anna Madison`, CustomerFirstName: `Anna`, CustomerLastName: `Madison`, CustomerAddress: `171 Market Street, Los Angeles, USA, 60182`, Salesperson: `James Smith`, OrderID: 1839, OrderDate: `12/12/2022`, ProductID: 120, ProductName: `IPhone`, UnitPrice: 17510.64, Quantity: 5, ExtendedPrice: 87553.2, Freight: 1150.64, Discontinued: true, Region: `West`, Address: `171 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60182 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `195 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60122, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1410, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `195 Market Street, Los Angeles, USA, 60122`, Salesperson: `Martin Madison`, OrderID: 1925, OrderDate: `1/22/2022`, ProductID: 164, ProductName: `Mac Book Pro`, UnitPrice: 12920.58, Quantity: 2, ExtendedPrice: 25841.16, Freight: 690.58, Discontinued: false, Region: `West`, Address: `195 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60122 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `137 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70152, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1411, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Miami, USA, 70152`, Salesperson: `Anna Jackson`, OrderID: 1055, OrderDate: `12/9/2022`, ProductID: 198, ProductName: `IPad`, UnitPrice: 9640.43, Quantity: 4, ExtendedPrice: 38561.72, Freight: 1930.43, Discontinued: false, Region: `North East`, Address: `137 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70152 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `129 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1412, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `129 Wall Street, Miami, USA, 50177`, Salesperson: `Martin Smith`, OrderID: 1845, OrderDate: `10/21/2022`, ProductID: 142, ProductName: `IPad`, UnitPrice: 16040.31, Quantity: 3, ExtendedPrice: 48120.93, Freight: 1050.31, Discontinued: false, Region: `West`, Address: `129 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50177 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90080, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1413, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `174 Main Street, Huston, USA, 90080`, Salesperson: `Nancy Jefferson`, OrderID: 1560, OrderDate: `6/23/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 25850.87, Quantity: 4, ExtendedPrice: 103403.48, Freight: 940.87, Discontinued: false, Region: `West`, Address: `174 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90080 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `139 Market Street`, ShipCity: `New York`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1414, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `139 Market Street, New York, USA, 60178`, Salesperson: `Pamela Jefferson`, OrderID: 1102, OrderDate: `2/18/2022`, ProductID: 154, ProductName: `Mac Book Air`, UnitPrice: 13210.48, Quantity: 4, ExtendedPrice: 52841.92, Freight: 960.48, Discontinued: false, Region: `South East`, Address: `139 Market Street`, City: `New York`, Country: `USA`, PostalCode: 60178 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `127 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60192, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1415, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `127 Wall Street, Los Angeles, USA, 60192`, Salesperson: `Ben Smith`, OrderID: 1570, OrderDate: `5/19/2022`, ProductID: 105, ProductName: `Samsung Note`, UnitPrice: 24890.59, Quantity: 5, ExtendedPrice: 124452.95, Freight: 1860.59, Discontinued: false, Region: `West`, Address: `127 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60192 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `186 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90145, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1416, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `186 Market Street, Philadelphia, USA, 90145`, Salesperson: `Mike Jefferson`, OrderID: 1872, OrderDate: `11/18/2022`, ProductID: 165, ProductName: `IPhone`, UnitPrice: 19720.85, Quantity: 2, ExtendedPrice: 39441.7, Freight: 690.85, Discontinued: false, Region: `South East`, Address: `186 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90145 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `198 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1417, CustomerName: `Anna Jackson`, CustomerFirstName: `Anna`, CustomerLastName: `Jackson`, CustomerAddress: `198 Main Street, Philadelphia, USA, 70160`, Salesperson: `Martin Madison`, OrderID: 1155, OrderDate: `11/1/2022`, ProductID: 138, ProductName: `IPhone`, UnitPrice: 12260.46, Quantity: 2, ExtendedPrice: 24520.92, Freight: 1680.46, Discontinued: false, Region: `West`, Address: `198 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70160 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `110 Main Street`, ShipCity: `New York`, ShipPostalCode: 80119, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1418, CustomerName: `Ben Jefferson`, CustomerFirstName: `Ben`, CustomerLastName: `Jefferson`, CustomerAddress: `110 Main Street, New York, USA, 80119`, Salesperson: `Anna Black`, OrderID: 1600, OrderDate: `8/12/2022`, ProductID: 118, ProductName: `Mac Book Air`, UnitPrice: 9840.45, Quantity: 4, ExtendedPrice: 39361.8, Freight: 1410.45, Discontinued: false, Region: `South East`, Address: `110 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80119 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `187 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1419, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `187 Main Street, Los Angeles, USA, 50082`, Salesperson: `Pamela Watson`, OrderID: 1451, OrderDate: `12/10/2022`, ProductID: 144, ProductName: `Samsung Galaxy 22`, UnitPrice: 25180.7, Quantity: 2, ExtendedPrice: 50361.4, Freight: 560.7, Discontinued: true, Region: `North East`, Address: `187 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50082 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `121 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60178, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1420, CustomerName: `Mike Jackson`, CustomerFirstName: `Mike`, CustomerLastName: `Jackson`, CustomerAddress: `121 Main Street, Miami, USA, 60178`, Salesperson: `Ben Jackson`, OrderID: 1294, OrderDate: `2/18/2022`, ProductID: 168, ProductName: `Samsung Galaxy 22`, UnitPrice: 18670.31, Quantity: 5, ExtendedPrice: 93351.55, Freight: 1410.31, Discontinued: false, Region: `West`, Address: `121 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60178 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `185 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50177, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1421, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `185 Wall Street, New York, USA, 50177`, Salesperson: `James Watson`, OrderID: 1095, OrderDate: `6/16/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 10450.44, Quantity: 5, ExtendedPrice: 52252.2, Freight: 1030.44, Discontinued: false, Region: `West`, Address: `185 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50177 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `177 Market Street`, ShipCity: `New York`, ShipPostalCode: 90081, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1422, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `177 Market Street, New York, USA, 90081`, Salesperson: `Pamela Smith`, OrderID: 1333, OrderDate: `5/21/2022`, ProductID: 159, ProductName: `Mac Book Air`, UnitPrice: 23900.49, Quantity: 5, ExtendedPrice: 119502.45, Freight: 1700.49, Discontinued: false, Region: `South East`, Address: `177 Market Street`, City: `New York`, Country: `USA`, PostalCode: 90081 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `106 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70099, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1423, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `106 Market Street, Miami, USA, 70099`, Salesperson: `Pamela Jackson`, OrderID: 1147, OrderDate: `6/13/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 29460.63, Quantity: 2, ExtendedPrice: 58921.26, Freight: 1280.63, Discontinued: false, Region: `North East`, Address: `106 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70099 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1424, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `179 Main Street, Philadelphia, USA, 80150`, Salesperson: `James Jefferson`, OrderID: 1595, OrderDate: `7/19/2022`, ProductID: 183, ProductName: `Samsung Galaxy 22`, UnitPrice: 19060.64, Quantity: 5, ExtendedPrice: 95303.2, Freight: 980.64, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80150 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `142 Main Street`, ShipCity: `Huston`, ShipPostalCode: 90100, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1425, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Huston, USA, 90100`, Salesperson: `Martin Black`, OrderID: 1061, OrderDate: `4/4/2022`, ProductID: 118, ProductName: `IPad`, UnitPrice: 17400.83, Quantity: 2, ExtendedPrice: 34801.66, Freight: 370.83, Discontinued: false, Region: `North East`, Address: `142 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 90100 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `189 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90144, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1426, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `189 Main Street, Philadelphia, USA, 90144`, Salesperson: `Martin Smith`, OrderID: 1114, OrderDate: `2/13/2022`, ProductID: 146, ProductName: `Samsung Galaxy 22`, UnitPrice: 16860.57, Quantity: 5, ExtendedPrice: 84302.85, Freight: 1050.57, Discontinued: false, Region: `North East`, Address: `189 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90144 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `130 Wall Street`, ShipCity: `New York`, ShipPostalCode: 90175, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1427, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `130 Wall Street, New York, USA, 90175`, Salesperson: `Nancy Black`, OrderID: 1716, OrderDate: `11/6/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 19570.85, Quantity: 3, ExtendedPrice: 58712.55, Freight: 1620.85, Discontinued: false, Region: `North East`, Address: `130 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 90175 }),
+ new InvoicesDataItem({ ShipName: `Smith Market`, ShipAddress: `144 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80153, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1428, CustomerName: `Anna Smith`, CustomerFirstName: `Anna`, CustomerLastName: `Smith`, CustomerAddress: `144 Market Street, Philadelphia, USA, 80153`, Salesperson: `Mike Smith`, OrderID: 1523, OrderDate: `8/5/2022`, ProductID: 139, ProductName: `Samsung Galaxy 22`, UnitPrice: 5100.26, Quantity: 3, ExtendedPrice: 15300.78, Freight: 1630.26, Discontinued: false, Region: `North East`, Address: `144 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80153 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `175 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50150, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1429, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `175 Wall Street, New York, USA, 50150`, Salesperson: `James Jefferson`, OrderID: 1027, OrderDate: `12/7/2022`, ProductID: 151, ProductName: `IPad`, UnitPrice: 18940.75, Quantity: 4, ExtendedPrice: 75763, Freight: 1130.75, Discontinued: true, Region: `North East`, Address: `175 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50150 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `152 Wall Street`, ShipCity: `New York`, ShipPostalCode: 70091, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1430, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `152 Wall Street, New York, USA, 70091`, Salesperson: `Ben Smith`, OrderID: 1626, OrderDate: `1/1/2022`, ProductID: 145, ProductName: `IPhone`, UnitPrice: 29800.74, Quantity: 4, ExtendedPrice: 119202.96, Freight: 1440.74, Discontinued: false, Region: `West`, Address: `152 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 70091 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90099, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1431, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `127 Main Street, Miami, USA, 90099`, Salesperson: `Anna Smith`, OrderID: 1789, OrderDate: `10/15/2022`, ProductID: 139, ProductName: `Mac Book Air`, UnitPrice: 16220.23, Quantity: 2, ExtendedPrice: 32440.46, Freight: 1170.23, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90099 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `157 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 70162, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1432, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `157 Wall Street, Huston, USA, 70162`, Salesperson: `Martin Madison`, OrderID: 1622, OrderDate: `6/6/2022`, ProductID: 133, ProductName: `Samsung Note`, UnitPrice: 7410.73, Quantity: 4, ExtendedPrice: 29642.92, Freight: 1660.73, Discontinued: false, Region: `South East`, Address: `157 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 70162 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Market Street`, ShipCity: `New York`, ShipPostalCode: 50198, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1433, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Market Street, New York, USA, 50198`, Salesperson: `Mike Smith`, OrderID: 1961, OrderDate: `9/7/2022`, ProductID: 120, ProductName: `Mac Book Pro`, UnitPrice: 9150.59, Quantity: 3, ExtendedPrice: 27451.77, Freight: 550.59, Discontinued: false, Region: `South East`, Address: `159 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50198 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `109 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60160, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1434, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `109 Market Street, Philadelphia, USA, 60160`, Salesperson: `Mike Madison`, OrderID: 1868, OrderDate: `2/5/2022`, ProductID: 131, ProductName: `Samsung Galaxy 22`, UnitPrice: 20400.46, Quantity: 2, ExtendedPrice: 40800.92, Freight: 1640.46, Discontinued: false, Region: `South East`, Address: `109 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60160 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `138 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80164, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1435, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `138 Wall Street, Philadelphia, USA, 80164`, Salesperson: `Mike Smith`, OrderID: 1223, OrderDate: `7/4/2022`, ProductID: 199, ProductName: `Samsung Note`, UnitPrice: 23980.42, Quantity: 5, ExtendedPrice: 119902.1, Freight: 410.42, Discontinued: false, Region: `West`, Address: `138 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80164 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `164 Main Street`, ShipCity: `New York`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1436, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `164 Main Street, New York, USA, 90183`, Salesperson: `James Watson`, OrderID: 1766, OrderDate: `7/14/2022`, ProductID: 160, ProductName: `Samsung Note`, UnitPrice: 12280.79, Quantity: 2, ExtendedPrice: 24561.58, Freight: 1140.79, Discontinued: false, Region: `West`, Address: `164 Main Street`, City: `New York`, Country: `USA`, PostalCode: 90183 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `187 Main Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1437, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `187 Main Street, New York, USA, 80053`, Salesperson: `Martin Watson`, OrderID: 1602, OrderDate: `12/25/2022`, ProductID: 112, ProductName: `Samsung Galaxy 22`, UnitPrice: 14860.39, Quantity: 5, ExtendedPrice: 74301.95, Freight: 1920.39, Discontinued: false, Region: `West`, Address: `187 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `197 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50076, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1438, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `197 Wall Street, Miami, USA, 50076`, Salesperson: `James Jefferson`, OrderID: 1281, OrderDate: `3/18/2022`, ProductID: 102, ProductName: `Samsung Galaxy 22`, UnitPrice: 11120.87, Quantity: 2, ExtendedPrice: 22241.74, Freight: 720.87, Discontinued: false, Region: `North East`, Address: `197 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50076 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `127 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90067, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1439, CustomerName: `James Watson`, CustomerFirstName: `James`, CustomerLastName: `Watson`, CustomerAddress: `127 Market Street, Los Angeles, USA, 90067`, Salesperson: `James Madison`, OrderID: 1736, OrderDate: `2/4/2022`, ProductID: 172, ProductName: `IPad`, UnitPrice: 20090.62, Quantity: 4, ExtendedPrice: 80362.48, Freight: 630.62, Discontinued: true, Region: `West`, Address: `127 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90067 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `150 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1440, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `150 Market Street, Philadelphia, USA, 90161`, Salesperson: `Anna Watson`, OrderID: 1683, OrderDate: `5/15/2022`, ProductID: 192, ProductName: `Mac Book Air`, UnitPrice: 7270.76, Quantity: 3, ExtendedPrice: 21812.28, Freight: 1880.76, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90161 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `128 Market Street`, ShipCity: `Huston`, ShipPostalCode: 70131, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1441, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `128 Market Street, Huston, USA, 70131`, Salesperson: `Ben Smith`, OrderID: 1652, OrderDate: `11/16/2022`, ProductID: 107, ProductName: `Samsung Note`, UnitPrice: 23290.38, Quantity: 2, ExtendedPrice: 46580.76, Freight: 400.38, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 70131 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `151 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 70185, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1442, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `151 Wall Street, Miami, USA, 70185`, Salesperson: `Nancy Black`, OrderID: 1385, OrderDate: `6/12/2022`, ProductID: 110, ProductName: `Mac Book Pro`, UnitPrice: 14390.77, Quantity: 2, ExtendedPrice: 28781.54, Freight: 1600.77, Discontinued: false, Region: `West`, Address: `151 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 70185 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `183 Wall Street`, ShipCity: `New York`, ShipPostalCode: 60080, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1443, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `183 Wall Street, New York, USA, 60080`, Salesperson: `Mike Madison`, OrderID: 1158, OrderDate: `3/11/2022`, ProductID: 172, ProductName: `Samsung Note`, UnitPrice: 25230.25, Quantity: 3, ExtendedPrice: 75690.75, Freight: 340.25, Discontinued: false, Region: `South East`, Address: `183 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 60080 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `137 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80117, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1444, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `137 Wall Street, Philadelphia, USA, 80117`, Salesperson: `Anna Black`, OrderID: 1310, OrderDate: `9/5/2022`, ProductID: 157, ProductName: `IPad`, UnitPrice: 21970.48, Quantity: 2, ExtendedPrice: 43940.96, Freight: 1420.48, Discontinued: false, Region: `South East`, Address: `137 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80117 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `158 Wall Street`, ShipCity: `New York`, ShipPostalCode: 80138, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1445, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `158 Wall Street, New York, USA, 80138`, Salesperson: `Martin Madison`, OrderID: 1385, OrderDate: `5/9/2022`, ProductID: 127, ProductName: `Samsung Galaxy 22`, UnitPrice: 12610.37, Quantity: 5, ExtendedPrice: 63051.85, Freight: 1410.37, Discontinued: false, Region: `West`, Address: `158 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 80138 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `145 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70189, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1446, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `145 Wall Street, Los Angeles, USA, 70189`, Salesperson: `Mike Jackson`, OrderID: 1725, OrderDate: `9/6/2022`, ProductID: 112, ProductName: `Mac Book Pro`, UnitPrice: 20520.26, Quantity: 4, ExtendedPrice: 82081.04, Freight: 710.26, Discontinued: false, Region: `West`, Address: `145 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70189 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `155 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 60114, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1447, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `155 Wall Street, Miami, USA, 60114`, Salesperson: `Martin Madison`, OrderID: 1520, OrderDate: `6/15/2022`, ProductID: 174, ProductName: `IPhone`, UnitPrice: 16730.88, Quantity: 2, ExtendedPrice: 33461.76, Freight: 1020.88, Discontinued: false, Region: `South East`, Address: `155 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 60114 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `184 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 80059, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1448, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `184 Main Street, Los Angeles, USA, 80059`, Salesperson: `Max Smith`, OrderID: 1764, OrderDate: `4/4/2022`, ProductID: 147, ProductName: `Mac Book Air`, UnitPrice: 29810.31, Quantity: 2, ExtendedPrice: 59620.62, Freight: 1200.31, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 80059 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80052, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1449, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 80052`, Salesperson: `Max Jefferson`, OrderID: 1325, OrderDate: `8/23/2022`, ProductID: 186, ProductName: `Mac Book Pro`, UnitPrice: 19780.82, Quantity: 3, ExtendedPrice: 59342.46, Freight: 720.82, Discontinued: true, Region: `South East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80052 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `168 Market Street`, ShipCity: `Miami`, ShipPostalCode: 70196, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1450, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `168 Market Street, Miami, USA, 70196`, Salesperson: `Martin Madison`, OrderID: 1216, OrderDate: `9/9/2022`, ProductID: 134, ProductName: `Samsung Galaxy 22`, UnitPrice: 25110.88, Quantity: 2, ExtendedPrice: 50221.76, Freight: 1040.88, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 70196 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `196 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70064, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1451, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `196 Wall Street, Philadelphia, USA, 70064`, Salesperson: `Nancy Madison`, OrderID: 1924, OrderDate: `9/9/2022`, ProductID: 108, ProductName: `IPhone`, UnitPrice: 14220.86, Quantity: 2, ExtendedPrice: 28441.72, Freight: 1220.86, Discontinued: false, Region: `West`, Address: `196 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70064 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `125 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90158, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1452, CustomerName: `Max Madison`, CustomerFirstName: `Max`, CustomerLastName: `Madison`, CustomerAddress: `125 Wall Street, Huston, USA, 90158`, Salesperson: `Martin Jackson`, OrderID: 1952, OrderDate: `8/23/2022`, ProductID: 177, ProductName: `Samsung Galaxy 22`, UnitPrice: 11460.48, Quantity: 3, ExtendedPrice: 34381.44, Freight: 1140.48, Discontinued: false, Region: `West`, Address: `125 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90158 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `113 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1453, CustomerName: `Ben Watson`, CustomerFirstName: `Ben`, CustomerLastName: `Watson`, CustomerAddress: `113 Wall Street, Los Angeles, USA, 50104`, Salesperson: `Mike Black`, OrderID: 1388, OrderDate: `7/12/2022`, ProductID: 142, ProductName: `Samsung Galaxy 22`, UnitPrice: 25460.85, Quantity: 2, ExtendedPrice: 50921.7, Freight: 360.85, Discontinued: false, Region: `West`, Address: `113 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50104 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90069, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1454, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Market Street, Philadelphia, USA, 90069`, Salesperson: `Max Jefferson`, OrderID: 1197, OrderDate: `9/3/2022`, ProductID: 132, ProductName: `IPhone`, UnitPrice: 5760.67, Quantity: 3, ExtendedPrice: 17282.01, Freight: 1350.67, Discontinued: false, Region: `South East`, Address: `176 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90069 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Townhouse`, ShipAddress: `142 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50098, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1455, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `142 Market Street, Los Angeles, USA, 50098`, Salesperson: `Nancy Smith`, OrderID: 1808, OrderDate: `3/2/2022`, ProductID: 145, ProductName: `Mac Book Pro`, UnitPrice: 18130.62, Quantity: 3, ExtendedPrice: 54391.86, Freight: 660.62, Discontinued: false, Region: `North East`, Address: `142 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50098 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 50125, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1456, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `184 Main Street, New York, USA, 50125`, Salesperson: `Pamela Jackson`, OrderID: 1098, OrderDate: `9/11/2022`, ProductID: 106, ProductName: `Samsung Galaxy 22`, UnitPrice: 29450.81, Quantity: 5, ExtendedPrice: 147254.05, Freight: 820.81, Discontinued: false, Region: `North East`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 50125 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `190 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70130, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1457, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `190 Main Street, Philadelphia, USA, 70130`, Salesperson: `Max Madison`, OrderID: 1942, OrderDate: `9/1/2022`, ProductID: 136, ProductName: `Mac Book Pro`, UnitPrice: 28790.51, Quantity: 3, ExtendedPrice: 86371.53, Freight: 460.51, Discontinued: false, Region: `North East`, Address: `190 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70130 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `121 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70093, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1458, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Main Street, Los Angeles, USA, 70093`, Salesperson: `James Black`, OrderID: 1815, OrderDate: `6/16/2022`, ProductID: 144, ProductName: `Mac Book Pro`, UnitPrice: 9060.8, Quantity: 3, ExtendedPrice: 27182.4, Freight: 1990.8, Discontinued: false, Region: `North East`, Address: `121 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70093 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `111 Main Street`, ShipCity: `Huston`, ShipPostalCode: 50082, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1459, CustomerName: `Nancy Smith`, CustomerFirstName: `Nancy`, CustomerLastName: `Smith`, CustomerAddress: `111 Main Street, Huston, USA, 50082`, Salesperson: `Max Black`, OrderID: 1551, OrderDate: `4/6/2022`, ProductID: 130, ProductName: `Mac Book Pro`, UnitPrice: 29370.56, Quantity: 3, ExtendedPrice: 88111.68, Freight: 1970.56, Discontinued: true, Region: `North East`, Address: `111 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 50082 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `128 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90155, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1460, CustomerName: `Max Jefferson`, CustomerFirstName: `Max`, CustomerLastName: `Jefferson`, CustomerAddress: `128 Market Street, Los Angeles, USA, 90155`, Salesperson: `James Smith`, OrderID: 1660, OrderDate: `6/6/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 29130.58, Quantity: 2, ExtendedPrice: 58261.16, Freight: 340.58, Discontinued: false, Region: `West`, Address: `128 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90155 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `159 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60166, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1461, CustomerName: `Mike Smith`, CustomerFirstName: `Mike`, CustomerLastName: `Smith`, CustomerAddress: `159 Main Street, Huston, USA, 60166`, Salesperson: `Mike Black`, OrderID: 1860, OrderDate: `5/20/2022`, ProductID: 197, ProductName: `Samsung Galaxy 22`, UnitPrice: 18630.66, Quantity: 4, ExtendedPrice: 74522.64, Freight: 1540.66, Discontinued: false, Region: `South East`, Address: `159 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60166 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `115 Market Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60171, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1462, CustomerName: `Nancy Jefferson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jefferson`, CustomerAddress: `115 Market Street, Los Angeles, USA, 60171`, Salesperson: `Mike Jackson`, OrderID: 1312, OrderDate: `9/12/2022`, ProductID: 182, ProductName: `Samsung Note`, UnitPrice: 19120.8, Quantity: 3, ExtendedPrice: 57362.4, Freight: 470.8, Discontinued: false, Region: `North East`, Address: `115 Market Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60171 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `184 Main Street`, ShipCity: `New York`, ShipPostalCode: 80169, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1463, CustomerName: `Nancy Watson`, CustomerFirstName: `Nancy`, CustomerLastName: `Watson`, CustomerAddress: `184 Main Street, New York, USA, 80169`, Salesperson: `Nancy Madison`, OrderID: 1738, OrderDate: `1/7/2022`, ProductID: 161, ProductName: `Mac Book Air`, UnitPrice: 9160.8, Quantity: 2, ExtendedPrice: 18321.6, Freight: 1850.8, Discontinued: false, Region: `West`, Address: `184 Main Street`, City: `New York`, Country: `USA`, PostalCode: 80169 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `147 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60068, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1464, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `147 Main Street, Miami, USA, 60068`, Salesperson: `Nancy Madison`, OrderID: 1981, OrderDate: `5/23/2022`, ProductID: 110, ProductName: `Samsung Note`, UnitPrice: 19100.54, Quantity: 5, ExtendedPrice: 95502.7, Freight: 1720.54, Discontinued: false, Region: `North East`, Address: `147 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60068 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `143 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 80182, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1465, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `143 Wall Street, Huston, USA, 80182`, Salesperson: `Anna Watson`, OrderID: 1067, OrderDate: `12/19/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 28900.7, Quantity: 3, ExtendedPrice: 86702.1, Freight: 770.7, Discontinued: false, Region: `North East`, Address: `143 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 80182 }),
+ new InvoicesDataItem({ ShipName: `Watson Estate`, ShipAddress: `170 Main Street`, ShipCity: `New York`, ShipPostalCode: 60155, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1466, CustomerName: `Max Watson`, CustomerFirstName: `Max`, CustomerLastName: `Watson`, CustomerAddress: `170 Main Street, New York, USA, 60155`, Salesperson: `James Jackson`, OrderID: 1746, OrderDate: `9/2/2022`, ProductID: 148, ProductName: `IPad`, UnitPrice: 25390.4, Quantity: 5, ExtendedPrice: 126952, Freight: 550.4, Discontinued: false, Region: `South East`, Address: `170 Main Street`, City: `New York`, Country: `USA`, PostalCode: 60155 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `111 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60079, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1467, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `111 Wall Street, Philadelphia, USA, 60079`, Salesperson: `Nancy Jefferson`, OrderID: 1334, OrderDate: `5/23/2022`, ProductID: 129, ProductName: `Mac Book Air`, UnitPrice: 14520.65, Quantity: 2, ExtendedPrice: 29041.3, Freight: 1250.65, Discontinued: false, Region: `West`, Address: `111 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60079 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `153 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 90056, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1468, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `153 Wall Street, Huston, USA, 90056`, Salesperson: `Anna Jackson`, OrderID: 1230, OrderDate: `4/15/2022`, ProductID: 128, ProductName: `IPhone`, UnitPrice: 14930.82, Quantity: 5, ExtendedPrice: 74654.1, Freight: 1470.82, Discontinued: false, Region: `North East`, Address: `153 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 90056 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `143 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50070, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1469, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `143 Main Street, Philadelphia, USA, 50070`, Salesperson: `Nancy Madison`, OrderID: 1761, OrderDate: `1/23/2022`, ProductID: 136, ProductName: `IPad`, UnitPrice: 10810.43, Quantity: 4, ExtendedPrice: 43241.72, Freight: 1910.43, Discontinued: true, Region: `South East`, Address: `143 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50070 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `174 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 80126, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1470, CustomerName: `Pamela Black`, CustomerFirstName: `Pamela`, CustomerLastName: `Black`, CustomerAddress: `174 Market Street, Philadelphia, USA, 80126`, Salesperson: `Martin Madison`, OrderID: 1217, OrderDate: `7/7/2022`, ProductID: 170, ProductName: `IPhone`, UnitPrice: 16660.27, Quantity: 4, ExtendedPrice: 66641.08, Freight: 790.27, Discontinued: false, Region: `North East`, Address: `174 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 80126 }),
+ new InvoicesDataItem({ ShipName: `Smith Home`, ShipAddress: `189 Wall Street`, ShipCity: `Los Angeles`, ShipPostalCode: 60161, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1471, CustomerName: `Max Smith`, CustomerFirstName: `Max`, CustomerLastName: `Smith`, CustomerAddress: `189 Wall Street, Los Angeles, USA, 60161`, Salesperson: `Max Madison`, OrderID: 1882, OrderDate: `11/5/2022`, ProductID: 141, ProductName: `Mac Book Air`, UnitPrice: 18210.39, Quantity: 3, ExtendedPrice: 54631.17, Freight: 990.39, Discontinued: false, Region: `South East`, Address: `189 Wall Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 60161 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `193 Market Street`, ShipCity: `Huston`, ShipPostalCode: 50163, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1472, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `193 Market Street, Huston, USA, 50163`, Salesperson: `Mike Black`, OrderID: 1855, OrderDate: `5/3/2022`, ProductID: 188, ProductName: `Samsung Note`, UnitPrice: 9860.59, Quantity: 5, ExtendedPrice: 49302.95, Freight: 1610.59, Discontinued: false, Region: `South East`, Address: `193 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 50163 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `128 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60162, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1473, CustomerName: `Max Jackson`, CustomerFirstName: `Max`, CustomerLastName: `Jackson`, CustomerAddress: `128 Main Street, Miami, USA, 60162`, Salesperson: `Nancy Black`, OrderID: 1087, OrderDate: `4/5/2022`, ProductID: 166, ProductName: `Mac Book Air`, UnitPrice: 12090.33, Quantity: 4, ExtendedPrice: 48361.32, Freight: 1020.33, Discontinued: false, Region: `West`, Address: `128 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60162 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `179 Wall Street`, ShipCity: `New York`, ShipPostalCode: 50104, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1474, CustomerName: `Ben Jackson`, CustomerFirstName: `Ben`, CustomerLastName: `Jackson`, CustomerAddress: `179 Wall Street, New York, USA, 50104`, Salesperson: `Martin Black`, OrderID: 1121, OrderDate: `12/2/2022`, ProductID: 169, ProductName: `IPad`, UnitPrice: 18020.22, Quantity: 4, ExtendedPrice: 72080.88, Freight: 830.22, Discontinued: false, Region: `West`, Address: `179 Wall Street`, City: `New York`, Country: `USA`, PostalCode: 50104 }),
+ new InvoicesDataItem({ ShipName: `Jackson Townhouse`, ShipAddress: `168 Market Street`, ShipCity: `Huston`, ShipPostalCode: 60117, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1475, CustomerName: `Martin Jackson`, CustomerFirstName: `Martin`, CustomerLastName: `Jackson`, CustomerAddress: `168 Market Street, Huston, USA, 60117`, Salesperson: `James Madison`, OrderID: 1965, OrderDate: `10/17/2022`, ProductID: 166, ProductName: `Mac Book Pro`, UnitPrice: 6770.39, Quantity: 5, ExtendedPrice: 33851.95, Freight: 240.39, Discontinued: false, Region: `West`, Address: `168 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 60117 }),
+ new InvoicesDataItem({ ShipName: `Black Market`, ShipAddress: `195 Wall Street`, ShipCity: `Huston`, ShipPostalCode: 50103, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1476, CustomerName: `Mike Black`, CustomerFirstName: `Mike`, CustomerLastName: `Black`, CustomerAddress: `195 Wall Street, Huston, USA, 50103`, Salesperson: `Ben Jackson`, OrderID: 1241, OrderDate: `2/3/2022`, ProductID: 159, ProductName: `Samsung Note`, UnitPrice: 14250.8, Quantity: 5, ExtendedPrice: 71254, Freight: 1870.8, Discontinued: false, Region: `North East`, Address: `195 Wall Street`, City: `Huston`, Country: `USA`, PostalCode: 50103 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Market`, ShipAddress: `192 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 70069, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1477, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `192 Main Street, Los Angeles, USA, 70069`, Salesperson: `Pamela Watson`, OrderID: 1440, OrderDate: `6/4/2022`, ProductID: 191, ProductName: `Samsung Galaxy 22`, UnitPrice: 23000.87, Quantity: 3, ExtendedPrice: 69002.61, Freight: 1680.87, Discontinued: false, Region: `North East`, Address: `192 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 70069 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `139 Wall Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50143, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `United Package`, CustomerID: 1478, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `139 Wall Street, Philadelphia, USA, 50143`, Salesperson: `Nancy Madison`, OrderID: 1507, OrderDate: `10/10/2022`, ProductID: 176, ProductName: `Mac Book Air`, UnitPrice: 25490.8, Quantity: 3, ExtendedPrice: 76472.4, Freight: 830.8, Discontinued: false, Region: `North East`, Address: `139 Wall Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50143 }),
+ new InvoicesDataItem({ ShipName: `Madison Estate`, ShipAddress: `131 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 80108, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Federal Shipping`, CustomerID: 1479, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `131 Wall Street, Miami, USA, 80108`, Salesperson: `Ben Jefferson`, OrderID: 1702, OrderDate: `10/16/2022`, ProductID: 174, ProductName: `Mac Book Pro`, UnitPrice: 28620.58, Quantity: 4, ExtendedPrice: 114482.32, Freight: 950.58, Discontinued: true, Region: `South East`, Address: `131 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 80108 }),
+ new InvoicesDataItem({ ShipName: `Smith Estate`, ShipAddress: `127 Market Street`, ShipCity: `Huston`, ShipPostalCode: 90097, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1480, CustomerName: `James Smith`, CustomerFirstName: `James`, CustomerLastName: `Smith`, CustomerAddress: `127 Market Street, Huston, USA, 90097`, Salesperson: `Pamela Black`, OrderID: 1875, OrderDate: `7/24/2022`, ProductID: 164, ProductName: `Mac Book Air`, UnitPrice: 6750.85, Quantity: 2, ExtendedPrice: 13501.7, Freight: 1160.85, Discontinued: false, Region: `North East`, Address: `127 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 90097 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `190 Market Street`, ShipCity: `New York`, ShipPostalCode: 70142, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1481, CustomerName: `Pamela Madison`, CustomerFirstName: `Pamela`, CustomerLastName: `Madison`, CustomerAddress: `190 Market Street, New York, USA, 70142`, Salesperson: `Pamela Smith`, OrderID: 1373, OrderDate: `5/19/2022`, ProductID: 108, ProductName: `Samsung Galaxy 22`, UnitPrice: 17230.33, Quantity: 3, ExtendedPrice: 51690.99, Freight: 1270.33, Discontinued: false, Region: `West`, Address: `190 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70142 }),
+ new InvoicesDataItem({ ShipName: `Jackson Market`, ShipAddress: `179 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 90146, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1482, CustomerName: `Nancy Jackson`, CustomerFirstName: `Nancy`, CustomerLastName: `Jackson`, CustomerAddress: `179 Main Street, Philadelphia, USA, 90146`, Salesperson: `James Jefferson`, OrderID: 1452, OrderDate: `5/16/2022`, ProductID: 170, ProductName: `Mac Book Air`, UnitPrice: 8320.5, Quantity: 4, ExtendedPrice: 33282, Freight: 510.5, Discontinued: false, Region: `North East`, Address: `179 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 90146 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `183 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 90165, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1483, CustomerName: `Anna Black`, CustomerFirstName: `Anna`, CustomerLastName: `Black`, CustomerAddress: `183 Main Street, Los Angeles, USA, 90165`, Salesperson: `Max Watson`, OrderID: 1835, OrderDate: `9/8/2022`, ProductID: 198, ProductName: `Samsung Note`, UnitPrice: 13800.6, Quantity: 3, ExtendedPrice: 41401.8, Freight: 700.6, Discontinued: false, Region: `West`, Address: `183 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 90165 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `108 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 50151, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `Speedy Express`, CustomerID: 1484, CustomerName: `Max Black`, CustomerFirstName: `Max`, CustomerLastName: `Black`, CustomerAddress: `108 Main Street, Philadelphia, USA, 50151`, Salesperson: `Mike Jefferson`, OrderID: 1448, OrderDate: `11/16/2022`, ProductID: 103, ProductName: `Samsung Note`, UnitPrice: 21840.84, Quantity: 5, ExtendedPrice: 109204.2, Freight: 1500.84, Discontinued: false, Region: `South East`, Address: `108 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 50151 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `150 Market Street`, ShipCity: `New York`, ShipPostalCode: 80053, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1485, CustomerName: `James Jefferson`, CustomerFirstName: `James`, CustomerLastName: `Jefferson`, CustomerAddress: `150 Market Street, New York, USA, 80053`, Salesperson: `Anna Black`, OrderID: 1160, OrderDate: `6/7/2022`, ProductID: 156, ProductName: `IPhone`, UnitPrice: 24480.65, Quantity: 2, ExtendedPrice: 48961.3, Freight: 860.65, Discontinued: false, Region: `West`, Address: `150 Market Street`, City: `New York`, Country: `USA`, PostalCode: 80053 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Estate`, ShipAddress: `121 Wall Street`, ShipCity: `Miami`, ShipPostalCode: 50087, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1486, CustomerName: `Mike Jefferson`, CustomerFirstName: `Mike`, CustomerLastName: `Jefferson`, CustomerAddress: `121 Wall Street, Miami, USA, 50087`, Salesperson: `Anna Jackson`, OrderID: 1277, OrderDate: `8/16/2022`, ProductID: 108, ProductName: `Mac Book Air`, UnitPrice: 27370.31, Quantity: 2, ExtendedPrice: 54740.62, Freight: 350.31, Discontinued: false, Region: `North East`, Address: `121 Wall Street`, City: `Miami`, Country: `USA`, PostalCode: 50087 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `187 Market Street`, ShipCity: `Miami`, ShipPostalCode: 90094, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `United Package`, CustomerID: 1487, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `187 Market Street, Miami, USA, 90094`, Salesperson: `Pamela Jefferson`, OrderID: 1895, OrderDate: `7/18/2022`, ProductID: 138, ProductName: `IPad`, UnitPrice: 15270.6, Quantity: 3, ExtendedPrice: 45811.8, Freight: 1920.6, Discontinued: false, Region: `West`, Address: `187 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 90094 }),
+ new InvoicesDataItem({ ShipName: `Watson Market`, ShipAddress: `142 Main Street`, ShipCity: `Los Angeles`, ShipPostalCode: 50160, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1488, CustomerName: `Pamela Watson`, CustomerFirstName: `Pamela`, CustomerLastName: `Watson`, CustomerAddress: `142 Main Street, Los Angeles, USA, 50160`, Salesperson: `Max Smith`, OrderID: 1559, OrderDate: `11/2/2022`, ProductID: 129, ProductName: `Samsung Note`, UnitPrice: 19940.22, Quantity: 5, ExtendedPrice: 99701.1, Freight: 540.22, Discontinued: false, Region: `West`, Address: `142 Main Street`, City: `Los Angeles`, Country: `USA`, PostalCode: 50160 }),
+ new InvoicesDataItem({ ShipName: `Black Townhouse`, ShipAddress: `190 Market Street`, ShipCity: `Miami`, ShipPostalCode: 60164, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1489, CustomerName: `James Black`, CustomerFirstName: `James`, CustomerLastName: `Black`, CustomerAddress: `190 Market Street, Miami, USA, 60164`, Salesperson: `Nancy Jefferson`, OrderID: 1144, OrderDate: `5/7/2022`, ProductID: 169, ProductName: `Samsung Galaxy 22`, UnitPrice: 29010.82, Quantity: 4, ExtendedPrice: 116043.28, Freight: 1870.82, Discontinued: true, Region: `North East`, Address: `190 Market Street`, City: `Miami`, Country: `USA`, PostalCode: 60164 }),
+ new InvoicesDataItem({ ShipName: `Madison Market`, ShipAddress: `180 Main Street`, ShipCity: `Philadelphia`, ShipPostalCode: 70181, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1490, CustomerName: `Ben Madison`, CustomerFirstName: `Ben`, CustomerLastName: `Madison`, CustomerAddress: `180 Main Street, Philadelphia, USA, 70181`, Salesperson: `Ben Black`, OrderID: 1396, OrderDate: `2/24/2022`, ProductID: 137, ProductName: `IPhone`, UnitPrice: 15420.8, Quantity: 4, ExtendedPrice: 61683.2, Freight: 1870.8, Discontinued: false, Region: `West`, Address: `180 Main Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 70181 }),
+ new InvoicesDataItem({ ShipName: `Watson Home`, ShipAddress: `152 Market Street`, ShipCity: `Philadelphia`, ShipPostalCode: 60139, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1491, CustomerName: `Anna Watson`, CustomerFirstName: `Anna`, CustomerLastName: `Watson`, CustomerAddress: `152 Market Street, Philadelphia, USA, 60139`, Salesperson: `Mike Madison`, OrderID: 1733, OrderDate: `9/23/2022`, ProductID: 117, ProductName: `Mac Book Pro`, UnitPrice: 26430.79, Quantity: 5, ExtendedPrice: 132153.95, Freight: 270.79, Discontinued: false, Region: `North East`, Address: `152 Market Street`, City: `Philadelphia`, Country: `USA`, PostalCode: 60139 }),
+ new InvoicesDataItem({ ShipName: `Black Home`, ShipAddress: `176 Main Street`, ShipCity: `Miami`, ShipPostalCode: 60072, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1492, CustomerName: `Nancy Black`, CustomerFirstName: `Nancy`, CustomerLastName: `Black`, CustomerAddress: `176 Main Street, Miami, USA, 60072`, Salesperson: `Mike Black`, OrderID: 1473, OrderDate: `6/23/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 18440.43, Quantity: 4, ExtendedPrice: 73761.72, Freight: 1770.43, Discontinued: false, Region: `West`, Address: `176 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 60072 }),
+ new InvoicesDataItem({ ShipName: `Madison Home`, ShipAddress: `120 Main Street`, ShipCity: `Miami`, ShipPostalCode: 80161, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1493, CustomerName: `Martin Madison`, CustomerFirstName: `Martin`, CustomerLastName: `Madison`, CustomerAddress: `120 Main Street, Miami, USA, 80161`, Salesperson: `Ben Watson`, OrderID: 1674, OrderDate: `5/1/2022`, ProductID: 175, ProductName: `Samsung Galaxy 22`, UnitPrice: 23490.67, Quantity: 3, ExtendedPrice: 70472.01, Freight: 820.67, Discontinued: false, Region: `West`, Address: `120 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 80161 }),
+ new InvoicesDataItem({ ShipName: `Black Estate`, ShipAddress: `127 Main Street`, ShipCity: `Miami`, ShipPostalCode: 90183, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Federal Shipping`, CustomerID: 1494, CustomerName: `Ben Black`, CustomerFirstName: `Ben`, CustomerLastName: `Black`, CustomerAddress: `127 Main Street, Miami, USA, 90183`, Salesperson: `Pamela Smith`, OrderID: 1279, OrderDate: `2/9/2022`, ProductID: 108, ProductName: `Samsung Note`, UnitPrice: 7560.83, Quantity: 4, ExtendedPrice: 30243.32, Freight: 470.83, Discontinued: false, Region: `West`, Address: `127 Main Street`, City: `Miami`, Country: `USA`, PostalCode: 90183 }),
+ new InvoicesDataItem({ ShipName: `Jackson Estate`, ShipAddress: `129 Market Street`, ShipCity: `New York`, ShipPostalCode: 50067, ShipCountry: `USA`, ShipRegion: `South East`, ShipperName: `United Package`, CustomerID: 1495, CustomerName: `Pamela Jackson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jackson`, CustomerAddress: `129 Market Street, New York, USA, 50067`, Salesperson: `Nancy Jackson`, OrderID: 1502, OrderDate: `9/25/2022`, ProductID: 175, ProductName: `Samsung Note`, UnitPrice: 24020.51, Quantity: 4, ExtendedPrice: 96082.04, Freight: 1320.51, Discontinued: false, Region: `South East`, Address: `129 Market Street`, City: `New York`, Country: `USA`, PostalCode: 50067 }),
+ new InvoicesDataItem({ ShipName: `Madison Townhouse`, ShipAddress: `118 Market Street`, ShipCity: `New York`, ShipPostalCode: 70088, ShipCountry: `USA`, ShipRegion: `West`, ShipperName: `Speedy Express`, CustomerID: 1496, CustomerName: `Mike Madison`, CustomerFirstName: `Mike`, CustomerLastName: `Madison`, CustomerAddress: `118 Market Street, New York, USA, 70088`, Salesperson: `Anna Watson`, OrderID: 1672, OrderDate: `7/8/2022`, ProductID: 178, ProductName: `Mac Book Air`, UnitPrice: 9150.21, Quantity: 2, ExtendedPrice: 18300.42, Freight: 470.21, Discontinued: false, Region: `West`, Address: `118 Market Street`, City: `New York`, Country: `USA`, PostalCode: 70088 }),
+ new InvoicesDataItem({ ShipName: `Watson Townhouse`, ShipAddress: `146 Main Street`, ShipCity: `Huston`, ShipPostalCode: 60135, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Speedy Express`, CustomerID: 1497, CustomerName: `Mike Watson`, CustomerFirstName: `Mike`, CustomerLastName: `Watson`, CustomerAddress: `146 Main Street, Huston, USA, 60135`, Salesperson: `Anna Black`, OrderID: 1449, OrderDate: `4/4/2022`, ProductID: 194, ProductName: `IPhone`, UnitPrice: 19390.48, Quantity: 4, ExtendedPrice: 77561.92, Freight: 1350.48, Discontinued: false, Region: `North East`, Address: `146 Main Street`, City: `Huston`, Country: `USA`, PostalCode: 60135 }),
+ new InvoicesDataItem({ ShipName: `Jefferson Home`, ShipAddress: `146 Market Street`, ShipCity: `Huston`, ShipPostalCode: 80195, ShipCountry: `USA`, ShipRegion: `North East`, ShipperName: `Federal Shipping`, CustomerID: 1498, CustomerName: `Pamela Jefferson`, CustomerFirstName: `Pamela`, CustomerLastName: `Jefferson`, CustomerAddress: `146 Market Street, Huston, USA, 80195`, Salesperson: `Ben Black`, OrderID: 1100, OrderDate: `7/1/2022`, ProductID: 103, ProductName: `IPhone`, UnitPrice: 12430.89, Quantity: 3, ExtendedPrice: 37292.67, Freight: 1060.89, Discontinued: false, Region: `North East`, Address: `146 Market Street`, City: `Huston`, Country: `USA`, PostalCode: 80195 }),
+ ];
+ super(...newItems.slice(0));
+ }
+ }
+}
diff --git a/samples/grids/grid/cell-merge/src/index.css b/samples/grids/grid/cell-merge/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/grid/cell-merge/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge/src/index.ts b/samples/grids/grid/cell-merge/src/index.ts
new file mode 100644
index 000000000..3550ddf16
--- /dev/null
+++ b/samples/grids/grid/cell-merge/src/index.ts
@@ -0,0 +1,55 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import { IgcGridComponent, IgcColumnComponent, IgcCellTemplateContext } from 'igniteui-webcomponents-grids/grids';
+import { html } from 'lit-html';
+import { InvoicesData } from './InvoicesData';
+import "igniteui-webcomponents-grids/grids/themes/light/bootstrap.css";
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents, IgcSelectComponent } from 'igniteui-webcomponents';
+
+defineAllComponents();
+
+import "./index.css";
+
+export class Sample {
+ private grid: IgcGridComponent;
+
+ constructor() {
+ this.grid = document.getElementById('grid') as IgcGridComponent;
+
+ this.grid.data = this.invoicesData;
+ this.grid.addEventListener('columnInit', this.onColumnInit);
+
+ const mergeSelect = document.getElementById('mergeSelect') as IgcSelectComponent;
+ mergeSelect?.addEventListener('igcChange', (e: CustomEvent) => {
+ const value = e.detail.value as 'always' | 'onSort';
+ this.grid.cellMergeMode = value;
+ });
+ }
+
+ private _invoicesData: InvoicesData = null;
+ public get invoicesData(): InvoicesData {
+ if (this._invoicesData == null) {
+ this._invoicesData = new InvoicesData();
+ }
+ return this._invoicesData;
+ }
+
+ private onColumnInit = (args: CustomEvent) => {
+ const column = args.detail as IgcColumnComponent;
+ if (column.field === 'UnitPrice') {
+ column.formatter = (val: number) => "$" + Number(val).toFixed(2);
+ }
+ if (column.field === 'Discontinued') {
+ column.bodyTemplate = this.discontinuedTemplate;
+ }
+ };
+
+ private discontinuedTemplate = (ctx: IgcCellTemplateContext) => {
+ if (ctx.cell.value) {
+ return html` `;
+ }
+ return html` `;
+ };
+}
+
+new Sample();
diff --git a/samples/grids/grid/cell-merge/tsconfig.json b/samples/grids/grid/cell-merge/tsconfig.json
new file mode 100644
index 000000000..ae430f2a8
--- /dev/null
+++ b/samples/grids/grid/cell-merge/tsconfig.json
@@ -0,0 +1,21 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "noImplicitAny": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false,
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge/tslint.json b/samples/grids/grid/cell-merge/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/grid/cell-merge/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/grid/cell-merge/webpack.config.js b/samples/grids/grid/cell-merge/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/grid/cell-merge/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/grid/cell-selection-mode/package.json b/samples/grids/grid/cell-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/cell-selection-mode/package.json
+++ b/samples/grids/grid/cell-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/cell-selection-style/package.json b/samples/grids/grid/cell-selection-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/cell-selection-style/package.json
+++ b/samples/grids/grid/cell-selection-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/change-icons-custom/package.json b/samples/grids/grid/change-icons-custom/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/grid/change-icons-custom/package.json
+++ b/samples/grids/grid/change-icons-custom/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/clipboard-operations/package.json b/samples/grids/grid/clipboard-operations/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/grid/clipboard-operations/package.json
+++ b/samples/grids/grid/clipboard-operations/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-auto-sizing/package.json b/samples/grids/grid/column-auto-sizing/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-auto-sizing/package.json
+++ b/samples/grids/grid/column-auto-sizing/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-collapsible-groups/package.json b/samples/grids/grid/column-collapsible-groups/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-collapsible-groups/package.json
+++ b/samples/grids/grid/column-collapsible-groups/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-data-types/package.json b/samples/grids/grid/column-data-types/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-data-types/package.json
+++ b/samples/grids/grid/column-data-types/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-hiding-options/package.json b/samples/grids/grid/column-hiding-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-hiding-options/package.json
+++ b/samples/grids/grid/column-hiding-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-hiding-toolbar-style/package.json b/samples/grids/grid/column-hiding-toolbar-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-hiding-toolbar-style/package.json
+++ b/samples/grids/grid/column-hiding-toolbar-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-hiding-toolbar/package.json b/samples/grids/grid/column-hiding-toolbar/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-hiding-toolbar/package.json
+++ b/samples/grids/grid/column-hiding-toolbar/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-moving-options/package.json b/samples/grids/grid/column-moving-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/column-moving-options/package.json
+++ b/samples/grids/grid/column-moving-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-moving-styles/package.json b/samples/grids/grid/column-moving-styles/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/column-moving-styles/package.json
+++ b/samples/grids/grid/column-moving-styles/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-pinning-both-sides/.prettierrc b/samples/grids/grid/column-pinning-both-sides/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/grid/column-pinning-both-sides/ReadMe.md b/samples/grids/grid/column-pinning-both-sides/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/grid/column-pinning-both-sides/index.html b/samples/grids/grid/column-pinning-both-sides/index.html
new file mode 100644
index 000000000..8d4fbd7d0
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/index.html
@@ -0,0 +1,51 @@
+
+
+
+ Sample | Ignite UI | Web Components | infragistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unpin Column
+ Pin Left
+ Pin Right
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %><% } %>
+
+
diff --git a/samples/grids/grid/column-pinning-both-sides/package.json b/samples/grids/grid/column-pinning-both-sides/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/grid/column-pinning-both-sides/sandbox.config.json b/samples/grids/grid/column-pinning-both-sides/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/grid/column-pinning-both-sides/src/CustomersData.ts b/samples/grids/grid/column-pinning-both-sides/src/CustomersData.ts
new file mode 100644
index 000000000..bd7df8156
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/src/CustomersData.ts
@@ -0,0 +1,401 @@
+export class CustomersDataItem {
+ public constructor(init: Partial) {
+ Object.assign(this, init);
+ }
+
+ public ID: string;
+ public CompanyName: string;
+ public ContactName: string;
+ public ContactTitle: string;
+ public Address: string;
+ public City: string;
+ public Region: string;
+ public PostalCode: string;
+ public Country: string;
+ public Phone: string;
+ public Fax: string;
+
+}
+export class CustomersData extends Array {
+ public constructor() {
+ super();
+ this.push(new CustomersDataItem(
+ {
+ ID: `ALFKI`,
+ CompanyName: `Alfreds Futterkiste`,
+ ContactName: `Maria Anders`,
+ ContactTitle: `Sales Representative`,
+ Address: `Obere Str. 57`,
+ City: `Berlin`,
+ Region: `East`,
+ PostalCode: `12209`,
+ Country: `Germany`,
+ Phone: `030-0074321`,
+ Fax: `030-0076545`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `ANATR`,
+ CompanyName: `Ana Trujillo Emparedados y helados`,
+ ContactName: `Ana Trujillo`,
+ ContactTitle: `Owner`,
+ Address: `Avda. de la Constitución 2222`,
+ City: `México D.F.`,
+ Region: `South`,
+ PostalCode: `05021`,
+ Country: `Mexico`,
+ Phone: `(5) 555-4729`,
+ Fax: `(5) 555-3745`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `ANTON`,
+ CompanyName: `Antonio Moreno Taquería`,
+ ContactName: `Antonio Moreno`,
+ ContactTitle: `Owner`,
+ Address: `Mataderos 2312`,
+ City: `México D.F.`,
+ Region: `South`,
+ PostalCode: `05023`,
+ Country: `Mexico`,
+ Phone: `(5) 555-3932`,
+ Fax: `(5) 555-3745`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `AROUT`,
+ CompanyName: `Around the Horn`,
+ ContactName: `Thomas Hardy`,
+ ContactTitle: `Sales Representative`,
+ Address: `120 Hanover Sq.`,
+ City: `London`,
+ Region: `East`,
+ PostalCode: `WA1 1DP`,
+ Country: `UK`,
+ Phone: `(171) 555-7788`,
+ Fax: `(171) 555-6750`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `BERGS`,
+ CompanyName: `Berglunds snabbköp`,
+ ContactName: `Christina Berglund`,
+ ContactTitle: `Order Administrator`,
+ Address: `Berguvsvägen 8`,
+ City: `Luleå`,
+ Region: `South`,
+ PostalCode: `S-958 22`,
+ Country: `Sweden`,
+ Phone: `0921-12 34 65`,
+ Fax: `0921-12 34 67`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `BLAUS`,
+ CompanyName: `Blauer See Delikatessen`,
+ ContactName: `Hanna Moos`,
+ ContactTitle: `Sales Representative`,
+ Address: `Forsterstr. 57`,
+ City: `Mannheim`,
+ Region: `East`,
+ PostalCode: `68306`,
+ Country: `Germany`,
+ Phone: `0621-08460`,
+ Fax: `0621-08924`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `BLONP`,
+ CompanyName: `Blondesddsl père et fils`,
+ ContactName: `Frédérique Citeaux`,
+ ContactTitle: `Marketing Manager`,
+ Address: `24, place Kléber`,
+ City: `Strasbourg`,
+ Region: `East`,
+ PostalCode: `67000`,
+ Country: `France`,
+ Phone: `88.60.15.31`,
+ Fax: `88.60.15.32`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `BOLID`,
+ CompanyName: `Bólido Comidas preparadas`,
+ ContactName: `Martín Sommer`,
+ ContactTitle: `Owner`,
+ Address: `C/ Araquil, 67`,
+ City: `Madrid`,
+ Region: `East`,
+ PostalCode: `28023`,
+ Country: `Spain`,
+ Phone: `(91) 555 22 82`,
+ Fax: `(91) 555 91 99`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `BONAP`,
+ CompanyName: `Bon app'`,
+ ContactName: `Laurence Lebihan`,
+ ContactTitle: `Owner`,
+ Address: `12, rue des Bouchers`,
+ City: `Marseille`,
+ Region: `West`,
+ PostalCode: `13008`,
+ Country: `France`,
+ Phone: `91.24.45.40`,
+ Fax: `91.24.45.41`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `BOTTM`,
+ CompanyName: `Bottom-Dollar Markets`,
+ ContactName: `Elizabeth Lincoln`,
+ ContactTitle: `Accounting Manager`,
+ Address: `23 Tsawassen Blvd.`,
+ City: `Tsawassen`,
+ Region: `BC`,
+ PostalCode: `T2F 8M4`,
+ Country: `Canada`,
+ Phone: `(604) 555-4729`,
+ Fax: `(604) 555-3745`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `BSBEV`,
+ CompanyName: `B's Beverages`,
+ ContactName: `Victoria Ashworth`,
+ ContactTitle: `Sales Representative`,
+ Address: `Fauntleroy Circus`,
+ City: `London`,
+ Region: `South`,
+ PostalCode: `EC2 5NT`,
+ Country: `UK`,
+ Phone: `(171) 555-1212`,
+ Fax: `(5) 555-3745`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `CACTU`,
+ CompanyName: `Cactus Comidas para llevar`,
+ ContactName: `Patricio Simpson`,
+ ContactTitle: `Sales Agent`,
+ Address: `Cerrito 333`,
+ City: `Buenos Aires`,
+ Region: `East`,
+ PostalCode: `1010`,
+ Country: `Argentina`,
+ Phone: `(1) 135-5555`,
+ Fax: `(1) 135-4892`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `CENTC`,
+ CompanyName: `Centro comercial Moctezuma`,
+ ContactName: `Francisco Chang`,
+ ContactTitle: `Marketing Manager`,
+ Address: `Sierras de Granada 9993`,
+ City: `México D.F.`,
+ Region: `South`,
+ PostalCode: `05022`,
+ Country: `Mexico`,
+ Phone: `(5) 555-3392`,
+ Fax: `(5) 555-7293`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `CHOPS`,
+ CompanyName: `Chop-suey Chinese`,
+ ContactName: `Yang Wang`,
+ ContactTitle: `Owner`,
+ Address: `Hauptstr. 29`,
+ City: `Bern`,
+ Region: `East`,
+ PostalCode: `3012`,
+ Country: `Switzerland`,
+ Phone: `0452-076545`,
+ Fax: `(5) 555-3745`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `COMMI`,
+ CompanyName: `Comércio Mineiro`,
+ ContactName: `Pedro Afonso`,
+ ContactTitle: `Sales Associate`,
+ Address: `Av. dos Lusíadas, 23`,
+ City: `Sao Paulo`,
+ Region: `SP`,
+ PostalCode: `05432-043`,
+ Country: `Brazil`,
+ Phone: `(11) 555-7647`,
+ Fax: `(5) 555-3745`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `CONSH`,
+ CompanyName: `Consolidated Holdings`,
+ ContactName: `Elizabeth Brown`,
+ ContactTitle: `Sales Representative`,
+ Address: `Berkeley Gardens 12 Brewery`,
+ City: `London`,
+ Region: `South`,
+ PostalCode: `WX1 6LT`,
+ Country: `UK`,
+ Phone: `(171) 555-2282`,
+ Fax: `(171) 555-9199`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `DRACD`,
+ CompanyName: `Drachenblut Delikatessen`,
+ ContactName: `Sven Ottlieb`,
+ ContactTitle: `Order Administrator`,
+ Address: `Walserweg 21`,
+ City: `Aachen`,
+ Region: `South`,
+ PostalCode: `52066`,
+ Country: `Germany`,
+ Phone: `0241-039123`,
+ Fax: `0241-059428`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `DUMON`,
+ CompanyName: `Du monde entier`,
+ ContactName: `Janine Labrune`,
+ ContactTitle: `Owner`,
+ Address: `67, rue des Cinquante Otages`,
+ City: `Nantes`,
+ Region: `East`,
+ PostalCode: `44000`,
+ Country: `France`,
+ Phone: `40.67.88.88`,
+ Fax: `40.67.89.89`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `EASTC`,
+ CompanyName: `Eastern Connection`,
+ ContactName: `Ann Devon`,
+ ContactTitle: `Sales Agent`,
+ Address: `35 King George`,
+ City: `London`,
+ Region: `East`,
+ PostalCode: `WX3 6FW`,
+ Country: `UK`,
+ Phone: `(171) 555-0297`,
+ Fax: `(171) 555-3373`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `ERNSH`,
+ CompanyName: `Ernst Handel`,
+ ContactName: `Roland Mendel`,
+ ContactTitle: `Sales Manager`,
+ Address: `Kirchgasse 6`,
+ City: `Graz`,
+ Region: `South`,
+ PostalCode: `8010`,
+ Country: `Austria`,
+ Phone: `7675-3425`,
+ Fax: `7675-3426`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `FAMIA`,
+ CompanyName: `Familia Arquibaldo`,
+ ContactName: `Aria Cruz`,
+ ContactTitle: `Marketing Assistant`,
+ Address: `Rua Orós, 92`,
+ City: `Sao Paulo`,
+ Region: `SP`,
+ PostalCode: `05442-030`,
+ Country: `Brazil`,
+ Phone: `(11) 555-9857`,
+ Fax: `(5) 555-3745`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `FISSA`,
+ CompanyName: `FISSA Fabrica Inter. Salchichas S.A.`,
+ ContactName: `Diego Roel`,
+ ContactTitle: `Accounting Manager`,
+ Address: `C/ Moralzarzal, 86`,
+ City: `Madrid`,
+ Region: `East`,
+ PostalCode: `28034`,
+ Country: `Spain`,
+ Phone: `(91) 555 94 44`,
+ Fax: `(91) 555 55 93`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `FOLIG`,
+ CompanyName: `Folies gourmandes`,
+ ContactName: `Martine Rancé`,
+ ContactTitle: `Assistant Sales Agent`,
+ Address: `184, chaussée de Tournai`,
+ City: `Lille`,
+ Region: `South`,
+ PostalCode: `59000`,
+ Country: `France`,
+ Phone: `20.16.10.16`,
+ Fax: `20.16.10.17`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `FOLKO`,
+ CompanyName: `Folk och fä HB`,
+ ContactName: `Maria Larsson`,
+ ContactTitle: `Owner`,
+ Address: `Åkergatan 24`,
+ City: `Bräcke`,
+ Region: `East`,
+ PostalCode: `S-844 67`,
+ Country: `Sweden`,
+ Phone: `0695-34 67 21`,
+ Fax: `0695 33-4455`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `FRANK`,
+ CompanyName: `Frankenversand`,
+ ContactName: `Peter Franken`,
+ ContactTitle: `Marketing Manager`,
+ Address: `Berliner Platz 43`,
+ City: `München`,
+ Region: `East`,
+ PostalCode: `80805`,
+ Country: `Germany`,
+ Phone: `089-0877310`,
+ Fax: `089-0877451`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `FRANR`,
+ CompanyName: `France restauration`,
+ ContactName: `Carine Schmitt`,
+ ContactTitle: `Marketing Manager`,
+ Address: `54, rue Royale`,
+ City: `Nantes`,
+ Region: `South`,
+ PostalCode: `44000`,
+ Country: `France`,
+ Phone: `40.32.21.21`,
+ Fax: `40.32.21.20`
+ }));
+ this.push(new CustomersDataItem(
+ {
+ ID: `FRANS`,
+ CompanyName: `Franchi S.p.A.`,
+ ContactName: `Paolo Accorti`,
+ ContactTitle: `Sales Representative`,
+ Address: `Via Monte Bianco 34`,
+ City: `Torino`,
+ Region: `East`,
+ PostalCode: `10100`,
+ Country: `Italy`,
+ Phone: `011-4988260`,
+ Fax: `011-4988261`
+ }));
+ }
+}
diff --git a/samples/grids/grid/column-pinning-both-sides/src/index.css b/samples/grids/grid/column-pinning-both-sides/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/grid/column-pinning-both-sides/src/index.ts b/samples/grids/grid/column-pinning-both-sides/src/index.ts
new file mode 100644
index 000000000..6fcd70e92
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/src/index.ts
@@ -0,0 +1,70 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import {
+ IgcGridComponent,
+ IgcColumnComponent,
+ ColumnPinningPosition,
+} from 'igniteui-webcomponents-grids/grids';
+import { CustomersData } from './CustomersData';
+import 'igniteui-webcomponents-grids/grids/themes/light/bootstrap.css';
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents, IgcButtonComponent } from 'igniteui-webcomponents';
+
+defineAllComponents();
+
+import './index.css';
+
+export class Sample {
+ private grid: IgcGridComponent;
+ private pinLeftBtn: IgcButtonComponent;
+ private pinRightBtn: IgcButtonComponent;
+ private unpinBtn: IgcButtonComponent;
+
+ constructor() {
+ this.grid = document.getElementById('grid') as IgcGridComponent;
+ this.pinLeftBtn = document.getElementById('pinLeft') as IgcButtonComponent;
+ this.pinRightBtn = document.getElementById('pinRight') as IgcButtonComponent;
+ this.unpinBtn = document.getElementById('unpin') as IgcButtonComponent;
+
+ const pinningConfig = { columns: ColumnPinningPosition.End };
+
+ this.grid.data = new CustomersData();
+ this.grid.pinning = pinningConfig;
+
+ const contactName = document.getElementById('colContactName') as IgcColumnComponent;
+ if (contactName) {
+ contactName.pinningPosition = ColumnPinningPosition.Start;
+ contactName.pinned = true;
+ }
+ const contactTitle = document.getElementById('colContactTitle') as IgcColumnComponent;
+ if (contactTitle) {
+ contactTitle.pinningPosition = ColumnPinningPosition.End;
+ contactTitle.pinned = true;
+ }
+
+ this.pinLeftBtn?.addEventListener('click', this.handlePinLeft);
+ this.pinRightBtn?.addEventListener('click', this.handlePinRight);
+ this.unpinBtn?.addEventListener('click', this.handleUnpin);
+ }
+
+ private handlePinLeft = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinningPosition = ColumnPinningPosition.Start;
+ col.pinned = true;
+ });
+ };
+
+ private handlePinRight = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinningPosition = ColumnPinningPosition.End;
+ col.pinned = true;
+ });
+ };
+
+ private handleUnpin = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinned = false;
+ });
+ };
+}
+
+new Sample();
diff --git a/samples/grids/grid/column-pinning-both-sides/tsconfig.json b/samples/grids/grid/column-pinning-both-sides/tsconfig.json
new file mode 100644
index 000000000..ae430f2a8
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/tsconfig.json
@@ -0,0 +1,21 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "noImplicitAny": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false,
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
\ No newline at end of file
diff --git a/samples/grids/grid/column-pinning-both-sides/tslint.json b/samples/grids/grid/column-pinning-both-sides/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/grid/column-pinning-both-sides/webpack.config.js b/samples/grids/grid/column-pinning-both-sides/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/grid/column-pinning-both-sides/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/grid/column-pinning-options/package.json b/samples/grids/grid/column-pinning-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-pinning-options/package.json
+++ b/samples/grids/grid/column-pinning-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-pinning-right-side/package.json b/samples/grids/grid/column-pinning-right-side/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/column-pinning-right-side/package.json
+++ b/samples/grids/grid/column-pinning-right-side/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-pinning-styles/package.json b/samples/grids/grid/column-pinning-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-pinning-styles/package.json
+++ b/samples/grids/grid/column-pinning-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-pinning/package.json b/samples/grids/grid/column-pinning/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-pinning/package.json
+++ b/samples/grids/grid/column-pinning/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-resize-styling/package.json b/samples/grids/grid/column-resize-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-resize-styling/package.json
+++ b/samples/grids/grid/column-resize-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-resizing/package.json b/samples/grids/grid/column-resizing/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-resizing/package.json
+++ b/samples/grids/grid/column-resizing/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-selection-group/package.json b/samples/grids/grid/column-selection-group/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-selection-group/package.json
+++ b/samples/grids/grid/column-selection-group/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-selection-mode/package.json b/samples/grids/grid/column-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/column-selection-mode/package.json
+++ b/samples/grids/grid/column-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-selection-styles/package.json b/samples/grids/grid/column-selection-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-selection-styles/package.json
+++ b/samples/grids/grid/column-selection-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-sorting-indicators/package.json b/samples/grids/grid/column-sorting-indicators/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-sorting-indicators/package.json
+++ b/samples/grids/grid/column-sorting-indicators/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-sorting-options/package.json b/samples/grids/grid/column-sorting-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/column-sorting-options/package.json
+++ b/samples/grids/grid/column-sorting-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/column-sorting-style/package.json b/samples/grids/grid/column-sorting-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/column-sorting-style/package.json
+++ b/samples/grids/grid/column-sorting-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/conditional-cell-style-1/package.json b/samples/grids/grid/conditional-cell-style-1/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/conditional-cell-style-1/package.json
+++ b/samples/grids/grid/conditional-cell-style-1/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/conditional-cell-style-2/package.json b/samples/grids/grid/conditional-cell-style-2/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/conditional-cell-style-2/package.json
+++ b/samples/grids/grid/conditional-cell-style-2/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/conditional-row-selectors/package.json b/samples/grids/grid/conditional-row-selectors/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/conditional-row-selectors/package.json
+++ b/samples/grids/grid/conditional-row-selectors/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/custom-context-menu/package.json b/samples/grids/grid/custom-context-menu/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/grid/custom-context-menu/package.json
+++ b/samples/grids/grid/custom-context-menu/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/custom-filtering/package.json b/samples/grids/grid/custom-filtering/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/custom-filtering/package.json
+++ b/samples/grids/grid/custom-filtering/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-batch-editing-actions/package.json b/samples/grids/grid/data-batch-editing-actions/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/data-batch-editing-actions/package.json
+++ b/samples/grids/grid/data-batch-editing-actions/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-exporting-indicator/package.json b/samples/grids/grid/data-exporting-indicator/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/data-exporting-indicator/package.json
+++ b/samples/grids/grid/data-exporting-indicator/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-paste-options/package.json b/samples/grids/grid/data-paste-options/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/grid/data-paste-options/package.json
+++ b/samples/grids/grid/data-paste-options/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-performance-virtualization/package.json b/samples/grids/grid/data-performance-virtualization/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/data-performance-virtualization/package.json
+++ b/samples/grids/grid/data-performance-virtualization/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-searching/package.json b/samples/grids/grid/data-searching/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/grid/data-searching/package.json
+++ b/samples/grids/grid/data-searching/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-summaries-custom/package.json b/samples/grids/grid/data-summaries-custom/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/data-summaries-custom/package.json
+++ b/samples/grids/grid/data-summaries-custom/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-summary-formatter/package.json b/samples/grids/grid/data-summary-formatter/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/data-summary-formatter/package.json
+++ b/samples/grids/grid/data-summary-formatter/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-summary-options/package.json b/samples/grids/grid/data-summary-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/data-summary-options/package.json
+++ b/samples/grids/grid/data-summary-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-summary-template/package.json b/samples/grids/grid/data-summary-template/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/data-summary-template/package.json
+++ b/samples/grids/grid/data-summary-template/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-validation-style/package.json b/samples/grids/grid/data-validation-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/data-validation-style/package.json
+++ b/samples/grids/grid/data-validation-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-validator-service-cross-field/package.json b/samples/grids/grid/data-validator-service-cross-field/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/data-validator-service-cross-field/package.json
+++ b/samples/grids/grid/data-validator-service-cross-field/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-validator-service-extended/package.json b/samples/grids/grid/data-validator-service-extended/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/data-validator-service-extended/package.json
+++ b/samples/grids/grid/data-validator-service-extended/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/data-validator-service/package.json b/samples/grids/grid/data-validator-service/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/data-validator-service/package.json
+++ b/samples/grids/grid/data-validator-service/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/disabled-summaries/package.json b/samples/grids/grid/disabled-summaries/package.json
index 6dac59b4e..d386df897 100644
--- a/samples/grids/grid/disabled-summaries/package.json
+++ b/samples/grids/grid/disabled-summaries/package.json
@@ -26,7 +26,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/editing-columns/package.json b/samples/grids/grid/editing-columns/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/editing-columns/package.json
+++ b/samples/grids/grid/editing-columns/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/editing-events/package.json b/samples/grids/grid/editing-events/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/editing-events/package.json
+++ b/samples/grids/grid/editing-events/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/editing-excel-style-custom/package.json b/samples/grids/grid/editing-excel-style-custom/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/editing-excel-style-custom/package.json
+++ b/samples/grids/grid/editing-excel-style-custom/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/editing-excel-style/package.json b/samples/grids/grid/editing-excel-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/editing-excel-style/package.json
+++ b/samples/grids/grid/editing-excel-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/editing-lifecycle/package.json b/samples/grids/grid/editing-lifecycle/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/editing-lifecycle/package.json
+++ b/samples/grids/grid/editing-lifecycle/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/excel-exporting/package.json b/samples/grids/grid/excel-exporting/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/excel-exporting/package.json
+++ b/samples/grids/grid/excel-exporting/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/excel-style-filtering-sample-1/package.json b/samples/grids/grid/excel-style-filtering-sample-1/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/excel-style-filtering-sample-1/package.json
+++ b/samples/grids/grid/excel-style-filtering-sample-1/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/excel-style-filtering-sample-2/package.json b/samples/grids/grid/excel-style-filtering-sample-2/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/excel-style-filtering-sample-2/package.json
+++ b/samples/grids/grid/excel-style-filtering-sample-2/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/excel-style-filtering-sample-3/package.json b/samples/grids/grid/excel-style-filtering-sample-3/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/excel-style-filtering-sample-3/package.json
+++ b/samples/grids/grid/excel-style-filtering-sample-3/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/excel-style-filtering-style/package.json b/samples/grids/grid/excel-style-filtering-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/excel-style-filtering-style/package.json
+++ b/samples/grids/grid/excel-style-filtering-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/external-advanced-filtering/package.json b/samples/grids/grid/external-advanced-filtering/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/external-advanced-filtering/package.json
+++ b/samples/grids/grid/external-advanced-filtering/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/filtering-options/package.json b/samples/grids/grid/filtering-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/filtering-options/package.json
+++ b/samples/grids/grid/filtering-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/filtering-strategy/package.json b/samples/grids/grid/filtering-strategy/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/filtering-strategy/package.json
+++ b/samples/grids/grid/filtering-strategy/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/filtering-style/package.json b/samples/grids/grid/filtering-style/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/filtering-style/package.json
+++ b/samples/grids/grid/filtering-style/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/finjs/package.json b/samples/grids/grid/finjs/package.json
index af30d2f93..34496ba0a 100644
--- a/samples/grids/grid/finjs/package.json
+++ b/samples/grids/grid/finjs/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents-charts": "6.2.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/groupby-custom/package.json b/samples/grids/grid/groupby-custom/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/groupby-custom/package.json
+++ b/samples/grids/grid/groupby-custom/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/groupby-expressions/package.json b/samples/grids/grid/groupby-expressions/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/groupby-expressions/package.json
+++ b/samples/grids/grid/groupby-expressions/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/groupby-paging/package.json b/samples/grids/grid/groupby-paging/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/groupby-paging/package.json
+++ b/samples/grids/grid/groupby-paging/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/groupby-styling/package.json b/samples/grids/grid/groupby-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/groupby-styling/package.json
+++ b/samples/grids/grid/groupby-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/groupby-summary-options/package.json b/samples/grids/grid/groupby-summary-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/groupby-summary-options/package.json
+++ b/samples/grids/grid/groupby-summary-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/groupby-summary-styling/package.json b/samples/grids/grid/groupby-summary-styling/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/groupby-summary-styling/package.json
+++ b/samples/grids/grid/groupby-summary-styling/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/infinite-scroll/package.json b/samples/grids/grid/infinite-scroll/package.json
index 7b81d5734..ea64a177f 100644
--- a/samples/grids/grid/infinite-scroll/package.json
+++ b/samples/grids/grid/infinite-scroll/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/keyboard-custom-navigation/package.json b/samples/grids/grid/keyboard-custom-navigation/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/keyboard-custom-navigation/package.json
+++ b/samples/grids/grid/keyboard-custom-navigation/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/keyboard-mrl-navigation/package.json b/samples/grids/grid/keyboard-mrl-navigation/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/keyboard-mrl-navigation/package.json
+++ b/samples/grids/grid/keyboard-mrl-navigation/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/keyboard-navigation-guide/package.json b/samples/grids/grid/keyboard-navigation-guide/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/keyboard-navigation-guide/package.json
+++ b/samples/grids/grid/keyboard-navigation-guide/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/layout-display-density/package.json b/samples/grids/grid/layout-display-density/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/layout-display-density/package.json
+++ b/samples/grids/grid/layout-display-density/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/master-detail/package.json b/samples/grids/grid/master-detail/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/master-detail/package.json
+++ b/samples/grids/grid/master-detail/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/multi-cell-selection-mode/package.json b/samples/grids/grid/multi-cell-selection-mode/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/multi-cell-selection-mode/package.json
+++ b/samples/grids/grid/multi-cell-selection-mode/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/multi-column-headers-export/package.json b/samples/grids/grid/multi-column-headers-export/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/multi-column-headers-export/package.json
+++ b/samples/grids/grid/multi-column-headers-export/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/multi-column-headers-overview/package.json b/samples/grids/grid/multi-column-headers-overview/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/multi-column-headers-overview/package.json
+++ b/samples/grids/grid/multi-column-headers-overview/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/multi-column-headers-styling/package.json b/samples/grids/grid/multi-column-headers-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/multi-column-headers-styling/package.json
+++ b/samples/grids/grid/multi-column-headers-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/multi-column-headers-template/package.json b/samples/grids/grid/multi-column-headers-template/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/multi-column-headers-template/package.json
+++ b/samples/grids/grid/multi-column-headers-template/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/multi-row-layout-options/package.json b/samples/grids/grid/multi-row-layout-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/multi-row-layout-options/package.json
+++ b/samples/grids/grid/multi-row-layout-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/multi-row-layout-style/package.json b/samples/grids/grid/multi-row-layout-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/multi-row-layout-style/package.json
+++ b/samples/grids/grid/multi-row-layout-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/overview/package.json b/samples/grids/grid/overview/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/overview/package.json
+++ b/samples/grids/grid/overview/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/paste/package.json b/samples/grids/grid/paste/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/paste/package.json
+++ b/samples/grids/grid/paste/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/remote-paging-data/package.json b/samples/grids/grid/remote-paging-data/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/remote-paging-data/package.json
+++ b/samples/grids/grid/remote-paging-data/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/remote-paging-grid/package.json b/samples/grids/grid/remote-paging-grid/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/remote-paging-grid/package.json
+++ b/samples/grids/grid/remote-paging-grid/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-adding/package.json b/samples/grids/grid/row-adding/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-adding/package.json
+++ b/samples/grids/grid/row-adding/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-classes/package.json b/samples/grids/grid/row-classes/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-classes/package.json
+++ b/samples/grids/grid/row-classes/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-drag-base/package.json b/samples/grids/grid/row-drag-base/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/row-drag-base/package.json
+++ b/samples/grids/grid/row-drag-base/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-editing-options/package.json b/samples/grids/grid/row-editing-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-editing-options/package.json
+++ b/samples/grids/grid/row-editing-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-editing-style/package.json b/samples/grids/grid/row-editing-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-editing-style/package.json
+++ b/samples/grids/grid/row-editing-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-paging-basic/package.json b/samples/grids/grid/row-paging-basic/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/row-paging-basic/package.json
+++ b/samples/grids/grid/row-paging-basic/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-paging-options/package.json b/samples/grids/grid/row-paging-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/row-paging-options/package.json
+++ b/samples/grids/grid/row-paging-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-pinning-drag/package.json b/samples/grids/grid/row-pinning-drag/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-pinning-drag/package.json
+++ b/samples/grids/grid/row-pinning-drag/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-pinning-extra-column/package.json b/samples/grids/grid/row-pinning-extra-column/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-pinning-extra-column/package.json
+++ b/samples/grids/grid/row-pinning-extra-column/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-pinning-options/package.json b/samples/grids/grid/row-pinning-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/row-pinning-options/package.json
+++ b/samples/grids/grid/row-pinning-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-pinning-style/package.json b/samples/grids/grid/row-pinning-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-pinning-style/package.json
+++ b/samples/grids/grid/row-pinning-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-reorder/package.json b/samples/grids/grid/row-reorder/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-reorder/package.json
+++ b/samples/grids/grid/row-reorder/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-selection-mode/package.json b/samples/grids/grid/row-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/row-selection-mode/package.json
+++ b/samples/grids/grid/row-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-selection-template-excel/package.json b/samples/grids/grid/row-selection-template-excel/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/row-selection-template-excel/package.json
+++ b/samples/grids/grid/row-selection-template-excel/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-selection-template-numbers/package.json b/samples/grids/grid/row-selection-template-numbers/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/row-selection-template-numbers/package.json
+++ b/samples/grids/grid/row-selection-template-numbers/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/row-styles/package.json b/samples/grids/grid/row-styles/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/grid/row-styles/package.json
+++ b/samples/grids/grid/row-styles/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/state-persistence-about/package.json b/samples/grids/grid/state-persistence-about/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/grid/state-persistence-about/package.json
+++ b/samples/grids/grid/state-persistence-about/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/state-persistence-main/package.json b/samples/grids/grid/state-persistence-main/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/grid/state-persistence-main/package.json
+++ b/samples/grids/grid/state-persistence-main/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/styling-custom-CSS/package.json b/samples/grids/grid/styling-custom-CSS/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/styling-custom-CSS/package.json
+++ b/samples/grids/grid/styling-custom-CSS/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/toolbar-sample-1/package.json b/samples/grids/grid/toolbar-sample-1/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/toolbar-sample-1/package.json
+++ b/samples/grids/grid/toolbar-sample-1/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/toolbar-sample-2/package.json b/samples/grids/grid/toolbar-sample-2/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/toolbar-sample-2/package.json
+++ b/samples/grids/grid/toolbar-sample-2/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/toolbar-sample-3/package.json b/samples/grids/grid/toolbar-sample-3/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/toolbar-sample-3/package.json
+++ b/samples/grids/grid/toolbar-sample-3/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/toolbar-sample-4/package.json b/samples/grids/grid/toolbar-sample-4/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/grid/toolbar-sample-4/package.json
+++ b/samples/grids/grid/toolbar-sample-4/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/grid/toolbar-style/package.json b/samples/grids/grid/toolbar-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/grid/toolbar-style/package.json
+++ b/samples/grids/grid/toolbar-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/action-strip/package.json b/samples/grids/hierarchical-grid/action-strip/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/action-strip/package.json
+++ b/samples/grids/hierarchical-grid/action-strip/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/advanced-filtering-options/package.json b/samples/grids/hierarchical-grid/advanced-filtering-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/advanced-filtering-options/package.json
+++ b/samples/grids/hierarchical-grid/advanced-filtering-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/advanced-filtering-style/package.json b/samples/grids/hierarchical-grid/advanced-filtering-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/advanced-filtering-style/package.json
+++ b/samples/grids/hierarchical-grid/advanced-filtering-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/cell-editing-sample/package.json b/samples/grids/hierarchical-grid/cell-editing-sample/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/cell-editing-sample/package.json
+++ b/samples/grids/hierarchical-grid/cell-editing-sample/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/cell-editing-styling/package.json b/samples/grids/hierarchical-grid/cell-editing-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/cell-editing-styling/package.json
+++ b/samples/grids/hierarchical-grid/cell-editing-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/.prettierrc b/samples/grids/hierarchical-grid/cell-merge-custom-sample/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/ReadMe.md b/samples/grids/hierarchical-grid/cell-merge-custom-sample/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/index.html b/samples/grids/hierarchical-grid/cell-merge-custom-sample/index.html
new file mode 100644
index 000000000..c5bf78965
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/index.html
@@ -0,0 +1,51 @@
+
+
+
+ Sample | Ignite UI | Web Components | infragistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %>
+
+ <% } %>
+
+
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/package.json b/samples/grids/hierarchical-grid/cell-merge-custom-sample/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/sandbox.config.json b/samples/grids/hierarchical-grid/cell-merge-custom-sample/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/MultiColumnsExportData.json b/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/MultiColumnsExportData.json
new file mode 100644
index 000000000..88d6830fb
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/MultiColumnsExportData.json
@@ -0,0 +1,462 @@
+[
+ {
+ "ID": "ALFKI",
+ "CompanyName": "Alfreds Futterkiste",
+ "ContactName": "Maria Anders",
+ "ContactTitle": "Sales Representative",
+ "Address": "Obere Str. 57",
+ "City": "Berlin",
+ "Region": "Berlin",
+ "PostalCode": "12209",
+ "Country": "Germany",
+ "Phone": "030-0074321",
+ "Fax": "030-0076545",
+ "ChildCompanies": [
+ {
+ "ID": "ANATR",
+ "CompanyName": "Ana Trujillo Emparedados y helados",
+ "ContactName": "Ana Trujillo",
+ "ContactTitle": "Owner",
+ "Address": "Avda. de la Constitución 2222",
+ "City": "México D.F.",
+ "Region": "México D.F.",
+ "PostalCode": "05021",
+ "Country": "Mexico",
+ "Phone": "(5) 555-4729",
+ "Fax": "(5) 555-3745",
+ "ChildCompanies": [
+ {
+ "ID": "AROUT",
+ "CompanyName": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "Region": "London",
+ "PostalCode": "10000",
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750"
+ },
+ {
+ "ID": "BERGS",
+ "CompanyName": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "Region": "Luleå",
+ "PostalCode": "25000",
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67"
+ },
+ {
+ "ID": "BLAUS",
+ "CompanyName": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "Region": "Mannheim",
+ "PostalCode": "68306",
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924"
+ },
+ {
+ "ID": "BLONP",
+ "CompanyName": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "Region": "Strasbourg",
+ "PostalCode": "67000",
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32"
+ },
+ {
+ "ID": "BOLID",
+ "CompanyName": "Bólido Comidas preparadas",
+ "ContactName": "Martín Sommer",
+ "ContactTitle": "Owner",
+ "Address": "C/ Araquil, 67",
+ "City": "Madrid",
+ "Region": "Madrid",
+ "PostalCode": "28023",
+ "Country": "Spain",
+ "Phone": "(91) 555 22 82",
+ "Fax": "(91) 555 91 99"
+ },
+ {
+ "ID": "BONAP",
+ "CompanyName": "Bon app",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "Region": "Marseille",
+ "PostalCode": "13008",
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41"
+ },
+ {
+ "ID": "BOTTM",
+ "CompanyName": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": "13000",
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745"
+ },
+ {
+ "ID": "BSBEV",
+ "CompanyName": "Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "Region": "London",
+ "PostalCode": "37000",
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Fax": "011-4988261"
+ }
+ ]
+ },
+ {
+ "ID": "ANTON",
+ "CompanyName": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "Region": "México D.F.",
+ "PostalCode": "05023",
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Fax": "011-4988261",
+ "ChildCompanies": [
+ {
+ "ID": "CACTU",
+ "CompanyName": "Cactus Comidas para llevar",
+ "ContactName": "Patricio Simpson",
+ "ContactTitle": "Sales Agent",
+ "Address": "Cerrito 333",
+ "City": "Buenos Aires",
+ "Region": "Buenos Aires",
+ "PostalCode": "1010",
+ "Country": "Argentina",
+ "Phone": "(1) 135-5555",
+ "Fax": "(1) 135-4892"
+ },
+ {
+ "ID": "CENTC",
+ "CompanyName": "Centro comercial Moctezuma",
+ "ContactName": "Francisco Chang",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Sierras de Granada 9993",
+ "City": "México D.F.",
+ "Region": "México D.F.",
+ "PostalCode": "05022",
+ "Country": "Mexico",
+ "Phone": "(5) 555-3392",
+ "Fax": "(5) 555-7293"
+ },
+ {
+ "ID": "CHOPS",
+ "CompanyName": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "Region": "Bern",
+ "PostalCode": "3012",
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Fax": "011-4988261"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "ID": "COMMI",
+ "CompanyName": "Comércio Mineiro",
+ "ContactName": "Pedro Afonso",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. dos Lusíadas, 23",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": "16000",
+ "Country": "Brazil",
+ "Phone": "(11) 555-7647",
+ "Fax": "089-0877451",
+ "ChildCompanies": [
+ {
+ "ID": "CONSH",
+ "CompanyName": "Consolidated Holdings",
+ "ContactName": "Elizabeth Brown",
+ "ContactTitle": "Sales Representative",
+ "Address": "Berkeley Gardens 12 Brewery",
+ "City": "London",
+ "Region": "London",
+ "PostalCode": "23000",
+ "Country": "UK",
+ "Phone": "(171) 555-2282",
+ "Fax": "(171) 555-9199",
+ "ChildCompanies": [
+ {
+ "ID": "EASTC",
+ "CompanyName": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "Region": "London",
+ "PostalCode": "42000",
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373"
+ },
+ {
+ "ID": "ERNSH",
+ "CompanyName": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "Region": "Graz",
+ "PostalCode": "8010",
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426"
+ }
+ ]
+ },
+ {
+ "ID": "DRACD",
+ "CompanyName": "Drachenblut Delikatessen",
+ "ContactName": "Sven Ottlieb",
+ "ContactTitle": "Order Administrator",
+ "Address": "Walserweg 21",
+ "City": "Aachen",
+ "Region": "Aachen",
+ "PostalCode": "52066",
+ "Country": "Germany",
+ "Phone": "0241-039123",
+ "Fax": "0241-059428"
+ },
+ {
+ "ID": "DUMON",
+ "CompanyName": "Du monde entier",
+ "ContactName": "Janine Labrune",
+ "ContactTitle": "Owner",
+ "Address": "67, rue des Cinquante Otages",
+ "City": "Nantes",
+ "Region": "Nantes",
+ "PostalCode": "44000",
+ "Country": "France",
+ "Phone": "40.67.88.88",
+ "Fax": "40.67.89.89",
+ "ChildCompanies": [
+ {
+ "ID": "FAMIA",
+ "CompanyName": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": "12000",
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Fax": "089-0877451"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "ID": "FISSA",
+ "CompanyName": "FISSA Fabrica Inter. Salchichas S.A.",
+ "ContactName": "Diego Roel",
+ "ContactTitle": "Accounting Manager",
+ "Address": "C/ Moralzarzal, 86",
+ "City": "Madrid",
+ "Region": "Madrid",
+ "PostalCode": "28034",
+ "Country": "Spain",
+ "Phone": "(91) 555 94 44",
+ "Fax": "(91) 555 55 93",
+ "ChildCompanies": [
+ {
+ "ID": "FOLIG",
+ "CompanyName": "Folies gourmandes",
+ "ContactName": "Martine Rancé",
+ "ContactTitle": "Assistant Sales Agent",
+ "Address": "184, chaussée de Tournai",
+ "City": "Lille",
+ "Region": "Lille",
+ "PostalCode": "59000",
+ "Country": "France",
+ "Phone": "20.16.10.16",
+ "Fax": "20.16.10.17"
+ },
+ {
+ "ID": "FOLKO",
+ "CompanyName": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "Region": "Bräcke",
+ "PostalCode": "19000",
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Fax": "089-0877451"
+ },
+ {
+ "ID": "FRANK",
+ "CompanyName": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "Region": "München",
+ "PostalCode": "80805",
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451"
+ },
+ {
+ "ID": "FRANR",
+ "CompanyName": "France restauration",
+ "ContactName": "Carine Schmitt",
+ "ContactTitle": "Marketing Manager",
+ "Address": "54, rue Royale",
+ "City": "Nantes",
+ "Region": "Nantes",
+ "PostalCode": "44000",
+ "Country": "France",
+ "Phone": "40.32.21.21",
+ "Fax": "40.32.21.20"
+ }
+ ]
+ },
+ {
+ "ID": "FRANS",
+ "CompanyName": "Franchi S.p.A.",
+ "ContactName": "Paolo Accorti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Monte Bianco 34",
+ "City": "Torino",
+ "Region": "Torino",
+ "PostalCode": "10100",
+ "Country": "Italy",
+ "Phone": "011-4988260",
+ "Fax": "011-4988261",
+ "ChildCompanies": [
+ {
+ "ID": "ITSR1",
+ "CompanyName": "Italia Sourcing",
+ "ContactName": "Luca Rossi",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Roma 1",
+ "City": "Rome",
+ "Region": "Lazio",
+ "PostalCode": "00100",
+ "Country": "Italy",
+ "Phone": "06-555-0101",
+ "Fax": "06-555-0102"
+ },
+ {
+ "ID": "ITSR2",
+ "CompanyName": "Roma Exports",
+ "ContactName": "Chiara Conti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Piazza Navona 5",
+ "City": "Rome",
+ "Region": "Lazio",
+ "PostalCode": "00186",
+ "Country": "Italy",
+ "Phone": "06-555-0201",
+ "Fax": "06-555-0202"
+ },
+ {
+ "ID": "ITOWN1",
+ "CompanyName": "Milano Retail",
+ "ContactName": "Marco Neri",
+ "ContactTitle": "Owner",
+ "Address": "Corso Buenos Aires 12",
+ "City": "Milan",
+ "Region": "Lombardia",
+ "PostalCode": "20100",
+ "Country": "Italy",
+ "Phone": "02-555-0101",
+ "Fax": "02-555-0102"
+ }
+ ]
+ },
+ {
+ "ID": "FRNS2",
+ "CompanyName": "Franchi Logistics",
+ "ContactName": "Giulia Bianchi",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Po 12",
+ "City": "Torino",
+ "Region": "Torino",
+ "PostalCode": "10121",
+ "Country": "Italy",
+ "Phone": "011-4988262",
+ "Fax": "011-4988263",
+ "ChildCompanies": [
+ {
+ "ID": "ITSR3",
+ "CompanyName": "Torino Foods",
+ "ContactName": "Alessia Greco",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Garibaldi 3",
+ "City": "Torino",
+ "Region": "Piemonte",
+ "PostalCode": "10121",
+ "Country": "Italy",
+ "Phone": "011-555-0001",
+ "Fax": "011-555-0002"
+ },
+ {
+ "ID": "ITSR4",
+ "CompanyName": "Torino Traders",
+ "ContactName": "Fabio De Luca",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Roma 25",
+ "City": "Torino",
+ "Region": "Piemonte",
+ "PostalCode": "10123",
+ "Country": "Italy",
+ "Phone": "011-555-0003",
+ "Fax": "011-555-0004"
+ },
+ {
+ "ID": "ITSA1",
+ "CompanyName": "Liguria Supplies",
+ "ContactName": "Gianni Marino",
+ "ContactTitle": "Sales Agent",
+ "Address": "Via XX Settembre 15",
+ "City": "Genova",
+ "Region": "Liguria",
+ "PostalCode": "16121",
+ "Country": "Italy",
+ "Phone": "010-555-0101",
+ "Fax": "010-555-0102"
+ }
+ ]
+ }
+]
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/index.css b/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/index.ts b/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/index.ts
new file mode 100644
index 000000000..94e81a567
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/src/index.ts
@@ -0,0 +1,48 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import { IgcDefaultMergeStrategy, IgcHierarchicalGridComponent, IgcRowIslandComponent, SortingDirection } from 'igniteui-webcomponents-grids/grids';
+import MultiColumnsExportData from './MultiColumnsExportData.json';
+import 'igniteui-webcomponents-grids/grids/themes/light/bootstrap.css';
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents } from 'igniteui-webcomponents';
+
+defineAllComponents();
+
+import './index.css';
+
+type RecordType = { Country: string;[key: string]: any };
+
+class PerCountryMergeStrategy extends IgcDefaultMergeStrategy {
+ // merges only when field values and Country match
+ public comparer(prevRecord: RecordType, record: RecordType, field: string): boolean {
+ const a = (prevRecord as any)[field];
+ const b = (record as any)[field];
+ return a === b && prevRecord.Country === record.Country;
+ }
+}
+
+export class Sample {
+ private grid: IgcHierarchicalGridComponent;
+ private rowIsland: IgcRowIslandComponent;
+
+ constructor() {
+ this.grid = document.getElementById('grid') as IgcHierarchicalGridComponent;
+ this.rowIsland = document.getElementById('rowIsland') as IgcRowIslandComponent;
+
+ this.grid.data = this.localData;
+ const sortExpr = [{ fieldName: 'ContactTitle', dir: SortingDirection.Asc }];
+ this.grid.sortingExpressions = sortExpr;
+ this.rowIsland.sortingExpressions = sortExpr;
+
+ (this.grid as any).mergeStrategy = new PerCountryMergeStrategy();
+ (this.rowIsland as any).mergeStrategy = new PerCountryMergeStrategy();
+ this.grid.cellMergeMode = 'always';
+ this.rowIsland.cellMergeMode = 'always';
+ }
+
+ private _localData: any[] = MultiColumnsExportData as any[];
+ public get localData(): any[] {
+ return this._localData;
+ }
+}
+
+new Sample();
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/tsconfig.json b/samples/grids/hierarchical-grid/cell-merge-custom-sample/tsconfig.json
new file mode 100644
index 000000000..bdfb11b89
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/tsconfig.json
@@ -0,0 +1,22 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "resolveJsonModule": true,
+ "noImplicitAny": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/tslint.json b/samples/grids/hierarchical-grid/cell-merge-custom-sample/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/cell-merge-custom-sample/webpack.config.js b/samples/grids/hierarchical-grid/cell-merge-custom-sample/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge-custom-sample/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/hierarchical-grid/cell-merge/.prettierrc b/samples/grids/hierarchical-grid/cell-merge/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/cell-merge/ReadMe.md b/samples/grids/hierarchical-grid/cell-merge/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/hierarchical-grid/cell-merge/index.html b/samples/grids/hierarchical-grid/cell-merge/index.html
new file mode 100644
index 000000000..d4aaed236
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/index.html
@@ -0,0 +1,65 @@
+
+
+
+ Sample | Ignite UI | Web Components | infragistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Select Merge Type Root
+ Merge always
+ Merge on sort
+
+
+
+ Select Merge Type Child
+ Merge always
+ Merge on sort
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %>
+
+ <% } %>
+
+
diff --git a/samples/grids/hierarchical-grid/cell-merge/package.json b/samples/grids/hierarchical-grid/cell-merge/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/hierarchical-grid/cell-merge/sandbox.config.json b/samples/grids/hierarchical-grid/cell-merge/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/cell-merge/src/MultiColumnsExportData.json b/samples/grids/hierarchical-grid/cell-merge/src/MultiColumnsExportData.json
new file mode 100644
index 000000000..483f76e92
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/src/MultiColumnsExportData.json
@@ -0,0 +1,367 @@
+[
+ {
+ "ID": "ALFKI",
+ "CompanyName": "Alfreds Futterkiste",
+ "ContactName": "Maria Anders",
+ "ContactTitle": "Sales Representative",
+ "Address": "Obere Str. 57",
+ "City": "Berlin",
+ "Region": "Berlin",
+ "PostalCode": "12209",
+ "Country": "Germany",
+ "Phone": "030-0074321",
+ "Fax": "030-0076545",
+ "ChildCompanies": [
+ {
+ "ID": "ANATR",
+ "CompanyName": "Ana Trujillo Emparedados y helados",
+ "ContactName": "Ana Trujillo",
+ "ContactTitle": "Owner",
+ "Address": "Avda. de la Constitución 2222",
+ "City": "México D.F.",
+ "Region": "México D.F.",
+ "PostalCode": "05021",
+ "Country": "Mexico",
+ "Phone": "(5) 555-4729",
+ "Fax": "(5) 555-3745",
+ "ChildCompanies": [
+ {
+ "ID": "AROUT",
+ "CompanyName": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "Region": "London",
+ "PostalCode": "10000",
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750"
+ },
+ {
+ "ID": "BERGS",
+ "CompanyName": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "Region": "Luleå",
+ "PostalCode": "25000",
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67"
+ },
+ {
+ "ID": "BLAUS",
+ "CompanyName": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "Region": "Mannheim",
+ "PostalCode": "68306",
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924"
+ },
+ {
+ "ID": "BLONP",
+ "CompanyName": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "Region": "Strasbourg",
+ "PostalCode": "67000",
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32"
+ },
+ {
+ "ID": "BOLID",
+ "CompanyName": "Bólido Comidas preparadas",
+ "ContactName": "Martín Sommer",
+ "ContactTitle": "Owner",
+ "Address": "C/ Araquil, 67",
+ "City": "Madrid",
+ "Region": "Madrid",
+ "PostalCode": "28023",
+ "Country": "Spain",
+ "Phone": "(91) 555 22 82",
+ "Fax": "(91) 555 91 99"
+ },
+ {
+ "ID": "BONAP",
+ "CompanyName": "Bon app",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "Region": "Marseille",
+ "PostalCode": "13008",
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41"
+ },
+ {
+ "ID": "BOTTM",
+ "CompanyName": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": "13000",
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745"
+ },
+ {
+ "ID": "BSBEV",
+ "CompanyName": "Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "Region": "London",
+ "PostalCode": "37000",
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Fax": "011-4988261"
+ }
+ ]
+ },
+ {
+ "ID": "ANTON",
+ "CompanyName": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "Region": "México D.F.",
+ "PostalCode": "05023",
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Fax": "011-4988261",
+ "ChildCompanies": [
+ {
+ "ID": "CACTU",
+ "CompanyName": "Cactus Comidas para llevar",
+ "ContactName": "Patricio Simpson",
+ "ContactTitle": "Sales Agent",
+ "Address": "Cerrito 333",
+ "City": "Buenos Aires",
+ "Region": "Buenos Aires",
+ "PostalCode": "1010",
+ "Country": "Argentina",
+ "Phone": "(1) 135-5555",
+ "Fax": "(1) 135-4892"
+ },
+ {
+ "ID": "CENTC",
+ "CompanyName": "Centro comercial Moctezuma",
+ "ContactName": "Francisco Chang",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Sierras de Granada 9993",
+ "City": "México D.F.",
+ "Region": "México D.F.",
+ "PostalCode": "05022",
+ "Country": "Mexico",
+ "Phone": "(5) 555-3392",
+ "Fax": "(5) 555-7293"
+ },
+ {
+ "ID": "CHOPS",
+ "CompanyName": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "Region": "Bern",
+ "PostalCode": "3012",
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Fax": "011-4988261"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "ID": "COMMI",
+ "CompanyName": "Comércio Mineiro",
+ "ContactName": "Pedro Afonso",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. dos Lusíadas, 23",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": "16000",
+ "Country": "Brazil",
+ "Phone": "(11) 555-7647",
+ "Fax": "089-0877451",
+ "ChildCompanies": [
+ {
+ "ID": "CONSH",
+ "CompanyName": "Consolidated Holdings",
+ "ContactName": "Elizabeth Brown",
+ "ContactTitle": "Sales Representative",
+ "Address": "Berkeley Gardens 12 Brewery",
+ "City": "London",
+ "Region": "London",
+ "PostalCode": "23000",
+ "Country": "UK",
+ "Phone": "(171) 555-2282",
+ "Fax": "(171) 555-9199",
+ "ChildCompanies": [
+ {
+ "ID": "EASTC",
+ "CompanyName": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "Region": "London",
+ "PostalCode": "42000",
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373"
+ },
+ {
+ "ID": "ERNSH",
+ "CompanyName": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "Region": "Graz",
+ "PostalCode": "8010",
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426"
+ }
+ ]
+ },
+ {
+ "ID": "DRACD",
+ "CompanyName": "Drachenblut Delikatessen",
+ "ContactName": "Sven Ottlieb",
+ "ContactTitle": "Order Administrator",
+ "Address": "Walserweg 21",
+ "City": "Aachen",
+ "Region": "Aachen",
+ "PostalCode": "52066",
+ "Country": "Germany",
+ "Phone": "0241-039123",
+ "Fax": "0241-059428"
+ },
+ {
+ "ID": "DUMON",
+ "CompanyName": "Du monde entier",
+ "ContactName": "Janine Labrune",
+ "ContactTitle": "Owner",
+ "Address": "67, rue des Cinquante Otages",
+ "City": "Nantes",
+ "Region": "Nantes",
+ "PostalCode": "44000",
+ "Country": "France",
+ "Phone": "40.67.88.88",
+ "Fax": "40.67.89.89",
+ "ChildCompanies": [
+ {
+ "ID": "FAMIA",
+ "CompanyName": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": "12000",
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Fax": "089-0877451"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "ID": "FISSA",
+ "CompanyName": "FISSA Fabrica Inter. Salchichas S.A.",
+ "ContactName": "Diego Roel",
+ "ContactTitle": "Accounting Manager",
+ "Address": "C/ Moralzarzal, 86",
+ "City": "Madrid",
+ "Region": "Madrid",
+ "PostalCode": "28034",
+ "Country": "Spain",
+ "Phone": "(91) 555 94 44",
+ "Fax": "(91) 555 55 93",
+ "ChildCompanies": [
+ {
+ "ID": "FOLIG",
+ "CompanyName": "Folies gourmandes",
+ "ContactName": "Martine Rancé",
+ "ContactTitle": "Assistant Sales Agent",
+ "Address": "184, chaussée de Tournai",
+ "City": "Lille",
+ "Region": "Lille",
+ "PostalCode": "59000",
+ "Country": "France",
+ "Phone": "20.16.10.16",
+ "Fax": "20.16.10.17"
+ },
+ {
+ "ID": "FOLKO",
+ "CompanyName": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "Region": "Bräcke",
+ "PostalCode": "19000",
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Fax": "089-0877451"
+ },
+ {
+ "ID": "FRANK",
+ "CompanyName": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "Region": "München",
+ "PostalCode": "80805",
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451"
+ },
+ {
+ "ID": "FRANR",
+ "CompanyName": "France restauration",
+ "ContactName": "Carine Schmitt",
+ "ContactTitle": "Marketing Manager",
+ "Address": "54, rue Royale",
+ "City": "Nantes",
+ "Region": "Nantes",
+ "PostalCode": "44000",
+ "Country": "France",
+ "Phone": "40.32.21.21",
+ "Fax": "40.32.21.20"
+ }
+ ]
+ },
+ {
+ "ID": "FRANS",
+ "CompanyName": "Franchi S.p.A.",
+ "ContactName": "Paolo Accorti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Monte Bianco 34",
+ "City": "Torino",
+ "Region": "Torino",
+ "PostalCode": "10100",
+ "Country": "Italy",
+ "Phone": "011-4988260",
+ "Fax": "011-4988261"
+ }
+]
diff --git a/samples/grids/hierarchical-grid/cell-merge/src/index.css b/samples/grids/hierarchical-grid/cell-merge/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/cell-merge/src/index.ts b/samples/grids/hierarchical-grid/cell-merge/src/index.ts
new file mode 100644
index 000000000..eb2cb1565
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/src/index.ts
@@ -0,0 +1,44 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import { IgcHierarchicalGridComponent, IgcRowIslandComponent, SortingDirection } from 'igniteui-webcomponents-grids/grids';
+import MultiColumnsExportData from './MultiColumnsExportData.json';
+import 'igniteui-webcomponents-grids/grids/themes/light/bootstrap.css';
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents, IgcSelectComponent } from 'igniteui-webcomponents';
+
+defineAllComponents();
+
+import './index.css';
+
+export class Sample {
+ private grid: IgcHierarchicalGridComponent;
+ private rowIsland: IgcRowIslandComponent;
+
+ constructor() {
+ this.grid = document.getElementById('grid') as IgcHierarchicalGridComponent;
+ this.rowIsland = document.getElementById('rowIsland') as IgcRowIslandComponent;
+
+ this.grid.data = this.localData;
+ this.grid.sortingExpressions = [{ fieldName: 'ContactTitle', dir: SortingDirection.Asc }];
+ this.rowIsland.sortingExpressions = [{ fieldName: 'ContactTitle', dir: SortingDirection.Asc }];
+
+ const mergeSelectRoot = document.getElementById('mergeSelectRoot') as IgcSelectComponent;
+ mergeSelectRoot?.addEventListener('igcChange', (e: CustomEvent) => {
+ const value = e.detail.value as 'always' | 'onSort';
+ this.grid.cellMergeMode = value;
+ });
+
+ const mergeSelectChild = document.getElementById('mergeSelectChild') as IgcSelectComponent;
+ mergeSelectChild?.addEventListener('igcChange', (e: CustomEvent) => {
+ const value = e.detail.value as 'always' | 'onSort';
+ this.rowIsland.cellMergeMode = value;
+ });
+
+ }
+
+ private _localData: any[] = MultiColumnsExportData as any[];
+ public get localData(): any[] {
+ return this._localData;
+ }
+}
+
+new Sample();
diff --git a/samples/grids/hierarchical-grid/cell-merge/tsconfig.json b/samples/grids/hierarchical-grid/cell-merge/tsconfig.json
new file mode 100644
index 000000000..bdfb11b89
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/tsconfig.json
@@ -0,0 +1,22 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "resolveJsonModule": true,
+ "noImplicitAny": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
diff --git a/samples/grids/hierarchical-grid/cell-merge/tslint.json b/samples/grids/hierarchical-grid/cell-merge/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/cell-merge/webpack.config.js b/samples/grids/hierarchical-grid/cell-merge/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/hierarchical-grid/cell-merge/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/hierarchical-grid/cell-selection-mode/package.json b/samples/grids/hierarchical-grid/cell-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/cell-selection-mode/package.json
+++ b/samples/grids/hierarchical-grid/cell-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/cell-selection-overview/package.json b/samples/grids/hierarchical-grid/cell-selection-overview/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/cell-selection-overview/package.json
+++ b/samples/grids/hierarchical-grid/cell-selection-overview/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/cell-selection-style/package.json b/samples/grids/hierarchical-grid/cell-selection-style/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/cell-selection-style/package.json
+++ b/samples/grids/hierarchical-grid/cell-selection-style/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/cell-selection-styling/package.json b/samples/grids/hierarchical-grid/cell-selection-styling/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/hierarchical-grid/cell-selection-styling/package.json
+++ b/samples/grids/hierarchical-grid/cell-selection-styling/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-auto-sizing/package.json b/samples/grids/hierarchical-grid/column-auto-sizing/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/hierarchical-grid/column-auto-sizing/package.json
+++ b/samples/grids/hierarchical-grid/column-auto-sizing/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-collapsible-groups/package.json b/samples/grids/hierarchical-grid/column-collapsible-groups/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-collapsible-groups/package.json
+++ b/samples/grids/hierarchical-grid/column-collapsible-groups/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-hiding-toolbar-style/package.json b/samples/grids/hierarchical-grid/column-hiding-toolbar-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-hiding-toolbar-style/package.json
+++ b/samples/grids/hierarchical-grid/column-hiding-toolbar-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-hiding-toolbar/package.json b/samples/grids/hierarchical-grid/column-hiding-toolbar/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-hiding-toolbar/package.json
+++ b/samples/grids/hierarchical-grid/column-hiding-toolbar/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-moving-options/package.json b/samples/grids/hierarchical-grid/column-moving-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-moving-options/package.json
+++ b/samples/grids/hierarchical-grid/column-moving-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-moving-styles/package.json b/samples/grids/hierarchical-grid/column-moving-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-moving-styles/package.json
+++ b/samples/grids/hierarchical-grid/column-moving-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/.prettierrc b/samples/grids/hierarchical-grid/column-pinning-both-sides/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/ReadMe.md b/samples/grids/hierarchical-grid/column-pinning-both-sides/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/index.html b/samples/grids/hierarchical-grid/column-pinning-both-sides/index.html
new file mode 100644
index 000000000..47de0b643
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/index.html
@@ -0,0 +1,71 @@
+
+
+
+ Sample | Ignite UI | Web Components | infragistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unpin Column
+ Pin Left
+ Pin Right
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %><% } %>
+
+
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/package.json b/samples/grids/hierarchical-grid/column-pinning-both-sides/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/sandbox.config.json b/samples/grids/hierarchical-grid/column-pinning-both-sides/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/src/HierarchicalCustomersData.json b/samples/grids/hierarchical-grid/column-pinning-both-sides/src/HierarchicalCustomersData.json
new file mode 100644
index 000000000..8c1cb2c4a
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/src/HierarchicalCustomersData.json
@@ -0,0 +1,37940 @@
+[
+ {
+ "CustomerID": "VINET",
+ "Company": "Vins et alcools Chevalier",
+ "ContactName": "Paul Henriot",
+ "ContactTitle": "Accounting Manager",
+ "Address": "59 rue de l'Abbaye",
+ "City": "Reims",
+ "PostalCode": 51100,
+ "Country": "France",
+ "Phone": "26.47.15.10",
+ "Fax": "26.47.15.11",
+ "Orders": [
+ {
+ "OrderID": 10248,
+ "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": "59 rue de l'Abbaye",
+ "ShipCity": "Reims",
+ "ShipPostalCode": 51100,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 14,
+ "Quantity": 12,
+ "Discount": 0,
+ "Weight": 2.5,
+ "Length": 25.6,
+ "TotalPrice": 225.75
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 9.8,
+ "Quantity": 10,
+ "Discount": 0,
+ "Weight": 2.1,
+ "Length": 29.3,
+ "TotalPrice": 250.5
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 5,
+ "Discount": 0,
+ "Weight": 2.7,
+ "Length": 24.8,
+ "TotalPrice": 220.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TOMSP",
+ "Company": "Toms Spezialitäten",
+ "ContactName": "Karin Josephs",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Luisenstr. 48",
+ "City": "Münster",
+ "PostalCode": 44087,
+ "Country": "Germany",
+ "Phone": "0251-031259",
+ "Fax": "0251-035695",
+ "Orders": [
+ {
+ "OrderID": 10249,
+ "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": "Luisenstr. 48",
+ "ShipCity": "Münster",
+ "ShipPostalCode": 44087,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 9,
+ "Discount": 0,
+ "Weight": 3.2,
+ "Length": 28.6,
+ "TotalPrice": 253.75
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 40,
+ "Discount": 0,
+ "Weight": 2.5,
+ "Length": 25.6,
+ "TotalPrice": 225.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Madrid",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10250,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 10,
+ "Discount": 0,
+ "Weight": 2.9,
+ "Length": 26.9,
+ "TotalPrice": 233.5
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 35,
+ "Discount": 0.16,
+ "Weight": 3.5,
+ "Length": 27.4,
+ "TotalPrice": 261.25
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 15,
+ "Discount": 0.16,
+ "Weight": 2.2,
+ "Length": 30.2,
+ "TotalPrice": 249.75
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10251,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 22,
+ "UnitPrice": 16.8,
+ "Quantity": 6,
+ "Discount": 0.06,
+ "Weight": 2.6,
+ "Length": 26.8,
+ "TotalPrice": 226.5
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 15.6,
+ "Quantity": 15,
+ "Discount": 0.06,
+ "Weight": 3.1,
+ "Length": 24.3,
+ "TotalPrice": 219.25
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 20,
+ "Discount": 0,
+ "Weight": 2.4,
+ "Length": 23.7,
+ "TotalPrice": 207
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10252,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 64.8,
+ "Quantity": 40,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 25,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CHOPS",
+ "Company": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "PostalCode": 3012,
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Orders": [
+ {
+ "OrderID": 10254,
+ "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": "Hauptstr. 31",
+ "ShipCity": "Bern",
+ "ShipPostalCode": 3012,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 15,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 21,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 8,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 10255,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10256,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10257,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 27,
+ "UnitPrice": 35.1,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10258,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 50,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 5,
+ "UnitPrice": 17,
+ "Quantity": 65,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 25.6,
+ "Quantity": 6,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CENTC",
+ "Company": "Centro comercial Moctezuma",
+ "ContactName": "Francisco Chang",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Sierras de Granada 9993",
+ "City": "México D.F.",
+ "PostalCode": 5022,
+ "Country": "Mexico",
+ "Phone": "(5) 555-3392",
+ "Fax": "(5) 555-7293",
+ "Orders": [
+ {
+ "OrderID": 10259,
+ "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": "Sierras de Granada 9993",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 37,
+ "UnitPrice": 20.8,
+ "Quantity": 1,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10260,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 16,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 15.6,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 15,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 21,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10261,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10262,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 5,
+ "UnitPrice": 17,
+ "Quantity": 12,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 7,
+ "UnitPrice": 24,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10263,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 60,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 60,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 8,
+ "Quantity": 36,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 36000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10264,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 15000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 25,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10265,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10266,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 30.4,
+ "Quantity": 12,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10267,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 70,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 15,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GROSR",
+ "Company": "GROSELLA-Restaurante",
+ "ContactName": "Manuel Pereira",
+ "ContactTitle": "Owner",
+ "Address": "5ª Ave. Los Palos Grandes",
+ "City": "Caracas",
+ "Region": "DF",
+ "PostalCode": 1081,
+ "Country": "Venezuela",
+ "Phone": "(2) 283-2951",
+ "Fax": "(2) 283-3397",
+ "Orders": [
+ {
+ "OrderID": 10268,
+ "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": "5ª Ave. Los Palos Grandes",
+ "ShipCity": "Caracas",
+ "ShipRegion": "DF",
+ "ShipPostalCode": 1081,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10269,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 60,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10270,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10271,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10272,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 64.8,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10273,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 24.8,
+ "Quantity": 24,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 60,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 33,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VINET",
+ "Company": "Vins et alcools Chevalier",
+ "ContactName": "Paul Henriot",
+ "ContactTitle": "Accounting Manager",
+ "Address": "59 rue de l'Abbaye",
+ "City": "Reims",
+ "PostalCode": 51100,
+ "Country": "France",
+ "Phone": "26.47.15.10",
+ "Fax": "26.47.15.11",
+ "Orders": [
+ {
+ "OrderID": 10274,
+ "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": "59 rue de l'Abbaye",
+ "ShipCity": "Reims",
+ "ShipPostalCode": 51100,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 7,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10275,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 12,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 6,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10276,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 24.8,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 4.8,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MORGK",
+ "Company": "Morgenstern Gesundkost",
+ "ContactName": "Alexander Feuer",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Heerstr. 22",
+ "City": "Leipzig",
+ "PostalCode": 4179,
+ "Country": "Germany",
+ "Phone": "0342-023176",
+ "Orders": [
+ {
+ "OrderID": 10277,
+ "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": "Heerstr. 22",
+ "ShipCity": "Leipzig",
+ "ShipPostalCode": 4179,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 32000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10278,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 26000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 44,
+ "UnitPrice": 15.5,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 35.1,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 12,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10279,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 15,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 34000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10280,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 50000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ROMEY",
+ "Company": "Romero y tomillo",
+ "ContactName": "Alejandra Camino",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Gran Vía, 1",
+ "City": "Madrid",
+ "PostalCode": 28001,
+ "Country": "Spain",
+ "Phone": "(91) 745 6200",
+ "Fax": "(91) 745 6210",
+ "Orders": [
+ {
+ "OrderID": 10281,
+ "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": "Gran Vía, 1",
+ "ShipCity": "Madrid",
+ "ShipPostalCode": 28001,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10282,
+ "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": "Gran Vía, 1",
+ "ShipCity": "Madrid",
+ "ShipPostalCode": 28001,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 15.6,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10283,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 15,
+ "UnitPrice": 12.4,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10284,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 27,
+ "UnitPrice": 35.1,
+ "Quantity": 15,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 15.5,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 11.2,
+ "Quantity": 5,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10285,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 45,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 36,
+ "Discount": 0.2
+ }
+ ]
+ },
+ {
+ "OrderID": 10286,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 100,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10287,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 11.2,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 15,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10288,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 10,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 3,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 20000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 10289,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 18000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 8,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "COMMI",
+ "Company": "Comércio Mineiro",
+ "ContactName": "Pedro Afonso",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. dos Lusíadas, 23",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5432,
+ "Country": "Brazil",
+ "Phone": "(11) 555-7647",
+ "Orders": [
+ {
+ "OrderID": 10290,
+ "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": "Av. dos Lusíadas, 23",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5432,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 5,
+ "UnitPrice": 17,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 16,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10291,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 4.8,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 15.5,
+ "Quantity": 24,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 2,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRADH",
+ "Company": "Tradição Hipermercados",
+ "ContactName": "Anabela Domingues",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. Inês de Castro, 414",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5634,
+ "Country": "Brazil",
+ "Phone": "(11) 555-2167",
+ "Fax": "(11) 555-2168",
+ "Orders": [
+ {
+ "OrderID": 10292,
+ "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": "Av. Inês de Castro, 414",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5634,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 64.8,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10293,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 50,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 35.1,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10294,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VINET",
+ "Company": "Vins et alcools Chevalier",
+ "ContactName": "Paul Henriot",
+ "ContactTitle": "Accounting Manager",
+ "Address": "59 rue de l'Abbaye",
+ "City": "Reims",
+ "PostalCode": 51100,
+ "Country": "France",
+ "Phone": "26.47.15.10",
+ "Fax": "26.47.15.11",
+ "Orders": [
+ {
+ "OrderID": 10295,
+ "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": "59 rue de l'Abbaye",
+ "ShipCity": "Reims",
+ "ShipPostalCode": 51100,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10296,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10297,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10298,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 40,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10299,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10300,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 66,
+ "UnitPrice": 13.6,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10301,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10302,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 10303,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 40,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 15,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10304,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 49,
+ "UnitPrice": 16,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10305,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 50,
+ "Quantity": 25,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 25,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 30,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ROMEY",
+ "Company": "Romero y tomillo",
+ "ContactName": "Alejandra Camino",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Gran Vía, 1",
+ "City": "Madrid",
+ "PostalCode": 28001,
+ "Country": "Spain",
+ "Phone": "(91) 745 6200",
+ "Fax": "(91) 745 6210",
+ "Orders": [
+ {
+ "OrderID": 10306,
+ "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": "Gran Vía, 1",
+ "ShipCity": "Madrid",
+ "ShipPostalCode": 28001,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LONEP",
+ "Company": "Lonesome Pine Restaurant",
+ "ContactName": "Fran Wilson",
+ "ContactTitle": "Sales Manager",
+ "Address": "89 Chiaroscuro Rd.",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97219,
+ "Country": "USA",
+ "Phone": "(503) 555-9573",
+ "Fax": "(503) 555-9646",
+ "Orders": [
+ {
+ "OrderID": 10307,
+ "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": "89 Chiaroscuro Rd.",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97219,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANATR",
+ "Company": "Ana Trujillo Emparedados y helados",
+ "ContactName": "Ana Trujillo",
+ "ContactTitle": "Owner",
+ "Address": "Avda. de la Constitución 2222",
+ "City": "México D.F.",
+ "PostalCode": 5021,
+ "Country": "Mexico",
+ "Phone": "(5) 555-4729",
+ "Fax": "(5) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10308,
+ "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": "Avda. de la Constitución 2222",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5021,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10309,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 17.6,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 6,
+ "UnitPrice": 20,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 11.2,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "THEBI",
+ "Company": "The Big Cheese",
+ "ContactName": "Liz Nixon",
+ "ContactTitle": "Marketing Manager",
+ "Address": "89 Jefferson Way Suite 2",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97201,
+ "Country": "USA",
+ "Phone": "(503) 555-3612",
+ "Orders": [
+ {
+ "OrderID": 10310,
+ "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": "89 Jefferson Way Suite 2",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97201,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DUMON",
+ "Company": "Du monde entier",
+ "ContactName": "Janine Labrune",
+ "ContactTitle": "Owner",
+ "Address": "67, rue des Cinquante Otages",
+ "City": "Nantes",
+ "PostalCode": 44000,
+ "Country": "France",
+ "Phone": "40.67.88.88",
+ "Fax": "40.67.89.89",
+ "Orders": [
+ {
+ "OrderID": 10311,
+ "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": "67, rue des Cinquante Otages",
+ "ShipCity": "Nantes",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 42,
+ "UnitPrice": 11.2,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 7,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10312,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10313,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10314,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 32,
+ "UnitPrice": 25.6,
+ "Quantity": 40,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 10.6,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 25,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 42000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10315,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 40301,
+ "ShipPostalCode": 32000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 34,
+ "UnitPrice": 11.2,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10316,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 70,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LONEP",
+ "Company": "Lonesome Pine Restaurant",
+ "ContactName": "Fran Wilson",
+ "ContactTitle": "Sales Manager",
+ "Address": "89 Chiaroscuro Rd.",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97219,
+ "Country": "USA",
+ "Phone": "(503) 555-9573",
+ "Fax": "(503) 555-9646",
+ "Orders": [
+ {
+ "OrderID": 10317,
+ "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": "89 Chiaroscuro Rd.",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97219,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 30000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10318,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 30575,
+ "ShipPostalCode": 43000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10319,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10320,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 49000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10321,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 80331,
+ "ShipPostalCode": 24000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PERIC",
+ "Company": "Pericles Comidas clásicas",
+ "ContactName": "Guillermo Fernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Calle Dr. Jorge Cash 321",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 552-3745",
+ "Fax": "(5) 545-3745",
+ "Orders": [
+ {
+ "OrderID": 10322,
+ "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": "Calle Dr. Jorge Cash 321",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 5.6,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10323,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 15,
+ "UnitPrice": 12.4,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 11.2,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10324,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 21,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 70,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 35.1,
+ "Quantity": 80,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10325,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 20,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 4.8,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 9,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOLID",
+ "Company": "Bólido Comidas preparadas",
+ "ContactName": "Martín Sommer",
+ "ContactTitle": "Owner",
+ "Address": "C/ Araquil, 67",
+ "City": "Madrid",
+ "PostalCode": 28023,
+ "Country": "Spain",
+ "Phone": "(91) 555 22 82",
+ "Fax": "(91) 555 91 99",
+ "Orders": [
+ {
+ "OrderID": 10326,
+ "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": "C/ Araquil, 67",
+ "ShipCity": "Madrid",
+ "ShipPostalCode": 28023,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 17.6,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 15.6,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 31000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10327,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 29000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 25,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 50,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 35,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 10.6,
+ "Quantity": 30,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FURIB",
+ "Company": "Furia Bacalhau e Frutos do Mar",
+ "ContactName": "Lino Rodriguez",
+ "ContactTitle": "Sales Manager",
+ "Address": "Jardim das rosas n. 32",
+ "City": "Lisboa",
+ "PostalCode": 1675,
+ "Country": "Portugal",
+ "Phone": "(1) 354-2534",
+ "Fax": "(1) 354-2535",
+ "Orders": [
+ {
+ "OrderID": 10328,
+ "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": "Jardim das rosas n. 32",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1675,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 9,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10329,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 10,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 8,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 210.8,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 12,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10330,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 50,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 25,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10331,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 49000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10332,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 36000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 50,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 11.2,
+ "Quantity": 10,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 7.6,
+ "Quantity": 16,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10333,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 10,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 40,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10334,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 5.6,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10335,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 7,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 25,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 25.6,
+ "Quantity": 6,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 48,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PRINI",
+ "Company": "Princesa Isabel Vinhos",
+ "ContactName": "Isabel de Castro",
+ "ContactTitle": "Sales Representative",
+ "Address": "Estrada da saúde n. 58",
+ "City": "Lisboa",
+ "PostalCode": 1756,
+ "Country": "Portugal",
+ "Phone": "(1) 356-5634",
+ "Orders": [
+ {
+ "OrderID": 10336,
+ "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": "Estrada da saúde n. 58",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1756,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 17.6,
+ "Quantity": 18,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10337,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 7.2,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 37,
+ "UnitPrice": 20.8,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10338,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 46000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10339,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 40000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 17.6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 70,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 28,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10340,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 50,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 12,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 40,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SIMOB",
+ "Company": "Simons bistro",
+ "ContactName": "Jytte Petersen",
+ "ContactTitle": "Owner",
+ "Address": "Vinbæltet 34",
+ "City": "Kobenhavn",
+ "PostalCode": 1734,
+ "Country": "Denmark",
+ "Phone": "31 12 34 56",
+ "Fax": "31 13 35 57",
+ "Orders": [
+ {
+ "OrderID": 10341,
+ "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": "Vinbæltet 34",
+ "ShipCity": "Kobenhavn",
+ "ShipPostalCode": 1734,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 9,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10342,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 24,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 56,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 40,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10343,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 4,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10344,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 17.6,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 8,
+ "UnitPrice": 32,
+ "Quantity": 70,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10345,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 8,
+ "UnitPrice": 32,
+ "Quantity": 70,
+ "Discount": 0
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 80,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 11.2,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10346,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 36,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FAMIA",
+ "Company": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5442,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Orders": [
+ {
+ "OrderID": 10347,
+ "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": "Rua Orós, 92",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5442,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 11.2,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 50,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 6,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10348,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 15,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 7.2,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10349,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10350,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 50,
+ "UnitPrice": 13,
+ "Quantity": 15,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 18,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10351,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 38,
+ "UnitPrice": 210.8,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 13,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 15.5,
+ "Quantity": 77,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 10,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FURIB",
+ "Company": "Furia Bacalhau e Frutos do Mar",
+ "ContactName": "Lino Rodriguez",
+ "ContactTitle": "Sales Manager",
+ "Address": "Jardim das rosas n. 32",
+ "City": "Lisboa",
+ "PostalCode": 1675,
+ "Country": "Portugal",
+ "Phone": "(1) 354-2534",
+ "Fax": "(1) 354-2535",
+ "Orders": [
+ {
+ "OrderID": 10352,
+ "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": "Jardim das rosas n. 32",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1675,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 20,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10353,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 12,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 210.8,
+ "Quantity": 50,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PERIC",
+ "Company": "Pericles Comidas clásicas",
+ "ContactName": "Guillermo Fernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Calle Dr. Jorge Cash 321",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 552-3745",
+ "Fax": "(5) 545-3745",
+ "Orders": [
+ {
+ "OrderID": 10354,
+ "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": "Calle Dr. Jorge Cash 321",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 19000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10355,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 37000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 15.6,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10356,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10357,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 24.8,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 8,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10358,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 10,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 11.2,
+ "Quantity": 10,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 32000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10359,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 11000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 56,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 70,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 80,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10360,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 210.8,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 16,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 28,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10361,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 54,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 55,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10362,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 11.2,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DRACD",
+ "Company": "Drachenblut Delikatessen",
+ "ContactName": "Sven Ottlieb",
+ "ContactTitle": "Order Administrator",
+ "Address": "Walserweg 21",
+ "City": "Aachen",
+ "PostalCode": 52066,
+ "Country": "Germany",
+ "Phone": "0241-039123",
+ "Fax": "0241-059428",
+ "Orders": [
+ {
+ "OrderID": 10363,
+ "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": "Walserweg 21",
+ "ShipCity": "Aachen",
+ "ShipPostalCode": 52066,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "EASTC",
+ "Company": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "PostalCode": 20000,
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373",
+ "Orders": [
+ {
+ "OrderID": 10364,
+ "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": "35 King George",
+ "ShipCity": "London",
+ "ShipPostalCode": 20000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANTON",
+ "Company": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "PostalCode": 5023,
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Orders": [
+ {
+ "OrderID": 10365,
+ "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": "Mataderos 2312",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5023,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GALED",
+ "Company": "Galería del gastrónomo",
+ "ContactName": "Eduardo Saavedra",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Rambla de Cataluña, 23",
+ "City": "Barcelona",
+ "PostalCode": 8022,
+ "Country": "Spain",
+ "Phone": "(93) 203 4560",
+ "Fax": "(93) 203 4561",
+ "Orders": [
+ {
+ "OrderID": 10366,
+ "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": "Rambla de Cataluña, 23",
+ "ShipCity": "Barcelona",
+ "ShipPostalCode": 8022,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10367,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 34,
+ "UnitPrice": 11.2,
+ "Quantity": 36,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 7,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10368,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 5,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 13,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 15.6,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 35,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10369,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 18,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CHOPS",
+ "Company": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "PostalCode": 3012,
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Orders": [
+ {
+ "OrderID": 10370,
+ "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": "Hauptstr. 31",
+ "ShipCity": "Bern",
+ "ShipPostalCode": 3012,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 15,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 8,
+ "Quantity": 20,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10371,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 6,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10372,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 64.8,
+ "Quantity": 12,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 210.8,
+ "Quantity": 40,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 70,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 42,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10373,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 58,
+ "UnitPrice": 10.6,
+ "Quantity": 80,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 50,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WOLZA",
+ "Company": "Wolski Zajazd",
+ "ContactName": "Zbyszek Piestrzeniewicz",
+ "ContactTitle": "Owner",
+ "Address": "ul. Filtrowa 68",
+ "City": "Warszawa",
+ "PostalCode": 12000,
+ "Country": "Poland",
+ "Phone": "(26) 642-7012",
+ "Fax": "(26) 642-7012",
+ "Orders": [
+ {
+ "OrderID": 10374,
+ "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": "ul. Filtrowa 68",
+ "ShipCity": "Warszawa",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "Poland",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 10.6,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGC",
+ "Company": "Hungry Coyote Import Store",
+ "ContactName": "Yoshi Latimer",
+ "ContactTitle": "Sales Representative",
+ "Address": "City Center Plaza 516 Main St.",
+ "City": "Elgin",
+ "Region": "OR",
+ "PostalCode": 97827,
+ "Country": "USA",
+ "Phone": "(503) 555-6874",
+ "Fax": "(503) 555-2376",
+ "Orders": [
+ {
+ "OrderID": 10375,
+ "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": "City Center Plaza 516 Main St.",
+ "ShipCity": "Elgin",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97827,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 34000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10376,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 11000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 42,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 13000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10377,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 41000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 20,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 27000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10378,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 19000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10379,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 8,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 35.1,
+ "Quantity": 16,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 20,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10380,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 18,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 6,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10381,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 74,
+ "UnitPrice": 8,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10382,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 5,
+ "UnitPrice": 17,
+ "Quantity": 32,
+ "Discount": 0
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 50,
+ "Quantity": 9,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 8,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 25000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10383,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 36000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 4.8,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 50,
+ "UnitPrice": 13,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 13000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10384,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 33000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 64.8,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10385,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 24,
+ "Quantity": 10,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 8,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FAMIA",
+ "Company": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5442,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Orders": [
+ {
+ "OrderID": 10386,
+ "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": "Rua Orós, 92",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5442,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 11.2,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SANTG",
+ "Company": "Santé Gourmet",
+ "ContactName": "Jonas Bergulfsen",
+ "ContactTitle": "Owner",
+ "Address": "Erling Skakkes gate 78",
+ "City": "Stavern",
+ "PostalCode": 4110,
+ "Country": "Norway",
+ "Phone": "07-98 92 35",
+ "Fax": "07-98 92 47",
+ "Orders": [
+ {
+ "OrderID": 10387,
+ "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": "Erling Skakkes gate 78",
+ "ShipCity": "Stavern",
+ "ShipPostalCode": 4110,
+ "ShipCountry": "Norway",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 12000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10388,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 45000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 45,
+ "UnitPrice": 7.6,
+ "Quantity": 15,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 5.6,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 26000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10389,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 41000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 24.8,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10390,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 60,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 40,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 24,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DRACD",
+ "Company": "Drachenblut Delikatessen",
+ "ContactName": "Sven Ottlieb",
+ "ContactTitle": "Order Administrator",
+ "Address": "Walserweg 21",
+ "City": "Aachen",
+ "PostalCode": 52066,
+ "Country": "Germany",
+ "Phone": "0241-039123",
+ "Fax": "0241-059428",
+ "Orders": [
+ {
+ "OrderID": 10391,
+ "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": "Walserweg 21",
+ "ShipCity": "Aachen",
+ "ShipPostalCode": 52066,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 4.8,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10392,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10393,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 25,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 42,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 11.2,
+ "Quantity": 7,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 70,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 32,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGC",
+ "Company": "Hungry Coyote Import Store",
+ "ContactName": "Yoshi Latimer",
+ "ContactTitle": "Sales Representative",
+ "Address": "City Center Plaza 516 Main St.",
+ "City": "Elgin",
+ "Region": "OR",
+ "PostalCode": 97827,
+ "Country": "USA",
+ "Phone": "(503) 555-6874",
+ "Fax": "(503) 555-2376",
+ "Orders": [
+ {
+ "OrderID": 10394,
+ "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": "City Center Plaza 516 Main St.",
+ "ShipCity": "Elgin",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97827,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 4.8,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10395,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 28,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 70,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10396,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 7.2,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PRINI",
+ "Company": "Princesa Isabel Vinhos",
+ "ContactName": "Isabel de Castro",
+ "ContactTitle": "Sales Representative",
+ "Address": "Estrada da saúde n. 58",
+ "City": "Lisboa",
+ "PostalCode": 1756,
+ "Country": "Portugal",
+ "Phone": "(1) 356-5634",
+ "Orders": [
+ {
+ "OrderID": 10397,
+ "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": "Estrada da saúde n. 58",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1756,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 10,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 18,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10398,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 120,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10399,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "EASTC",
+ "Company": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "PostalCode": 47000,
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373",
+ "Orders": [
+ {
+ "OrderID": 10400,
+ "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": "35 King George",
+ "ShipCity": "London",
+ "ShipPostalCode": 40000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 16,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10401,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 70,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10402,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 7.2,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 35.1,
+ "Quantity": 65,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10403,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 21,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 48,
+ "UnitPrice": 10.2,
+ "Quantity": 70,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10404,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 30,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 11.2,
+ "Quantity": 40,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 16,
+ "Quantity": 30,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10405,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 8,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10406,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 42,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 15.2,
+ "Quantity": 5,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 2,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10407,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLIG",
+ "Company": "Folies gourmandes",
+ "ContactName": "Martine Rancé",
+ "ContactTitle": "Sales Associate",
+ "Address": "184, chaussée de Tournai",
+ "City": "Lille",
+ "PostalCode": 59000,
+ "Country": "France",
+ "Phone": "20.16.10.16",
+ "Fax": "20.16.10.17",
+ "Orders": [
+ {
+ "OrderID": 10408,
+ "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": "184, chaussée de Tournai",
+ "ShipCity": "Lille",
+ "ShipPostalCode": 59000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 37,
+ "UnitPrice": 20.8,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OCEAN",
+ "Company": "Océano Atlántico Ltda.",
+ "ContactName": "Yvonne Moncada",
+ "ContactTitle": "Sales Agent",
+ "Address": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5333",
+ "Fax": "(1) 135-5535",
+ "Orders": [
+ {
+ "OrderID": 10409,
+ "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": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 28000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10410,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 30000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 49,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 16,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10411,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 10000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 25,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 15.5,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 9,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10412,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 20,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10413,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FAMIA",
+ "Company": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5442,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Orders": [
+ {
+ "OrderID": 10414,
+ "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": "Rua Orós, 92",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5442,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 18,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGC",
+ "Company": "Hungry Coyote Import Store",
+ "ContactName": "Yoshi Latimer",
+ "ContactTitle": "Sales Representative",
+ "Address": "City Center Plaza 516 Main St.",
+ "City": "Elgin",
+ "Region": "OR",
+ "PostalCode": 97827,
+ "Country": "USA",
+ "Phone": "(503) 555-6874",
+ "Fax": "(503) 555-2376",
+ "Orders": [
+ {
+ "OrderID": 10415,
+ "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": "City Center Plaza 516 Main St.",
+ "ShipCity": "Elgin",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97827,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10416,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 15.6,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SIMOB",
+ "Company": "Simons bistro",
+ "ContactName": "Jytte Petersen",
+ "ContactTitle": "Owner",
+ "Address": "Vinbæltet 34",
+ "City": "Kobenhavn",
+ "PostalCode": 1734,
+ "Country": "Denmark",
+ "Phone": "31 12 34 56",
+ "Fax": "31 13 35 57",
+ "Orders": [
+ {
+ "OrderID": 10417,
+ "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": "Vinbæltet 34",
+ "ShipCity": "Kobenhavn",
+ "ShipPostalCode": 1734,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 38,
+ "UnitPrice": 210.8,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 2,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 36,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10418,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 7.6,
+ "Quantity": 55,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 22.8,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 8,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 10419,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 60,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10420,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 9,
+ "UnitPrice": 77.6,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 4.8,
+ "Quantity": 2,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 8,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 12,
+ "Quantity": 20,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10421,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 4,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 15,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 10,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANS",
+ "Company": "Franchi S.p.A.",
+ "ContactName": "Paolo Accorti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Monte Bianco 34",
+ "City": "Torino",
+ "PostalCode": 10100,
+ "Country": "Italy",
+ "Phone": "011-4988260",
+ "Fax": "011-4988261",
+ "Orders": [
+ {
+ "OrderID": 10422,
+ "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": "Via Monte Bianco 34",
+ "ShipCity": "Torino",
+ "ShipPostalCode": 10100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 10423,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 11000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10424,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 19000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 60,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 210.8,
+ "Quantity": 49,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 30,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10425,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 10,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 20,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GALED",
+ "Company": "Galería del gastrónomo",
+ "ContactName": "Eduardo Saavedra",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Rambla de Cataluña, 23",
+ "City": "Barcelona",
+ "PostalCode": 8022,
+ "Country": "Spain",
+ "Phone": "(93) 203 4560",
+ "Fax": "(93) 203 4561",
+ "Orders": [
+ {
+ "OrderID": 10426,
+ "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": "Rambla de Cataluña, 23",
+ "ShipCity": "Barcelona",
+ "ShipPostalCode": 8022,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 7,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10427,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10428,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10429,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 50,
+ "UnitPrice": 13,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 35.1,
+ "Quantity": 35,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10430,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 45,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 70,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 46000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10431,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 16000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 50,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 50,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 7.6,
+ "Quantity": 30,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10432,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PRINI",
+ "Company": "Princesa Isabel Vinhos",
+ "ContactName": "Isabel de Castro",
+ "ContactTitle": "Sales Representative",
+ "Address": "Estrada da saúde n. 58",
+ "City": "Lisboa",
+ "PostalCode": 1756,
+ "Country": "Portugal",
+ "Phone": "(1) 356-5634",
+ "Orders": [
+ {
+ "OrderID": 10433,
+ "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": "Estrada da saúde n. 58",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1756,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 28,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 40000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10434,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 10000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 18,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CONSH",
+ "Company": "Consolidated Holdings",
+ "ContactName": "Elizabeth Brown",
+ "ContactTitle": "Sales Representative",
+ "Address": "Berkeley Gardens 12 Brewery",
+ "City": "London",
+ "PostalCode": 23000,
+ "Country": "UK",
+ "Phone": "(171) 555-2282",
+ "Fax": "(171) 555-9199",
+ "Orders": [
+ {
+ "OrderID": 10435,
+ "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": "Berkeley Gardens 12 Brewery",
+ "ShipCity": "London",
+ "ShipPostalCode": 38000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 22,
+ "UnitPrice": 16.8,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10436,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 40,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 24,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10437,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TOMSP",
+ "Company": "Toms Spezialitäten",
+ "ContactName": "Karin Josephs",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Luisenstr. 48",
+ "City": "Münster",
+ "PostalCode": 44087,
+ "Country": "Germany",
+ "Phone": "0251-031259",
+ "Fax": "0251-035695",
+ "Orders": [
+ {
+ "OrderID": 10438,
+ "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": "Luisenstr. 48",
+ "ShipCity": "Münster",
+ "ShipPostalCode": 44087,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 15,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 11.2,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 15.6,
+ "Quantity": 15,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 38000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10439,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 19000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 30.4,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 8,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10440,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 45,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 49,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 24,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 22.8,
+ "Quantity": 90,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10441,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 27,
+ "UnitPrice": 35.1,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10442,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 80,
+ "Discount": 0
+ },
+ {
+ "ProductID": 66,
+ "UnitPrice": 13.6,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10443,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 6,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 19000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10444,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 21000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 31.2,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 14.4,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10445,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 11000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TOMSP",
+ "Company": "Toms Spezialitäten",
+ "ContactName": "Karin Josephs",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Luisenstr. 48",
+ "City": "Münster",
+ "PostalCode": 44087,
+ "Country": "Germany",
+ "Phone": "0251-031259",
+ "Fax": "0251-035695",
+ "Orders": [
+ {
+ "OrderID": 10446,
+ "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": "Luisenstr. 48",
+ "ShipCity": "Münster",
+ "ShipPostalCode": 44087,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 12,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 3,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 5.6,
+ "Quantity": 15,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10447,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RANCH",
+ "Company": "Rancho grande",
+ "ContactName": "Sergio Gutiérrez",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. del Libertador 900",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 123-5555",
+ "Fax": "(1) 123-5556",
+ "Orders": [
+ {
+ "OrderID": 10448,
+ "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": "Av. del Libertador 900",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10449,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 24.8,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 5.6,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 39.4,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10450,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 24.8,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 6,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10451,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 120,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 35,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 28,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 55,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10452,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 15.5,
+ "Quantity": 100,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 44000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10453,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 46000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 48,
+ "UnitPrice": 10.2,
+ "Quantity": 15,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 25,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10454,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 10,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10455,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 22.8,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10456,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 16,
+ "Quantity": 21,
+ "Discount": 0.16
+ }
+ ]
+ },
+ {
+ "OrderID": 10457,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 36,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10458,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10459,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 24,
+ "Quantity": 16,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 31000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10460,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 21,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 4,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10461,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 40,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 28,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 60,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CONSH",
+ "Company": "Consolidated Holdings",
+ "ContactName": "Elizabeth Brown",
+ "ContactTitle": "Sales Representative",
+ "Address": "Berkeley Gardens 12 Brewery",
+ "City": "London",
+ "PostalCode": 34000,
+ "Country": "UK",
+ "Phone": "(171) 555-2282",
+ "Fax": "(171) 555-9199",
+ "Orders": [
+ {
+ "OrderID": 10462,
+ "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": "Berkeley Gardens 12 Brewery",
+ "ShipCity": "London",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 4.8,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 7.2,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10463,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 11.2,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FURIB",
+ "Company": "Furia Bacalhau e Frutos do Mar",
+ "ContactName": "Lino Rodriguez",
+ "ContactTitle": "Sales Manager",
+ "Address": "Jardim das rosas n. 32",
+ "City": "Lisboa",
+ "PostalCode": 1675,
+ "Country": "Portugal",
+ "Phone": "(1) 354-2534",
+ "Fax": "(1) 354-2535",
+ "Orders": [
+ {
+ "OrderID": 10464,
+ "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": "Jardim das rosas n. 32",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1675,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 17.6,
+ "Quantity": 16,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10465,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 99,
+ "Quantity": 18,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 7.6,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 50,
+ "UnitPrice": 13,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "COMMI",
+ "Company": "Comércio Mineiro",
+ "ContactName": "Pedro Afonso",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. dos Lusíadas, 23",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5432,
+ "Country": "Brazil",
+ "Phone": "(11) 555-7647",
+ "Orders": [
+ {
+ "OrderID": 10466,
+ "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": "Av. dos Lusíadas, 23",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5432,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 9.6,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10467,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 11.2,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10468,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 20.7,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 36.8,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10469,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 35,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 15.5,
+ "Quantity": 2,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10470,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 50,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 7.2,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 26000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 10471,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 24,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 49000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10472,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 33000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 3.6,
+ "Quantity": 80,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 41000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10473,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 60471,
+ "ShipPostalCode": 37000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 17.2,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PERIC",
+ "Company": "Pericles Comidas clásicas",
+ "ContactName": "Guillermo Fernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Calle Dr. Jorge Cash 321",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 552-3745",
+ "Fax": "(5) 545-3745",
+ "Orders": [
+ {
+ "OrderID": 10474,
+ "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": "Calle Dr. Jorge Cash 321",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 18.6,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 36.4,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10475,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 35,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 66,
+ "UnitPrice": 13.6,
+ "Quantity": 60,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 14.4,
+ "Quantity": 42,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10476,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 2,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PRINI",
+ "Company": "Princesa Isabel Vinhos",
+ "ContactName": "Isabel de Castro",
+ "ContactTitle": "Sales Representative",
+ "Address": "Estrada da saúde n. 58",
+ "City": "Lisboa",
+ "PostalCode": 1756,
+ "Country": "Portugal",
+ "Phone": "(1) 356-5634",
+ "Orders": [
+ {
+ "OrderID": 10477,
+ "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": "Estrada da saúde n. 58",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1756,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 14.4,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 21,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 14.4,
+ "Quantity": 20,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10478,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 24.8,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10479,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 38,
+ "UnitPrice": 210.8,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 26.2,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 26.6,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLIG",
+ "Company": "Folies gourmandes",
+ "ContactName": "Martine Rancé",
+ "ContactTitle": "Sales Associate",
+ "Address": "184, chaussée de Tournai",
+ "City": "Lille",
+ "PostalCode": 59000,
+ "Country": "France",
+ "Phone": "20.16.10.16",
+ "Fax": "20.16.10.17",
+ "Orders": [
+ {
+ "OrderID": 10480,
+ "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": "184, chaussée de Tournai",
+ "ShipCity": "Lille",
+ "ShipPostalCode": 59000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 47,
+ "UnitPrice": 7.6,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10481,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 49,
+ "UnitPrice": 16,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 27.2,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAZYK",
+ "Company": "Lazy K Kountry Store",
+ "ContactName": "John Steel",
+ "ContactTitle": "Marketing Manager",
+ "Address": "12 Orchestra Terrace",
+ "City": "Walla Walla",
+ "Region": "WA",
+ "PostalCode": 99362,
+ "Country": "USA",
+ "Phone": "(509) 555-7969",
+ "Fax": "(509) 555-6221",
+ "Orders": [
+ {
+ "OrderID": 10482,
+ "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": "12 Orchestra Terrace",
+ "ShipCity": "Walla Walla",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 99362,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10483,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 34,
+ "UnitPrice": 11.2,
+ "Quantity": 35,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 30,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 46000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 10484,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 8,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 14.7,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10485,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 15.2,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 3,
+ "UnitPrice": 8,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 19.2,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 12,
+ "Quantity": 60,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10486,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 42.4,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 8,
+ "Quantity": 16,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10487,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 7.3,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 24.9,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 5.9,
+ "Quantity": 24,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10488,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 12,
+ "Quantity": 20,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10489,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 16.8,
+ "Quantity": 15,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 13.9,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10490,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 44,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 10,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 6.2,
+ "Quantity": 36,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FURIB",
+ "Company": "Furia Bacalhau e Frutos do Mar",
+ "ContactName": "Lino Rodriguez",
+ "ContactTitle": "Sales Manager",
+ "Address": "Jardim das rosas n. 32",
+ "City": "Lisboa",
+ "PostalCode": 1675,
+ "Country": "Portugal",
+ "Phone": "(1) 354-2534",
+ "Fax": "(1) 354-2535",
+ "Orders": [
+ {
+ "OrderID": 10491,
+ "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": "Jardim das rosas n. 32",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1675,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 44,
+ "UnitPrice": 15.5,
+ "Quantity": 15,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 7,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 33000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10492,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 16000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 11.2,
+ "Quantity": 60,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 11.2,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10493,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 65,
+ "UnitPrice": 16.8,
+ "Quantity": 15,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 66,
+ "UnitPrice": 13.6,
+ "Quantity": 10,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 28.8,
+ "Quantity": 10,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "COMMI",
+ "Company": "Comércio Mineiro",
+ "ContactName": "Pedro Afonso",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. dos Lusíadas, 23",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5432,
+ "Country": "Brazil",
+ "Phone": "(11) 555-7647",
+ "Orders": [
+ {
+ "OrderID": 10494,
+ "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": "Av. dos Lusíadas, 23",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5432,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAUGB",
+ "Company": "Laughing Bacchus Wine Cellars",
+ "ContactName": "Yoshi Tannamuri",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "1900 Oak St.",
+ "City": "Vancouver",
+ "Region": "BC",
+ "PostalCode": 24000,
+ "Country": "Canada",
+ "Phone": "(604) 555-3392",
+ "Fax": "(604) 555-7293",
+ "Orders": [
+ {
+ "OrderID": 10495,
+ "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": "2319 Elm St.",
+ "ShipCity": "Vancouver",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 33000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 7.2,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 7.7,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRADH",
+ "Company": "Tradição Hipermercados",
+ "ContactName": "Anabela Domingues",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. Inês de Castro, 414",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5634,
+ "Country": "Brazil",
+ "Phone": "(11) 555-2167",
+ "Fax": "(11) 555-2168",
+ "Orders": [
+ {
+ "OrderID": 10496,
+ "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": "Av. Inês de Castro, 414",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5634,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10497,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 30.4,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 27.8,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 10.4,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10498,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10499,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10500,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 15,
+ "UnitPrice": 15.5,
+ "Quantity": 12,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 8,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLAUS",
+ "Company": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "PostalCode": 68306,
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924",
+ "Orders": [
+ {
+ "OrderID": 10501,
+ "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": "Forsterstr. 57",
+ "ShipCity": "Mannheim",
+ "ShipPostalCode": 68306,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PERIC",
+ "Company": "Pericles Comidas clásicas",
+ "ContactName": "Guillermo Fernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Calle Dr. Jorge Cash 321",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 552-3745",
+ "Fax": "(5) 545-3745",
+ "Orders": [
+ {
+ "OrderID": 10502,
+ "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": "Calle Dr. Jorge Cash 321",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10503,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 70,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10504,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 47000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10505,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 11000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10506,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 18,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 14,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANTON",
+ "Company": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "PostalCode": 5023,
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Orders": [
+ {
+ "OrderID": 10507,
+ "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": "Mataderos 2312",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5023,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 15,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 48,
+ "UnitPrice": 12.75,
+ "Quantity": 15,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10508,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLAUS",
+ "Company": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "PostalCode": 68306,
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924",
+ "Orders": [
+ {
+ "OrderID": 10509,
+ "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": "Forsterstr. 57",
+ "ShipCity": "Mannheim",
+ "ShipPostalCode": 68306,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10510,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 36,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 36,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10511,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 50,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 50,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 10,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FAMIA",
+ "Company": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5442,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Orders": [
+ {
+ "OrderID": 10512,
+ "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": "Rua Orós, 92",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5442,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 10,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 9,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 6,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 12,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10513,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 50,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 15,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10514,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 39,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 70,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 39,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10515,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 9,
+ "UnitPrice": 97,
+ "Quantity": 16,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 27,
+ "UnitPrice": 43.9,
+ "Quantity": 120,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 16,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 84,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10516,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 25,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 80,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "NORTS",
+ "Company": "North/South",
+ "ContactName": "Simon Crowther",
+ "ContactTitle": "Sales Associate",
+ "Address": "South House 300 Queensbridge",
+ "City": "London",
+ "PostalCode": 17000,
+ "Country": "UK",
+ "Phone": "(171) 555-7733",
+ "Fax": "(171) 555-2530",
+ "Orders": [
+ {
+ "OrderID": 10517,
+ "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": "South House 300 Queensbridge",
+ "ShipCity": "London",
+ "ShipPostalCode": 16000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10518,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CHOPS",
+ "Company": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "PostalCode": 3012,
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Orders": [
+ {
+ "OrderID": 10519,
+ "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": "Hauptstr. 31",
+ "ShipCity": "Bern",
+ "ShipPostalCode": 3012,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 16,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 10,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SANTG",
+ "Company": "Santé Gourmet",
+ "ContactName": "Jonas Bergulfsen",
+ "ContactTitle": "Owner",
+ "Address": "Erling Skakkes gate 78",
+ "City": "Stavern",
+ "PostalCode": 4110,
+ "Country": "Norway",
+ "Phone": "07-98 92 35",
+ "Fax": "07-98 92 47",
+ "Orders": [
+ {
+ "OrderID": 10520,
+ "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": "Erling Skakkes gate 78",
+ "ShipCity": "Stavern",
+ "ShipPostalCode": 4110,
+ "ShipCountry": "Norway",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CACTU",
+ "Company": "Cactus Comidas para llevar",
+ "ContactName": "Patricio Simpson",
+ "ContactTitle": "Sales Agent",
+ "Address": "Cerrito 333",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5555",
+ "Fax": "(1) 135-4892",
+ "Orders": [
+ {
+ "OrderID": 10521,
+ "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": "Cerrito 333",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10522,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 25,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 12000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10523,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 42000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 25,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 15,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 37,
+ "UnitPrice": 26,
+ "Quantity": 18,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 6,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 37000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10524,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 32000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10525,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 15,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10526,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 8,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 30,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10527,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 50,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 30,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 10528,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 8,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAISD",
+ "Company": "Maison Dewey",
+ "ContactName": "Catherine Dewey",
+ "ContactTitle": "Sales Agent",
+ "Address": "Rue Joseph-Bens 532",
+ "City": "Bruxelles",
+ "PostalCode": 45000,
+ "Country": "Belgium",
+ "Phone": "(02) 201 24 67",
+ "Fax": "(02) 201 24 68",
+ "Orders": [
+ {
+ "OrderID": 10529,
+ "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": "Rue Joseph-Bens 532",
+ "ShipCity": "Bruxelles",
+ "ShipPostalCode": 43000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10530,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OCEAN",
+ "Company": "Océano Atlántico Ltda.",
+ "ContactName": "Yvonne Moncada",
+ "ContactTitle": "Sales Agent",
+ "Address": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5333",
+ "Fax": "(1) 135-5535",
+ "Orders": [
+ {
+ "OrderID": 10531,
+ "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": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "EASTC",
+ "Company": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "PostalCode": 33000,
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373",
+ "Orders": [
+ {
+ "OrderID": 10532,
+ "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": "35 King George",
+ "ShipCity": "London",
+ "ShipPostalCode": 45000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 66,
+ "UnitPrice": 17,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 10000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10533,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 36000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 50,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 24,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10534,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 10,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 10,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANTON",
+ "Company": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "PostalCode": 5023,
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Orders": [
+ {
+ "OrderID": 10535,
+ "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": "Mataderos 2312",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5023,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 50,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 10,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 5,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 15,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10536,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 15,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 35,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 10537,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 37000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 10538,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 45000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 1,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10539,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 14000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10540,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10541,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 35,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 4,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 36,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 9,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10542,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 24,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10543,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 30,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 70,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LONEP",
+ "Company": "Lonesome Pine Restaurant",
+ "ContactName": "Fran Wilson",
+ "ContactTitle": "Sales Manager",
+ "Address": "89 Chiaroscuro Rd.",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97219,
+ "Country": "USA",
+ "Phone": "(503) 555-9573",
+ "Fax": "(503) 555-9646",
+ "Orders": [
+ {
+ "OrderID": 10544,
+ "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": "89 Chiaroscuro Rd.",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97219,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 7,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAZYK",
+ "Company": "Lazy K Kountry Store",
+ "ContactName": "John Steel",
+ "ContactTitle": "Marketing Manager",
+ "Address": "12 Orchestra Terrace",
+ "City": "Walla Walla",
+ "Region": "WA",
+ "PostalCode": 99362,
+ "Country": "USA",
+ "Phone": "(509) 555-7969",
+ "Fax": "(509) 555-6221",
+ "Orders": [
+ {
+ "OrderID": 10545,
+ "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": "12 Orchestra Terrace",
+ "ShipCity": "Walla Walla",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 99362,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10546,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 20000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10547,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 48000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 24,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TOMSP",
+ "Company": "Toms Spezialitäten",
+ "ContactName": "Karin Josephs",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Luisenstr. 48",
+ "City": "Münster",
+ "PostalCode": 44087,
+ "Country": "Germany",
+ "Phone": "0251-031259",
+ "Fax": "0251-035695",
+ "Orders": [
+ {
+ "OrderID": 10548,
+ "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": "Luisenstr. 48",
+ "ShipCity": "Münster",
+ "ShipPostalCode": 44087,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 10,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10549,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 55,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 100,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 48,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 10550,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 8,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 6,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 10,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FURIB",
+ "Company": "Furia Bacalhau e Frutos do Mar",
+ "ContactName": "Lino Rodriguez",
+ "ContactTitle": "Sales Manager",
+ "Address": "Jardim das rosas n. 32",
+ "City": "Lisboa",
+ "PostalCode": 1675,
+ "Country": "Portugal",
+ "Phone": "(1) 354-2534",
+ "Fax": "(1) 354-2535",
+ "Orders": [
+ {
+ "OrderID": 10551,
+ "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": "Jardim das rosas n. 32",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1675,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10552,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10553,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10554,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 30,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 10,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10555,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 35,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 18,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 40,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SIMOB",
+ "Company": "Simons bistro",
+ "ContactName": "Jytte Petersen",
+ "ContactTitle": "Owner",
+ "Address": "Vinbæltet 34",
+ "City": "Kobenhavn",
+ "PostalCode": 1734,
+ "Country": "Denmark",
+ "Phone": "31 12 34 56",
+ "Fax": "31 13 35 57",
+ "Orders": [
+ {
+ "OrderID": 10556,
+ "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": "Vinbæltet 34",
+ "ShipCity": "Kobenhavn",
+ "ShipPostalCode": 1734,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10557,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 10000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10558,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 27000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10559,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 12,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 18,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10560,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 15,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 20000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10561,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 18000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10562,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 10,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10563,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 70,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10564,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 16,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 6,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 25,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 15000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10565,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 24000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 25,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 18,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10566,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 35,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 18,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10567,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 60,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 40,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GALED",
+ "Company": "Galería del gastrónomo",
+ "ContactName": "Eduardo Saavedra",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Rambla de Cataluña, 23",
+ "City": "Barcelona",
+ "PostalCode": 8022,
+ "Country": "Spain",
+ "Phone": "(93) 203 4560",
+ "Fax": "(93) 203 4561",
+ "Orders": [
+ {
+ "OrderID": 10568,
+ "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": "Rambla de Cataluña, 23",
+ "ShipCity": "Barcelona",
+ "ShipPostalCode": 8022,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10569,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 35,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 34000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10570,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 40000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 60,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10571,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 11,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 28,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 43000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10572,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 25000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 12,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 10,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 15,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANTON",
+ "Company": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "PostalCode": 5023,
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Orders": [
+ {
+ "OrderID": 10573,
+ "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": "Mataderos 2312",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5023,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRAIH",
+ "Company": "Trail's Head Gourmet Provisioners",
+ "ContactName": "Helvetius Nagy",
+ "ContactTitle": "Sales Associate",
+ "Address": "722 DaVinci Blvd.",
+ "City": "Kirkland",
+ "Region": "WA",
+ "PostalCode": 98034,
+ "Country": "USA",
+ "Phone": "(206) 555-8257",
+ "Fax": "(206) 555-2174",
+ "Orders": [
+ {
+ "OrderID": 10574,
+ "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": "722 DaVinci Blvd.",
+ "ShipCity": "Kirkland",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98034,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MORGK",
+ "Company": "Morgenstern Gesundkost",
+ "ContactName": "Alexander Feuer",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Heerstr. 22",
+ "City": "Leipzig",
+ "PostalCode": 4179,
+ "Country": "Germany",
+ "Phone": "0342-023176",
+ "Orders": [
+ {
+ "OrderID": 10575,
+ "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": "Heerstr. 22",
+ "ShipCity": "Leipzig",
+ "ShipPostalCode": 4179,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10576,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRAIH",
+ "Company": "Trail's Head Gourmet Provisioners",
+ "ContactName": "Helvetius Nagy",
+ "ContactTitle": "Sales Associate",
+ "Address": "722 DaVinci Blvd.",
+ "City": "Kirkland",
+ "Region": "WA",
+ "PostalCode": 98034,
+ "Country": "USA",
+ "Phone": "(206) 555-8257",
+ "Fax": "(206) 555-2174",
+ "Orders": [
+ {
+ "OrderID": 10577,
+ "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": "722 DaVinci Blvd.",
+ "ShipCity": "Kirkland",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98034,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 44000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 10578,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LETSS",
+ "Company": "Let's Stop N Shop",
+ "ContactName": "Jaime Yorres",
+ "ContactTitle": "Owner",
+ "Address": "87 Polk St. Suite 5",
+ "City": "San Francisco",
+ "Region": "CA",
+ "PostalCode": 94117,
+ "Country": "USA",
+ "Phone": "(415) 555-5938",
+ "Orders": [
+ {
+ "OrderID": 10579,
+ "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": "87 Polk St. Suite 5",
+ "ShipCity": "San Francisco",
+ "ShipRegion": "CA",
+ "ShipPostalCode": 94117,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 15,
+ "UnitPrice": 15.5,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10580,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 9,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 30,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FAMIA",
+ "Company": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5442,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Orders": [
+ {
+ "OrderID": 10581,
+ "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": "Rua Orós, 92",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5442,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 50,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLAUS",
+ "Company": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "PostalCode": 68306,
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924",
+ "Orders": [
+ {
+ "OrderID": 10582,
+ "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": "Forsterstr. 57",
+ "ShipCity": "Mannheim",
+ "ShipPostalCode": 68306,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10583,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 24,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 10,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10584,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 50,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10585,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10586,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 4,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10587,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10588,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 100,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 10589,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 22000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10590,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 47000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 60,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10591,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10592,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 15,
+ "UnitPrice": 15.5,
+ "Quantity": 25,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 5,
+ "Discount": 0.06
+ }
+ ]
+ },
+ {
+ "OrderID": 10593,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 21,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 4,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10594,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10595,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 120,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 65,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10596,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 5,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 24,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 30,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10597,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 35,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 12,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10598,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 27,
+ "UnitPrice": 43.9,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 45000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 10599,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 21000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGC",
+ "Company": "Hungry Coyote Import Store",
+ "ContactName": "Yoshi Latimer",
+ "ContactTitle": "Sales Representative",
+ "Address": "City Center Plaza 516 Main St.",
+ "City": "Elgin",
+ "Region": "OR",
+ "PostalCode": 97827,
+ "Country": "USA",
+ "Phone": "(503) 555-6874",
+ "Fax": "(503) 555-2376",
+ "Orders": [
+ {
+ "OrderID": 10600,
+ "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": "City Center Plaza 516 Main St.",
+ "ShipCity": "Elgin",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97827,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10601,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10602,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 5,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10603,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 48,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 25,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FURIB",
+ "Company": "Furia Bacalhau e Frutos do Mar",
+ "ContactName": "Lino Rodriguez",
+ "ContactTitle": "Sales Manager",
+ "Address": "Jardim das rosas n. 32",
+ "City": "Lisboa",
+ "PostalCode": 1675,
+ "Country": "Portugal",
+ "Phone": "(1) 354-2534",
+ "Fax": "(1) 354-2535",
+ "Orders": [
+ {
+ "OrderID": 10604,
+ "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": "Jardim das rosas n. 32",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1675,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 48,
+ "UnitPrice": 12.75,
+ "Quantity": 6,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 12000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10605,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 43000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 30,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 70,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 15,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRADH",
+ "Company": "Tradição Hipermercados",
+ "ContactName": "Anabela Domingues",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. Inês de Castro, 414",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5634,
+ "Country": "Brazil",
+ "Phone": "(11) 555-2167",
+ "Fax": "(11) 555-2168",
+ "Orders": [
+ {
+ "OrderID": 10606,
+ "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": "Av. Inês de Castro, 414",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5634,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 10,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10607,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 100,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 42,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TOMSP",
+ "Company": "Toms Spezialitäten",
+ "ContactName": "Karin Josephs",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Luisenstr. 48",
+ "City": "Münster",
+ "PostalCode": 44087,
+ "Country": "Germany",
+ "Phone": "0251-031259",
+ "Fax": "0251-035695",
+ "Orders": [
+ {
+ "OrderID": 10608,
+ "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": "Luisenstr. 48",
+ "ShipCity": "Münster",
+ "ShipPostalCode": 44087,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 28,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DUMON",
+ "Company": "Du monde entier",
+ "ContactName": "Janine Labrune",
+ "ContactTitle": "Owner",
+ "Address": "67, rue des Cinquante Otages",
+ "City": "Nantes",
+ "PostalCode": 44000,
+ "Country": "France",
+ "Phone": "40.67.88.88",
+ "Fax": "40.67.89.89",
+ "Orders": [
+ {
+ "OrderID": 10609,
+ "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": "67, rue des Cinquante Otages",
+ "ShipCity": "Nantes",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10610,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 21,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WOLZA",
+ "Company": "Wolski Zajazd",
+ "ContactName": "Zbyszek Piestrzeniewicz",
+ "ContactTitle": "Owner",
+ "Address": "ul. Filtrowa 68",
+ "City": "Warszawa",
+ "PostalCode": 12000,
+ "Country": "Poland",
+ "Phone": "(26) 642-7012",
+ "Fax": "(26) 642-7012",
+ "Orders": [
+ {
+ "OrderID": 10611,
+ "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": "ul. Filtrowa 68",
+ "ShipCity": "Warszawa",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "Poland",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10612,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 70,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 55,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 80,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10613,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 8,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLAUS",
+ "Company": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "PostalCode": 68306,
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924",
+ "Orders": [
+ {
+ "OrderID": 10614,
+ "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": "Forsterstr. 57",
+ "ShipCity": "Mannheim",
+ "ShipPostalCode": 68306,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WILMK",
+ "Company": "Wilman Kala",
+ "ContactName": "Matti Karttunen",
+ "ContactTitle": "Owner/Marketing Assistant",
+ "Address": "Keskuskatu 45",
+ "City": "Helsinki",
+ "PostalCode": 21240,
+ "Country": "Finland",
+ "Phone": "90-224 8858",
+ "Fax": "90-224 8858",
+ "Orders": [
+ {
+ "OrderID": 10615,
+ "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": "Keskuskatu 45",
+ "ShipCity": "Helsinki",
+ "ShipPostalCode": 21240,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 10616,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 15,
+ "Discount": 0.06
+ }
+ ]
+ },
+ {
+ "OrderID": 10617,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 30,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 45000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10618,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 49000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 70,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10619,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 20000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 42,
+ "Discount": 0
+ },
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAUGB",
+ "Company": "Laughing Bacchus Wine Cellars",
+ "ContactName": "Yoshi Tannamuri",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "1900 Oak St.",
+ "City": "Vancouver",
+ "Region": "BC",
+ "PostalCode": 48000,
+ "Country": "Canada",
+ "Phone": "(604) 555-3392",
+ "Fax": "(604) 555-7293",
+ "Orders": [
+ {
+ "OrderID": 10620,
+ "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": "2319 Elm St.",
+ "ShipCity": "Vancouver",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 15000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 24000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10621,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 90304,
+ "ShipPostalCode": 28000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10622,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 18,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10623,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 15,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 25,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 30,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "THECR",
+ "Company": "The Cracker Box",
+ "ContactName": "Liu Wong",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "55 Grizzly Peak Rd.",
+ "City": "Butte",
+ "Region": "MT",
+ "PostalCode": 59801,
+ "Country": "USA",
+ "Phone": "(406) 555-5834",
+ "Fax": "(406) 555-8083",
+ "Orders": [
+ {
+ "OrderID": 10624,
+ "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": "55 Grizzly Peak Rd.",
+ "ShipCity": "Butte",
+ "ShipRegion": "MT",
+ "ShipPostalCode": 59801,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANATR",
+ "Company": "Ana Trujillo Emparedados y helados",
+ "ContactName": "Ana Trujillo",
+ "ContactTitle": "Owner",
+ "Address": "Avda. de la Constitución 2222",
+ "City": "México D.F.",
+ "PostalCode": 5021,
+ "Country": "Mexico",
+ "Phone": "(5) 555-4729",
+ "Fax": "(5) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10625,
+ "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": "Avda. de la Constitución 2222",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5021,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 47000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10626,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 39000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10627,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 35,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10628,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 10629,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10630,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 12,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10631,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 8,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10632,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 30,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10633,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 36,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 13,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 35,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 80,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLIG",
+ "Company": "Folies gourmandes",
+ "ContactName": "Martine Rancé",
+ "ContactTitle": "Sales Associate",
+ "Address": "184, chaussée de Tournai",
+ "City": "Lille",
+ "PostalCode": 59000,
+ "Country": "France",
+ "Phone": "20.16.10.16",
+ "Fax": "20.16.10.17",
+ "Orders": [
+ {
+ "OrderID": 10634,
+ "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": "184, chaussée de Tournai",
+ "ShipCity": "Lille",
+ "ShipPostalCode": 59000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10635,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 10,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 5,
+ "UnitPrice": 21.35,
+ "Quantity": 15,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10636,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10637,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 50,
+ "UnitPrice": 16.25,
+ "Quantity": 25,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 60,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10638,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SANTG",
+ "Company": "Santé Gourmet",
+ "ContactName": "Jonas Bergulfsen",
+ "ContactTitle": "Owner",
+ "Address": "Erling Skakkes gate 78",
+ "City": "Stavern",
+ "PostalCode": 4110,
+ "Country": "Norway",
+ "Phone": "07-98 92 35",
+ "Fax": "07-98 92 47",
+ "Orders": [
+ {
+ "OrderID": 10639,
+ "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": "Erling Skakkes gate 78",
+ "ShipCity": "Stavern",
+ "ShipPostalCode": 4110,
+ "ShipCountry": "Norway",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10640,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 15,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10641,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SIMOB",
+ "Company": "Simons bistro",
+ "ContactName": "Jytte Petersen",
+ "ContactTitle": "Owner",
+ "Address": "Vinbæltet 34",
+ "City": "Kobenhavn",
+ "PostalCode": 1734,
+ "Country": "Denmark",
+ "Phone": "31 12 34 56",
+ "Fax": "31 13 35 57",
+ "Orders": [
+ {
+ "OrderID": 10642,
+ "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": "Vinbæltet 34",
+ "ShipCity": "Kobenhavn",
+ "ShipPostalCode": 1734,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 20,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ALFKI",
+ "Company": "Alfreds Futterkiste",
+ "ContactName": "Maria Anders",
+ "ContactTitle": "Sales Representative",
+ "Address": "Obere Str. 57",
+ "City": "Berlin",
+ "PostalCode": 12209,
+ "Country": "Germany",
+ "Phone": "030-0074321",
+ "Fax": "030-0076545",
+ "Orders": [
+ {
+ "OrderID": 10643,
+ "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": "Obere Str. 57",
+ "ShipCity": "Berlin",
+ "ShipPostalCode": 12209,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 15,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 21,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 2,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10644,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 4,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 21,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10645,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10646,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 15,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 18,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 35,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10647,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10648,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 15,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAISD",
+ "Company": "Maison Dewey",
+ "ContactName": "Catherine Dewey",
+ "ContactTitle": "Sales Agent",
+ "Address": "Rue Joseph-Bens 532",
+ "City": "Bruxelles",
+ "PostalCode": 43000,
+ "Country": "Belgium",
+ "Phone": "(02) 201 24 67",
+ "Fax": "(02) 201 24 68",
+ "Orders": [
+ {
+ "OrderID": 10649,
+ "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": "Rue Joseph-Bens 532",
+ "ShipCity": "Bruxelles",
+ "ShipPostalCode": 21000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FAMIA",
+ "Company": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5442,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Orders": [
+ {
+ "OrderID": 10650,
+ "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": "Rua Orós, 92",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5442,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 25,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10651,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 12,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 20,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 10652,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 2,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10653,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 20,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 28000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10654,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 36000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 12,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 6,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10655,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 20,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 10656,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 3,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 28,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 6,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10657,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 15,
+ "UnitPrice": 15.5,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10658,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 70,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 55,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 70,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10659,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 24,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 40,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGC",
+ "Company": "Hungry Coyote Import Store",
+ "ContactName": "Yoshi Latimer",
+ "ContactTitle": "Sales Representative",
+ "Address": "City Center Plaza 516 Main St.",
+ "City": "Elgin",
+ "Region": "OR",
+ "PostalCode": 97827,
+ "Country": "USA",
+ "Phone": "(503) 555-6874",
+ "Fax": "(503) 555-2376",
+ "Orders": [
+ {
+ "OrderID": 10660,
+ "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": "City Center Plaza 516 Main St.",
+ "ShipCity": "Elgin",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97827,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10661,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 3,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 49,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LONEP",
+ "Company": "Lonesome Pine Restaurant",
+ "ContactName": "Fran Wilson",
+ "ContactTitle": "Sales Manager",
+ "Address": "89 Chiaroscuro Rd.",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97219,
+ "Country": "USA",
+ "Phone": "(503) 555-9573",
+ "Fax": "(503) 555-9646",
+ "Orders": [
+ {
+ "OrderID": 10662,
+ "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": "89 Chiaroscuro Rd.",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97219,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10663,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 30,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 30,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FURIB",
+ "Company": "Furia Bacalhau e Frutos do Mar",
+ "ContactName": "Lino Rodriguez",
+ "ContactTitle": "Sales Manager",
+ "Address": "Jardim das rosas n. 32",
+ "City": "Lisboa",
+ "PostalCode": 1675,
+ "Country": "Portugal",
+ "Phone": "(1) 354-2534",
+ "Fax": "(1) 354-2535",
+ "Orders": [
+ {
+ "OrderID": 10664,
+ "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": "Jardim das rosas n. 32",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1675,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 24,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 12,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 15,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LONEP",
+ "Company": "Lonesome Pine Restaurant",
+ "ContactName": "Fran Wilson",
+ "ContactTitle": "Sales Manager",
+ "Address": "89 Chiaroscuro Rd.",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97219,
+ "Country": "USA",
+ "Phone": "(503) 555-9573",
+ "Fax": "(503) 555-9646",
+ "Orders": [
+ {
+ "OrderID": 10665,
+ "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": "89 Chiaroscuro Rd.",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97219,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 10666,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 36,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10667,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 45,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 14,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 10668,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 8,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 4,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 15,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SIMOB",
+ "Company": "Simons bistro",
+ "ContactName": "Jytte Petersen",
+ "ContactTitle": "Owner",
+ "Address": "Vinbæltet 34",
+ "City": "Kobenhavn",
+ "PostalCode": 1734,
+ "Country": "Denmark",
+ "Phone": "31 12 34 56",
+ "Fax": "31 13 35 57",
+ "Orders": [
+ {
+ "OrderID": 10669,
+ "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": "Vinbæltet 34",
+ "ShipCity": "Kobenhavn",
+ "ShipPostalCode": 1734,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10670,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 32,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANR",
+ "Company": "France restauration",
+ "ContactName": "Carine Schmitt",
+ "ContactTitle": "Marketing Manager",
+ "Address": "54, rue Royale",
+ "City": "Nantes",
+ "PostalCode": 44000,
+ "Country": "France",
+ "Phone": "40.32.21.21",
+ "Fax": "40.32.21.20",
+ "Orders": [
+ {
+ "OrderID": 10671,
+ "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": "54, rue Royale",
+ "ShipCity": "Nantes",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 32000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10672,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 16000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 15,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WILMK",
+ "Company": "Wilman Kala",
+ "ContactName": "Matti Karttunen",
+ "ContactTitle": "Owner/Marketing Assistant",
+ "Address": "Keskuskatu 45",
+ "City": "Helsinki",
+ "PostalCode": 21240,
+ "Country": "Finland",
+ "Phone": "90-224 8858",
+ "Fax": "90-224 8858",
+ "Orders": [
+ {
+ "OrderID": 10673,
+ "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": "Keskuskatu 45",
+ "ShipCity": "Helsinki",
+ "ShipPostalCode": 21240,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 30000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10674,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 60688,
+ "ShipPostalCode": 25000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10675,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10676,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANTON",
+ "Company": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "PostalCode": 5023,
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Orders": [
+ {
+ "OrderID": 10677,
+ "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": "Mataderos 2312",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5023,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 30,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 8,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10678,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 100,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 120,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10679,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10680,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 50,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 40,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 10681,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 12,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 28,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANTON",
+ "Company": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "PostalCode": 5023,
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Orders": [
+ {
+ "OrderID": 10682,
+ "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": "Mataderos 2312",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5023,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 66,
+ "UnitPrice": 17,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DUMON",
+ "Company": "Du monde entier",
+ "ContactName": "Janine Labrune",
+ "ContactTitle": "Owner",
+ "Address": "67, rue des Cinquante Otages",
+ "City": "Nantes",
+ "PostalCode": 44000,
+ "Country": "France",
+ "Phone": "40.67.88.88",
+ "Fax": "40.67.89.89",
+ "Orders": [
+ {
+ "OrderID": 10683,
+ "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": "67, rue des Cinquante Otages",
+ "ShipCity": "Nantes",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10684,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 10685,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10686,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10687,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 9,
+ "UnitPrice": 97,
+ "Quantity": 50,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 6,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10688,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 18,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 60,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 21000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10689,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 24000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 35,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10690,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 30,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10691,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 48,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ALFKI",
+ "Company": "Alfreds Futterkiste",
+ "ContactName": "Maria Anders",
+ "ContactTitle": "Sales Representative",
+ "Address": "Obere Str. 57",
+ "City": "Berlin",
+ "PostalCode": 12209,
+ "Country": "Germany",
+ "Phone": "030-0074321",
+ "Fax": "030-0076545",
+ "Orders": [
+ {
+ "OrderID": 10692,
+ "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": "Obere Str. 57",
+ "ShipCity": "Berlin",
+ "ShipPostalCode": 12209,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10693,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 9,
+ "UnitPrice": 97,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 60,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 30,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 15,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10694,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 90,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WILMK",
+ "Company": "Wilman Kala",
+ "ContactName": "Matti Karttunen",
+ "ContactTitle": "Owner/Marketing Assistant",
+ "Address": "Keskuskatu 45",
+ "City": "Helsinki",
+ "PostalCode": 21240,
+ "Country": "Finland",
+ "Phone": "90-224 8858",
+ "Fax": "90-224 8858",
+ "Orders": [
+ {
+ "OrderID": 10695,
+ "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": "Keskuskatu 45",
+ "ShipCity": "Helsinki",
+ "ShipPostalCode": 21240,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10696,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10697,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 7,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 9,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 30,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10698,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 8,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 12,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 65,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 8,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MORGK",
+ "Company": "Morgenstern Gesundkost",
+ "ContactName": "Alexander Feuer",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Heerstr. 22",
+ "City": "Leipzig",
+ "PostalCode": 4179,
+ "Country": "Germany",
+ "Phone": "0342-023176",
+ "Orders": [
+ {
+ "OrderID": 10699,
+ "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": "Heerstr. 22",
+ "ShipCity": "Leipzig",
+ "ShipPostalCode": 4179,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10700,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 5,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 12,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 60,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10701,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 42,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 35,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ALFKI",
+ "Company": "Alfreds Futterkiste",
+ "ContactName": "Maria Anders",
+ "ContactTitle": "Sales Representative",
+ "Address": "Obere Str. 57",
+ "City": "Berlin",
+ "PostalCode": 12209,
+ "Country": "Germany",
+ "Phone": "030-0074321",
+ "Fax": "030-0076545",
+ "Orders": [
+ {
+ "OrderID": 10702,
+ "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": "Obere Str. 57",
+ "ShipCity": "Berlin",
+ "ShipPostalCode": 12209,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 47000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10703,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 22000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10704,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 48,
+ "UnitPrice": 12.75,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10705,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10706,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 14000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10707,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 29000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 28,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "THEBI",
+ "Company": "The Big Cheese",
+ "ContactName": "Liz Nixon",
+ "ContactTitle": "Marketing Manager",
+ "Address": "89 Jefferson Way Suite 2",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97201,
+ "Country": "USA",
+ "Phone": "(503) 555-3612",
+ "Orders": [
+ {
+ "OrderID": 10708,
+ "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": "89 Jefferson Way Suite 2",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97201,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 5,
+ "UnitPrice": 21.35,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 10709,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANS",
+ "Company": "Franchi S.p.A.",
+ "ContactName": "Paolo Accorti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Monte Bianco 34",
+ "City": "Torino",
+ "PostalCode": 10100,
+ "Country": "Italy",
+ "Phone": "011-4988260",
+ "Fax": "011-4988261",
+ "Orders": [
+ {
+ "OrderID": 10710,
+ "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": "Via Monte Bianco 34",
+ "ShipCity": "Torino",
+ "ShipPostalCode": 10100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10711,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 42,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 120,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10712,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 3,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10713,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 110,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10714,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 27,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 50,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 18,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 12,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10715,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RANCH",
+ "Company": "Rancho grande",
+ "ContactName": "Sergio Gutiérrez",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. del Libertador 900",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 123-5555",
+ "Fax": "(1) 123-5556",
+ "Orders": [
+ {
+ "OrderID": 10716,
+ "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": "Av. del Libertador 900",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10717,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 32,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 25,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10718,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 36,
+ "Discount": 0
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LETSS",
+ "Company": "Let's Stop N Shop",
+ "ContactName": "Jaime Yorres",
+ "ContactTitle": "Owner",
+ "Address": "87 Polk St. Suite 5",
+ "City": "San Francisco",
+ "Region": "CA",
+ "PostalCode": 94117,
+ "Country": "USA",
+ "Phone": "(415) 555-5938",
+ "Orders": [
+ {
+ "OrderID": 10719,
+ "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": "87 Polk St. Suite 5",
+ "ShipCity": "San Francisco",
+ "ShipRegion": "CA",
+ "ShipPostalCode": 94117,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 12,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 3,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 40,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10720,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10721,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 50,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10722,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 42,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10723,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MEREP",
+ "Company": "Mère Paillarde",
+ "ContactName": "Jean Fresnière",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "43 rue St. Laurent",
+ "City": "Montréal",
+ "Region": "Québec",
+ "PostalCode": 31000,
+ "Country": "Canada",
+ "Phone": "(514) 555-8054",
+ "Fax": "(514) 555-8055",
+ "Orders": [
+ {
+ "OrderID": 10724,
+ "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": "43 rue St. Laurent",
+ "ShipCity": "Montréal",
+ "ShipRegion": "Québec",
+ "ShipPostalCode": 39000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FAMIA",
+ "Company": "Familia Arquibaldo",
+ "ContactName": "Aria Cruz",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Rua Orós, 92",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5442,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9857",
+ "Orders": [
+ {
+ "OrderID": 10725,
+ "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": "Rua Orós, 92",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5442,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "EASTC",
+ "Company": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "PostalCode": 18000,
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373",
+ "Orders": [
+ {
+ "OrderID": 10726,
+ "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": "35 King George",
+ "ShipCity": "London",
+ "ShipPostalCode": 21000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10727,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 10,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 10,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10728,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10729,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 50,
+ "UnitPrice": 16.25,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10730,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 3,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 10,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CHOPS",
+ "Company": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "PostalCode": 3012,
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Orders": [
+ {
+ "OrderID": 10731,
+ "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": "Hauptstr. 31",
+ "ShipCity": "Bern",
+ "ShipPostalCode": 3012,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 40,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 30,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10732,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 29000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10733,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 27000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 10734,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LETSS",
+ "Company": "Let's Stop N Shop",
+ "ContactName": "Jaime Yorres",
+ "ContactTitle": "Owner",
+ "Address": "87 Polk St. Suite 5",
+ "City": "San Francisco",
+ "Region": "CA",
+ "PostalCode": 94117,
+ "Country": "USA",
+ "Phone": "(415) 555-5938",
+ "Orders": [
+ {
+ "OrderID": 10735,
+ "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": "87 Polk St. Suite 5",
+ "ShipCity": "San Francisco",
+ "ShipRegion": "CA",
+ "ShipPostalCode": 94117,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 2,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10736,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VINET",
+ "Company": "Vins et alcools Chevalier",
+ "ContactName": "Paul Henriot",
+ "ContactTitle": "Accounting Manager",
+ "Address": "59 rue de l'Abbaye",
+ "City": "Reims",
+ "PostalCode": 51100,
+ "Country": "France",
+ "Phone": "26.47.15.10",
+ "Fax": "26.47.15.11",
+ "Orders": [
+ {
+ "OrderID": 10737,
+ "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": "59 rue de l'Abbaye",
+ "ShipCity": "Reims",
+ "ShipPostalCode": 51100,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPECD",
+ "Company": "Spécialités du monde",
+ "ContactName": "Dominique Perrier",
+ "ContactTitle": "Marketing Manager",
+ "Address": "25, rue Lauriston",
+ "City": "Paris",
+ "PostalCode": 75016,
+ "Country": "France",
+ "Phone": "(1) 47.55.60.10",
+ "Fax": "(1) 47.55.60.20",
+ "Orders": [
+ {
+ "OrderID": 10738,
+ "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": "25, rue Lauriston",
+ "ShipCity": "Paris",
+ "ShipPostalCode": 75016,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VINET",
+ "Company": "Vins et alcools Chevalier",
+ "ContactName": "Paul Henriot",
+ "ContactTitle": "Accounting Manager",
+ "Address": "59 rue de l'Abbaye",
+ "City": "Reims",
+ "PostalCode": 51100,
+ "Country": "France",
+ "Phone": "26.47.15.10",
+ "Fax": "26.47.15.11",
+ "Orders": [
+ {
+ "OrderID": 10739,
+ "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": "59 rue de l'Abbaye",
+ "ShipCity": "Reims",
+ "ShipPostalCode": 51100,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10740,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 5,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 35,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 40,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 14,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 30000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10741,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 13000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 15,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 14000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10742,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 25000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 37000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10743,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 48000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 28,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10744,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 50,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10745,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 7,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CHOPS",
+ "Company": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "PostalCode": 3012,
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Orders": [
+ {
+ "OrderID": 10746,
+ "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": "Hauptstr. 31",
+ "ShipCity": "Bern",
+ "ShipPostalCode": 3012,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 9,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10747,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 9,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10748,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 44,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 28,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 36000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10749,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 40198,
+ "ShipPostalCode": 33000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10750,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 5,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 25,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 10751,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 12,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 50,
+ "UnitPrice": 16.25,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "NORTS",
+ "Company": "North/South",
+ "ContactName": "Simon Crowther",
+ "ContactTitle": "Sales Associate",
+ "Address": "South House 300 Queensbridge",
+ "City": "London",
+ "PostalCode": 15000,
+ "Country": "UK",
+ "Phone": "(171) 555-7733",
+ "Fax": "(171) 555-2530",
+ "Orders": [
+ {
+ "OrderID": 10752,
+ "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": "South House 300 Queensbridge",
+ "ShipCity": "London",
+ "ShipPostalCode": 34000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANS",
+ "Company": "Franchi S.p.A.",
+ "ContactName": "Paolo Accorti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Monte Bianco 34",
+ "City": "Torino",
+ "PostalCode": 10100,
+ "Country": "Italy",
+ "Phone": "011-4988260",
+ "Fax": "011-4988261",
+ "Orders": [
+ {
+ "OrderID": 10753,
+ "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": "Via Monte Bianco 34",
+ "ShipCity": "Torino",
+ "ShipPostalCode": 10100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 10,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10754,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10755,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 14,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 25,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10756,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 21,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 6,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 20,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10757,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 10758,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANATR",
+ "Company": "Ana Trujillo Emparedados y helados",
+ "ContactName": "Ana Trujillo",
+ "ContactTitle": "Owner",
+ "Address": "Avda. de la Constitución 2222",
+ "City": "México D.F.",
+ "PostalCode": 5021,
+ "Country": "Mexico",
+ "Phone": "(5) 555-4729",
+ "Fax": "(5) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10759,
+ "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": "Avda. de la Constitución 2222",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5021,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAISD",
+ "Company": "Maison Dewey",
+ "ContactName": "Catherine Dewey",
+ "ContactTitle": "Sales Agent",
+ "Address": "Rue Joseph-Bens 532",
+ "City": "Bruxelles",
+ "PostalCode": 38000,
+ "Country": "Belgium",
+ "Phone": "(02) 201 24 67",
+ "Fax": "(02) 201 24 68",
+ "Orders": [
+ {
+ "OrderID": 10760,
+ "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": "Rue Joseph-Bens 532",
+ "ShipCity": "Bruxelles",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 12,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 27,
+ "UnitPrice": 43.9,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 30,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10761,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 35,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 34000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10762,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 32000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLIG",
+ "Company": "Folies gourmandes",
+ "ContactName": "Martine Rancé",
+ "ContactTitle": "Sales Associate",
+ "Address": "184, chaussée de Tournai",
+ "City": "Lille",
+ "PostalCode": 59000,
+ "Country": "France",
+ "Phone": "20.16.10.16",
+ "Fax": "20.16.10.17",
+ "Orders": [
+ {
+ "OrderID": 10763,
+ "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": "184, chaussée de Tournai",
+ "ShipCity": "Lille",
+ "ShipPostalCode": 59000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10764,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 130,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10765,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 80,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10766,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10767,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 43000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10768,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 32000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10769,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 30,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10770,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 15,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10771,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 16,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10772,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10773,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 33,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 70,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 7,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 18000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10774,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 20000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 2,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 66,
+ "UnitPrice": 17,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "THECR",
+ "Company": "The Cracker Box",
+ "ContactName": "Liu Wong",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "55 Grizzly Peak Rd.",
+ "City": "Butte",
+ "Region": "MT",
+ "PostalCode": 59801,
+ "Country": "USA",
+ "Phone": "(406) 555-5834",
+ "Fax": "(406) 555-8083",
+ "Orders": [
+ {
+ "OrderID": 10775,
+ "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": "55 Grizzly Peak Rd.",
+ "ShipCity": "Butte",
+ "ShipRegion": "MT",
+ "ShipPostalCode": 59801,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10776,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 16,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 12,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 27,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 120,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 10777,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 20,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 18000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10778,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 13000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MORGK",
+ "Company": "Morgenstern Gesundkost",
+ "ContactName": "Alexander Feuer",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Heerstr. 22",
+ "City": "Leipzig",
+ "PostalCode": 4179,
+ "Country": "Germany",
+ "Phone": "0342-023176",
+ "Orders": [
+ {
+ "OrderID": 10779,
+ "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": "Heerstr. 22",
+ "ShipCity": "Leipzig",
+ "ShipPostalCode": 4179,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10780,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 10781,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 3,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 10,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CACTU",
+ "Company": "Cactus Comidas para llevar",
+ "ContactName": "Patricio Simpson",
+ "ContactTitle": "Sales Agent",
+ "Address": "Cerrito 333",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5555",
+ "Fax": "(1) 135-4892",
+ "Orders": [
+ {
+ "OrderID": 10782,
+ "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": "Cerrito 333",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 1,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10783,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10784,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 2,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 30,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GROSR",
+ "Company": "GROSELLA-Restaurante",
+ "ContactName": "Manuel Pereira",
+ "ContactTitle": "Owner",
+ "Address": "5ª Ave. Los Palos Grandes",
+ "City": "Caracas",
+ "Region": "DF",
+ "PostalCode": 1081,
+ "Country": "Venezuela",
+ "Phone": "(2) 283-2951",
+ "Fax": "(2) 283-3397",
+ "Orders": [
+ {
+ "OrderID": 10785,
+ "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": "5ª Ave. Los Palos Grandes",
+ "ShipCity": "Caracas",
+ "ShipRegion": "DF",
+ "ShipPostalCode": 1081,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10786,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 15,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 42,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10787,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10788,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 50,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 40,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLIG",
+ "Company": "Folies gourmandes",
+ "ContactName": "Martine Rancé",
+ "ContactTitle": "Sales Associate",
+ "Address": "184, chaussée de Tournai",
+ "City": "Lille",
+ "PostalCode": 59000,
+ "Country": "France",
+ "Phone": "20.16.10.16",
+ "Fax": "20.16.10.17",
+ "Orders": [
+ {
+ "OrderID": 10789,
+ "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": "184, chaussée de Tournai",
+ "ShipCity": "Lille",
+ "ShipPostalCode": 59000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 10790,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 3,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10791,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 14,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WOLZA",
+ "Company": "Wolski Zajazd",
+ "ContactName": "Zbyszek Piestrzeniewicz",
+ "ContactTitle": "Owner",
+ "Address": "ul. Filtrowa 68",
+ "City": "Warszawa",
+ "PostalCode": 12000,
+ "Country": "Poland",
+ "Phone": "(26) 642-7012",
+ "Fax": "(26) 642-7012",
+ "Orders": [
+ {
+ "OrderID": 10792,
+ "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": "ul. Filtrowa 68",
+ "ShipCity": "Warszawa",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "Poland",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 18000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10793,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 11000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10794,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 15,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 6,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10795,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 65,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 35,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10796,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 21,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 35,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 24,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DRACD",
+ "Company": "Drachenblut Delikatessen",
+ "ContactName": "Sven Ottlieb",
+ "ContactTitle": "Order Administrator",
+ "Address": "Walserweg 21",
+ "City": "Aachen",
+ "PostalCode": 52066,
+ "Country": "Germany",
+ "Phone": "0241-039123",
+ "Fax": "0241-059428",
+ "Orders": [
+ {
+ "OrderID": 10797,
+ "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": "Walserweg 21",
+ "ShipCity": "Aachen",
+ "ShipPostalCode": 52066,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 37000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10798,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 50129,
+ "ShipPostalCode": 12000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10799,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 23000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10800,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 50000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 50,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 10,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 7,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOLID",
+ "Company": "Bólido Comidas preparadas",
+ "ContactName": "Martín Sommer",
+ "ContactTitle": "Owner",
+ "Address": "C/ Araquil, 67",
+ "City": "Madrid",
+ "PostalCode": 28023,
+ "Country": "Spain",
+ "Phone": "(91) 555 22 82",
+ "Fax": "(91) 555 91 99",
+ "Orders": [
+ {
+ "OrderID": 10801,
+ "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": "C/ Araquil, 67",
+ "ShipCity": "Madrid",
+ "ShipPostalCode": 28023,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 40,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 20,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SIMOB",
+ "Company": "Simons bistro",
+ "ContactName": "Jytte Petersen",
+ "ContactTitle": "Owner",
+ "Address": "Vinbæltet 34",
+ "City": "Kobenhavn",
+ "PostalCode": 1734,
+ "Country": "Denmark",
+ "Phone": "31 12 34 56",
+ "Fax": "31 13 35 57",
+ "Orders": [
+ {
+ "OrderID": 10802,
+ "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": "Vinbæltet 34",
+ "ShipCity": "Kobenhavn",
+ "ShipPostalCode": 1734,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 25,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 60,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 5,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10803,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 24,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 15,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 20000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10804,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 20000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 36,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 4,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "THEBI",
+ "Company": "The Big Cheese",
+ "ContactName": "Liz Nixon",
+ "ContactTitle": "Marketing Manager",
+ "Address": "89 Jefferson Way Suite 2",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97201,
+ "Country": "USA",
+ "Phone": "(503) 555-3612",
+ "Orders": [
+ {
+ "OrderID": 10805,
+ "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": "89 Jefferson Way Suite 2",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97201,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10806,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 10,
+ "Quantity": 15,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANS",
+ "Company": "Franchi S.p.A.",
+ "ContactName": "Paolo Accorti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Monte Bianco 34",
+ "City": "Torino",
+ "PostalCode": 10100,
+ "Country": "Italy",
+ "Phone": "011-4988260",
+ "Fax": "011-4988261",
+ "Orders": [
+ {
+ "OrderID": 10807,
+ "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": "Via Monte Bianco 34",
+ "ShipCity": "Torino",
+ "ShipPostalCode": 10100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 1,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10808,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 50,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10809,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAUGB",
+ "Company": "Laughing Bacchus Wine Cellars",
+ "ContactName": "Yoshi Tannamuri",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "1900 Oak St.",
+ "City": "Vancouver",
+ "Region": "BC",
+ "PostalCode": 42000,
+ "Country": "Canada",
+ "Phone": "(604) 555-3392",
+ "Fax": "(604) 555-7293",
+ "Orders": [
+ {
+ "OrderID": 10810,
+ "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": "2319 Elm St.",
+ "ShipCity": "Vancouver",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 41000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10811,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10812,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 16,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 40,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10813,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 12,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10814,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 48,
+ "UnitPrice": 12.75,
+ "Quantity": 8,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 30,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10815,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 16,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 10816,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 30,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10817,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 60,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 25,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10818,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CACTU",
+ "Company": "Cactus Comidas para llevar",
+ "ContactName": "Patricio Simpson",
+ "ContactTitle": "Sales Agent",
+ "Address": "Cerrito 333",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5555",
+ "Fax": "(1) 135-4892",
+ "Orders": [
+ {
+ "OrderID": 10819,
+ "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": "Cerrito 333",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10820,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10821,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRAIH",
+ "Company": "Trail's Head Gourmet Provisioners",
+ "ContactName": "Helvetius Nagy",
+ "ContactTitle": "Sales Associate",
+ "Address": "722 DaVinci Blvd.",
+ "City": "Kirkland",
+ "Region": "WA",
+ "PostalCode": 98034,
+ "Country": "USA",
+ "Phone": "(206) 555-8257",
+ "Fax": "(206) 555-2174",
+ "Orders": [
+ {
+ "OrderID": 10822,
+ "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": "722 DaVinci Blvd.",
+ "ShipCity": "Kirkland",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98034,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10823,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 40,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 15,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 46000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10824,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 23000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DRACD",
+ "Company": "Drachenblut Delikatessen",
+ "ContactName": "Sven Ottlieb",
+ "ContactTitle": "Order Administrator",
+ "Address": "Walserweg 21",
+ "City": "Aachen",
+ "PostalCode": 52066,
+ "Country": "Germany",
+ "Phone": "0241-039123",
+ "Fax": "0241-059428",
+ "Orders": [
+ {
+ "OrderID": 10825,
+ "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": "Walserweg 21",
+ "ShipCity": "Aachen",
+ "ShipPostalCode": 52066,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLONP",
+ "Company": "Blondesddsl père et fils",
+ "ContactName": "Frédérique Citeaux",
+ "ContactTitle": "Marketing Manager",
+ "Address": "24, place Kléber",
+ "City": "Strasbourg",
+ "PostalCode": 67000,
+ "Country": "France",
+ "Phone": "88.60.15.31",
+ "Fax": "88.60.15.32",
+ "Orders": [
+ {
+ "OrderID": 10826,
+ "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": "24, place Kléber",
+ "ShipCity": "Strasbourg",
+ "ShipPostalCode": 67000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10827,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RANCH",
+ "Company": "Rancho grande",
+ "ContactName": "Sergio Gutiérrez",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. del Libertador 900",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 123-5555",
+ "Fax": "(1) 123-5556",
+ "Orders": [
+ {
+ "OrderID": 10828,
+ "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": "Av. del Libertador 900",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 49000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10829,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 20759,
+ "ShipPostalCode": 13000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRADH",
+ "Company": "Tradição Hipermercados",
+ "ContactName": "Anabela Domingues",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. Inês de Castro, 414",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5634,
+ "Country": "Brazil",
+ "Phone": "(11) 555-2167",
+ "Fax": "(11) 555-2168",
+ "Orders": [
+ {
+ "OrderID": 10830,
+ "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": "Av. Inês de Castro, 414",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5634,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 28,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SANTG",
+ "Company": "Santé Gourmet",
+ "ContactName": "Jonas Bergulfsen",
+ "ContactTitle": "Owner",
+ "Address": "Erling Skakkes gate 78",
+ "City": "Stavern",
+ "PostalCode": 4110,
+ "Country": "Norway",
+ "Phone": "07-98 92 35",
+ "Fax": "07-98 92 47",
+ "Orders": [
+ {
+ "OrderID": 10831,
+ "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": "Erling Skakkes gate 78",
+ "ShipCity": "Stavern",
+ "ShipPostalCode": 4110,
+ "ShipCountry": "Norway",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10832,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 3,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 10,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 16,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10833,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 9,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 9,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRADH",
+ "Company": "Tradição Hipermercados",
+ "ContactName": "Anabela Domingues",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. Inês de Castro, 414",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5634,
+ "Country": "Brazil",
+ "Phone": "(11) 555-2167",
+ "Fax": "(11) 555-2168",
+ "Orders": [
+ {
+ "OrderID": 10834,
+ "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": "Av. Inês de Castro, 414",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5634,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 8,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ALFKI",
+ "Company": "Alfreds Futterkiste",
+ "ContactName": "Maria Anders",
+ "ContactTitle": "Sales Representative",
+ "Address": "Obere Str. 57",
+ "City": "Berlin",
+ "PostalCode": 12209,
+ "Country": "Germany",
+ "Phone": "030-0074321",
+ "Fax": "030-0076545",
+ "Orders": [
+ {
+ "OrderID": 10835,
+ "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": "Obere Str. 57",
+ "ShipCity": "Berlin",
+ "ShipPostalCode": 12209,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 2,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10836,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 52,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 38000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10837,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 40,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 21,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10838,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 4,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 25,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 50,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TRADH",
+ "Company": "Tradição Hipermercados",
+ "ContactName": "Anabela Domingues",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. Inês de Castro, 414",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5634,
+ "Country": "Brazil",
+ "Phone": "(11) 555-2167",
+ "Fax": "(11) 555-2168",
+ "Orders": [
+ {
+ "OrderID": 10839,
+ "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": "Av. Inês de Castro, 414",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5634,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 15,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10840,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 6,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10841,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10842,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10843,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 4,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 10844,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10845,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 70,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 25,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 42,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 60,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 48,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10846,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10847,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 80,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 12,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 37,
+ "UnitPrice": 26,
+ "Quantity": 60,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 36,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 45,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 55,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CONSH",
+ "Company": "Consolidated Holdings",
+ "ContactName": "Elizabeth Brown",
+ "ContactTitle": "Sales Representative",
+ "Address": "Berkeley Gardens 12 Brewery",
+ "City": "London",
+ "PostalCode": 23000,
+ "Country": "UK",
+ "Phone": "(171) 555-2282",
+ "Fax": "(171) 555-9199",
+ "Orders": [
+ {
+ "OrderID": 10848,
+ "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": "Berkeley Gardens 12 Brewery",
+ "ShipCity": "London",
+ "ShipPostalCode": 39000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 5,
+ "UnitPrice": 21.35,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 9,
+ "UnitPrice": 97,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10849,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 49,
+ "Discount": 0
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 18,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VICTE",
+ "Company": "Victuailles en stock",
+ "ContactName": "Mary Saveley",
+ "ContactTitle": "Sales Agent",
+ "Address": "2, rue du Commerce",
+ "City": "Lyon",
+ "PostalCode": 69004,
+ "Country": "France",
+ "Phone": "78.32.54.86",
+ "Fax": "78.32.54.87",
+ "Orders": [
+ {
+ "OrderID": 10850,
+ "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": "2, rue du Commerce",
+ "ShipCity": "Lyon",
+ "ShipPostalCode": 69004,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 4,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 30,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10851,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 5,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 10,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 10,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 42,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10852,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLAUS",
+ "Company": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "PostalCode": 68306,
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924",
+ "Orders": [
+ {
+ "OrderID": 10853,
+ "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": "Forsterstr. 57",
+ "ShipCity": "Mannheim",
+ "ShipPostalCode": 68306,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10854,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 100,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 65,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10855,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 15,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANTON",
+ "Company": "Antonio Moreno Taquería",
+ "ContactName": "Antonio Moreno",
+ "ContactTitle": "Owner",
+ "Address": "Mataderos 2312",
+ "City": "México D.F.",
+ "PostalCode": 5023,
+ "Country": "Mexico",
+ "Phone": "(5) 555-3932",
+ "Orders": [
+ {
+ "OrderID": 10856,
+ "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": "Mataderos 2312",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5023,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 33000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10857,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 43000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 35,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 10,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LACOR",
+ "Company": "La corne d'abondance",
+ "ContactName": "Daniel Tonini",
+ "ContactTitle": "Sales Representative",
+ "Address": "67, avenue de l'Europe",
+ "City": "Versailles",
+ "PostalCode": 78000,
+ "Country": "France",
+ "Phone": "30.59.84.10",
+ "Fax": "30.59.85.11",
+ "Orders": [
+ {
+ "OrderID": 10858,
+ "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": "67, avenue de l'Europe",
+ "ShipCity": "Versailles",
+ "ShipPostalCode": 78000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 27,
+ "UnitPrice": 43.9,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10859,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 40,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 35,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 30,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANR",
+ "Company": "France restauration",
+ "ContactName": "Carine Schmitt",
+ "ContactTitle": "Marketing Manager",
+ "Address": "54, rue Royale",
+ "City": "Nantes",
+ "PostalCode": 44000,
+ "Country": "France",
+ "Phone": "40.32.21.21",
+ "Fax": "40.32.21.20",
+ "Orders": [
+ {
+ "OrderID": 10860,
+ "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": "54, rue Royale",
+ "ShipCity": "Nantes",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10861,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 42,
+ "Discount": 0
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10862,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10863,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 12,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 24000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10864,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 11000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10865,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 60,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 80,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 32000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10866,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 19000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 21,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 6,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 40,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LONEP",
+ "Company": "Lonesome Pine Restaurant",
+ "ContactName": "Fran Wilson",
+ "ContactTitle": "Sales Manager",
+ "Address": "89 Chiaroscuro Rd.",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97219,
+ "Country": "USA",
+ "Phone": "(503) 555-9573",
+ "Fax": "(503) 555-9646",
+ "Orders": [
+ {
+ "OrderID": 10867,
+ "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": "89 Chiaroscuro Rd.",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97219,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10868,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 42,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SEVES",
+ "Company": "Seven Seas Imports",
+ "ContactName": "Hari Kumar",
+ "ContactTitle": "Sales Manager",
+ "Address": "90 Wadhurst Rd.",
+ "City": "London",
+ "PostalCode": 34000,
+ "Country": "UK",
+ "Phone": "(171) 555-1717",
+ "Fax": "(171) 555-5646",
+ "Orders": [
+ {
+ "OrderID": 10869,
+ "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": "90 Wadhurst Rd.",
+ "ShipCity": "London",
+ "ShipPostalCode": 34000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WOLZA",
+ "Company": "Wolski Zajazd",
+ "ContactName": "Zbyszek Piestrzeniewicz",
+ "ContactTitle": "Owner",
+ "Address": "ul. Filtrowa 68",
+ "City": "Warszawa",
+ "PostalCode": 12000,
+ "Country": "Poland",
+ "Phone": "(26) 642-7012",
+ "Fax": "(26) 642-7012",
+ "Orders": [
+ {
+ "OrderID": 10870,
+ "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": "ul. Filtrowa 68",
+ "ShipCity": "Warszawa",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "Poland",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10871,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 50,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 12,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 16,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 10872,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 10,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 21,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WILMK",
+ "Company": "Wilman Kala",
+ "ContactName": "Matti Karttunen",
+ "ContactTitle": "Owner/Marketing Assistant",
+ "Address": "Keskuskatu 45",
+ "City": "Helsinki",
+ "PostalCode": 21240,
+ "Country": "Finland",
+ "Phone": "90-224 8858",
+ "Fax": "90-224 8858",
+ "Orders": [
+ {
+ "OrderID": 10873,
+ "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": "Keskuskatu 45",
+ "ShipCity": "Helsinki",
+ "ShipPostalCode": 21240,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 10874,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 38000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10875,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 37000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 21,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10876,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 10877,
+ "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": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10878,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WILMK",
+ "Company": "Wilman Kala",
+ "ContactName": "Matti Karttunen",
+ "ContactTitle": "Owner/Marketing Assistant",
+ "Address": "Keskuskatu 45",
+ "City": "Helsinki",
+ "PostalCode": 21240,
+ "Country": "Finland",
+ "Phone": "90-224 8858",
+ "Fax": "90-224 8858",
+ "Orders": [
+ {
+ "OrderID": 10879,
+ "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": "Keskuskatu 45",
+ "ShipCity": "Helsinki",
+ "ShipPostalCode": 21240,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 41000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10880,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 26000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 50,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CACTU",
+ "Company": "Cactus Comidas para llevar",
+ "ContactName": "Patricio Simpson",
+ "ContactTitle": "Sales Agent",
+ "Address": "Cerrito 333",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5555",
+ "Fax": "(1) 135-4892",
+ "Orders": [
+ {
+ "OrderID": 10881,
+ "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": "Cerrito 333",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10882,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 32,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LONEP",
+ "Company": "Lonesome Pine Restaurant",
+ "ContactName": "Fran Wilson",
+ "ContactTitle": "Sales Manager",
+ "Address": "89 Chiaroscuro Rd.",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97219,
+ "Country": "USA",
+ "Phone": "(503) 555-9573",
+ "Fax": "(503) 555-9646",
+ "Orders": [
+ {
+ "OrderID": 10883,
+ "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": "89 Chiaroscuro Rd.",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97219,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LETSS",
+ "Company": "Let's Stop N Shop",
+ "ContactName": "Jaime Yorres",
+ "ContactTitle": "Owner",
+ "Address": "87 Polk St. Suite 5",
+ "City": "San Francisco",
+ "Region": "CA",
+ "PostalCode": 94117,
+ "Country": "USA",
+ "Phone": "(415) 555-5938",
+ "Orders": [
+ {
+ "OrderID": 10884,
+ "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": "87 Polk St. Suite 5",
+ "ShipCity": "San Francisco",
+ "ShipRegion": "CA",
+ "ShipPostalCode": 94117,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 40,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 21,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 12,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10885,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10886,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 70,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GALED",
+ "Company": "Galería del gastrónomo",
+ "ContactName": "Eduardo Saavedra",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Rambla de Cataluña, 23",
+ "City": "Barcelona",
+ "PostalCode": 8022,
+ "Country": "Spain",
+ "Phone": "(93) 203 4560",
+ "Fax": "(93) 203 4561",
+ "Orders": [
+ {
+ "OrderID": 10887,
+ "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": "Rambla de Cataluña, 23",
+ "ShipCity": "Barcelona",
+ "ShipPostalCode": 8022,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 10888,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10889,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DUMON",
+ "Company": "Du monde entier",
+ "ContactName": "Janine Labrune",
+ "ContactTitle": "Owner",
+ "Address": "67, rue des Cinquante Otages",
+ "City": "Nantes",
+ "PostalCode": 44000,
+ "Country": "France",
+ "Phone": "40.67.88.88",
+ "Fax": "40.67.89.89",
+ "Orders": [
+ {
+ "OrderID": 10890,
+ "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": "67, rue des Cinquante Otages",
+ "ShipCity": "Nantes",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10891,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 15,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAISD",
+ "Company": "Maison Dewey",
+ "ContactName": "Catherine Dewey",
+ "ContactTitle": "Sales Agent",
+ "Address": "Rue Joseph-Bens 532",
+ "City": "Bruxelles",
+ "PostalCode": 46000,
+ "Country": "Belgium",
+ "Phone": "(02) 201 24 67",
+ "Fax": "(02) 201 24 68",
+ "Orders": [
+ {
+ "OrderID": 10892,
+ "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": "Rue Joseph-Bens 532",
+ "ShipCity": "Bruxelles",
+ "ShipPostalCode": 30000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 40,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 10893,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10894,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 28,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 50,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 120,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10895,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 110,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 91,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 100,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAISD",
+ "Company": "Maison Dewey",
+ "ContactName": "Catherine Dewey",
+ "ContactTitle": "Sales Agent",
+ "Address": "Rue Joseph-Bens 532",
+ "City": "Bruxelles",
+ "PostalCode": 29000,
+ "Country": "Belgium",
+ "Phone": "(02) 201 24 67",
+ "Fax": "(02) 201 24 68",
+ "Orders": [
+ {
+ "OrderID": 10896,
+ "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": "Rue Joseph-Bens 532",
+ "ShipCity": "Bruxelles",
+ "ShipPostalCode": 15000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 16,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10897,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 80,
+ "Discount": 0
+ },
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 36,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OCEAN",
+ "Company": "Océano Atlántico Ltda.",
+ "ContactName": "Yvonne Moncada",
+ "ContactTitle": "Sales Agent",
+ "Address": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5333",
+ "Fax": "(1) 135-5535",
+ "Orders": [
+ {
+ "OrderID": 10898,
+ "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": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10899,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 8,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10900,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 3,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10901,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 25000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10902,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 33000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 30,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 6,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10903,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 10904,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10905,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WOLZA",
+ "Company": "Wolski Zajazd",
+ "ContactName": "Zbyszek Piestrzeniewicz",
+ "ContactTitle": "Owner",
+ "Address": "ul. Filtrowa 68",
+ "City": "Warszawa",
+ "PostalCode": 12000,
+ "Country": "Poland",
+ "Phone": "(26) 642-7012",
+ "Fax": "(26) 642-7012",
+ "Orders": [
+ {
+ "OrderID": 10906,
+ "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": "ul. Filtrowa 68",
+ "ShipCity": "Warszawa",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "Poland",
+ "OrderDetails": [
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPECD",
+ "Company": "Spécialités du monde",
+ "ContactName": "Dominique Perrier",
+ "ContactTitle": "Marketing Manager",
+ "Address": "25, rue Lauriston",
+ "City": "Paris",
+ "PostalCode": 75016,
+ "Country": "France",
+ "Phone": "(1) 47.55.60.10",
+ "Fax": "(1) 47.55.60.20",
+ "Orders": [
+ {
+ "OrderID": 10907,
+ "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": "25, rue Lauriston",
+ "ShipCity": "Paris",
+ "ShipPostalCode": 75016,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10908,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 14,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SANTG",
+ "Company": "Santé Gourmet",
+ "ContactName": "Jonas Bergulfsen",
+ "ContactTitle": "Owner",
+ "Address": "Erling Skakkes gate 78",
+ "City": "Stavern",
+ "PostalCode": 4110,
+ "Country": "Norway",
+ "Phone": "07-98 92 35",
+ "Fax": "07-98 92 47",
+ "Orders": [
+ {
+ "OrderID": 10909,
+ "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": "Erling Skakkes gate 78",
+ "ShipCity": "Stavern",
+ "ShipPostalCode": 4110,
+ "ShipCountry": "Norway",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WILMK",
+ "Company": "Wilman Kala",
+ "ContactName": "Matti Karttunen",
+ "ContactTitle": "Owner/Marketing Assistant",
+ "Address": "Keskuskatu 45",
+ "City": "Helsinki",
+ "PostalCode": 21240,
+ "Country": "Finland",
+ "Phone": "90-224 8858",
+ "Fax": "90-224 8858",
+ "Orders": [
+ {
+ "OrderID": 10910,
+ "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": "Keskuskatu 45",
+ "ShipCity": "Helsinki",
+ "ShipPostalCode": 21240,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 10911,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10912,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 40,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 60,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10913,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 40,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10914,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 25,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 10915,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RANCH",
+ "Company": "Rancho grande",
+ "ContactName": "Sergio Gutiérrez",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. del Libertador 900",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 123-5555",
+ "Fax": "(1) 123-5556",
+ "Orders": [
+ {
+ "OrderID": 10916,
+ "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": "Av. del Libertador 900",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ROMEY",
+ "Company": "Romero y tomillo",
+ "ContactName": "Alejandra Camino",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Gran Vía, 1",
+ "City": "Madrid",
+ "PostalCode": 28001,
+ "Country": "Spain",
+ "Phone": "(91) 745 6200",
+ "Fax": "(91) 745 6210",
+ "Orders": [
+ {
+ "OrderID": 10917,
+ "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": "Gran Vía, 1",
+ "ShipCity": "Madrid",
+ "ShipPostalCode": 28001,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 42000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10918,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 41000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 60,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 25,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10919,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 34000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10920,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 28000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 50,
+ "UnitPrice": 16.25,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10921,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10922,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 10923,
+ "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": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 10,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 10,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 24,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BERGS",
+ "Company": "Berglunds snabbköp",
+ "ContactName": "Christina Berglund",
+ "ContactTitle": "Order Administrator",
+ "Address": "Berguvsvägen 8",
+ "City": "Luleå",
+ "PostalCode": 11000,
+ "Country": "Sweden",
+ "Phone": "0921-12 34 65",
+ "Fax": "0921-12 34 67",
+ "Orders": [
+ {
+ "OrderID": 10924,
+ "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": "Berguvsvägen 8",
+ "ShipCity": "Luleå",
+ "ShipPostalCode": 32000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 20,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10925,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 25,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 12,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ANATR",
+ "Company": "Ana Trujillo Emparedados y helados",
+ "ContactName": "Ana Trujillo",
+ "ContactTitle": "Owner",
+ "Address": "Avda. de la Constitución 2222",
+ "City": "México D.F.",
+ "PostalCode": 5021,
+ "Country": "Mexico",
+ "Phone": "(5) 555-4729",
+ "Fax": "(5) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10926,
+ "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": "Avda. de la Constitución 2222",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5021,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LACOR",
+ "Company": "La corne d'abondance",
+ "ContactName": "Daniel Tonini",
+ "ContactTitle": "Sales Representative",
+ "Address": "67, avenue de l'Europe",
+ "City": "Versailles",
+ "PostalCode": 78000,
+ "Country": "France",
+ "Phone": "30.59.84.10",
+ "Fax": "30.59.85.11",
+ "Orders": [
+ {
+ "OrderID": 10927,
+ "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": "67, avenue de l'Europe",
+ "ShipCity": "Versailles",
+ "ShipPostalCode": 78000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GALED",
+ "Company": "Galería del gastrónomo",
+ "ContactName": "Eduardo Saavedra",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Rambla de Cataluña, 23",
+ "City": "Barcelona",
+ "PostalCode": 8022,
+ "Country": "Spain",
+ "Phone": "(93) 203 4560",
+ "Fax": "(93) 203 4561",
+ "Orders": [
+ {
+ "OrderID": 10928,
+ "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": "Rambla de Cataluña, 23",
+ "ShipCity": "Barcelona",
+ "ShipPostalCode": 8022,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 10929,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 49,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 10930,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 36,
+ "Discount": 0
+ },
+ {
+ "ProductID": 27,
+ "UnitPrice": 43.9,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 25,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 30,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 10931,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 42,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10932,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 30,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 14,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 20,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ISLAT",
+ "Company": "Island Trading",
+ "ContactName": "Helen Bennett",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Garden House Crowther Way",
+ "City": "Cowes",
+ "Region": "Northeast",
+ "PostalCode": 22000,
+ "Country": "UK",
+ "Phone": "(198) 555-8888",
+ "Orders": [
+ {
+ "OrderID": 10933,
+ "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": "Garden House Crowther Way",
+ "ShipCity": "Cowes",
+ "ShipRegion": 40216,
+ "ShipPostalCode": 24000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 10934,
+ "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": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WELLI",
+ "Company": "Wellington Importadora",
+ "ContactName": "Paula Parente",
+ "ContactTitle": "Sales Manager",
+ "Address": "Rua do Mercado, 12",
+ "City": "Resende",
+ "Region": "SP",
+ "PostalCode": 8737,
+ "Country": "Brazil",
+ "Phone": "(14) 555-8122",
+ "Orders": [
+ {
+ "OrderID": 10935,
+ "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": "Rua do Mercado, 12",
+ "ShipCity": "Resende",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 8737,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 4,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 8,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 10936,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 30,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CACTU",
+ "Company": "Cactus Comidas para llevar",
+ "ContactName": "Patricio Simpson",
+ "ContactTitle": "Sales Agent",
+ "Address": "Cerrito 333",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5555",
+ "Fax": "(1) 135-4892",
+ "Orders": [
+ {
+ "OrderID": 10937,
+ "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": "Cerrito 333",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10938,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 24,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 49,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 35,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10939,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 10,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 40,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 10940,
+ "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": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10941,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 44,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 80,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 10942,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 28,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 40000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 10943,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 40000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 45000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10944,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 36000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 5,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 18,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MORGK",
+ "Company": "Morgenstern Gesundkost",
+ "ContactName": "Alexander Feuer",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Heerstr. 22",
+ "City": "Leipzig",
+ "PostalCode": 4179,
+ "Country": "Germany",
+ "Phone": "0342-023176",
+ "Orders": [
+ {
+ "OrderID": 10945,
+ "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": "Heerstr. 22",
+ "ShipCity": "Leipzig",
+ "ShipPostalCode": 4179,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10946,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 35000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 10947,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 13000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 10948,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 50,
+ "UnitPrice": 16.25,
+ "Quantity": 9,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 44000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10949,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 27000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAGAA",
+ "Company": "Magazzini Alimentari Riuniti",
+ "ContactName": "Giovanni Rovelli",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Via Ludovico il Moro 22",
+ "City": "Bergamo",
+ "PostalCode": 24100,
+ "Country": "Italy",
+ "Phone": "035-640230",
+ "Fax": "035-640231",
+ "Orders": [
+ {
+ "OrderID": 10950,
+ "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": "Via Ludovico il Moro 22",
+ "ShipCity": "Bergamo",
+ "ShipPostalCode": 24100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 10951,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 6,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 50,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ALFKI",
+ "Company": "Alfreds Futterkiste",
+ "ContactName": "Maria Anders",
+ "ContactTitle": "Sales Representative",
+ "Address": "Obere Str. 57",
+ "City": "Berlin",
+ "PostalCode": 12209,
+ "Country": "Germany",
+ "Phone": "030-0074321",
+ "Fax": "030-0076545",
+ "Orders": [
+ {
+ "OrderID": 10952,
+ "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": "Obere Str. 57",
+ "ShipCity": "Berlin",
+ "ShipPostalCode": 12209,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 16,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 21000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 10953,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 35000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 50,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 50,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 10954,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 28,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 25,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 24,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 25000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10955,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 47000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 12,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLAUS",
+ "Company": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "PostalCode": 68306,
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924",
+ "Orders": [
+ {
+ "OrderID": 10956,
+ "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": "Forsterstr. 57",
+ "ShipCity": "Mannheim",
+ "ShipPostalCode": 68306,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 14,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10957,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 8,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OCEAN",
+ "Company": "Océano Atlántico Ltda.",
+ "ContactName": "Yvonne Moncada",
+ "ContactTitle": "Sales Agent",
+ "Address": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5333",
+ "Fax": "(1) 135-5535",
+ "Orders": [
+ {
+ "OrderID": 10958,
+ "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": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 5,
+ "UnitPrice": 21.35,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 10959,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 20,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10960,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 10,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 10961,
+ "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": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 6,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10962,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 77,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 9,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 44,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FURIB",
+ "Company": "Furia Bacalhau e Frutos do Mar",
+ "ContactName": "Lino Rodriguez",
+ "ContactTitle": "Sales Manager",
+ "Address": "Jardim das rosas n. 32",
+ "City": "Lisboa",
+ "PostalCode": 1675,
+ "Country": "Portugal",
+ "Phone": "(1) 354-2534",
+ "Fax": "(1) 354-2535",
+ "Orders": [
+ {
+ "OrderID": 10963,
+ "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": "Jardim das rosas n. 32",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1675,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 2,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPECD",
+ "Company": "Spécialités du monde",
+ "ContactName": "Dominique Perrier",
+ "ContactTitle": "Marketing Manager",
+ "Address": "25, rue Lauriston",
+ "City": "Paris",
+ "PostalCode": 75016,
+ "Country": "France",
+ "Phone": "(1) 47.55.60.10",
+ "Fax": "(1) 47.55.60.20",
+ "Orders": [
+ {
+ "OrderID": 10964,
+ "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": "25, rue Lauriston",
+ "ShipCity": "Paris",
+ "ShipPostalCode": 75016,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 10965,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 16,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CHOPS",
+ "Company": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "PostalCode": 3012,
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Orders": [
+ {
+ "OrderID": 10966,
+ "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": "Hauptstr. 31",
+ "ShipCity": "Bern",
+ "ShipPostalCode": 3012,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 37,
+ "UnitPrice": 26,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 12,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 12,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TOMSP",
+ "Company": "Toms Spezialitäten",
+ "ContactName": "Karin Josephs",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Luisenstr. 48",
+ "City": "Münster",
+ "PostalCode": 44087,
+ "Country": "Germany",
+ "Phone": "0251-031259",
+ "Fax": "0251-035695",
+ "Orders": [
+ {
+ "OrderID": 10967,
+ "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": "Luisenstr. 48",
+ "ShipCity": "Münster",
+ "ShipPostalCode": 44087,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10968,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "COMMI",
+ "Company": "Comércio Mineiro",
+ "ContactName": "Pedro Afonso",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. dos Lusíadas, 23",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5432,
+ "Country": "Brazil",
+ "Phone": "(11) 555-7647",
+ "Orders": [
+ {
+ "OrderID": 10969,
+ "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": "Av. dos Lusíadas, 23",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5432,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOLID",
+ "Company": "Bólido Comidas preparadas",
+ "ContactName": "Martín Sommer",
+ "ContactTitle": "Owner",
+ "Address": "C/ Araquil, 67",
+ "City": "Madrid",
+ "PostalCode": 28023,
+ "Country": "Spain",
+ "Phone": "(91) 555 22 82",
+ "Fax": "(91) 555 91 99",
+ "Orders": [
+ {
+ "OrderID": 10970,
+ "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": "C/ Araquil, 67",
+ "ShipCity": "Madrid",
+ "ShipPostalCode": 28023,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 40,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANR",
+ "Company": "France restauration",
+ "ContactName": "Carine Schmitt",
+ "ContactTitle": "Marketing Manager",
+ "Address": "54, rue Royale",
+ "City": "Nantes",
+ "PostalCode": 44000,
+ "Country": "France",
+ "Phone": "40.32.21.21",
+ "Fax": "40.32.21.20",
+ "Orders": [
+ {
+ "OrderID": 10971,
+ "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": "54, rue Royale",
+ "ShipCity": "Nantes",
+ "ShipPostalCode": 44000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LACOR",
+ "Company": "La corne d'abondance",
+ "ContactName": "Daniel Tonini",
+ "ContactTitle": "Sales Representative",
+ "Address": "67, avenue de l'Europe",
+ "City": "Versailles",
+ "PostalCode": 78000,
+ "Country": "France",
+ "Phone": "30.59.84.10",
+ "Fax": "30.59.85.11",
+ "Orders": [
+ {
+ "OrderID": 10972,
+ "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": "67, avenue de l'Europe",
+ "ShipCity": "Versailles",
+ "ShipPostalCode": 78000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 7,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10973,
+ "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": "67, avenue de l'Europe",
+ "ShipCity": "Versailles",
+ "ShipPostalCode": 78000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 5,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPLIR",
+ "Company": "Split Rail Beer & Ale",
+ "ContactName": "Art Braunschweiger",
+ "ContactTitle": "Sales Manager",
+ "Address": "P.O. Box 555",
+ "City": "Lander",
+ "Region": "WY",
+ "PostalCode": 82520,
+ "Country": "USA",
+ "Phone": "(307) 555-4680",
+ "Fax": "(307) 555-6525",
+ "Orders": [
+ {
+ "OrderID": 10974,
+ "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": "P.O. Box 555",
+ "ShipCity": "Lander",
+ "ShipRegion": "WY",
+ "ShipPostalCode": 82520,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 13000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10975,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 40000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 16,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 10976,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 11000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10977,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 29000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 47,
+ "UnitPrice": 9.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAISD",
+ "Company": "Maison Dewey",
+ "ContactName": "Catherine Dewey",
+ "ContactTitle": "Sales Agent",
+ "Address": "Rue Joseph-Bens 532",
+ "City": "Bruxelles",
+ "PostalCode": 27000,
+ "Country": "Belgium",
+ "Phone": "(02) 201 24 67",
+ "Fax": "(02) 201 24 68",
+ "Orders": [
+ {
+ "OrderID": 10978,
+ "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": "Rue Joseph-Bens 532",
+ "ShipCity": "Bruxelles",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 6,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10979,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 18,
+ "Discount": 0
+ },
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 80,
+ "Discount": 0
+ },
+ {
+ "ProductID": 27,
+ "UnitPrice": 43.9,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 50000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10980,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 19000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 40,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 10981,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 60,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 27000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 10982,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 49000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 10983,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 84,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ },
+ {
+ "OrderID": 10984,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 55,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 10985,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 36,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 8,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 35,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OCEAN",
+ "Company": "Océano Atlántico Ltda.",
+ "ContactName": "Yvonne Moncada",
+ "ContactTitle": "Sales Agent",
+ "Address": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5333",
+ "Fax": "(1) 135-5535",
+ "Orders": [
+ {
+ "OrderID": 10986,
+ "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": "Ing. Gustavo Moncada 8585 Piso 20-A",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "EASTC",
+ "Company": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "PostalCode": 32000,
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373",
+ "Orders": [
+ {
+ "OrderID": 10987,
+ "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": "35 King George",
+ "ShipCity": "London",
+ "ShipPostalCode": 30000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 10988,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 40,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEDE",
+ "Company": "Que Delícia",
+ "ContactName": "Bernardo Batista",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua da Panificadora, 12",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-4252",
+ "Fax": "(21) 555-4545",
+ "Orders": [
+ {
+ "OrderID": 10989,
+ "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": "Rua da Panificadora, 12",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 10990,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 65,
+ "Discount": 0
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 60,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 65,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 66,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10991,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 50,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 20,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 90,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "THEBI",
+ "Company": "The Big Cheese",
+ "ContactName": "Liz Nixon",
+ "ContactTitle": "Marketing Manager",
+ "Address": "89 Jefferson Way Suite 2",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97201,
+ "Country": "USA",
+ "Phone": "(503) 555-3612",
+ "Orders": [
+ {
+ "OrderID": 10992,
+ "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": "89 Jefferson Way Suite 2",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97201,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 36000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 10993,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 15000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 50,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 35,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "VAFFE",
+ "Company": "Vaffeljernet",
+ "ContactName": "Palle Ibsen",
+ "ContactTitle": "Sales Manager",
+ "Address": "Smagsloget 45",
+ "City": "Århus",
+ "PostalCode": 8200,
+ "Country": "Denmark",
+ "Phone": "86 21 32 43",
+ "Fax": "86 22 33 44",
+ "Orders": [
+ {
+ "OrderID": 10994,
+ "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": "Smagsloget 45",
+ "ShipCity": "Århus",
+ "ShipPostalCode": 8200,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 18,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PERIC",
+ "Company": "Pericles Comidas clásicas",
+ "ContactName": "Guillermo Fernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Calle Dr. Jorge Cash 321",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 552-3745",
+ "Fax": "(5) 545-3745",
+ "Orders": [
+ {
+ "OrderID": 10995,
+ "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": "Calle Dr. Jorge Cash 321",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 10996,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 10997,
+ "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": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 50,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 20,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WOLZA",
+ "Company": "Wolski Zajazd",
+ "ContactName": "Zbyszek Piestrzeniewicz",
+ "ContactTitle": "Owner",
+ "Address": "ul. Filtrowa 68",
+ "City": "Warszawa",
+ "PostalCode": 15000,
+ "Country": "Poland",
+ "Phone": "(26) 642-7012",
+ "Fax": "(26) 642-7012",
+ "Orders": [
+ {
+ "OrderID": 10998,
+ "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": "ul. Filtrowa 68",
+ "ShipCity": "Warszawa",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "Poland",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 74,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 10999,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 21,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 11000,
+ "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": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 25,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 45000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 11001,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 14000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 22,
+ "UnitPrice": 21,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 11002,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 56,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 15,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 24,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 40,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "THECR",
+ "Company": "The Cracker Box",
+ "ContactName": "Liu Wong",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "55 Grizzly Peak Rd.",
+ "City": "Butte",
+ "Region": "MT",
+ "PostalCode": 59801,
+ "Country": "USA",
+ "Phone": "(406) 555-5834",
+ "Fax": "(406) 555-8083",
+ "Orders": [
+ {
+ "OrderID": 11003,
+ "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": "55 Grizzly Peak Rd.",
+ "ShipCity": "Butte",
+ "ShipRegion": "MT",
+ "ShipPostalCode": 59801,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "MAISD",
+ "Company": "Maison Dewey",
+ "ContactName": "Catherine Dewey",
+ "ContactTitle": "Sales Agent",
+ "Address": "Rue Joseph-Bens 532",
+ "City": "Bruxelles",
+ "PostalCode": 20000,
+ "Country": "Belgium",
+ "Phone": "(02) 201 24 67",
+ "Fax": "(02) 201 24 68",
+ "Orders": [
+ {
+ "OrderID": 11004,
+ "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": "Rue Joseph-Bens 532",
+ "ShipCity": "Bruxelles",
+ "ShipPostalCode": 43000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 6,
+ "Discount": 0
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WILMK",
+ "Company": "Wilman Kala",
+ "ContactName": "Matti Karttunen",
+ "ContactTitle": "Owner/Marketing Assistant",
+ "Address": "Keskuskatu 45",
+ "City": "Helsinki",
+ "PostalCode": 21240,
+ "Country": "Finland",
+ "Phone": "90-224 8858",
+ "Fax": "90-224 8858",
+ "Orders": [
+ {
+ "OrderID": 11005,
+ "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": "Keskuskatu 45",
+ "ShipCity": "Helsinki",
+ "ShipPostalCode": 21240,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 11006,
+ "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": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 2,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PRINI",
+ "Company": "Princesa Isabel Vinhos",
+ "ContactName": "Isabel de Castro",
+ "ContactTitle": "Sales Representative",
+ "Address": "Estrada da saúde n. 58",
+ "City": "Lisboa",
+ "PostalCode": 1756,
+ "Country": "Portugal",
+ "Phone": "(1) 356-5634",
+ "Orders": [
+ {
+ "OrderID": 11007,
+ "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": "Estrada da saúde n. 58",
+ "ShipCity": "Lisboa",
+ "ShipPostalCode": 1756,
+ "ShipCountry": "Portugal",
+ "OrderDetails": [
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 14,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 11008,
+ "EmployeeID": 7,
+ "OrderDate": "1998-04-08T00:00:00",
+ "RequiredDate": "1998-05-06T00:00:00",
+ "ShipVia": 3,
+ "Freight": 79.46,
+ "ShipName": "Ernst Handel",
+ "ShipAddress": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 70,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 90,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 21,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 11009,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 18,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 11010,
+ "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": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ALFKI",
+ "Company": "Alfreds Futterkiste",
+ "ContactName": "Maria Anders",
+ "ContactTitle": "Sales Representative",
+ "Address": "Obere Str. 57",
+ "City": "Berlin",
+ "PostalCode": 12209,
+ "Country": "Germany",
+ "Phone": "030-0074321",
+ "Fax": "030-0076545",
+ "Orders": [
+ {
+ "OrderID": 11011,
+ "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": "Obere Str. 57",
+ "ShipCity": "Berlin",
+ "ShipPostalCode": 12209,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 58,
+ "UnitPrice": 13.25,
+ "Quantity": 40,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANK",
+ "Company": "Frankenversand",
+ "ContactName": "Peter Franken",
+ "ContactTitle": "Marketing Manager",
+ "Address": "Berliner Platz 43",
+ "City": "München",
+ "PostalCode": 80805,
+ "Country": "Germany",
+ "Phone": "089-0877310",
+ "Fax": "089-0877451",
+ "Orders": [
+ {
+ "OrderID": 11012,
+ "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": "Berliner Platz 43",
+ "ShipCity": "München",
+ "ShipPostalCode": 80805,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 50,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 36,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 60,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ROMEY",
+ "Company": "Romero y tomillo",
+ "ContactName": "Alejandra Camino",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Gran Vía, 1",
+ "City": "Madrid",
+ "PostalCode": 28001,
+ "Country": "Spain",
+ "Phone": "(91) 745 6200",
+ "Fax": "(91) 745 6210",
+ "Orders": [
+ {
+ "OrderID": 11013,
+ "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": "Gran Vía, 1",
+ "ShipCity": "Madrid",
+ "ShipPostalCode": 28001,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 45,
+ "UnitPrice": 9.5,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 11014,
+ "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": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 28,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SANTG",
+ "Company": "Santé Gourmet",
+ "ContactName": "Jonas Bergulfsen",
+ "ContactTitle": "Owner",
+ "Address": "Erling Skakkes gate 78",
+ "City": "Stavern",
+ "PostalCode": 4110,
+ "Country": "Norway",
+ "Phone": "07-98 92 35",
+ "Fax": "07-98 92 47",
+ "Orders": [
+ {
+ "OrderID": 11015,
+ "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": "Erling Skakkes gate 78",
+ "ShipCity": "Stavern",
+ "ShipPostalCode": 4110,
+ "ShipCountry": "Norway",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 18,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "AROUT",
+ "Company": "Around the Horn",
+ "ContactName": "Thomas Hardy",
+ "ContactTitle": "Sales Representative",
+ "Address": "120 Hanover Sq.",
+ "City": "London",
+ "PostalCode": 49000,
+ "Country": "UK",
+ "Phone": "(171) 555-7788",
+ "Fax": "(171) 555-6750",
+ "Orders": [
+ {
+ "OrderID": 11016,
+ "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": "Brook Farm Stratford St. Mary",
+ "ShipCity": "Colchester",
+ "ShipRegion": "Essex",
+ "ShipPostalCode": 11000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 16,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 11017,
+ "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": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 110,
+ "Discount": 0
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LONEP",
+ "Company": "Lonesome Pine Restaurant",
+ "ContactName": "Fran Wilson",
+ "ContactTitle": "Sales Manager",
+ "Address": "89 Chiaroscuro Rd.",
+ "City": "Portland",
+ "Region": "OR",
+ "PostalCode": 97219,
+ "Country": "USA",
+ "Phone": "(503) 555-9573",
+ "Fax": "(503) 555-9646",
+ "Orders": [
+ {
+ "OrderID": 11018,
+ "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": "89 Chiaroscuro Rd.",
+ "ShipCity": "Portland",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97219,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 5,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RANCH",
+ "Company": "Rancho grande",
+ "ContactName": "Sergio Gutiérrez",
+ "ContactTitle": "Sales Representative",
+ "Address": "Av. del Libertador 900",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 123-5555",
+ "Fax": "(1) 123-5556",
+ "Orders": [
+ {
+ "OrderID": 11019,
+ "EmployeeID": 6,
+ "OrderDate": "1998-04-13T00:00:00",
+ "RequiredDate": "1998-05-11T00:00:00",
+ "ShipVia": 3,
+ "Freight": 3.17,
+ "ShipName": "Rancho grande",
+ "ShipAddress": "Av. del Libertador 900",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OTTIK",
+ "Company": "Ottilies Käseladen",
+ "ContactName": "Henriette Pfalzheim",
+ "ContactTitle": "Owner",
+ "Address": "Mehrheimerstr. 369",
+ "City": "Köln",
+ "PostalCode": 50739,
+ "Country": "Germany",
+ "Phone": "0221-0644327",
+ "Fax": "0221-0765721",
+ "Orders": [
+ {
+ "OrderID": 11020,
+ "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": "Mehrheimerstr. 369",
+ "ShipCity": "Köln",
+ "ShipPostalCode": 50739,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 24,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUICK",
+ "Company": "QUICK-Stop",
+ "ContactName": "Horst Kloss",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Taucherstraße 10",
+ "City": "Cunewalde",
+ "PostalCode": 1307,
+ "Country": "Germany",
+ "Phone": "0372-035188",
+ "Orders": [
+ {
+ "OrderID": 11021,
+ "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": "Taucherstraße 10",
+ "ShipCity": "Cunewalde",
+ "ShipPostalCode": 1307,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 11,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 63,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 44,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 72,
+ "UnitPrice": 34.8,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 11022,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BSBEV",
+ "Company": "B's Beverages",
+ "ContactName": "Victoria Ashworth",
+ "ContactTitle": "Sales Representative",
+ "Address": "Fauntleroy Circus",
+ "City": "London",
+ "PostalCode": 15000,
+ "Country": "UK",
+ "Phone": "(171) 555-1212",
+ "Orders": [
+ {
+ "OrderID": 11023,
+ "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": "Fauntleroy Circus",
+ "ShipCity": "London",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "EASTC",
+ "Company": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "PostalCode": 21000,
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373",
+ "Orders": [
+ {
+ "OrderID": 11024,
+ "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": "35 King George",
+ "ShipCity": "London",
+ "ShipPostalCode": 28000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 26,
+ "UnitPrice": 31.23,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 65,
+ "UnitPrice": 21.05,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WARTH",
+ "Company": "Wartian Herkku",
+ "ContactName": "Pirkko Koskitalo",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Torikatu 38",
+ "City": "Oulu",
+ "PostalCode": 90110,
+ "Country": "Finland",
+ "Phone": "981-443655",
+ "Fax": "981-443655",
+ "Orders": [
+ {
+ "OrderID": 11025,
+ "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": "Torikatu 38",
+ "ShipCity": "Oulu",
+ "ShipPostalCode": 90110,
+ "ShipCountry": "Finland",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 20,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANS",
+ "Company": "Franchi S.p.A.",
+ "ContactName": "Paolo Accorti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Monte Bianco 34",
+ "City": "Torino",
+ "PostalCode": 10100,
+ "Country": "Italy",
+ "Phone": "011-4988260",
+ "Fax": "011-4988261",
+ "Orders": [
+ {
+ "OrderID": 11026,
+ "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": "Via Monte Bianco 34",
+ "ShipCity": "Torino",
+ "ShipPostalCode": 10100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 27000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 11027,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 14000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 30,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 21,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "KOENE",
+ "Company": "Königlich Essen",
+ "ContactName": "Philip Cramer",
+ "ContactTitle": "Sales Associate",
+ "Address": "Maubelstr. 90",
+ "City": "Brandenburg",
+ "PostalCode": 14776,
+ "Country": "Germany",
+ "Phone": "0555-09876",
+ "Orders": [
+ {
+ "OrderID": 11028,
+ "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": "Maubelstr. 90",
+ "ShipCity": "Brandenburg",
+ "ShipPostalCode": 14776,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CHOPS",
+ "Company": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "PostalCode": 3012,
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Orders": [
+ {
+ "OrderID": 11029,
+ "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": "Hauptstr. 31",
+ "ShipCity": "Bern",
+ "ShipPostalCode": 3012,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 56,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 11030,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 100,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 5,
+ "UnitPrice": 21.35,
+ "Quantity": 70,
+ "Discount": 0
+ },
+ {
+ "ProductID": 29,
+ "UnitPrice": 123.79,
+ "Quantity": 60,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 100,
+ "Discount": 0.25
+ }
+ ]
+ },
+ {
+ "OrderID": 11031,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 45,
+ "Discount": 0
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 80,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 16,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 11032,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 36,
+ "UnitPrice": 19,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 38,
+ "UnitPrice": 263.5,
+ "Quantity": 25,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 11033,
+ "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": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 70,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 69,
+ "UnitPrice": 36,
+ "Quantity": 36,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "OLDWO",
+ "Company": "Old World Delicatessen",
+ "ContactName": "Rene Phillips",
+ "ContactTitle": "Sales Representative",
+ "Address": "2743 Bering St.",
+ "City": "Anchorage",
+ "Region": "AK",
+ "PostalCode": 99508,
+ "Country": "USA",
+ "Phone": "(907) 555-7584",
+ "Fax": "(907) 555-2880",
+ "Orders": [
+ {
+ "OrderID": 11034,
+ "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": "2743 Bering St.",
+ "ShipCity": "Anchorage",
+ "ShipRegion": "AK",
+ "ShipPostalCode": 99508,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 15,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 6,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 11035,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 42,
+ "UnitPrice": 14,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DRACD",
+ "Company": "Drachenblut Delikatessen",
+ "ContactName": "Sven Ottlieb",
+ "ContactTitle": "Order Administrator",
+ "Address": "Walserweg 21",
+ "City": "Aachen",
+ "PostalCode": 52066,
+ "Country": "Germany",
+ "Phone": "0241-039123",
+ "Fax": "0241-059428",
+ "Orders": [
+ {
+ "OrderID": 11036,
+ "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": "Walserweg 21",
+ "ShipCity": "Aachen",
+ "ShipPostalCode": 52066,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 7,
+ "Discount": 0
+ },
+ {
+ "ProductID": 59,
+ "UnitPrice": 55,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GODOS",
+ "Company": "Godos Cocina Típica",
+ "ContactName": "José Pedro Freyre",
+ "ContactTitle": "Sales Manager",
+ "Address": "C/ Romero, 33",
+ "City": "Sevilla",
+ "PostalCode": 41101,
+ "Country": "Spain",
+ "Phone": "(95) 555 82 82",
+ "Orders": [
+ {
+ "OrderID": 11037,
+ "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": "C/ Romero, 33",
+ "ShipCity": "Sevilla",
+ "ShipPostalCode": 41101,
+ "ShipCountry": "Spain",
+ "OrderDetails": [
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SUPRD",
+ "Company": "Suprêmes délices",
+ "ContactName": "Pascale Cartrain",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Boulevard Tirou, 255",
+ "City": "Charleroi",
+ "PostalCode": 6000,
+ "Country": "Belgium",
+ "Phone": "(071) 23 67 22 20",
+ "Fax": "(071) 23 67 22 21",
+ "Orders": [
+ {
+ "OrderID": 11038,
+ "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": "Boulevard Tirou, 255",
+ "ShipCity": "Charleroi",
+ "ShipPostalCode": 6000,
+ "ShipCountry": "Belgium",
+ "OrderDetails": [
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 5,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 71,
+ "UnitPrice": 21.5,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LINOD",
+ "Company": "LINO-Delicateses",
+ "ContactName": "Felipe Izquierdo",
+ "ContactTitle": "Owner",
+ "Address": "Ave. 5 de Mayo Porlamar",
+ "City": "Sao Paulo",
+ "Region": "Nueva Esparta",
+ "PostalCode": 4980,
+ "Country": "Venezuela",
+ "Phone": "(8) 34-56-12",
+ "Fax": "(8) 34-93-93",
+ "Orders": [
+ {
+ "OrderID": 11039,
+ "EmployeeID": 1,
+ "OrderDate": "1998-04-21T00:00:00",
+ "RequiredDate": "1998-05-19T00:00:00",
+ "ShipVia": 2,
+ "Freight": 65,
+ "ShipName": "LINO-Delicateses",
+ "ShipAddress": "Ave. 5 de Mayo Porlamar",
+ "ShipCity": "Lyon",
+ "ShipRegion": "Nueva Esparta",
+ "ShipPostalCode": 4980,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 24,
+ "Discount": 0
+ },
+ {
+ "ProductID": 49,
+ "UnitPrice": 20,
+ "Quantity": 60,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 28,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 11040,
+ "EmployeeID": 4,
+ "OrderDate": "1998-04-22T00:00:00",
+ "RequiredDate": "1998-05-20T00:00:00",
+ "ShipVia": 3,
+ "Freight": 18.84,
+ "ShipName": "Great Lakes Food Market",
+ "ShipAddress": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CHOPS",
+ "Company": "Chop-suey Chinese",
+ "ContactName": "Yang Wang",
+ "ContactTitle": "Owner",
+ "Address": "Hauptstr. 29",
+ "City": "Bern",
+ "PostalCode": 3012,
+ "Country": "Switzerland",
+ "Phone": "0452-076545",
+ "Orders": [
+ {
+ "OrderID": 11041,
+ "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": "Hauptstr. 31",
+ "ShipCity": "Bern",
+ "ShipPostalCode": 3012,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 63,
+ "UnitPrice": 43.9,
+ "Quantity": 30,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "COMMI",
+ "Company": "Comércio Mineiro",
+ "ContactName": "Pedro Afonso",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. dos Lusíadas, 23",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5432,
+ "Country": "Brazil",
+ "Phone": "(11) 555-7647",
+ "Orders": [
+ {
+ "OrderID": 11042,
+ "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": "Av. dos Lusíadas, 23",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5432,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 44,
+ "UnitPrice": 19.45,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SPECD",
+ "Company": "Spécialités du monde",
+ "ContactName": "Dominique Perrier",
+ "ContactTitle": "Marketing Manager",
+ "Address": "25, rue Lauriston",
+ "City": "Paris",
+ "PostalCode": 75016,
+ "Country": "France",
+ "Phone": "(1) 47.55.60.10",
+ "Fax": "(1) 47.55.60.20",
+ "Orders": [
+ {
+ "OrderID": 11043,
+ "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": "25, rue Lauriston",
+ "ShipCity": "Paris",
+ "ShipPostalCode": 75016,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WOLZA",
+ "Company": "Wolski Zajazd",
+ "ContactName": "Zbyszek Piestrzeniewicz",
+ "ContactTitle": "Owner",
+ "Address": "ul. Filtrowa 68",
+ "City": "Warszawa",
+ "PostalCode": 15000,
+ "Country": "Poland",
+ "Phone": "(26) 642-7012",
+ "Fax": "(26) 642-7012",
+ "Orders": [
+ {
+ "OrderID": 11044,
+ "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": "ul. Filtrowa 68",
+ "ShipCity": "Warszawa",
+ "ShipPostalCode": 12000,
+ "ShipCountry": "Poland",
+ "OrderDetails": [
+ {
+ "ProductID": 62,
+ "UnitPrice": 49.3,
+ "Quantity": 12,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 26000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 11045,
+ "EmployeeID": 6,
+ "OrderDate": "1998-04-23T00:00:00",
+ "RequiredDate": "1998-05-21T00:00:00",
+ "ShipVia": 2,
+ "Freight": 70.58,
+ "ShipName": "Bottom-Dollar Markets",
+ "ShipAddress": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 46000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 24,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WANDK",
+ "Company": "Die Wandernde Kuh",
+ "ContactName": "Rita Müller",
+ "ContactTitle": "Sales Representative",
+ "Address": "Adenauerallee 900",
+ "City": "Stuttgart",
+ "PostalCode": 70563,
+ "Country": "Germany",
+ "Phone": "0711-020361",
+ "Fax": "0711-035428",
+ "Orders": [
+ {
+ "OrderID": 11046,
+ "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": "Adenauerallee 900",
+ "ShipCity": "Stuttgart",
+ "ShipPostalCode": 70563,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 20,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 35,
+ "UnitPrice": 18,
+ "Quantity": 18,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "EASTC",
+ "Company": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "PostalCode": 45000,
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373",
+ "Orders": [
+ {
+ "OrderID": 11047,
+ "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": "35 King George",
+ "ShipCity": "London",
+ "ShipPostalCode": 42000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 25,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 5,
+ "UnitPrice": 21.35,
+ "Quantity": 30,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BOTTM",
+ "Company": "Bottom-Dollar Markets",
+ "ContactName": "Elizabeth Lincoln",
+ "ContactTitle": "Accounting Manager",
+ "Address": "23 Tsawassen Blvd.",
+ "City": "Tsawassen",
+ "Region": "BC",
+ "PostalCode": 24000,
+ "Country": "Canada",
+ "Phone": "(604) 555-4729",
+ "Fax": "(604) 555-3745",
+ "Orders": [
+ {
+ "OrderID": 11048,
+ "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": "23 Tsawassen Blvd.",
+ "ShipCity": "Tsawassen",
+ "ShipRegion": "BC",
+ "ShipPostalCode": 41000,
+ "ShipCountry": "Canada",
+ "OrderDetails": [
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 42,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GOURL",
+ "Company": "Gourmet Lanchonetes",
+ "ContactName": "André Fonseca",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Brasil, 442",
+ "City": "Campinas",
+ "Region": "SP",
+ "PostalCode": 4876,
+ "Country": "Brazil",
+ "Phone": "(11) 555-9482",
+ "Orders": [
+ {
+ "OrderID": 11049,
+ "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": "Av. Brasil, 442",
+ "ShipCity": "Campinas",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 4876,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 10,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 4,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FOLKO",
+ "Company": "Folk och fä HB",
+ "ContactName": "Maria Larsson",
+ "ContactTitle": "Owner",
+ "Address": "Åkergatan 24",
+ "City": "Bräcke",
+ "PostalCode": 46000,
+ "Country": "Sweden",
+ "Phone": "0695-34 67 21",
+ "Orders": [
+ {
+ "OrderID": 11050,
+ "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": "Åkergatan 24",
+ "ShipCity": "Bräcke",
+ "ShipPostalCode": 19000,
+ "ShipCountry": "Sweden",
+ "OrderDetails": [
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 50,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LAMAI",
+ "Company": "La maison d'Asie",
+ "ContactName": "Annette Roulet",
+ "ContactTitle": "Sales Manager",
+ "Address": "1 rue Alsace-Lorraine",
+ "City": "Toulouse",
+ "PostalCode": 31000,
+ "Country": "France",
+ "Phone": "61.77.61.10",
+ "Fax": "61.77.61.11",
+ "Orders": [
+ {
+ "OrderID": 11051,
+ "EmployeeID": 7,
+ "OrderDate": "1998-04-27T00:00:00",
+ "RequiredDate": "1998-05-25T00:00:00",
+ "ShipVia": 3,
+ "Freight": 2.79,
+ "ShipName": "La maison d'Asie",
+ "ShipAddress": "1 rue Alsace-Lorraine",
+ "ShipCity": "Toulouse",
+ "ShipPostalCode": 31000,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 10,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HANAR",
+ "Company": "Hanari Carnes",
+ "ContactName": "Mario Pontes",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Rua do Paço, 67",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 5454,
+ "Country": "Brazil",
+ "Phone": "(21) 555-0091",
+ "Fax": "(21) 555-8765",
+ "Orders": [
+ {
+ "OrderID": 11052,
+ "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": "Rua do Paço, 67",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 5454,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 30,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 10,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PICCO",
+ "Company": "Piccolo und mehr",
+ "ContactName": "Georg Pipps",
+ "ContactTitle": "Sales Manager",
+ "Address": "Geislweg 14",
+ "City": "Salzburg",
+ "PostalCode": 5020,
+ "Country": "Austria",
+ "Phone": "6562-9722",
+ "Fax": "6562-9723",
+ "Orders": [
+ {
+ "OrderID": 11053,
+ "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": "Geislweg 14",
+ "ShipCity": "Salzburg",
+ "ShipPostalCode": 5020,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 18,
+ "UnitPrice": 62.5,
+ "Quantity": 35,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 25,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "CACTU",
+ "Company": "Cactus Comidas para llevar",
+ "ContactName": "Patricio Simpson",
+ "ContactTitle": "Sales Agent",
+ "Address": "Cerrito 333",
+ "City": "Buenos Aires",
+ "PostalCode": 1010,
+ "Country": "Argentina",
+ "Phone": "(1) 135-5555",
+ "Fax": "(1) 135-4892",
+ "Orders": [
+ {
+ "OrderID": 11054,
+ "EmployeeID": 8,
+ "OrderDate": "1998-04-28T00:00:00",
+ "RequiredDate": "1998-05-26T00:00:00",
+ "ShipVia": 1,
+ "Freight": 0.33,
+ "ShipName": "Cactus Comidas para llevar",
+ "ShipAddress": "Cerrito 333",
+ "ShipCity": "Buenos Aires",
+ "ShipPostalCode": 1010,
+ "ShipCountry": "Argentina",
+ "OrderDetails": [
+ {
+ "ProductID": 33,
+ "UnitPrice": 2.5,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 67,
+ "UnitPrice": 14,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HILAA",
+ "Company": "HILARION-Abastos",
+ "ContactName": "Carlos Hernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "City": "San Cristóbal",
+ "Region": "Táchira",
+ "PostalCode": 5022,
+ "Country": "Venezuela",
+ "Phone": "(5) 555-1340",
+ "Fax": "(5) 555-1948",
+ "Orders": [
+ {
+ "OrderID": 11055,
+ "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": "Carrera 22 con Ave. Carlos Soublette #8-35",
+ "ShipCity": "San Cristóbal",
+ "ShipRegion": "Táchira",
+ "ShipPostalCode": 5022,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 25,
+ "UnitPrice": 14,
+ "Quantity": 15,
+ "Discount": 0
+ },
+ {
+ "ProductID": 51,
+ "UnitPrice": 53,
+ "Quantity": 20,
+ "Discount": 0
+ },
+ {
+ "ProductID": 57,
+ "UnitPrice": 19.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "EASTC",
+ "Company": "Eastern Connection",
+ "ContactName": "Ann Devon",
+ "ContactTitle": "Sales Agent",
+ "Address": "35 King George",
+ "City": "London",
+ "PostalCode": 11000,
+ "Country": "UK",
+ "Phone": "(171) 555-0297",
+ "Fax": "(171) 555-3373",
+ "Orders": [
+ {
+ "OrderID": 11056,
+ "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": "35 King George",
+ "ShipCity": "London",
+ "ShipPostalCode": 39000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 35,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 50,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "NORTS",
+ "Company": "North/South",
+ "ContactName": "Simon Crowther",
+ "ContactTitle": "Sales Associate",
+ "Address": "South House 300 Queensbridge",
+ "City": "London",
+ "PostalCode": 16000,
+ "Country": "UK",
+ "Phone": "(171) 555-7733",
+ "Fax": "(171) 555-2530",
+ "Orders": [
+ {
+ "OrderID": 11057,
+ "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": "South House 300 Queensbridge",
+ "ShipCity": "London",
+ "ShipPostalCode": 11000,
+ "ShipCountry": "UK",
+ "OrderDetails": [
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 3,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BLAUS",
+ "Company": "Blauer See Delikatessen",
+ "ContactName": "Hanna Moos",
+ "ContactTitle": "Sales Representative",
+ "Address": "Forsterstr. 57",
+ "City": "Mannheim",
+ "PostalCode": 68306,
+ "Country": "Germany",
+ "Phone": "0621-08460",
+ "Fax": "0621-08924",
+ "Orders": [
+ {
+ "OrderID": 11058,
+ "EmployeeID": 9,
+ "OrderDate": "1998-04-29T00:00:00",
+ "RequiredDate": "1998-05-27T00:00:00",
+ "ShipVia": 3,
+ "Freight": 31.14,
+ "ShipName": "Blauer See Delikatessen",
+ "ShipAddress": "Forsterstr. 57",
+ "ShipCity": "Mannheim",
+ "ShipPostalCode": 68306,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 21,
+ "UnitPrice": 10,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 21,
+ "Discount": 0
+ },
+ {
+ "ProductID": 61,
+ "UnitPrice": 28.5,
+ "Quantity": 4,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICAR",
+ "Company": "Ricardo Adocicados",
+ "ContactName": "Janete Limeira",
+ "ContactTitle": "Sales Associate",
+ "Address": "Av. Copacabana, 267",
+ "City": "Sao Paulo",
+ "Region": "RJ",
+ "PostalCode": 2389,
+ "Country": "Brazil",
+ "Phone": "(21) 555-3412",
+ "Orders": [
+ {
+ "OrderID": 11059,
+ "EmployeeID": 2,
+ "OrderDate": "1998-04-29T00:00:00",
+ "RequiredDate": "1998-06-10T00:00:00",
+ "ShipVia": 2,
+ "Freight": 85.8,
+ "ShipName": "Ricardo Adocicados",
+ "ShipAddress": "Av. Copacabana, 267",
+ "ShipCity": "Lyon",
+ "ShipRegion": "RJ",
+ "ShipPostalCode": 2389,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "FRANS",
+ "Company": "Franchi S.p.A.",
+ "ContactName": "Paolo Accorti",
+ "ContactTitle": "Sales Representative",
+ "Address": "Via Monte Bianco 34",
+ "City": "Torino",
+ "PostalCode": 10100,
+ "Country": "Italy",
+ "Phone": "011-4988260",
+ "Fax": "011-4988261",
+ "Orders": [
+ {
+ "OrderID": 11060,
+ "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": "Via Monte Bianco 34",
+ "ShipCity": "Torino",
+ "ShipPostalCode": 10100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 10,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "GREAL",
+ "Company": "Great Lakes Food Market",
+ "ContactName": "Howard Snyder",
+ "ContactTitle": "Marketing Manager",
+ "Address": "2732 Baker Blvd.",
+ "City": "Eugene",
+ "Region": "OR",
+ "PostalCode": 97403,
+ "Country": "USA",
+ "Phone": "(503) 555-7555",
+ "Orders": [
+ {
+ "OrderID": 11061,
+ "EmployeeID": 4,
+ "OrderDate": "1998-04-30T00:00:00",
+ "RequiredDate": "1998-06-11T00:00:00",
+ "ShipVia": 3,
+ "Freight": 14.01,
+ "ShipName": "Great Lakes Food Market",
+ "ShipAddress": "2732 Baker Blvd.",
+ "ShipCity": "Eugene",
+ "ShipRegion": "OR",
+ "ShipPostalCode": 97403,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 15,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "REGGC",
+ "Company": "Reggiani Caseifici",
+ "ContactName": "Maurizio Moroni",
+ "ContactTitle": "Sales Associate",
+ "Address": "Strada Provinciale 124",
+ "City": "Reggio Emilia",
+ "PostalCode": 42100,
+ "Country": "Italy",
+ "Phone": "0522-556721",
+ "Fax": "0522-556722",
+ "Orders": [
+ {
+ "OrderID": 11062,
+ "EmployeeID": 4,
+ "OrderDate": "1998-04-30T00:00:00",
+ "RequiredDate": "1998-05-28T00:00:00",
+ "ShipVia": 2,
+ "Freight": 29.93,
+ "ShipName": "Reggiani Caseifici",
+ "ShipAddress": "Strada Provinciale 124",
+ "ShipCity": "Reggio Emilia",
+ "ShipPostalCode": 42100,
+ "ShipCountry": "Italy",
+ "OrderDetails": [
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 10,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 70,
+ "UnitPrice": 15,
+ "Quantity": 12,
+ "Discount": 0.2
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "HUNGO",
+ "Company": "Hungry Owl All-Night Grocers",
+ "ContactName": "Patricia McKenna",
+ "ContactTitle": "Sales Associate",
+ "Address": "8 Johnstown Road",
+ "City": "Cork",
+ "Region": "Co. Cork",
+ "Country": "Ireland",
+ "Phone": "2967 542",
+ "Fax": "2967 3333",
+ "Orders": [
+ {
+ "OrderID": 11063,
+ "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": "8 Johnstown Road",
+ "ShipCity": "Cork",
+ "ShipRegion": "Co. Cork",
+ "ShipCountry": "Ireland",
+ "OrderDetails": [
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 30,
+ "Discount": 0
+ },
+ {
+ "ProductID": 40,
+ "UnitPrice": 18.4,
+ "Quantity": 40,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 30,
+ "Discount": 0.1
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SAVEA",
+ "Company": "Save-a-lot Markets",
+ "ContactName": "Jose Pavarotti",
+ "ContactTitle": "Sales Representative",
+ "Address": "187 Suffolk Ln.",
+ "City": "Boise",
+ "Region": "ID",
+ "PostalCode": 83720,
+ "Country": "USA",
+ "Phone": "(208) 555-8097",
+ "Orders": [
+ {
+ "OrderID": 11064,
+ "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": "187 Suffolk Ln.",
+ "ShipCity": "Boise",
+ "ShipRegion": "ID",
+ "ShipPostalCode": 83720,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 17,
+ "UnitPrice": 39,
+ "Quantity": 77,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 12,
+ "Discount": 0
+ },
+ {
+ "ProductID": 53,
+ "UnitPrice": 32.8,
+ "Quantity": 25,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 4,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 68,
+ "UnitPrice": 12.5,
+ "Quantity": 55,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 11065,
+ "EmployeeID": 8,
+ "OrderDate": "1998-05-01T00:00:00",
+ "RequiredDate": "1998-05-29T00:00:00",
+ "ShipVia": 1,
+ "Freight": 12.91,
+ "ShipName": "LILA-Supermercado",
+ "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 30,
+ "UnitPrice": 25.89,
+ "Quantity": 4,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 54,
+ "UnitPrice": 7.45,
+ "Quantity": 20,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "WHITC",
+ "Company": "White Clover Markets",
+ "ContactName": "Karl Jablonski",
+ "ContactTitle": "Owner",
+ "Address": "305 - 14th Ave. S. Suite 3B",
+ "City": "Seattle",
+ "Region": "WA",
+ "PostalCode": 98128,
+ "Country": "USA",
+ "Phone": "(206) 555-4112",
+ "Fax": "(206) 555-4115",
+ "Orders": [
+ {
+ "OrderID": 11066,
+ "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": "1029 - 12th Ave. S.",
+ "ShipCity": "Seattle",
+ "ShipRegion": "WA",
+ "ShipPostalCode": 98124,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 42,
+ "Discount": 0
+ },
+ {
+ "ProductID": 34,
+ "UnitPrice": 14,
+ "Quantity": 35,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "DRACD",
+ "Company": "Drachenblut Delikatessen",
+ "ContactName": "Sven Ottlieb",
+ "ContactTitle": "Order Administrator",
+ "Address": "Walserweg 21",
+ "City": "Aachen",
+ "PostalCode": 52066,
+ "Country": "Germany",
+ "Phone": "0241-039123",
+ "Fax": "0241-059428",
+ "Orders": [
+ {
+ "OrderID": 11067,
+ "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": "Walserweg 21",
+ "ShipCity": "Aachen",
+ "ShipPostalCode": 52066,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 9,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "QUEEN",
+ "Company": "Queen Cozinha",
+ "ContactName": "Lúcia Carvalho",
+ "ContactTitle": "Marketing Assistant",
+ "Address": "Alameda dos Canàrios, 891",
+ "City": "Sao Paulo",
+ "Region": "SP",
+ "PostalCode": 5487,
+ "Country": "Brazil",
+ "Phone": "(11) 555-1189",
+ "Orders": [
+ {
+ "OrderID": 11068,
+ "EmployeeID": 8,
+ "OrderDate": "1998-05-04T00:00:00",
+ "RequiredDate": "1998-06-01T00:00:00",
+ "ShipVia": 2,
+ "Freight": 81.75,
+ "ShipName": "Queen Cozinha",
+ "ShipAddress": "Alameda dos Canàrios, 891",
+ "ShipCity": "Sao Paulo",
+ "ShipRegion": "SP",
+ "ShipPostalCode": 5487,
+ "ShipCountry": "Brazil",
+ "OrderDetails": [
+ {
+ "ProductID": 28,
+ "UnitPrice": 45.6,
+ "Quantity": 8,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 43,
+ "UnitPrice": 46,
+ "Quantity": 36,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 28,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "TORTU",
+ "Company": "Tortuga Restaurante",
+ "ContactName": "Miguel Angel Paolino",
+ "ContactTitle": "Owner",
+ "Address": "Avda. Azteca 123",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 555-2933",
+ "Orders": [
+ {
+ "OrderID": 11069,
+ "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": "Avda. Azteca 123",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LEHMS",
+ "Company": "Lehmanns Marktstand",
+ "ContactName": "Renate Messner",
+ "ContactTitle": "Sales Representative",
+ "Address": "Magazinweg 7",
+ "City": "Frankfurt a.M.",
+ "PostalCode": 60528,
+ "Country": "Germany",
+ "Phone": "069-0245984",
+ "Fax": "069-0245874",
+ "Orders": [
+ {
+ "OrderID": 11070,
+ "EmployeeID": 2,
+ "OrderDate": "1998-05-05T00:00:00",
+ "RequiredDate": "1998-06-02T00:00:00",
+ "ShipVia": 1,
+ "Freight": 136,
+ "ShipName": "Lehmanns Marktstand",
+ "ShipAddress": "Magazinweg 7",
+ "ShipCity": "Frankfurt a.M.",
+ "ShipPostalCode": 60528,
+ "ShipCountry": "Germany",
+ "OrderDetails": [
+ {
+ "ProductID": 1,
+ "UnitPrice": 18,
+ "Quantity": 40,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 20,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 30,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 31,
+ "UnitPrice": 12.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "LILAS",
+ "Company": "LILA-Supermercado",
+ "ContactName": "Carlos González",
+ "ContactTitle": "Accounting Manager",
+ "Address": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "City": "Barquisimeto",
+ "Region": "Lara",
+ "PostalCode": 3508,
+ "Country": "Venezuela",
+ "Phone": "(9) 331-6954",
+ "Fax": "(9) 331-7256",
+ "Orders": [
+ {
+ "OrderID": 11071,
+ "EmployeeID": 1,
+ "OrderDate": "1998-05-05T00:00:00",
+ "RequiredDate": "1998-06-02T00:00:00",
+ "ShipVia": 1,
+ "Freight": 0.93,
+ "ShipName": "LILA-Supermercado",
+ "ShipAddress": "Carrera 52 con Ave. Bolívar #65-98 Llano Largo",
+ "ShipCity": "Barquisimeto",
+ "ShipRegion": "Lara",
+ "ShipPostalCode": 3508,
+ "ShipCountry": "Venezuela",
+ "OrderDetails": [
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 15,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 10,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "ERNSH",
+ "Company": "Ernst Handel",
+ "ContactName": "Roland Mendel",
+ "ContactTitle": "Sales Manager",
+ "Address": "Kirchgasse 6",
+ "City": "Graz",
+ "PostalCode": 8010,
+ "Country": "Austria",
+ "Phone": "7675-3425",
+ "Fax": "7675-3426",
+ "Orders": [
+ {
+ "OrderID": 11072,
+ "EmployeeID": 4,
+ "OrderDate": "1998-05-05T00:00:00",
+ "RequiredDate": "1998-06-02T00:00:00",
+ "ShipVia": 2,
+ "Freight": 258.64,
+ "ShipName": "Ernst Handel",
+ "ShipAddress": "Kirchgasse 6",
+ "ShipCity": "Graz",
+ "ShipPostalCode": 8010,
+ "ShipCountry": "Austria",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 8,
+ "Discount": 0
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 40,
+ "Discount": 0
+ },
+ {
+ "ProductID": 50,
+ "UnitPrice": 16.25,
+ "Quantity": 22,
+ "Discount": 0
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 130,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "PERIC",
+ "Company": "Pericles Comidas clásicas",
+ "ContactName": "Guillermo Fernández",
+ "ContactTitle": "Sales Representative",
+ "Address": "Calle Dr. Jorge Cash 321",
+ "City": "México D.F.",
+ "PostalCode": 5033,
+ "Country": "Mexico",
+ "Phone": "(5) 552-3745",
+ "Fax": "(5) 545-3745",
+ "Orders": [
+ {
+ "OrderID": 11073,
+ "EmployeeID": 2,
+ "OrderDate": "1998-05-05T00:00:00",
+ "RequiredDate": "1998-06-02T00:00:00",
+ "ShipVia": 2,
+ "Freight": 24.95,
+ "ShipName": "Pericles Comidas clásicas",
+ "ShipAddress": "Calle Dr. Jorge Cash 321",
+ "ShipCity": "México D.F.",
+ "ShipPostalCode": 5033,
+ "ShipCountry": "Mexico",
+ "OrderDetails": [
+ {
+ "ProductID": 11,
+ "UnitPrice": 21,
+ "Quantity": 10,
+ "Discount": 0
+ },
+ {
+ "ProductID": 24,
+ "UnitPrice": 4.5,
+ "Quantity": 20,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "SIMOB",
+ "Company": "Simons bistro",
+ "ContactName": "Jytte Petersen",
+ "ContactTitle": "Owner",
+ "Address": "Vinbæltet 34",
+ "City": "Kobenhavn",
+ "PostalCode": 1734,
+ "Country": "Denmark",
+ "Phone": "31 12 34 56",
+ "Fax": "31 13 35 57",
+ "Orders": [
+ {
+ "OrderID": 11074,
+ "EmployeeID": 7,
+ "OrderDate": "1998-05-06T00:00:00",
+ "RequiredDate": "1998-06-03T00:00:00",
+ "ShipVia": 2,
+ "Freight": 18.44,
+ "ShipName": "Simons bistro",
+ "ShipAddress": "Vinbæltet 34",
+ "ShipCity": "Kobenhavn",
+ "ShipPostalCode": 1734,
+ "ShipCountry": "Denmark",
+ "OrderDetails": [
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 14,
+ "Discount": 0.06
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RICSU",
+ "Company": "Richter Supermarkt",
+ "ContactName": "Michael Holz",
+ "ContactTitle": "Sales Manager",
+ "Address": "Grenzacherweg 237",
+ "City": "Genève",
+ "PostalCode": 1203,
+ "Country": "Switzerland",
+ "Phone": "0897-034214",
+ "Orders": [
+ {
+ "OrderID": 11075,
+ "EmployeeID": 8,
+ "OrderDate": "1998-05-06T00:00:00",
+ "RequiredDate": "1998-06-03T00:00:00",
+ "ShipVia": 2,
+ "Freight": 6.19,
+ "ShipName": "Richter Supermarkt",
+ "ShipAddress": "Starenweg 5",
+ "ShipCity": "Genève",
+ "ShipPostalCode": 1204,
+ "ShipCountry": "Switzerland",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 10,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 30,
+ "Discount": 0.16
+ },
+ {
+ "ProductID": 76,
+ "UnitPrice": 18,
+ "Quantity": 2,
+ "Discount": 0.16
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "BONAP",
+ "Company": "Bon app'",
+ "ContactName": "Laurence Lebihan",
+ "ContactTitle": "Owner",
+ "Address": "12, rue des Bouchers",
+ "City": "Marseille",
+ "PostalCode": 13008,
+ "Country": "France",
+ "Phone": "91.24.45.40",
+ "Fax": "91.24.45.41",
+ "Orders": [
+ {
+ "OrderID": 11076,
+ "EmployeeID": 4,
+ "OrderDate": "1998-05-06T00:00:00",
+ "RequiredDate": "1998-06-03T00:00:00",
+ "ShipVia": 2,
+ "Freight": 38.28,
+ "ShipName": "Bon app'",
+ "ShipAddress": "12, rue des Bouchers",
+ "ShipCity": "Marseille",
+ "ShipPostalCode": 13008,
+ "ShipCountry": "France",
+ "OrderDetails": [
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 20,
+ "Discount": 0.25
+ },
+ {
+ "ProductID": 19,
+ "UnitPrice": 9.2,
+ "Quantity": 10,
+ "Discount": 0.25
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "CustomerID": "RATTC",
+ "Company": "Rattlesnake Canyon Grocery",
+ "ContactName": "Paula Wilson",
+ "ContactTitle": "Sales Associate",
+ "Address": "2817 Milton Dr.",
+ "City": "Albuquerque",
+ "Region": "NM",
+ "PostalCode": 87110,
+ "Country": "USA",
+ "Phone": "(505) 555-5939",
+ "Fax": "(505) 555-3620",
+ "Orders": [
+ {
+ "OrderID": 11077,
+ "EmployeeID": 1,
+ "OrderDate": "1998-05-06T00:00:00",
+ "RequiredDate": "1998-06-03T00:00:00",
+ "ShipVia": 2,
+ "Freight": 8.53,
+ "ShipName": "Rattlesnake Canyon Grocery",
+ "ShipAddress": "2817 Milton Dr.",
+ "ShipCity": "Albuquerque",
+ "ShipRegion": "NM",
+ "ShipPostalCode": 87110,
+ "ShipCountry": "USA",
+ "OrderDetails": [
+ {
+ "ProductID": 2,
+ "UnitPrice": 19,
+ "Quantity": 24,
+ "Discount": 0.2
+ },
+ {
+ "ProductID": 3,
+ "UnitPrice": 10,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 4,
+ "UnitPrice": 22,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 6,
+ "UnitPrice": 25,
+ "Quantity": 1,
+ "Discount": 0.02
+ },
+ {
+ "ProductID": 7,
+ "UnitPrice": 30,
+ "Quantity": 1,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 8,
+ "UnitPrice": 40,
+ "Quantity": 2,
+ "Discount": 0.1
+ },
+ {
+ "ProductID": 10,
+ "UnitPrice": 31,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 12,
+ "UnitPrice": 38,
+ "Quantity": 2,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 13,
+ "UnitPrice": 6,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 14,
+ "UnitPrice": 23.25,
+ "Quantity": 1,
+ "Discount": 0.04
+ },
+ {
+ "ProductID": 16,
+ "UnitPrice": 17.45,
+ "Quantity": 2,
+ "Discount": 0.04
+ },
+ {
+ "ProductID": 20,
+ "UnitPrice": 81,
+ "Quantity": 1,
+ "Discount": 0.04
+ },
+ {
+ "ProductID": 23,
+ "UnitPrice": 9,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 32,
+ "UnitPrice": 32,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 39,
+ "UnitPrice": 18,
+ "Quantity": 2,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 41,
+ "UnitPrice": 9.65,
+ "Quantity": 3,
+ "Discount": 0
+ },
+ {
+ "ProductID": 46,
+ "UnitPrice": 12,
+ "Quantity": 3,
+ "Discount": 0.02
+ },
+ {
+ "ProductID": 52,
+ "UnitPrice": 7,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 55,
+ "UnitPrice": 24,
+ "Quantity": 2,
+ "Discount": 0
+ },
+ {
+ "ProductID": 60,
+ "UnitPrice": 34,
+ "Quantity": 2,
+ "Discount": 0.06
+ },
+ {
+ "ProductID": 64,
+ "UnitPrice": 33.25,
+ "Quantity": 2,
+ "Discount": 0.04
+ },
+ {
+ "ProductID": 66,
+ "UnitPrice": 17,
+ "Quantity": 1,
+ "Discount": 0
+ },
+ {
+ "ProductID": 73,
+ "UnitPrice": 15,
+ "Quantity": 2,
+ "Discount": 0.0099999998
+ },
+ {
+ "ProductID": 75,
+ "UnitPrice": 7.75,
+ "Quantity": 4,
+ "Discount": 0
+ },
+ {
+ "ProductID": 77,
+ "UnitPrice": 13,
+ "Quantity": 2,
+ "Discount": 0
+ }
+ ]
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/src/index.css b/samples/grids/hierarchical-grid/column-pinning-both-sides/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/src/index.ts b/samples/grids/hierarchical-grid/column-pinning-both-sides/src/index.ts
new file mode 100644
index 000000000..00d4f0690
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/src/index.ts
@@ -0,0 +1,86 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import {
+ IgcHierarchicalGridComponent,
+ IgcColumnComponent,
+ ColumnPinningPosition,
+ IgcGridCreatedEventArgs,
+} from 'igniteui-webcomponents-grids/grids';
+import HierarchicalCustomersData from './HierarchicalCustomersData.json';
+import 'igniteui-webcomponents-grids/grids/themes/light/bootstrap.css';
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents, IgcButtonComponent } from 'igniteui-webcomponents';
+
+defineAllComponents();
+
+import './index.css';
+
+export class Sample {
+ private grid: IgcHierarchicalGridComponent;
+ private pinLeftBtn: IgcButtonComponent;
+ private pinRightBtn: IgcButtonComponent;
+ private unpinBtn: IgcButtonComponent;
+
+ constructor() {
+ this.grid = document.getElementById('grid') as IgcHierarchicalGridComponent;
+ this.pinLeftBtn = document.getElementById('pinLeft') as IgcButtonComponent;
+ this.pinRightBtn = document.getElementById('pinRight') as IgcButtonComponent;
+ this.unpinBtn = document.getElementById('unpin') as IgcButtonComponent;
+
+ const pinningConfig = { columns: ColumnPinningPosition.End };
+
+ this.grid.data = HierarchicalCustomersData;
+ this.grid.pinning = pinningConfig;
+
+ const companyCol = document.getElementById('colCompany') as IgcColumnComponent;
+ if (companyCol) {
+ companyCol.pinningPosition = ColumnPinningPosition.Start;
+ companyCol.pinned = true;
+ }
+ const contactNameCol = document.getElementById('colContactName') as IgcColumnComponent;
+ if (contactNameCol) {
+ contactNameCol.pinned = true;
+ }
+
+ const ordersIslandEl = document.getElementById('ordersIsland') as any;
+ ordersIslandEl?.addEventListener('gridCreated', (ev: CustomEvent) => {
+ const ctx = ev.detail;
+ const childGrid = ctx.grid;
+ childGrid.pinning = pinningConfig;
+ const orderDateCol = document.getElementById('colOrderDate') as IgcColumnComponent;
+ if (orderDateCol) {
+ orderDateCol.pinningPosition = ColumnPinningPosition.Start;
+ orderDateCol.pinned = true;
+ }
+ const shipNameCol = document.getElementById('colShipName') as IgcColumnComponent;
+ if (shipNameCol) shipNameCol.pinned = true;
+ const shipViaCol = document.getElementById('colShipVia') as IgcColumnComponent;
+ if (shipViaCol) shipViaCol.pinned = true;
+ });
+
+ this.pinLeftBtn?.addEventListener('click', this.handlePinLeft);
+ this.pinRightBtn?.addEventListener('click', this.handlePinRight);
+ this.unpinBtn?.addEventListener('click', this.handleUnpin);
+ }
+
+ private handlePinLeft = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinningPosition = ColumnPinningPosition.Start;
+ col.pinned = true;
+ });
+ };
+
+ private handlePinRight = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinningPosition = ColumnPinningPosition.End;
+ col.pinned = true;
+ });
+ };
+
+ private handleUnpin = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinned = false;
+ });
+ };
+}
+
+new Sample();
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/tsconfig.json b/samples/grids/hierarchical-grid/column-pinning-both-sides/tsconfig.json
new file mode 100644
index 000000000..bb1f2c04c
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/tsconfig.json
@@ -0,0 +1,22 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "noImplicitAny": true,
+ "resolveJsonModule": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false,
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/tslint.json b/samples/grids/hierarchical-grid/column-pinning-both-sides/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/hierarchical-grid/column-pinning-both-sides/webpack.config.js b/samples/grids/hierarchical-grid/column-pinning-both-sides/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/hierarchical-grid/column-pinning-both-sides/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/hierarchical-grid/column-pinning-options/package.json b/samples/grids/hierarchical-grid/column-pinning-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-pinning-options/package.json
+++ b/samples/grids/hierarchical-grid/column-pinning-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-pinning-right-side/package.json b/samples/grids/hierarchical-grid/column-pinning-right-side/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-pinning-right-side/package.json
+++ b/samples/grids/hierarchical-grid/column-pinning-right-side/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-pinning-styles/package.json b/samples/grids/hierarchical-grid/column-pinning-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-pinning-styles/package.json
+++ b/samples/grids/hierarchical-grid/column-pinning-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-pinning/package.json b/samples/grids/hierarchical-grid/column-pinning/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-pinning/package.json
+++ b/samples/grids/hierarchical-grid/column-pinning/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-resize-styling/package.json b/samples/grids/hierarchical-grid/column-resize-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-resize-styling/package.json
+++ b/samples/grids/hierarchical-grid/column-resize-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-resizing/package.json b/samples/grids/hierarchical-grid/column-resizing/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-resizing/package.json
+++ b/samples/grids/hierarchical-grid/column-resizing/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-selection-group/package.json b/samples/grids/hierarchical-grid/column-selection-group/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-selection-group/package.json
+++ b/samples/grids/hierarchical-grid/column-selection-group/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-selection-mode/package.json b/samples/grids/hierarchical-grid/column-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/column-selection-mode/package.json
+++ b/samples/grids/hierarchical-grid/column-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-selection-styles/package.json b/samples/grids/hierarchical-grid/column-selection-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-selection-styles/package.json
+++ b/samples/grids/hierarchical-grid/column-selection-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-sorting-indicators/package.json b/samples/grids/hierarchical-grid/column-sorting-indicators/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-sorting-indicators/package.json
+++ b/samples/grids/hierarchical-grid/column-sorting-indicators/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-sorting-options/package.json b/samples/grids/hierarchical-grid/column-sorting-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-sorting-options/package.json
+++ b/samples/grids/hierarchical-grid/column-sorting-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/column-sorting-style/package.json b/samples/grids/hierarchical-grid/column-sorting-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/column-sorting-style/package.json
+++ b/samples/grids/hierarchical-grid/column-sorting-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/conditional-cell-style-1/package.json b/samples/grids/hierarchical-grid/conditional-cell-style-1/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/conditional-cell-style-1/package.json
+++ b/samples/grids/hierarchical-grid/conditional-cell-style-1/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/conditional-cell-style-2/package.json b/samples/grids/hierarchical-grid/conditional-cell-style-2/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/conditional-cell-style-2/package.json
+++ b/samples/grids/hierarchical-grid/conditional-cell-style-2/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/conditional-row-selectors/package.json b/samples/grids/hierarchical-grid/conditional-row-selectors/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/conditional-row-selectors/package.json
+++ b/samples/grids/hierarchical-grid/conditional-row-selectors/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/custom-filtering/package.json b/samples/grids/hierarchical-grid/custom-filtering/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/custom-filtering/package.json
+++ b/samples/grids/hierarchical-grid/custom-filtering/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/data-exporting-indicator/package.json b/samples/grids/hierarchical-grid/data-exporting-indicator/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/hierarchical-grid/data-exporting-indicator/package.json
+++ b/samples/grids/hierarchical-grid/data-exporting-indicator/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/data-performance-virtualization/package.json b/samples/grids/hierarchical-grid/data-performance-virtualization/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/hierarchical-grid/data-performance-virtualization/package.json
+++ b/samples/grids/hierarchical-grid/data-performance-virtualization/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/data-summary-formatter/package.json b/samples/grids/hierarchical-grid/data-summary-formatter/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/data-summary-formatter/package.json
+++ b/samples/grids/hierarchical-grid/data-summary-formatter/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/data-summary-options-styling/package.json b/samples/grids/hierarchical-grid/data-summary-options-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/data-summary-options-styling/package.json
+++ b/samples/grids/hierarchical-grid/data-summary-options-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/data-summary-options/package.json b/samples/grids/hierarchical-grid/data-summary-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/data-summary-options/package.json
+++ b/samples/grids/hierarchical-grid/data-summary-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/data-summary-template/package.json b/samples/grids/hierarchical-grid/data-summary-template/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/data-summary-template/package.json
+++ b/samples/grids/hierarchical-grid/data-summary-template/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/disabled-summaries/package.json b/samples/grids/hierarchical-grid/disabled-summaries/package.json
index 6dac59b4e..d386df897 100644
--- a/samples/grids/hierarchical-grid/disabled-summaries/package.json
+++ b/samples/grids/hierarchical-grid/disabled-summaries/package.json
@@ -26,7 +26,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/editing-columns/package.json b/samples/grids/hierarchical-grid/editing-columns/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/editing-columns/package.json
+++ b/samples/grids/hierarchical-grid/editing-columns/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/editing-events/package.json b/samples/grids/hierarchical-grid/editing-events/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/editing-events/package.json
+++ b/samples/grids/hierarchical-grid/editing-events/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/editing-lifecycle/package.json b/samples/grids/hierarchical-grid/editing-lifecycle/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/editing-lifecycle/package.json
+++ b/samples/grids/hierarchical-grid/editing-lifecycle/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/excel-exporting/package.json b/samples/grids/hierarchical-grid/excel-exporting/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/excel-exporting/package.json
+++ b/samples/grids/hierarchical-grid/excel-exporting/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/excel-style-filtering-sample-1/package.json b/samples/grids/hierarchical-grid/excel-style-filtering-sample-1/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/excel-style-filtering-sample-1/package.json
+++ b/samples/grids/hierarchical-grid/excel-style-filtering-sample-1/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/excel-style-filtering-sample-2/package.json b/samples/grids/hierarchical-grid/excel-style-filtering-sample-2/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/excel-style-filtering-sample-2/package.json
+++ b/samples/grids/hierarchical-grid/excel-style-filtering-sample-2/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/excel-style-filtering-sample-3/package.json b/samples/grids/hierarchical-grid/excel-style-filtering-sample-3/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/excel-style-filtering-sample-3/package.json
+++ b/samples/grids/hierarchical-grid/excel-style-filtering-sample-3/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/excel-style-filtering-style/package.json b/samples/grids/hierarchical-grid/excel-style-filtering-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/excel-style-filtering-style/package.json
+++ b/samples/grids/hierarchical-grid/excel-style-filtering-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/filtering-options/package.json b/samples/grids/hierarchical-grid/filtering-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/filtering-options/package.json
+++ b/samples/grids/hierarchical-grid/filtering-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/filtering-style/package.json b/samples/grids/hierarchical-grid/filtering-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/filtering-style/package.json
+++ b/samples/grids/hierarchical-grid/filtering-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/hierarchical-grid-options/package.json b/samples/grids/hierarchical-grid/hierarchical-grid-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/hierarchical-grid-options/package.json
+++ b/samples/grids/hierarchical-grid/hierarchical-grid-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/hierarchical-grid-paging-style/package.json b/samples/grids/hierarchical-grid/hierarchical-grid-paging-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/hierarchical-grid-paging-style/package.json
+++ b/samples/grids/hierarchical-grid/hierarchical-grid-paging-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/hierarchical-grid-styling/package.json b/samples/grids/hierarchical-grid/hierarchical-grid-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/hierarchical-grid-styling/package.json
+++ b/samples/grids/hierarchical-grid/hierarchical-grid-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/layout-display-density/package.json b/samples/grids/hierarchical-grid/layout-display-density/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/layout-display-density/package.json
+++ b/samples/grids/hierarchical-grid/layout-display-density/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/multi-column-headers-export/package.json b/samples/grids/hierarchical-grid/multi-column-headers-export/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/multi-column-headers-export/package.json
+++ b/samples/grids/hierarchical-grid/multi-column-headers-export/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/multi-column-headers-overview/package.json b/samples/grids/hierarchical-grid/multi-column-headers-overview/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/multi-column-headers-overview/package.json
+++ b/samples/grids/hierarchical-grid/multi-column-headers-overview/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/multi-column-headers-styling/package.json b/samples/grids/hierarchical-grid/multi-column-headers-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/multi-column-headers-styling/package.json
+++ b/samples/grids/hierarchical-grid/multi-column-headers-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/multi-column-headers-template/package.json b/samples/grids/hierarchical-grid/multi-column-headers-template/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/multi-column-headers-template/package.json
+++ b/samples/grids/hierarchical-grid/multi-column-headers-template/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/overview/package.json b/samples/grids/hierarchical-grid/overview/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/overview/package.json
+++ b/samples/grids/hierarchical-grid/overview/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/remote-paging-sample/package.json b/samples/grids/hierarchical-grid/remote-paging-sample/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/hierarchical-grid/remote-paging-sample/package.json
+++ b/samples/grids/hierarchical-grid/remote-paging-sample/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-adding/package.json b/samples/grids/hierarchical-grid/row-adding/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/row-adding/package.json
+++ b/samples/grids/hierarchical-grid/row-adding/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-classes/package.json b/samples/grids/hierarchical-grid/row-classes/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/row-classes/package.json
+++ b/samples/grids/hierarchical-grid/row-classes/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-drag-base/package.json b/samples/grids/hierarchical-grid/row-drag-base/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/hierarchical-grid/row-drag-base/package.json
+++ b/samples/grids/hierarchical-grid/row-drag-base/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-editing-options/package.json b/samples/grids/hierarchical-grid/row-editing-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/row-editing-options/package.json
+++ b/samples/grids/hierarchical-grid/row-editing-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-editing-style/package.json b/samples/grids/hierarchical-grid/row-editing-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/row-editing-style/package.json
+++ b/samples/grids/hierarchical-grid/row-editing-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-pinning-extra-column/package.json b/samples/grids/hierarchical-grid/row-pinning-extra-column/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/row-pinning-extra-column/package.json
+++ b/samples/grids/hierarchical-grid/row-pinning-extra-column/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-pinning-options/package.json b/samples/grids/hierarchical-grid/row-pinning-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/row-pinning-options/package.json
+++ b/samples/grids/hierarchical-grid/row-pinning-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-pinning-style/package.json b/samples/grids/hierarchical-grid/row-pinning-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/row-pinning-style/package.json
+++ b/samples/grids/hierarchical-grid/row-pinning-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-reorder/package.json b/samples/grids/hierarchical-grid/row-reorder/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/row-reorder/package.json
+++ b/samples/grids/hierarchical-grid/row-reorder/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-selection-mode/package.json b/samples/grids/hierarchical-grid/row-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/row-selection-mode/package.json
+++ b/samples/grids/hierarchical-grid/row-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-selection-template-numbers/package.json b/samples/grids/hierarchical-grid/row-selection-template-numbers/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/hierarchical-grid/row-selection-template-numbers/package.json
+++ b/samples/grids/hierarchical-grid/row-selection-template-numbers/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/row-styles/package.json b/samples/grids/hierarchical-grid/row-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/row-styles/package.json
+++ b/samples/grids/hierarchical-grid/row-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/state-persistence-about/package.json b/samples/grids/hierarchical-grid/state-persistence-about/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/hierarchical-grid/state-persistence-about/package.json
+++ b/samples/grids/hierarchical-grid/state-persistence-about/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/state-persistence-main/package.json b/samples/grids/hierarchical-grid/state-persistence-main/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/hierarchical-grid/state-persistence-main/package.json
+++ b/samples/grids/hierarchical-grid/state-persistence-main/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/toolbar-sample-1/package.json b/samples/grids/hierarchical-grid/toolbar-sample-1/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/toolbar-sample-1/package.json
+++ b/samples/grids/hierarchical-grid/toolbar-sample-1/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/toolbar-sample-2/package.json b/samples/grids/hierarchical-grid/toolbar-sample-2/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/toolbar-sample-2/package.json
+++ b/samples/grids/hierarchical-grid/toolbar-sample-2/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/toolbar-sample-3/package.json b/samples/grids/hierarchical-grid/toolbar-sample-3/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/toolbar-sample-3/package.json
+++ b/samples/grids/hierarchical-grid/toolbar-sample-3/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/toolbar-sample-4/package.json b/samples/grids/hierarchical-grid/toolbar-sample-4/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/hierarchical-grid/toolbar-sample-4/package.json
+++ b/samples/grids/hierarchical-grid/toolbar-sample-4/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/hierarchical-grid/toolbar-style/package.json b/samples/grids/hierarchical-grid/toolbar-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/hierarchical-grid/toolbar-style/package.json
+++ b/samples/grids/hierarchical-grid/toolbar-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/aggregate-max-sales/package.json b/samples/grids/pivot-grid/aggregate-max-sales/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/pivot-grid/aggregate-max-sales/package.json
+++ b/samples/grids/pivot-grid/aggregate-max-sales/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/aggregate-units-sold/package.json b/samples/grids/pivot-grid/aggregate-units-sold/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/pivot-grid/aggregate-units-sold/package.json
+++ b/samples/grids/pivot-grid/aggregate-units-sold/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/basic/package.json b/samples/grids/pivot-grid/basic/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/pivot-grid/basic/package.json
+++ b/samples/grids/pivot-grid/basic/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/data-persistence-noop/package.json b/samples/grids/pivot-grid/data-persistence-noop/package.json
index afc4ecf6f..262e01e77 100644
--- a/samples/grids/pivot-grid/data-persistence-noop/package.json
+++ b/samples/grids/pivot-grid/data-persistence-noop/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/data-selector/package.json b/samples/grids/pivot-grid/data-selector/package.json
index 402275865..533eaae6e 100644
--- a/samples/grids/pivot-grid/data-selector/package.json
+++ b/samples/grids/pivot-grid/data-selector/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/features/package.json b/samples/grids/pivot-grid/features/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/pivot-grid/features/package.json
+++ b/samples/grids/pivot-grid/features/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/remote/package.json b/samples/grids/pivot-grid/remote/package.json
index 402275865..533eaae6e 100644
--- a/samples/grids/pivot-grid/remote/package.json
+++ b/samples/grids/pivot-grid/remote/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/state-persistence-about/package.json b/samples/grids/pivot-grid/state-persistence-about/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/pivot-grid/state-persistence-about/package.json
+++ b/samples/grids/pivot-grid/state-persistence-about/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/pivot-grid/state-persistence-main/package.json b/samples/grids/pivot-grid/state-persistence-main/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/pivot-grid/state-persistence-main/package.json
+++ b/samples/grids/pivot-grid/state-persistence-main/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/action-strip/package.json b/samples/grids/tree-grid/action-strip/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/action-strip/package.json
+++ b/samples/grids/tree-grid/action-strip/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/advanced-filtering-options/package.json b/samples/grids/tree-grid/advanced-filtering-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/advanced-filtering-options/package.json
+++ b/samples/grids/tree-grid/advanced-filtering-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/advanced-filtering-style/package.json b/samples/grids/tree-grid/advanced-filtering-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/advanced-filtering-style/package.json
+++ b/samples/grids/tree-grid/advanced-filtering-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/cell-editing-sample/package.json b/samples/grids/tree-grid/cell-editing-sample/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/cell-editing-sample/package.json
+++ b/samples/grids/tree-grid/cell-editing-sample/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/cell-editing-styling/package.json b/samples/grids/tree-grid/cell-editing-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/cell-editing-styling/package.json
+++ b/samples/grids/tree-grid/cell-editing-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/.prettierrc b/samples/grids/tree-grid/cell-merge-custom-sample/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/ReadMe.md b/samples/grids/tree-grid/cell-merge-custom-sample/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/index.html b/samples/grids/tree-grid/cell-merge-custom-sample/index.html
new file mode 100644
index 000000000..758cd2b8b
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/index.html
@@ -0,0 +1,42 @@
+
+
+
+ Sample | Ignite UI | Web Components | infragistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %>
+
+ <% } %>
+
+
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/package.json b/samples/grids/tree-grid/cell-merge-custom-sample/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/sandbox.config.json b/samples/grids/tree-grid/cell-merge-custom-sample/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/src/EmployeesFlatDetails2.ts b/samples/grids/tree-grid/cell-merge-custom-sample/src/EmployeesFlatDetails2.ts
new file mode 100644
index 000000000..1a7bd8396
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/src/EmployeesFlatDetails2.ts
@@ -0,0 +1,269 @@
+/* eslint-disable @typescript-eslint/naming-convention */
+export const generateEmployeeDetailedFlatData2 = () => ([
+ {
+ Address: 'Obere Str. 57',
+ Age: 55,
+ City: 'Berlin',
+ Country: 'Germany',
+ Fax: '030-0076545',
+ HireDate: new Date(2008, 3, 20),
+ ID: 1,
+ Name: 'Johnathan Winchester',
+ ParentID: -1,
+ Phone: '030-0074321',
+ PostalCode: '12209',
+ Title: 'Development Manager'
+ },
+ {
+ Address: 'Forsterstr. 57',
+ Age: 29,
+ City: 'Berlin',
+ Country: 'Germany',
+ Fax: '0621-08924',
+ HireDate: new Date(2009, 6, 19),
+ ID: 2,
+ Name: 'Thomas Anderson',
+ ParentID: 1,
+ Phone: '0621-08460',
+ PostalCode: '68306',
+ Title: 'Senior Software Developer'
+ },
+ {
+ Address: 'Berguvsvägen 8',
+ Age: 43,
+ City: 'Berlin',
+ Country: 'Germany',
+ Fax: '0921-12 34 67',
+ HireDate: new Date(2011, 6, 3),
+ ID: 3,
+ Name: 'Michael Burke',
+ ParentID: 1,
+ Phone: '0921-12 34 65',
+ PostalCode: 'S-958 22',
+ Title: 'Senior Software Developer'
+ },
+ {
+ Address: 'Hauptstr. 29',
+ Age: 50,
+ City: 'Berlin',
+ Country: 'Germany',
+ Fax: '(5) 555-6691',
+ HireDate: new Date(2007, 11, 18),
+ ID: 19,
+ Name: 'Klaus Schmidt',
+ ParentID: 1,
+ Phone: '0452-076545',
+ PostalCode: '3012',
+ Title: 'Senior Software Developer'
+ },
+ {
+ Address: 'Walserweg 21',
+ Age: 39,
+ City: 'Berlin',
+ Country: 'Germany',
+ Fax: '0241-059428',
+ HireDate: new Date(2010, 3, 22),
+ ID: 9,
+ Name: 'Francisco Chang',
+ ParentID: 1,
+ Phone: '0241-039123',
+ PostalCode: '52066',
+ Title: 'Senior Software Developer'
+ },
+ {
+ Address: 'Avda. de la Constitución 2222',
+ Age: 42,
+ City: 'México D.F.',
+ Country: 'Mexico',
+ Fax: '(5) 555-3745',
+ HireDate: new Date(2014, 1, 22),
+ ID: 4,
+ Name: 'Ana Sanders',
+ ParentID: -1,
+ Phone: '(5) 555-4729',
+ PostalCode: '05021',
+ Title: 'CEO'
+ },
+ {
+ Address: 'Mataderos 2312',
+ Age: 49,
+ City: 'México D.F.',
+ Country: 'Mexico',
+ Fax: '(5) 555-3995',
+ HireDate: new Date(2014, 1, 22),
+ ID: 18,
+ Name: 'Victoria Lincoln',
+ ParentID: -1,
+ Phone: '(5) 555-3932',
+ PostalCode: '05023',
+ Title: 'Accounting Manager'
+ },
+ {
+ Address: 'Sierras de Granada 9993',
+ Age: 44,
+ City: 'México D.F.',
+ Country: 'Mexico',
+ Fax: '(5) 555-7293',
+ HireDate: new Date(2014, 4, 4),
+ ID: 17,
+ Name: 'Antonio Moreno',
+ ParentID: 18,
+ Phone: '(5) 555-3392',
+ PostalCode: '05022',
+ Title: 'Senior Accountant'
+ },
+ {
+ Address: 'Cerrito 333',
+ Age: 39,
+ City: 'Buenos Aires',
+ Country: 'Argentina',
+ Fax: '(1) 135-4892',
+ HireDate: new Date(2010, 3, 22),
+ ID: 13,
+ Name: 'Trevor Ashworth',
+ ParentID: 5,
+ Phone: '(1) 135-5555',
+ PostalCode: '1010',
+ Title: 'Director'
+ },
+ {
+ Address: '23 Tsawassen Blvd.',
+ Age: 44,
+ City: 'Toronto',
+ Country: 'Canada',
+ Fax: '(604) 555-3745',
+ HireDate: new Date(2014, 4, 4),
+ ID: 14,
+ Name: 'Laurence Johnson',
+ ParentID: 4,
+ Phone: '(604) 555-4729',
+ PostalCode: 'T2F 8M4',
+ Title: 'Director'
+ },
+ {
+ Address: 'Fauntleroy Circus',
+ Age: 25,
+ City: 'London',
+ Country: 'UK',
+ Fax: '(5) 555-3798',
+ HireDate: new Date(2017, 11, 9),
+ ID: 5,
+ Name: 'Elizabeth Richards',
+ ParentID: 4,
+ Phone: '(171) 555-1212',
+ PostalCode: 'EC2 5NT',
+ Title: 'Vice President'
+ },
+ {
+ Address: '120 Hanover Sq.',
+ Age: 61,
+ City: 'London',
+ Country: 'UK',
+ Fax: '(171) 555-6750',
+ HireDate: new Date(2010, 1, 1),
+ ID: 10,
+ Name: 'Yang Wang',
+ ParentID: -1,
+ Phone: '(171) 555-7788',
+ PostalCode: 'WA1 1DP',
+ Title: 'Localization Manager'
+ },
+ {
+ Address: 'Berkeley Gardens 12',
+ Age: 25,
+ City: 'London',
+ Country: 'UK',
+ Fax: '(171) 555-9199',
+ HireDate: new Date(2017, 11, 9),
+ ID: 15,
+ Name: 'Patricia Simpson',
+ ParentID: 10,
+ Phone: '(171) 555-2282',
+ PostalCode: 'WX1 6LT',
+ Title: 'Localization Intern'
+ },
+ {
+ Address: '35 King George',
+ Age: 25,
+ City: 'London',
+ Country: 'UK',
+ Fax: '(171) 555-3373',
+ HireDate: new Date(2018, 3, 18),
+ ID: 16,
+ Name: 'Peter Lewis',
+ ParentID: 10,
+ Phone: '(171) 555-0297',
+ PostalCode: 'WX3 6FW',
+ Title: 'Localization Intern'
+ },
+ {
+ Address: 'Walserweg 21',
+ Age: 39,
+ City: 'London',
+ Country: 'UK',
+ Fax: '0241-059428',
+ HireDate: new Date(2010, 3, 22),
+ ID: 20,
+ Name: 'Linda Brown',
+ ParentID: 10,
+ Phone: '0241-039123',
+ PostalCode: '52066',
+ Title: 'Localization Intern'
+ },
+ {
+ Address: 'Av. dos Lusíadas, 23',
+ Age: 27,
+ City: 'Bern',
+ Country: 'Switzerland',
+ Fax: '',
+ HireDate: new Date(2016, 2, 19),
+ ID: 8,
+ Name: 'Casey Harper',
+ ParentID: 10,
+ Phone: '(11) 555-7647',
+ PostalCode: '05432-043',
+ Title: 'Senior Localization'
+ },
+ {
+ Address: '24, place Kléber',
+ Age: 31,
+ City: 'Strasbourg',
+ Country: 'France',
+ Fax: '88.60.15.32',
+ HireDate: new Date(2014, 8, 18),
+ ID: 11,
+ Name: 'Monica Reyes',
+ ParentID: 1,
+ Phone: '88.60.15.31',
+ PostalCode: '67000',
+ Title: 'Software Development Team Lead'
+ },
+ {
+ Address: 'C/ Araquil, 67',
+ Age: 35,
+ City: 'Madrid',
+ Country: 'Spain',
+ Fax: '(91) 555 91 99',
+ HireDate: new Date(2015, 9, 17),
+ ID: 6,
+ Name: 'Roland Mendel',
+ ParentID: 11,
+ Phone: '(91) 555 22 82',
+ PostalCode: '28023',
+ Title: 'Senior Software Developer'
+ },
+ {
+ Address: '12, rue des Bouchers',
+ Age: 44,
+ City: 'Marseille',
+ Country: 'France',
+ Fax: '91.24.45.41',
+ HireDate: new Date(2009, 10, 11),
+ ID: 12,
+ Name: 'Sven Cooper',
+ ParentID: 11,
+ Phone: '91.24.45.40',
+ PostalCode: '13008',
+ Title: 'Senior Software Developer'
+ }
+]);
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/src/index.css b/samples/grids/tree-grid/cell-merge-custom-sample/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/src/index.ts b/samples/grids/tree-grid/cell-merge-custom-sample/src/index.ts
new file mode 100644
index 000000000..150def4ca
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/src/index.ts
@@ -0,0 +1,47 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import { IgcDefaultTreeGridMergeStrategy, IgcTreeGridComponent, SortingDirection } from 'igniteui-webcomponents-grids/grids';
+import 'igniteui-webcomponents-grids/grids/themes/light/bootstrap.css';
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents } from 'igniteui-webcomponents';
+import { generateEmployeeDetailedFlatData2 } from './EmployeesFlatDetails2';
+
+defineAllComponents();
+
+import './index.css';
+
+class CustomTreeGridMergeStrategy extends IgcDefaultTreeGridMergeStrategy {
+ public comparer(prevRecord: any, record: any, field: string): boolean {
+ const a = prevRecord[field];
+ const b = record[field];
+
+ const levelA = (prevRecord as any).level ?? (prevRecord as any).data?.level ?? null;
+ const levelB = (record as any).level ?? (record as any).data?.level ?? null;
+ const countryA = (prevRecord as any).data?.["Country"] ?? (prevRecord as any)["Country"];
+ const countryB = (record as any).data?.["Country"] ?? (record as any)["Country"];
+
+ return a === b && levelA === levelB && countryA === countryB;
+ }
+}
+
+export class Sample {
+ private treeGrid: IgcTreeGridComponent;
+
+ constructor() {
+ this.treeGrid = document.getElementById('treeGrid') as IgcTreeGridComponent;
+
+ this.treeGrid.data = this.data;
+ this.treeGrid.sortingExpressions = [{ fieldName: 'Country', dir: SortingDirection.Asc }];
+ (this.treeGrid as any).mergeStrategy = new CustomTreeGridMergeStrategy();
+ this.treeGrid.cellMergeMode = 'always';
+ }
+
+ private _data: any[] | null = null;
+ public get data(): any[] {
+ if (!this._data) {
+ this._data = generateEmployeeDetailedFlatData2();
+ }
+ return this._data;
+ }
+}
+
+new Sample();
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/tsconfig.json b/samples/grids/tree-grid/cell-merge-custom-sample/tsconfig.json
new file mode 100644
index 000000000..466c8b3be
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/tsconfig.json
@@ -0,0 +1,21 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "noImplicitAny": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/tslint.json b/samples/grids/tree-grid/cell-merge-custom-sample/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge-custom-sample/webpack.config.js b/samples/grids/tree-grid/cell-merge-custom-sample/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge-custom-sample/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/tree-grid/cell-merge/.prettierrc b/samples/grids/tree-grid/cell-merge/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge/ReadMe.md b/samples/grids/tree-grid/cell-merge/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/tree-grid/cell-merge/index.html b/samples/grids/tree-grid/cell-merge/index.html
new file mode 100644
index 000000000..f3fae93fb
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/index.html
@@ -0,0 +1,54 @@
+
+
+
+ Sample | Ignite UI | Web Components | infragistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Select Merge Mode
+ Always
+ On Sort
+
+
+
+ Select Merge Strategy
+ Default Strategy
+ By Level Strategy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %>
+
+ <% } %>
+
+
diff --git a/samples/grids/tree-grid/cell-merge/package.json b/samples/grids/tree-grid/cell-merge/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/tree-grid/cell-merge/sandbox.config.json b/samples/grids/tree-grid/cell-merge/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/cell-merge/src/EmployeesFlatDetails.ts
new file mode 100644
index 000000000..3d9e9f57d
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/src/EmployeesFlatDetails.ts
@@ -0,0 +1,50 @@
+export class EmployeesFlatDetailsItem {
+ public constructor(init: Partial) {
+ Object.assign(this, init);
+ }
+
+ public Address: string;
+ public Age: number;
+ public City: string;
+ public Country: string;
+ public Fax: string;
+ public HireDate: string;
+ public ID: number;
+ public Name: string;
+ public ParentID: number;
+ public Phone: string;
+ public PostalCode: number;
+ public Title: string;
+ public LastName: string;
+ public FullAddress: string;
+
+}
+export class EmployeesFlatDetails extends Array {
+ public constructor(items: Array | number = -1) {
+ if (Array.isArray(items)) {
+ super(...items);
+ } else {
+ const newItems = [
+ new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }),
+ new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }),
+ new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }),
+ new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }),
+ new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }),
+ new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }),
+ new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }),
+ new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }),
+ new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }),
+ new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }),
+ new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }),
+ new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }),
+ new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }),
+ new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }),
+ new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }),
+ new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }),
+ new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }),
+ new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }),
+ ];
+ super(...newItems.slice(0));
+ }
+ }
+}
diff --git a/samples/grids/tree-grid/cell-merge/src/index.css b/samples/grids/tree-grid/cell-merge/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge/src/index.ts b/samples/grids/tree-grid/cell-merge/src/index.ts
new file mode 100644
index 000000000..3d18f24ac
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/src/index.ts
@@ -0,0 +1,46 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import { IgcByLevelTreeGridMergeStrategy, IgcDefaultTreeGridMergeStrategy, IgcTreeGridComponent, SortingDirection } from 'igniteui-webcomponents-grids/grids';
+import 'igniteui-webcomponents-grids/grids/themes/light/bootstrap.css';
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents, IgcSelectComponent } from 'igniteui-webcomponents';
+import { EmployeesFlatDetails } from './EmployeesFlatDetails';
+
+defineAllComponents();
+
+import './index.css';
+
+export class Sample {
+ private treeGrid: IgcTreeGridComponent;
+
+ constructor() {
+ this.treeGrid = document.getElementById('treeGrid') as IgcTreeGridComponent;
+
+ this.treeGrid.data = this.data;
+ this.treeGrid.sortingExpressions = [{ fieldName: 'Country', dir: SortingDirection.Asc }];
+ (this.treeGrid as any).mergeStrategy = new IgcDefaultTreeGridMergeStrategy();
+ this.treeGrid.cellMergeMode = 'always';
+
+ const mergeModeSelect = document.getElementById('mergeModeSelect') as IgcSelectComponent;
+ mergeModeSelect?.addEventListener('igcChange', (e: CustomEvent) => {
+ const value = e.detail.value as 'always' | 'onSort';
+ this.treeGrid.cellMergeMode = value;
+ });
+
+ const mergeStrategySelect = document.getElementById('mergeStrategySelect') as IgcSelectComponent;
+ mergeStrategySelect?.addEventListener('igcChange', (e: CustomEvent) => {
+ const name = (e as any).detail.value as string;
+ const strategy = name === 'By Level Strategy' ? new IgcByLevelTreeGridMergeStrategy() : new IgcDefaultTreeGridMergeStrategy();
+ (this.treeGrid as any).mergeStrategy = strategy;
+ });
+ }
+
+ private _data: EmployeesFlatDetails | null = null;
+ public get data(): EmployeesFlatDetails {
+ if (!this._data) {
+ this._data = new EmployeesFlatDetails();
+ }
+ return this._data;
+ }
+}
+
+new Sample();
diff --git a/samples/grids/tree-grid/cell-merge/tsconfig.json b/samples/grids/tree-grid/cell-merge/tsconfig.json
new file mode 100644
index 000000000..466c8b3be
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/tsconfig.json
@@ -0,0 +1,21 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "noImplicitAny": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
diff --git a/samples/grids/tree-grid/cell-merge/tslint.json b/samples/grids/tree-grid/cell-merge/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/tree-grid/cell-merge/webpack.config.js b/samples/grids/tree-grid/cell-merge/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/tree-grid/cell-merge/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/tree-grid/cell-selection-mode/package.json b/samples/grids/tree-grid/cell-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/cell-selection-mode/package.json
+++ b/samples/grids/tree-grid/cell-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/cell-selection-style/package.json b/samples/grids/tree-grid/cell-selection-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/cell-selection-style/package.json
+++ b/samples/grids/tree-grid/cell-selection-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/clipboard-operations/package.json b/samples/grids/tree-grid/clipboard-operations/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/tree-grid/clipboard-operations/package.json
+++ b/samples/grids/tree-grid/clipboard-operations/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-auto-sizing/package.json b/samples/grids/tree-grid/column-auto-sizing/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-auto-sizing/package.json
+++ b/samples/grids/tree-grid/column-auto-sizing/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-collapsible-groups/package.json b/samples/grids/tree-grid/column-collapsible-groups/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-collapsible-groups/package.json
+++ b/samples/grids/tree-grid/column-collapsible-groups/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-data-types/package.json b/samples/grids/tree-grid/column-data-types/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/column-data-types/package.json
+++ b/samples/grids/tree-grid/column-data-types/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-hiding-toolbar-style/package.json b/samples/grids/tree-grid/column-hiding-toolbar-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-hiding-toolbar-style/package.json
+++ b/samples/grids/tree-grid/column-hiding-toolbar-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-hiding-toolbar/package.json b/samples/grids/tree-grid/column-hiding-toolbar/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-hiding-toolbar/package.json
+++ b/samples/grids/tree-grid/column-hiding-toolbar/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-moving-options/package.json b/samples/grids/tree-grid/column-moving-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-moving-options/package.json
+++ b/samples/grids/tree-grid/column-moving-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-moving-styles/package.json b/samples/grids/tree-grid/column-moving-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-moving-styles/package.json
+++ b/samples/grids/tree-grid/column-moving-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/.prettierrc b/samples/grids/tree-grid/column-pinning-both-sides/.prettierrc
new file mode 100644
index 000000000..15a7c7c6c
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 250,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "trailingComma": "none",
+ "bracketSpacing": true,
+ "jsxBracketSameLine": false,
+ "fluid": false
+}
\ No newline at end of file
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/ReadMe.md b/samples/grids/tree-grid/column-pinning-both-sides/ReadMe.md
new file mode 100644
index 000000000..6a8ddf2c7
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/ReadMe.md
@@ -0,0 +1,56 @@
+
+
+
+This folder contains implementation of Web Components application with example of Clipboard Operations feature using [Grid](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Branches
+
+> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
+
+## Instructions
+
+To set up this project locally, execute these commands:
+
+```
+git clone https://github.com/IgniteUI/igniteui-wc-examples.git
+git checkout master
+cd ./igniteui-wc-examples
+cd ./samples/grids/grid/clipboard-operations
+```
+
+open above folder in VS Code or type:
+```
+code .
+```
+
+In terminal window, run:
+
+```
+npm install
+npm run start
+```
+
+Then open http://localhost:4200/ in your browser
+
+
+## Learn More
+
+To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/index.html b/samples/grids/tree-grid/column-pinning-both-sides/index.html
new file mode 100644
index 000000000..f759b44cd
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/index.html
@@ -0,0 +1,55 @@
+
+
+
+ Sample | Ignite UI | Web Components | infragistics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Unpin Column
+ Pin Left
+ Pin Right
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (false) { %><% } %>
+
+
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/package.json b/samples/grids/tree-grid/column-pinning-both-sides/package.json
new file mode 100644
index 000000000..944e74ae1
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/package.json
@@ -0,0 +1,64 @@
+{
+ "name": "example-ignite-ui-web-components",
+ "description": "This project provides example of using Ignite UI for Web Components",
+ "author": "Infragistics",
+ "version": "1.0.0",
+ "license": "",
+ "private": true,
+ "homepage": ".",
+ "main": "src/index.ts",
+ "scripts": {
+ "build": "npm run build:prod",
+ "build:dev": "webpack --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod": "webpack --env.NODE_ENV=production --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod": "webpack-dev-server --env.NODE_ENV=production --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start": "npm run serve:dev",
+ "build:legacy": "npm run build:prod:legacy",
+ "build:dev:legacy": "webpack --env.legacy=true --mode development --config ./webpack.config.js --progress --color --display-error-details",
+ "build:prod:legacy": "webpack --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --progress --color --display-error-details --bail",
+ "serve:dev:legacy": "node --max-old-space-size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --env.legacy=true --mode development --config ./webpack.config.js --hot --progress --open",
+ "serve:prod:legacy": "webpack-dev-server --env.NODE_ENV=production --env.legacy=true --mode production --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --progress --open --content-base dist/",
+ "start:legacy": "npm run serve:dev:legacy"
+ },
+ "dependencies": {
+ "@webcomponents/custom-elements": "^1.4.1",
+ "@webcomponents/template": "^1.4.2",
+ "babel-runtime": "^6.26.0",
+ "core-js": "^3.6.5",
+ "igniteui-webcomponents": "^6.3.4",
+ "igniteui-webcomponents-core": "6.2.1",
+ "igniteui-webcomponents-grids": "6.2.0-rc.0",
+ "igniteui-webcomponents-inputs": "6.2.1",
+ "igniteui-webcomponents-layouts": "6.2.1",
+ "lit-html": "^3.3.1",
+ "tslib": "^2.8.1"
+ },
+ "devDependencies": {
+ "@babel/cli": "^7.28.3",
+ "@babel/core": "^7.28.4",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
+ "@babel/plugin-transform-runtime": "^7.28.3",
+ "@babel/preset-env": "^7.28.3",
+ "@babel/preset-typescript": "^7.27.1",
+ "@types/source-map": "^0.5.7",
+ "babel-loader": "^10.0.0",
+ "babel-plugin-transform-custom-element-classes": "^0.1.0",
+ "css-loader": "^7.1.2",
+ "csv-loader": "^3.0.5",
+ "file-loader": "^6.2.0",
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
+ "html-webpack-plugin": "^5.6.4",
+ "parcel-bundler": "^1.12.5",
+ "source-map": "^0.7.6",
+ "style-loader": "^4.0.0",
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
+ "typescript": "^5.9.2",
+ "webpack": "^5.101.3",
+ "webpack-cli": "^6.0.1",
+ "webpack-dev-server": "^5.2.2",
+ "worker-loader": "^3.0.8",
+ "xml-loader": "^1.2.1"
+ }
+}
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/sandbox.config.json b/samples/grids/tree-grid/column-pinning-both-sides/sandbox.config.json
new file mode 100644
index 000000000..5c5b54fe2
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/sandbox.config.json
@@ -0,0 +1,7 @@
+{
+ "infiniteLoopProtection": false,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "parcel"
+}
+
\ No newline at end of file
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/src/EmployeesFlatDetails.ts b/samples/grids/tree-grid/column-pinning-both-sides/src/EmployeesFlatDetails.ts
new file mode 100644
index 000000000..3d9e9f57d
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/src/EmployeesFlatDetails.ts
@@ -0,0 +1,50 @@
+export class EmployeesFlatDetailsItem {
+ public constructor(init: Partial) {
+ Object.assign(this, init);
+ }
+
+ public Address: string;
+ public Age: number;
+ public City: string;
+ public Country: string;
+ public Fax: string;
+ public HireDate: string;
+ public ID: number;
+ public Name: string;
+ public ParentID: number;
+ public Phone: string;
+ public PostalCode: number;
+ public Title: string;
+ public LastName: string;
+ public FullAddress: string;
+
+}
+export class EmployeesFlatDetails extends Array {
+ public constructor(items: Array | number = -1) {
+ if (Array.isArray(items)) {
+ super(...items);
+ } else {
+ const newItems = [
+ new EmployeesFlatDetailsItem({ Address: `Obere Str. 57`, Age: 55, City: `Berlin`, Country: `Germany`, Fax: `030-0076545`, HireDate: `2008-03-20`, ID: 1, Name: `Johnathan Winchester`, ParentID: -1, Phone: `030-0074321`, PostalCode: 12209, Title: `Development Manager`, LastName: `Winchester`, FullAddress: `Obere Str. 57, Berlin, Germany` }),
+ new EmployeesFlatDetailsItem({ Address: `Avda. de la Constitución 2222`, Age: 42, City: `México D.F.`, Country: `Mexico`, Fax: `(51) 555-3745`, HireDate: `2014-01-22`, ID: 4, Name: `Ana Sanders`, ParentID: -1, Phone: `(5) 555-4729`, PostalCode: 5021, Title: `CEO`, LastName: `Sanders`, FullAddress: `Avda. de la Constitución 2222, México D.F., Mexico` }),
+ new EmployeesFlatDetailsItem({ Address: `Mataderos 2312`, Age: 49, City: `México D.F.`, Country: `Mexico`, Fax: `(5) 555-3995`, HireDate: `2014-01-22`, ID: 18, Name: `Victoria Lincoln`, ParentID: -1, Phone: `(5) 555-3932`, PostalCode: 5023, Title: `Accounting Manager`, LastName: `Lincoln`, FullAddress: `Mataderos 2312, México D.F., Mexico` }),
+ new EmployeesFlatDetailsItem({ Address: `120 Hanover Sq.`, Age: 61, City: `London`, Country: `UK`, Fax: `(171) 555-6750`, HireDate: `2010-01-01`, ID: 10, Name: `Yang Wang`, ParentID: -1, Phone: `(171) 555-7788`, PostalCode: 39000, Title: `Localization Manager`, LastName: `Wang`, FullAddress: `120 Hanover Sq., London, UK` }),
+ new EmployeesFlatDetailsItem({ Address: `Berguvsvägen 8`, Age: 43, City: `Luleå`, Country: `Sweden`, Fax: `0921-12 34 67`, HireDate: `2011-06-03`, ID: 3, Name: `Michael Burke`, ParentID: 1, Phone: `0921-12 34 65`, PostalCode: 29000, Title: `Senior Software Developer`, LastName: `Burke`, FullAddress: `Berguvsvägen 8, Luleå, Sweden` }),
+ new EmployeesFlatDetailsItem({ Address: `Forsterstr. 57`, Age: 29, City: `Mannheim`, Country: `Germany`, Fax: `0621-08924`, HireDate: `2009-06-19`, ID: 2, Name: `Thomas Anderson`, ParentID: 1, Phone: `0621-08460`, PostalCode: 68306, Title: `Senior Software Developer`, LastName: `Anderson`, FullAddress: `Forsterstr. 57, Mannheim, Germany` }),
+ new EmployeesFlatDetailsItem({ Address: `24, place Kléber`, Age: 31, City: `Strasbourg`, Country: `France`, Fax: `88.60.15.32`, HireDate: `2014-08-18`, ID: 11, Name: `Monica Reyes`, ParentID: 1, Phone: `88.60.15.31`, PostalCode: 67000, Title: `Software Development Team Lead`, LastName: `Reyes`, FullAddress: `24, place Kléber, Strasbourg, France` }),
+ new EmployeesFlatDetailsItem({ Address: `C/ Araquil, 67`, Age: 35, City: `Madrid`, Country: `Spain`, Fax: `(911) 555 91 99`, HireDate: `2015-09-17`, ID: 6, Name: `Roland Mendel`, ParentID: 11, Phone: `(91) 555 22 82`, PostalCode: 28023, Title: `Senior Software Developer`, LastName: `Mendel`, FullAddress: `C/ Araquil, 67, Madrid, Spain` }),
+ new EmployeesFlatDetailsItem({ Address: `12, rue des Bouchers`, Age: 44, City: `Marseille`, Country: `France`, Fax: `91.24.45.41`, HireDate: `2009-10-11`, ID: 12, Name: `Sven Cooper`, ParentID: 11, Phone: `91.24.45.40`, PostalCode: 13008, Title: `Senior Software Developer`, LastName: `Cooper`, FullAddress: `12, rue des Bouchers, Marseille, France` }),
+ new EmployeesFlatDetailsItem({ Address: `23 Tsawassen Blvd.`, Age: 44, City: `Tsawassen`, Country: `Canada`, Fax: `(604) 555-3745`, HireDate: `2014-04-04`, ID: 14, Name: `Laurence Johnson`, ParentID: 4, Phone: `(604) 555-4729`, PostalCode: 19000, Title: `Director`, LastName: `Johnson`, FullAddress: `23 Tsawassen Blvd., Tsawassen, Canada` }),
+ new EmployeesFlatDetailsItem({ Address: `Fauntleroy Circus`, Age: 25, City: `London`, Country: `UK`, Fax: `(125) 555-3798`, HireDate: `2017-11-9`, ID: 5, Name: `Elizabeth Richards`, ParentID: 4, Phone: `(171) 555-1212`, PostalCode: 30000, Title: `Vice President`, LastName: `Richards`, FullAddress: `Fauntleroy Circus, London, UK` }),
+ new EmployeesFlatDetailsItem({ Address: `Cerrito 333`, Age: 39, City: `Buenos Aires`, Country: `Argentina`, Fax: `(121) 135-4892`, HireDate: `2010-03-22`, ID: 13, Name: `Trevor Ashworth`, ParentID: 5, Phone: `(1) 135-5555`, PostalCode: 1010, Title: `Director`, LastName: `Ashworth`, FullAddress: `Cerrito 333, Buenos Aires, Argentina` }),
+ new EmployeesFlatDetailsItem({ Address: `Sierras de Granada 9993`, Age: 44, City: `México D.F.`, Country: `Mexico`, Fax: `(153) 555-7293`, HireDate: `2014-04-04`, ID: 17, Name: `Antonio Moreno`, ParentID: 18, Phone: `(5) 555-3392`, PostalCode: 5022, Title: `Senior Accountant`, LastName: `Moreno`, FullAddress: `Sierras de Granada 9993, México D.F., Mexico` }),
+ new EmployeesFlatDetailsItem({ Address: `Hauptstr. 29`, Age: 50, City: `Sao Paulo`, Country: `Brazil`, Fax: `(531) 555-6691`, HireDate: `2007-11-18`, ID: 7, Name: `Pedro Rodriguez`, ParentID: 10, Phone: `0452-076545`, PostalCode: 3012, Title: `Senior Localization Developer`, LastName: `Rodriguez`, FullAddress: `Hauptstr. 29, Sao Paulo, Brazil` }),
+ new EmployeesFlatDetailsItem({ Address: `Av. dos Lusíadas, 23`, Age: 27, City: `Bern`, Country: `Switzerland`, Fax: `(271) 335-357`, HireDate: `2016-02-19`, ID: 8, Name: `Casey Harper`, ParentID: 10, Phone: `(11) 555-7647`, PostalCode: 40000, Title: `Senior Localization`, LastName: `Harper`, FullAddress: `Av. dos Lusíadas, 23, Bern, Switzerland` }),
+ new EmployeesFlatDetailsItem({ Address: `Berkeley Gardens 12`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-9199`, HireDate: `2017-11-09`, ID: 15, Name: `Patricia Simpson`, ParentID: 7, Phone: `(171) 555-2282`, PostalCode: 26000, Title: `Localization Intern`, LastName: `Simpson`, FullAddress: `Berkeley Gardens 12, London, UK` }),
+ new EmployeesFlatDetailsItem({ Address: `Walserweg 21`, Age: 39, City: `Aachen`, Country: `Germany`, Fax: `0241-059428`, HireDate: `2010-03-22`, ID: 9, Name: `Francisco Chang`, ParentID: 7, Phone: `0241-039123`, PostalCode: 52066, Title: `Localization Intern`, LastName: `Chang`, FullAddress: `Walserweg 21, Aachen, Germany` }),
+ new EmployeesFlatDetailsItem({ Address: `35 King George`, Age: 25, City: `London`, Country: `UK`, Fax: `(171) 555-3373`, HireDate: `2018-03-18`, ID: 16, Name: `Peter Lewis`, ParentID: 7, Phone: `(171) 555-0297`, PostalCode: 48000, Title: `Localization Intern`, LastName: `Lewis`, FullAddress: `35 King George, London, UK` }),
+ ];
+ super(...newItems.slice(0));
+ }
+ }
+}
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/src/index.css b/samples/grids/tree-grid/column-pinning-both-sides/src/index.css
new file mode 100644
index 000000000..0fe936871
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/src/index.css
@@ -0,0 +1,2 @@
+/* shared styles are loaded from: */
+/* https://static.infragistics.com/xplatform/css/samples */
\ No newline at end of file
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/src/index.ts b/samples/grids/tree-grid/column-pinning-both-sides/src/index.ts
new file mode 100644
index 000000000..d0b522ddb
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/src/index.ts
@@ -0,0 +1,70 @@
+import 'igniteui-webcomponents-grids/grids/combined';
+import {
+ IgcTreeGridComponent,
+ IgcColumnComponent,
+ IgcPinningConfig,
+ ColumnPinningPosition,
+} from 'igniteui-webcomponents-grids/grids';
+import { EmployeesFlatDetails } from './EmployeesFlatDetails';
+import 'igniteui-webcomponents-grids/grids/themes/light/bootstrap.css';
+import 'igniteui-webcomponents/themes/light/bootstrap.css';
+import { defineAllComponents, IgcButtonComponent } from 'igniteui-webcomponents';
+
+defineAllComponents();
+
+import './index.css';
+
+export class Sample {
+ private grid: IgcTreeGridComponent;
+ private pinLeftBtn: IgcButtonComponent;
+ private pinRightBtn: IgcButtonComponent;
+ private unpinBtn: IgcButtonComponent;
+
+ constructor() {
+ this.grid = document.getElementById('grid') as IgcTreeGridComponent;
+ this.pinLeftBtn = document.getElementById('pinLeft') as IgcButtonComponent;
+ this.pinRightBtn = document.getElementById('pinRight') as IgcButtonComponent;
+ this.unpinBtn = document.getElementById('unpin') as IgcButtonComponent;
+
+ const pinningConfig = { columns: ColumnPinningPosition.End };
+
+ this.grid.data = new EmployeesFlatDetails();
+ this.grid.pinning = pinningConfig;
+
+ const nameCol = document.getElementById('colName') as IgcColumnComponent;
+ if (nameCol) {
+ nameCol.pinningPosition = ColumnPinningPosition.Start;
+ nameCol.pinned = true;
+ }
+ const titleCol = document.getElementById('colTitle') as IgcColumnComponent;
+ if (titleCol) {
+ titleCol.pinned = true;
+ }
+
+ this.pinLeftBtn?.addEventListener('click', this.handlePinLeft);
+ this.pinRightBtn?.addEventListener('click', this.handlePinRight);
+ this.unpinBtn?.addEventListener('click', this.handleUnpin);
+ }
+
+ private handlePinLeft = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinningPosition = ColumnPinningPosition.Start;
+ col.pinned = true;
+ });
+ };
+
+ private handlePinRight = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinningPosition = ColumnPinningPosition.End;
+ col.pinned = true;
+ });
+ };
+
+ private handleUnpin = () => {
+ this.grid.selectedColumns().forEach((col: IgcColumnComponent) => {
+ col.pinned = false;
+ });
+ };
+}
+
+new Sample();
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/tsconfig.json b/samples/grids/tree-grid/column-pinning-both-sides/tsconfig.json
new file mode 100644
index 000000000..ae430f2a8
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/tsconfig.json
@@ -0,0 +1,21 @@
+{
+ "compilerOptions": {
+ "noImplicitReturns": true,
+ "esModuleInterop": true,
+ "noImplicitAny": true,
+ "declarationDir": "dist/types",
+ "moduleResolution": "node",
+ "declaration": true,
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "strictNullChecks": false,
+ },
+ "include": [
+ "src/**/*"
+ ],
+ "exclude": [
+ "node_modules",
+ "dist"
+ ]
+}
\ No newline at end of file
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/tslint.json b/samples/grids/tree-grid/column-pinning-both-sides/tslint.json
new file mode 100644
index 000000000..18e202b1f
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/tslint.json
@@ -0,0 +1,53 @@
+{
+ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
+ "linterOptions": {
+ "exclude": [
+ "node_modules/**/*.ts",
+ "**/odatajs-4.0.0.js",
+ "src/images/*.*"
+ ]
+ },
+ "rules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-var": false,
+ "no-var-keyword": false,
+ "no-console": false,
+ "no-string-literal": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "member-ordering": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off",
+ "@typescript-eslint/type-annotation-spacing": "off"
+ },
+ "jsRules": {
+ "only-arrow-functions": false,
+ "jsx-self-close": false,
+ "jsx-wrap-multiline": false,
+ "no-var-requires": false,
+ "no-console": false,
+ "no-unused-vars": false,
+ "@typescript-eslint/no-unused-vars": "off",
+ "jsx-no-lambda": false,
+ "ordered-imports": false,
+ "object-literal-sort-keys": false,
+ "object-literal-shorthand": false,
+ "curly": [false, "ignore-same-line"],
+ "max-classes-per-file": [true, 10],
+ "prefer-const": false,
+ "prefer-for-of": false,
+ "no-useless-constructor": false,
+ "@typescript-eslint/no-useless-constructor": "off"
+ }
+ }
\ No newline at end of file
diff --git a/samples/grids/tree-grid/column-pinning-both-sides/webpack.config.js b/samples/grids/tree-grid/column-pinning-both-sides/webpack.config.js
new file mode 100644
index 000000000..3813144cf
--- /dev/null
+++ b/samples/grids/tree-grid/column-pinning-both-sides/webpack.config.js
@@ -0,0 +1,107 @@
+const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
+const path = require('path');
+const webpack = require('webpack');
+
+module.exports = env => {
+ const nodeEnv = process.env.NODE_ENV || 'development';
+ const isProd = nodeEnv === 'production';
+ const isLegacy = !!process.env.legacy && !(process.env.legacy == "false");
+ console.log(">> webpack nodeEnv=" + nodeEnv);
+ console.log(">> webpack isProd=" + isProd);
+ console.log(">> webpack isLegacy=" + isLegacy);
+ const presets = [
+ ["@babel/preset-env", {
+ "useBuiltIns": "usage",
+ "corejs": 3,
+ "targets": {
+ "browsers": isLegacy ? ["defaults"] : [
+ "last 2 Chrome versions",
+ "last 2 Safari versions",
+ "last 2 iOS versions",
+ "last 2 Firefox versions",
+ "last 2 Edge versions"]
+ }
+ }],
+ "@babel/preset-typescript"
+ ];
+
+ return {
+ entry: isLegacy ? [
+ path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
+ path.resolve(__dirname, 'node_modules/@webcomponents/template'),
+ path.resolve(__dirname, 'src')
+ ] : path.resolve(__dirname, 'src'),
+ devtool: isProd ? false : 'source-map',
+ output: {
+ filename: isProd ? '[fullhash].bundle.js' : '[fullhash].bundle.js',
+ globalObject: 'this',
+ path: path.resolve(__dirname, 'dist'),
+ },
+
+ resolve: {
+ mainFields: ['esm2015', 'module', 'main'],
+ extensions: ['.ts', '.js', '.json'],
+ plugins: [new TsconfigPathsPlugin({
+ configFile: './tsconfig.json',
+ extensions: ['.ts', '.js'],
+ mainFields: ['esm2015', 'module', 'main']
+ })]
+ },
+
+ module: {
+ rules: [
+ { test: /\.(png|svg|jpg|gif)$/, use: ['file-loader'] },
+ { test: /\.(csv|tsv)$/, use: ['csv-loader'] },
+ { test: /\.xml$/, use: ['xml-loader'] },
+ { test: /\.css$/, sideEffects: true, use: ['style-loader', 'css-loader'] },
+ {
+ test: /worker\.(ts|js)$/,
+ use: [
+ { loader: 'worker-loader' },
+ {
+ loader: 'babel-loader', options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ }
+ }
+ ]
+ },
+ {
+ test: /\.(ts|js)$/, loader: 'babel-loader',
+ options: {
+ "compact": isProd ? true : false,
+ "presets": presets,
+ "plugins": [
+ "@babel/plugin-transform-class-static-block",
+ "@babel/plugin-transform-class-properties",
+ "@babel/plugin-transform-runtime"
+ ]
+ },
+ exclude:
+ function (modulePath) {
+ return /node_modules/.test(modulePath) &&
+ !/igniteui-webcomponents/.test(modulePath) &&
+ !/lit-html/.test(modulePath);
+ }
+ }],
+ },
+
+ plugins: [
+ new webpack.DefinePlugin({
+ 'process.env.NODE_ENV': JSON.stringify(nodeEnv)
+ }),
+ new HtmlWebpackPlugin({
+ title: 'for-cs',
+ template: 'index.html'
+ }),
+ new ForkTsCheckerWebpackPlugin()
+ ]
+ };
+};
diff --git a/samples/grids/tree-grid/column-pinning-options/package.json b/samples/grids/tree-grid/column-pinning-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-pinning-options/package.json
+++ b/samples/grids/tree-grid/column-pinning-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-pinning-right-side/package.json b/samples/grids/tree-grid/column-pinning-right-side/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-pinning-right-side/package.json
+++ b/samples/grids/tree-grid/column-pinning-right-side/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-pinning-styles/package.json b/samples/grids/tree-grid/column-pinning-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-pinning-styles/package.json
+++ b/samples/grids/tree-grid/column-pinning-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-pinning-toolbar/package.json b/samples/grids/tree-grid/column-pinning-toolbar/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-pinning-toolbar/package.json
+++ b/samples/grids/tree-grid/column-pinning-toolbar/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-pinning/package.json b/samples/grids/tree-grid/column-pinning/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-pinning/package.json
+++ b/samples/grids/tree-grid/column-pinning/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-resize-styling/package.json b/samples/grids/tree-grid/column-resize-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-resize-styling/package.json
+++ b/samples/grids/tree-grid/column-resize-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-resizing/package.json b/samples/grids/tree-grid/column-resizing/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-resizing/package.json
+++ b/samples/grids/tree-grid/column-resizing/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-selection-group/package.json b/samples/grids/tree-grid/column-selection-group/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-selection-group/package.json
+++ b/samples/grids/tree-grid/column-selection-group/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-selection-mode/package.json b/samples/grids/tree-grid/column-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/column-selection-mode/package.json
+++ b/samples/grids/tree-grid/column-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-selection-style/package.json b/samples/grids/tree-grid/column-selection-style/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/column-selection-style/package.json
+++ b/samples/grids/tree-grid/column-selection-style/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-selection-styles/package.json b/samples/grids/tree-grid/column-selection-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-selection-styles/package.json
+++ b/samples/grids/tree-grid/column-selection-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-sorting-indicators/package.json b/samples/grids/tree-grid/column-sorting-indicators/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-sorting-indicators/package.json
+++ b/samples/grids/tree-grid/column-sorting-indicators/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-sorting-options/package.json b/samples/grids/tree-grid/column-sorting-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/column-sorting-options/package.json
+++ b/samples/grids/tree-grid/column-sorting-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/column-sorting-style/package.json b/samples/grids/tree-grid/column-sorting-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/column-sorting-style/package.json
+++ b/samples/grids/tree-grid/column-sorting-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/conditional-cell-style-1/package.json b/samples/grids/tree-grid/conditional-cell-style-1/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/conditional-cell-style-1/package.json
+++ b/samples/grids/tree-grid/conditional-cell-style-1/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/conditional-cell-style-2/package.json b/samples/grids/tree-grid/conditional-cell-style-2/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/conditional-cell-style-2/package.json
+++ b/samples/grids/tree-grid/conditional-cell-style-2/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/conditional-row-selectors/package.json b/samples/grids/tree-grid/conditional-row-selectors/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/conditional-row-selectors/package.json
+++ b/samples/grids/tree-grid/conditional-row-selectors/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/custom-filtering/package.json b/samples/grids/tree-grid/custom-filtering/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/custom-filtering/package.json
+++ b/samples/grids/tree-grid/custom-filtering/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/data-exporting-indicator/package.json b/samples/grids/tree-grid/data-exporting-indicator/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/data-exporting-indicator/package.json
+++ b/samples/grids/tree-grid/data-exporting-indicator/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/data-searching/package.json b/samples/grids/tree-grid/data-searching/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/tree-grid/data-searching/package.json
+++ b/samples/grids/tree-grid/data-searching/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/data-summaries-custom/package.json b/samples/grids/tree-grid/data-summaries-custom/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/data-summaries-custom/package.json
+++ b/samples/grids/tree-grid/data-summaries-custom/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/data-summary-children/package.json b/samples/grids/tree-grid/data-summary-children/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/data-summary-children/package.json
+++ b/samples/grids/tree-grid/data-summary-children/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/data-summary-formatter/package.json b/samples/grids/tree-grid/data-summary-formatter/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/data-summary-formatter/package.json
+++ b/samples/grids/tree-grid/data-summary-formatter/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/data-summary-options-styling/package.json b/samples/grids/tree-grid/data-summary-options-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/data-summary-options-styling/package.json
+++ b/samples/grids/tree-grid/data-summary-options-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/data-summary-options/package.json b/samples/grids/tree-grid/data-summary-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/data-summary-options/package.json
+++ b/samples/grids/tree-grid/data-summary-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/data-summary-template/package.json b/samples/grids/tree-grid/data-summary-template/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/data-summary-template/package.json
+++ b/samples/grids/tree-grid/data-summary-template/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/disabled-summaries/package.json b/samples/grids/tree-grid/disabled-summaries/package.json
index 6dac59b4e..d386df897 100644
--- a/samples/grids/tree-grid/disabled-summaries/package.json
+++ b/samples/grids/tree-grid/disabled-summaries/package.json
@@ -26,7 +26,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/editing-columns/package.json b/samples/grids/tree-grid/editing-columns/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/editing-columns/package.json
+++ b/samples/grids/tree-grid/editing-columns/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/editing-events/package.json b/samples/grids/tree-grid/editing-events/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/editing-events/package.json
+++ b/samples/grids/tree-grid/editing-events/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/editing-lifecycle/package.json b/samples/grids/tree-grid/editing-lifecycle/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/editing-lifecycle/package.json
+++ b/samples/grids/tree-grid/editing-lifecycle/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/excel-exporting/package.json b/samples/grids/tree-grid/excel-exporting/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/excel-exporting/package.json
+++ b/samples/grids/tree-grid/excel-exporting/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/excel-style-filtering-sample-1/package.json b/samples/grids/tree-grid/excel-style-filtering-sample-1/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/excel-style-filtering-sample-1/package.json
+++ b/samples/grids/tree-grid/excel-style-filtering-sample-1/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/excel-style-filtering-sample-2/package.json b/samples/grids/tree-grid/excel-style-filtering-sample-2/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/excel-style-filtering-sample-2/package.json
+++ b/samples/grids/tree-grid/excel-style-filtering-sample-2/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/excel-style-filtering-sample-3/package.json b/samples/grids/tree-grid/excel-style-filtering-sample-3/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/excel-style-filtering-sample-3/package.json
+++ b/samples/grids/tree-grid/excel-style-filtering-sample-3/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/excel-style-filtering-style/package.json b/samples/grids/tree-grid/excel-style-filtering-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/excel-style-filtering-style/package.json
+++ b/samples/grids/tree-grid/excel-style-filtering-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/filtering-options/package.json b/samples/grids/tree-grid/filtering-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/filtering-options/package.json
+++ b/samples/grids/tree-grid/filtering-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/filtering-style/package.json b/samples/grids/tree-grid/filtering-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/filtering-style/package.json
+++ b/samples/grids/tree-grid/filtering-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/finjs/package.json b/samples/grids/tree-grid/finjs/package.json
index af30d2f93..34496ba0a 100644
--- a/samples/grids/tree-grid/finjs/package.json
+++ b/samples/grids/tree-grid/finjs/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents-charts": "6.2.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/keyboard-custom-navigation/package.json b/samples/grids/tree-grid/keyboard-custom-navigation/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/keyboard-custom-navigation/package.json
+++ b/samples/grids/tree-grid/keyboard-custom-navigation/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/keyboard-navigation-guide/package.json b/samples/grids/tree-grid/keyboard-navigation-guide/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/keyboard-navigation-guide/package.json
+++ b/samples/grids/tree-grid/keyboard-navigation-guide/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/layout-display-density/package.json b/samples/grids/tree-grid/layout-display-density/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/layout-display-density/package.json
+++ b/samples/grids/tree-grid/layout-display-density/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/load-on-demand/package.json b/samples/grids/tree-grid/load-on-demand/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/load-on-demand/package.json
+++ b/samples/grids/tree-grid/load-on-demand/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/multi-cell-selection-mode/package.json b/samples/grids/tree-grid/multi-cell-selection-mode/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/multi-cell-selection-mode/package.json
+++ b/samples/grids/tree-grid/multi-cell-selection-mode/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/multi-column-headers-export/package.json b/samples/grids/tree-grid/multi-column-headers-export/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/multi-column-headers-export/package.json
+++ b/samples/grids/tree-grid/multi-column-headers-export/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/multi-column-headers-overview/package.json b/samples/grids/tree-grid/multi-column-headers-overview/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/multi-column-headers-overview/package.json
+++ b/samples/grids/tree-grid/multi-column-headers-overview/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/multi-column-headers-styling/package.json b/samples/grids/tree-grid/multi-column-headers-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/multi-column-headers-styling/package.json
+++ b/samples/grids/tree-grid/multi-column-headers-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/multi-column-headers-template/package.json b/samples/grids/tree-grid/multi-column-headers-template/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/multi-column-headers-template/package.json
+++ b/samples/grids/tree-grid/multi-column-headers-template/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/overview-styling/package.json b/samples/grids/tree-grid/overview-styling/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/overview-styling/package.json
+++ b/samples/grids/tree-grid/overview-styling/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/overview/package.json b/samples/grids/tree-grid/overview/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/overview/package.json
+++ b/samples/grids/tree-grid/overview/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-adding/package.json b/samples/grids/tree-grid/row-adding/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-adding/package.json
+++ b/samples/grids/tree-grid/row-adding/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-classes/package.json b/samples/grids/tree-grid/row-classes/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-classes/package.json
+++ b/samples/grids/tree-grid/row-classes/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-drag-base/package.json b/samples/grids/tree-grid/row-drag-base/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/row-drag-base/package.json
+++ b/samples/grids/tree-grid/row-drag-base/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-editing-options/package.json b/samples/grids/tree-grid/row-editing-options/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-editing-options/package.json
+++ b/samples/grids/tree-grid/row-editing-options/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-editing-style/package.json b/samples/grids/tree-grid/row-editing-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-editing-style/package.json
+++ b/samples/grids/tree-grid/row-editing-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-paging-basic/package.json b/samples/grids/tree-grid/row-paging-basic/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-paging-basic/package.json
+++ b/samples/grids/tree-grid/row-paging-basic/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-paging-options/package.json b/samples/grids/tree-grid/row-paging-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/row-paging-options/package.json
+++ b/samples/grids/tree-grid/row-paging-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-paging-style/package.json b/samples/grids/tree-grid/row-paging-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-paging-style/package.json
+++ b/samples/grids/tree-grid/row-paging-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-pinning-extra-column/package.json b/samples/grids/tree-grid/row-pinning-extra-column/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-pinning-extra-column/package.json
+++ b/samples/grids/tree-grid/row-pinning-extra-column/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-pinning-options/package.json b/samples/grids/tree-grid/row-pinning-options/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/row-pinning-options/package.json
+++ b/samples/grids/tree-grid/row-pinning-options/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-pinning-style/package.json b/samples/grids/tree-grid/row-pinning-style/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-pinning-style/package.json
+++ b/samples/grids/tree-grid/row-pinning-style/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-reorder/package.json b/samples/grids/tree-grid/row-reorder/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-reorder/package.json
+++ b/samples/grids/tree-grid/row-reorder/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-selection-mode/package.json b/samples/grids/tree-grid/row-selection-mode/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/row-selection-mode/package.json
+++ b/samples/grids/tree-grid/row-selection-mode/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-selection-template-excel/package.json b/samples/grids/tree-grid/row-selection-template-excel/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-selection-template-excel/package.json
+++ b/samples/grids/tree-grid/row-selection-template-excel/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-selection-template-numbers/package.json b/samples/grids/tree-grid/row-selection-template-numbers/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-selection-template-numbers/package.json
+++ b/samples/grids/tree-grid/row-selection-template-numbers/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/row-styles/package.json b/samples/grids/tree-grid/row-styles/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/row-styles/package.json
+++ b/samples/grids/tree-grid/row-styles/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/state-persistence-about/package.json b/samples/grids/tree-grid/state-persistence-about/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/tree-grid/state-persistence-about/package.json
+++ b/samples/grids/tree-grid/state-persistence-about/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/state-persistence-main/package.json b/samples/grids/tree-grid/state-persistence-main/package.json
index 34ab75e9f..699785fb6 100644
--- a/samples/grids/tree-grid/state-persistence-main/package.json
+++ b/samples/grids/tree-grid/state-persistence-main/package.json
@@ -28,7 +28,7 @@
"core-js": "^3.6.5",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/toolbar-sample-1/package.json b/samples/grids/tree-grid/toolbar-sample-1/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/toolbar-sample-1/package.json
+++ b/samples/grids/tree-grid/toolbar-sample-1/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/toolbar-sample-2/package.json b/samples/grids/tree-grid/toolbar-sample-2/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/toolbar-sample-2/package.json
+++ b/samples/grids/tree-grid/toolbar-sample-2/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/toolbar-sample-3/package.json b/samples/grids/tree-grid/toolbar-sample-3/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/toolbar-sample-3/package.json
+++ b/samples/grids/tree-grid/toolbar-sample-3/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/toolbar-sample-4/package.json b/samples/grids/tree-grid/toolbar-sample-4/package.json
index 8551e750c..c15969b18 100644
--- a/samples/grids/tree-grid/toolbar-sample-4/package.json
+++ b/samples/grids/tree-grid/toolbar-sample-4/package.json
@@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/toolbar-style/package.json b/samples/grids/tree-grid/toolbar-style/package.json
index 7c1e60604..c6dfe24e1 100644
--- a/samples/grids/tree-grid/toolbar-style/package.json
+++ b/samples/grids/tree-grid/toolbar-style/package.json
@@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"igniteui-webcomponents": "^6.3.1",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/grids/tree-grid/using-primary-foreign-keys/package.json b/samples/grids/tree-grid/using-primary-foreign-keys/package.json
index a57babf5c..94dc96b64 100644
--- a/samples/grids/tree-grid/using-primary-foreign-keys/package.json
+++ b/samples/grids/tree-grid/using-primary-foreign-keys/package.json
@@ -24,7 +24,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"igniteui-webcomponents-core": "6.2.1",
- "igniteui-webcomponents-grids": "6.0.3",
+ "igniteui-webcomponents-grids": "6.2.0",
"igniteui-webcomponents-inputs": "6.2.1",
"igniteui-webcomponents-layouts": "6.2.1",
"lit-html": "^3.3.1",
diff --git a/samples/maps/geo-map/display-azure-imagery/package.json b/samples/maps/geo-map/display-azure-imagery/package.json
index a790da65b..5a9a513ed 100644
--- a/samples/maps/geo-map/display-azure-imagery/package.json
+++ b/samples/maps/geo-map/display-azure-imagery/package.json
@@ -39,6 +39,7 @@
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@types/source-map": "^0.5.7",
+ "ajv": "^6.12.6",
"babel-loader": "^10.0.0",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"css-loader": "^7.1.2",
diff --git a/samples/maps/geo-map/display-azure-imagery/src/index.ts b/samples/maps/geo-map/display-azure-imagery/src/index.ts
index c003f710c..3f3d99f67 100644
--- a/samples/maps/geo-map/display-azure-imagery/src/index.ts
+++ b/samples/maps/geo-map/display-azure-imagery/src/index.ts
@@ -32,6 +32,8 @@ export class MapDisplayImageryAzureTiles {
private dialog!: IgcDialogComponent;
private azureKeyInput!: IgcInputComponent;
private submitButton!: IgcButtonComponent;
+ private resetButton!: IgcButtonComponent;
+
private mapImage!: HTMLImageElement;
private mapStyleSelect!: IgcSelectComponent;
@@ -75,6 +77,8 @@ export class MapDisplayImageryAzureTiles {
this.dialog = document.getElementById('azureDialog') as IgcDialogComponent;
this.azureKeyInput = document.getElementById('azureKeyInput') as IgcInputComponent;
this.submitButton = document.getElementById('submitButton') as IgcButtonComponent;
+ this.resetButton = document.getElementById('resetButton') as IgcButtonComponent;
+
this.mapImage = document.getElementById('mapImage') as HTMLImageElement;
this.map = document.getElementById('azureMap') as IgcGeographicMapComponent;
this.imagerySeries = document.getElementById('imagerySeries') as IgcGeographicTileSeriesComponent;
@@ -101,6 +105,7 @@ export class MapDisplayImageryAzureTiles {
// Event handlers
this.submitButton.addEventListener('click', () => this.onSubmit());
+ this.resetButton.addEventListener('click', () => this.onReset());
this.mapStyleSelect.addEventListener('igcChange', (evt: any) => this.onStyleChange(evt.detail.value));
}
@@ -134,9 +139,40 @@ export class MapDisplayImageryAzureTiles {
this.dialog.hide();
}
+ private onReset()
+ {
+ // Clear the key and reset Azure sources
+ this.apiKey = undefined;
+ this.azureTileSource.apiKey = "";
+ this.azureBackground.apiKey = "";
+
+ // Fade out live map and restore placeholder image
+ requestAnimationFrame(() => {
+ this.map.style.opacity = '0';
+ this.map.style.pointerEvents = 'none';
+ this.mapImage.hidden = false;
+ });
+
+ // Reset placeholder to current style or default Satellite
+ const styleName = this.mapStyleSelect.value || "Satellite";
+ const cfg = this.styleConfig[styleName];
+ this.mapImage.src = cfg.placeholder;
+
+ // Optionally reopen the dialog to prompt again
+ this.azureKeyInput.value = "";
+ this.dialog.show();
+ }
+
private onStyleChange(value: string) {
- const cfg = this.styleConfig[value]; if (!cfg || !this.apiKey) return;
+ const cfg = this.styleConfig[value];
+ if (!cfg) return;
+
+ // Always update placeholder image
this.mapImage.src = cfg.placeholder;
+
+ // If no API key yet, only show placeholder (don't switch to Azure tiles)
+ if (!this.apiKey) return;
+
if (this.styleChangeTimeout) clearTimeout(this.styleChangeTimeout);
this.styleChangeTimeout = window.setTimeout(() => this.updateAzureMap(value), 30);
}